html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0 0 74px 0;
}

body{
	background-image: url(images/sternenhimmel2.gif);
	background-position: top left;
	background-repeat: repeat;
}

div.header{
	height:150px;
	overflow:hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

div.main{
	color:#ffffff;
	background-color:#003A7D;
	border-top:6px solid #E12272;
	border-bottom:6px solid #E12272;
	background-image: url(images/bg_content.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

div.columns{
	width:750px;
	overflow:hidden;
}

div.nav{
	float:left;
	width:165px;
	overflow:hidden;
	padding: 50px 0 20px 0;
}
div.content{
	float:right;
	width:568px;
	padding:18px 0 0 0;
	overflow:hidden;
}

div.datum{
	position:absolute;
	left:550px;
	top:190px;
	width:200px;
	font-size:10px;
	text-align:center;
}

div.contentleft{
	width:357px;
	float:left;
	overflow:hidden;
}
div.contentright{
	width:200px;
	padding: 50px 0 0 0;
	float:right;
	overflow:hidden;
}

div.clearcolumns{
	clear:both;
	height:10px;
	overflow:hidden;
}

div.copyright{
	padding:0 0 6px 6px;
	clear:both;
	font-size:9px;
	color:#003A7D;
	line-height:2em;
}
div.copyright a{
	color:#003A7D
}

/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 11px;
	line-height:18px;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
}

table, td, tr{
	color: #FFFFFF;
}

h1{
	color: #FFD000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.03em;
	font-weight: normal;
	padding-left:14px;
	background-image: url(images/stern.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

h2{
	font-size: 11px;
	line-height:1.5em;
	margin:8;
	padding:0;
	color: #FFD000;
	background-color:inherit;
}

table.contenttable td{
	border-bottom:1px solid #e12272;
}

fieldset{
	border:none;
}

div.content a{
	color: #FFD000;
	background-color:inherit;
}
div.content a:hover{
	color: #E12272;
	background-color:inherit;
}


/* ############################################################ */
/* #### Navigation ############################################ */

ul.nav{
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #003A7D;
}
ul.nav li{
	display:block;
	margin:0;
	padding:0;
	font-weight:bold;
}
ul.nav a{
	color:#003A7D;
	display:block;
	margin:0;
	padding: 0 0 0 20px;
	border-bottom:1px solid #003A7D;
	text-decoration:none;
	line-height:28px;
}
ul.nav a:hover{
	color:#FFD000;
	background-color:#E12272;
}
ul.nav a.aktiv{
	color:#003A7D;
	background-color:#E12272;
}
