@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: url(images/background.png) repeat-x;
}

#container{
	width: 977px;
	margin: auto;
	background: url(images/cwrapperbg.png) repeat-y;
}

#wrapper{
	width: 967px;
	padding-left: 5px;

}

/* Header */

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

.logo{
	float: left;
	margin-left: 14px;
	margin-top: 15px
}

.headerad{
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

/* Navi */

#navi{
	background: url(images/navibg.png) repeat-x;
	width: 100%;
	height: 51px;
}

#navi ul{
	list-style: none;
	padding-left: 15px;
}

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

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

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

#navi ul li a .letter{
	float:left;
	width: 99px;		/* Info: hier wird die Breite der Schaltflächen festgelegt (99px für 8 Menüpunte; 116px für 7; 139px für 6; 170px für 5) */
	height: 29px;
	line-height: 27px;
	font-size: 12px;	/* Info: hier kann die Schriftgröße der Navigation verändert 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: 25px;
	color: #144e8e;
	font-weight:normal;
	margin-bottom: 0.75em;
}

#cleft{
	float: left;	
}

#cright{
	float: right
}


/* Footer */

#footer{
	background-color: #154f8f;
	border-top: 3px solid #3388c9;
	height: 40px;
	margin-top: 15px;
}


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

#footer ul{
	margin-top: 14px;
	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;
}
