body, html, *{
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #373535;
}


body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../_gfx/welle.png);
	background-repeat: no-repeat;
	background-position: top left;
}


h1{
	font-family: Times New Roman, serif;
	font-size: 18px;
}


h2{
	color: #f3c83a;
	font-size: 10px;
}


h1, h2{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}


a{
	text-decoration: none;
}


#container{
	position: relative;
}


#menu, #text{
	position: absolute;
}


#menu{
	padding: 10px;
	border-left: 2px solid #f3c83a;
	border-top: 2px solid #f3c83a;
	border-right: 1px solid #fbe8b6;
	border-bottom: 1px solid #fbe8b6;
	top: 300px;
	left: 25px;
	background-color: #ffffff;
}


#menu a{
	padding: 3px 7px 3px 7px;
	text-transform: uppercase;
	font-size: 10px;
}


#menu a:hover{
	background-color: #f3c83a;
	color: #ffffff;
}


#text{
	text-align: justify;
	top: 286px;
	left: 280px;
	padding-right: 50px;
}

#text a{
	font-weight: bold;
}

#text .csc-abstract{
	text-indent: 75px;
}

#text .csc-caption{
	font-size: 10px;
	font-style: italic;
}

#text h2{
	margin-top: 30px;
}

#text h3{
	background-color: #f3c83a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 30px;
	padding: 1px;
}

#text h4{
	font-style: italic;
}

#text a:hover{
	color: #ffffff;
	background-color: #f3c83a;
	text-decoration: none;
}

#text img{
	padding: 0px 2px 5px 5px;
}

.right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.special{
	background-color: #f3c83a;
	font-weight: bold;
}