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

*{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

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

a:hover{
	text-decoration: underline;
}

body{
	background: url(images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.nc{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#container{
	width: 1510px; //1177px
	margin: auto;
}

#adbox{
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 40px;
	margin-right: 14px;
	background: url(images/adbox.png) no-repeat;
}

#wrapper{
	float: right;
	width: 1300px; //967px
	padding: 0 5px;
	background: url(images/cwrapperbg.png) repeat-y;
}

/* Header */

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

h1{
	font-size: 24px;
	color: #437482;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	font-weight: normal;
}

.logo{
	float: left;
	margin-left: 8px;
	margin-top: 10px
	width: 100%;
	height: 51px;
}

.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: 18px;		/* 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: 0px;
	background: url(images/contentbg.png) repeat-x;
	height: 44px;
}

#cwrapper #menu2{
	float:left;
	width: 	1300px;
	background-color: #e8e8e8;
	height: 31px;
}

#cwrapper #menu2 .datum, #cwrapper #menu2 .admin {
	float: left;
	color: #437482;
	padding-top: 5px;
	padding-left: 10px;
}

#cwrapper #menu2 .suche{
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

#content, #content2{
	float: left;
	width: 660px;
	padding: 20px 15px;
	text-align:justify;
	line-height: 1.5em;
}

#content2{
	width: 930px;
	padding-top: 0px;
}

#content2 h2{
	float: left;
	width: 900px;
	padding-top: 10px;
}

#content2 .topad{
	float: right;
	padding: 3px;
	background-color: #e8e8e8;
}

#content2 .plus{
	float: right;
}

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

#content ul li{
	float: left;
	width: 200px;
	padding: 3px 10px;
	list-style: none;
	line-height: 1.3em;
}

#content a, .admin a {
	color: #437482;
}

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

h2{
	font-size: 26px;
	line-height: 33px;
	color: #437482;
	font-weight:normal;
	margin-bottom: 0.75em;
}

#cleft{
	float: left;
	padding: 25px 0 0 10px;
}

#cright{
	float: right;
	padding: 25px 10px 0 0;
}


.contentad2{
	float: left;
	width: 338px;
	height: 300px;
	margin-right: 24px;
}

.contentbox{
	float: left;
	width: 565px;
	padding-top: 23px;
	background: url(images/box_top.gif) no-repeat top left;
}

.contentbox .boxside{
	float: left;
	width: 529px;
	padding-right: 35px;
	background: url(images/box_right.gif) no-repeat bottom right;
	border-left: 1px solid #465e44;
}

.contentbox .boxside p{
	float: left;
	width: 509px;
	padding: 10px 10px;
	border-bottom: 1px solid #465e44;
}

.connav{
	float: left;
	width: 930px;
	padding-top: 5px;
}

.connavleft, .connavright{
	float: left;
	width: 460px;
	padding-top: 10px;
}

.connavleft{
	text-align: right;
	padding-right: 5px;
}

.connavright{
	text-align: left;
}

.connavleft a, .connavright a{
	color: #9c9708;
	font-size: 14px;
}

.connavleft a.goleft{
	padding: 5px 40px 5px 5px;
	background: url(images/pfeil_left.gif) no-repeat center right;
}

.connavright a.goright{
	padding: 5px 5px 5px 40px;
	background: url(images/pfeil_right.gif) no-repeat center left;
}

/* Footer */

#footer{
	background-color: #437482;
	border-top: 3px solid #2f4d4f;
	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;
}


input.adm1 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 21px; width: 200px; padding: 2px;}
input.adm2 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 21px; padding: 2px;}
input.adm3 {font-family: arial; font-size: 12px; color: #666666;}
input.adm4 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 21px; width: 135px; padding: 2px;}

textarea.adm1 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 100px; width: 300px; overflow: visible; padding: 2px;}
textarea.adm2 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 100px; width: 100%; overflow: visible; padding: 2px;}
textarea.adm3 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 300px; width: 600px; overflow: visible; padding: 2px;}


select.adm2 {background: #f3f3f3; border:1px solid #bbbbbb; font-family: arial; font-size: 12px; color: #666666; height: 21px; width: 40px; padding: 2px; margin: 0px;}
