@charset "UTF-8";
/* CSS Document */

*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

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

a:hover{
	text-decoration: underline;
}

body{
	background: #c2d1e1 url(images/bg_flaeche.png) repeat top left;
}

#bg_oben {
	background: url(images/background.png) repeat-x;
}

#bg_unten {
	background: url(images/bg_unten.png) repeat-x bottom;
}

#container{
	width: 1020px;
	margin: 0 auto;
	padding:0;
}

#wrapper{
	width: 1020px;
	padding-left:0px;
	margin:0;
	background: url(images/cwrapperbg.png) repeat-y;
}

/* Header */

#header{
	background: url(images/headerbg.png) no-repeat;
	height: 169px;
	padding: 0px 0px;
	margin:0;
}

.headerad{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	padding: 5px;
}

/* Navi */

#navi{
	float:left;
	width:985px;
	padding: 0 17px 0 18px;
	height: 51px;
	background: url(images/navibg.png) no-repeat 18px 0;
}

#navi ul{
	list-style: none;
}

#navi ul li{
	float:left;
	text-align: center;
	padding-top: 10px;
}

#navi ul li a{
	float: left;
	color:#333;
	padding: 0 4px;
	text-align: center;
}

#navi ul li a:hover{
	text-decoration: none;
}

#navi ul li a .letter{
	float:left;
	width: 61px;		/* Info: hier wird die Breite der Schaltflchen festgelegt (99px fr 8 Menpunte; 116px fr 7; 139px fr 6; 170px fr 5) */
	height: 29px;
	line-height: 27px;
	font-size: 12px;	/* Info: hier kann die Schriftgre der Navigation verndert werden */
	font-weight: normal;
	background: none;
}

#navi ul li a:hover .letter, #navi ul li.active a .letter{
	background: url(images/navback.gif) repeat-x left center;
}

#navi ul li a .front, #navi ul li a .end{
	float:left;
	width: 5px;
	height: 29px;
	background: none;
}

#navi ul li a:hover .front, #navi ul li.active a .front{
	background: url(images/navfront.png) no-repeat left center;
}

#navi ul li a:hover .end, #navi ul li.active a .end{
	background: url(images/navend.png) no-repeat left center;
}

/* Content */

#cwrapper{
	padding: 25px 15px;	
	background: url(images/contentbg.png) repeat-x;
	height: 44px;
}

#content{
	width: 60%;
	float: left;
	padding: 3px 20px;
	text-align:justify;
	line-height: 1.5em;
}

#content p{
	margin-bottom: 1em;	
}

.contentad{
	float: right;
	margin: 10px 0px 10px 10px;
}

h1{
	font-size: 20px;
	line-height: 33px;
	color: #144e8e;
	font-weight:normal;
	margin-bottom: 0.75em;
}

#cleft{
	float: left;
	padding-left: 10px;	
}

#cright{
	float: right;
	padding-right:10px;
}


/* Footer */

#footer{
	background:url(images/footer.png);
	height: 61px;
	margin:0;
	padding:0px 0 0 0;
}


#footer p{
	margin-top: 40px;
	margin-left: 15px;
	font-size: 12px;
	color: #fff;
	float: left;	
}

#footer ul{
	margin-top: 40px;
	margin-right: 15px;
	font-size: 12px;
	color: #fff;
	float: right;
	list-style: none;
}

#footer ul li{
		display: inline;
		margin-left: 2em;
}

#footer a{
		color: #fff;
		font-weight: normal;
}

#footer a:hover{
		font-weight: bold;
}

/* Tools */

#tools{
	text-align: center;
}
