/* color */
a:link, a:visited {
	color: #57969f;
}

a:hover {
	color: #0e6875;
}

.componentheading, .contentheading { 
	color: #0e6875;
}  

h2.contentheading  { 
	color: #0e6875;
	margin-left: 0px; padding-left: 0px;
}

h1.componentheading  {
	line-height: 28px;
	padding-left: 0px;
	margin:0 0 10px;
	vertical-align: top;
}

table.moduletable th, legend, #leftcolumn h3, h3 {
	color: #57969f;
	font-size: 12px;
	font-style: italic;
/*	font-family: "Lucida Sans", verdana; */
}

#toppos  {
	position: absolute;
	margin-top: -64px;
	margin-left: 748px;
	width: 200px;	
}


#leftcolumn .moduletable {
padding: 0; margin: 0;
padding-top: 150px;
}

div#com_bottom {
height: 12px;
background-color: #cae7e0;
border-top: 1px solid #99c5aa;
}

/* Bildsteuerung */

div#left_1, div#left_2, div#left_3, div#left_4  {
	height: auto; width: 150px; 
	margin: 0; padding: 0;
}
div#left_1 { background: url("../images/left_bg.jpg") 0 0 no-repeat; }
div#left_2 { background: url("../images/left_bg_2.jpg") 0 0 no-repeat; }
div#left_3 { background: url("../images/left_bg_3.jpg") 0 0 no-repeat; }
div#left_4 { background: url("../images/left_bg_4.jpg") 0 0 no-repeat; }
div#left_default { }




