/* von Sven Ehrentraut ©2007 */

/* Basis */
body 	{background-color: #444; color: #444}
img	 	{border: none;}


/* Zeichenformate */
h1, h2  {font-family: "Times New Roman", Times, serif;	font-size: 14px;	font-style: normal;	color: #004e84; }
h2 		{font-size: 12px;}
p 	{	color: #444 ;	
		font-family: Arial, Helvetica, sans-serif;	
		font-style: normal; font-style: normal;	line-height: 16px ; font-weight: normal; font-variant: normal;	}

.blau 	{color: #444 ;	font-family: Arial, Helvetica, sans-serif;	font-style: italic; }
		
.datum {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #444;
	}
	
#th {
	color:#0162a6;
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align:text-top ;
	border-top: 1px dashed #004e84;
}

# td {color: #444 ;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	border-top: 1px dashed #004e84;
}


/* Layout */

#site {
	background-image: url(../images/background.jpg);
	background-color: inherit ; 
	color: inherit ;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	height: 525px;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-top: -263px;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;

}

#navigator {
	height: 23px;
	float: left;
	margin-top: 61px;
	width: 782px;
	margin-left: 17px;
	position: static;
}

#navigator a {
	color: #444;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#navigator a:hover {
	color: #004e84;
	text-decoration: overline;
}

#navbit {
	float: left;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}



#separator {
	float: left;
	height: 18px;
	width: 50px;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}

#content300 {
	height: 380px;
	width: 300px;
	float: left;
	padding: 17px;
	overflow: auto;
	background-color: #e5e5e5
	}
	
#content500 {
	height: 380px;
	width: 500px;
	float: left;
	padding: 17px;
	overflow: auto;
	background-color: #e5e5e5
}

#content400 {
	height: 380px;
	width: 400px;
	float: left;
	padding: 17px;
	overflow: auto;
	background-color: #e5e5e5
}

#contentVideo {
	height: 380px;
	width: 360px;
	float: left;
	padding: 17px;
	overflow: auto;
	background-color: #e5e5e5
}

#content300 a, content500 a, #contentVideo a, #content400
{color: #004e84;
	font-size: 11px ;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#content300 a:hover, #content500 a:hover, #contentVideo a:hover {
color: #0162a6;
text-decoration:underline ;
}

#contentGalerie {
	height: 380px;
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	padding: 17px;
	background-repeat: repeat;
	overflow: hidden;
}

#newsheader {
	border-bottom: 1px dashed #004e84;
	background-color: #fff ; 
	font-family: "Times New Roman", Times, serif;	font-size: 14px; font-weight: bold;	color: #004e84;
}

#newscontent {
	border-bottom: 1px dashed #333;
	margin-bottom: 10px;
	background-color: #d9d9d9 ; 
	padding: 5px 5px 5px 5px ;	
}

/* Elemente */

#bild {
	height: 90px;
	width: 90px;
	float: left;
	background-color: #fff;
	margin: 10px;
}

a[href^="http:"], a[href^="https:"] {
padding-right: 12px;
background-image: url('../images/externlink.gif');
background-repeat: no-repeat;
background-position: right;
}

	



