/* CSS Document */
/*--------------*/
/*--REAK TYPE---*/
/*--------------*/
/*--*/
/*--*/
/*---------*/
/* content */
/*---------*/
#contentContainer {
	position: absolute;
	top: 60px;
	left: 140px;
	width: 500px;
	font-family: Helvetica;
	color: #000000;
}
#sketchContainer {
	position: absolute;
	top: 60px;
	left: 60px;
	font-family: Helvetica;
	color: #000000;
}
.mainTitle{
	font-size: 36px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.subTitle{
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.content{
	font-size: 12px;
	line-height: 18px;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.contentHeader{
	font-size: 12px;
	font-weight: bold;
}
.trenner{
	font-size: 8px;
	line-height: 8px;
}
.link{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
.link:hover {
	text-decoration: underline;
	background-color: #000000;
	color: #FFFFFF;
}
.sketch{
	font-family: Helvetica;
	font-size: 12px;
}
