/*
############## HTML STYLES ##############
*/

body {
	background-image:url(../media/background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:0.75em;
	line-height:175%;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

h1 {
	font-size:1.4em;
	color:#01319F;
	margin-top:0px;
	margin-bottom:1em;
}




/*
############## HTML CLASSES ##############
*/

a.startseite { background-image:url(../media_footer/ico_startseite.gif); }
a.sitemap { background-image:url(../media_footer/ico_sitemap.gif); }
a.impressum { background-image:url(../media_footer/ico_info.gif); }
a.english { background-image:url(../media_footer/ico_english.gif); }
a.deutsch { background-image:url(../media_footer/ico_deutsch.gif); }




/*
############## DIV STYLES ##############
*/

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-top:10px;
	margin-bottom:30px;
}

#spalte1 a h1, #spalte2 a h1, #spalte3 a h1, #spalte1 a h2, #spalte2 a h2, #spalte3 a h2 {
	display:none;
}

#spalte1 {
	width:282px;
	float:left;
}

#spalte2 {
	width:282px;
	float:left;
}

#spalte3 {
	width:282px;
	float:right;
}

#divide {
	width:67px;
	float:left;
}

#clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}

#contentblock {
	margin-top:25px;
}

#contentblock h1 a {
	display:block;
	color:#022FA6;
	border-bottom:1px solid #022FA6;
}

#contentblock h1 a:hover {
	color:#000;
	border-bottom:1px solid #000;
}

#newsblock {
	margin-top:25px;
	height:170px;
	padding-left:6px;
	background-image:url(../media_index/newsverlauf.jpg);
	background-repeat:repeat-x;
}

#newsblock strong {
	line-height:120%;
}

#newselem {
	margin-bottom:20px;
}

#newselem #cal {
	float:left;
	width:55px;
	height:40px;
	background-image:url(../media_index/news_kalender.jpg);
	background-repeat:no-repeat;
}

#newselem #cal #date {
	width:38px;
	text-align:center;
	padding-top:6px;
	color:#5C5C5C;
	font-size:90%;
	line-height:100%;
}

#newselem #newstext {
	float:left;
	width:215px;
}

#newselem #newstext h3 {
	color:#012DA3;
	font-size:90%;
	line-height:120%;
	display:inline;
	margin:0px;
	padding:0px;
}

#newselem #newstext a {
	font-weight:bold;
	color:#5C5C5C;
	text-decoration:none;
	margin-left:10px;
	white-space:nowrap;
}