
/*Hauptteil-Design*/
body{
	color:#000000;
	font-family:"Century Gothic";
	font-size:15px;
	
	font-style:normal;
	}

#main{
	width:850px;
	height:500px;
	background-color:#FFFFFF;
	text-align:left;
}
#navigation{
	/*background-color:#0066CC;*/
	width:150px;
	/*border-right:1px dashed #3c4673;*/
	float:left;
	height:400px;
	
}

#header{
	width:685px;
	float:right;
	/*border:1px dotted #3C4673;*/
	height:55px;
	text-align:right;
	margin-bottom:0px;
	
	}
#content{
	width:685px;
	float:right;
	height:400px;
	/*border:medium double #3C4673;*/
	margin-bottom:5px;
	/*border-top:1px solid #D2D2D2;*/
	margin-top:-10px;
	margin-right:10px;
	margin-left:5px;
	
	text-align:justify;
	overflow:auto; 
	
	
	
	
	}
a {
	text-decoration:none;
	color:#00AFFF;
	}
a:hover{
	color:#e66e32;
	}
#headline {
	padding-left:5px;
	margin:0px;
	margin-top:1px;
	margin-bottom:1px;
	font-style:normal;
	/*background-color:#cccccc;*/
	}
	
#content img {
	border: 4px solid #FFFFFF;
	float:right;
	width:150px;
	margin:10px;
	position:relative;
	}

#titleline{
	position:absolute;
	width:840px;
	height:30px;
	
	
	padding-left:155px;
	padding-top:10px;
	margin-top:5px;
	
	margin-bottom:20px;
	background-image:url(../images/headline.gif);
	background-position:center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	
	vertical-align:bottom;
	}
/*Browserweiche: IE ausgeschlossen*/
html>body #titleline {
	width:685px;
}

#imageflow img {
	position:absolute;
	border:none;
	margin:0px;
	
	float:none;
	width:500px;
	}
/* Abstandshalter im topbereich*/
div#sep{
	height:35px;
	margin:0px;
	
	}
#headerImg{
	height:150px; 
	margin-bottom:10px; 
	position:relative;
	}
#headerImg img{
	max-widht:850px;
	max-height:150px;
	border:none;
	margin:0px;
	padding:0px;
	margin-left:15px;
	}
hr {
	width:90%;
	size:1px;
	color:#969696;
	}
	
h4,h3{
	color:#00AFFF;
	margin-left:5px;
	}
	

/*Formatierungen anmeldung*/
#activate{
	border:none;
	margin:5px;
}
#activate #ok,#error{
	background-repeat:no-repeat;
	
	text-align:center;
	height:50px;
	
	padding-left:30px;
	}
	
#activate #ok{
	background-image:url(http://lsk09.lsbr.de/images/ok.png);
	width:50px;
	background-position:center;
	
}
#activate #error{
	background-image:url(http://lsk09.lsbr.de/images/error.png);
	width:200px;
	text-align:right;
	background-position:left;
	margin-left:20px;
}



/* Formatierung der Downloadtabelle*/

div #downloads table {
	width:100%;
	border:none;
	}
	
div #downloads table td,div #downloads table th{
	border-bottom:thin dashed #969696;
	
	
	}
	
#printToTable td{
	border:none;
	border-top:dotted thin  #00AFFF;
	}
	
