/* CSS Document */
/*
hellgrün:   #669933
dunkelgrün: #336600
dunkelrot:  #993300
grau:       #4B4C4D
*/

* {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4B4C4D;
}
body {
	padding-bottom: 10px;
}
a, a:hover {
	text-decoration: underline;
	color: #336600;
}
strong {
	font-weight: bold;
}

h2, h3, h4, p, ul {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 5px;
	font-weight: bold;
	background: #E0EBD6;
	color: #336600;
	padding: 3px 5px;
}
a img  {
	border: none;
}
h2 {
	font-weight: bold;
	color: #336600;
}




#siteWrapper {
	border-right: 3px solid #669933;
	border-bottom: 1px solid #669933;
	border-left: 3px solid #669933;
	width: 975px;
	position: relative;
	background: url(images/back_wrapper.gif) repeat-y;
	border-top: 3px solid #669933;
	margin: 10px auto;
}
ul {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 10px;
}
ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

#header {
	text-align: right;
	background: url(images/keyvisual.jpg) no-repeat;
	padding-top: 20px;
	height: 141px;
	position: relative;
	overflow: hidden;
}
#header img {
	margin-right: 100px;
	margin-bottom: 10px;
}
#bezirksHeader {
	position: absolute;
	z-index: 50;
	top: 36px;
	left: 275px; 
}

#mainMenu {
	background: url(images/back_mainmenu.gif) no-repeat;
	border-top: 1px solid #669933;
	border-left: 1px solid #669933;
	height: 61px;
	width: 779px;
	margin-left: 195px;
}
#mainMenu a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	text-decoration: none;
	display: block;
	float: left;
	width: 145px;
	text-align: center;
	height: 29px;
	line-height: 29px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #669933;
}
#mainMenu a:hover {
	background: #C9DBB5;
}
#mainMenu a.active {
	background: #FFFFFF;
}
#search {
}
#search .input {
	height: 18px;
	width: 120px;
	border: 1px solid #4B4C4D;
	position: absolute;
	top: 105px;
	right: 51px;
	line-height: 17px;
}
#search #searchButton {
	position: absolute;
	top: 105px;
	right: 10px;
}






#subMenu {
	width: 195px;
	float: left;
	border-top: 1px solid #669933;
	margin-bottom: 30px;
}
#subMenu a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	text-decoration: none;
	display: block;
	background: #E0EBD6;
	padding-left: 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #669933;
	line-height: 29px;
}
#subMenu a:hover {
	background: #C9DBB5;
}
#subMenu a.active {
	background: #FFFFFF;
}
#subMenu .regional {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 29px;
}



#content {
	float: left;
	width: 543px;
	padding-left: 22px;
	padding-right: 22px;
}
#content .content-leftCol {
	width: 347px;
	float: left;
	margin-bottom: 20px;
}
#content .content-rightCol {
	width: 155px;
	float: left;
	padding-left: 37px;
	margin-bottom: 20px;
}

#tools {
	background: #E0EBD6;
	width: 192px;
	float: left;
}
#tools .tx-newloginbox-pi1 {
	padding-right: 20px;
	padding-left: 20px;
}
#tools #login {
	position: relative;
	left: 125px;
	bottom: 33px;
}
#tools #logout {
	position: relative;
	margin-bottom: 20px;
	top: 2px;
	left: 116px;
}
#tools .userName {
	color: #993300;
	margin-top: 20px;
}
p.forgotPass {
	padding-bottom: 10px;
}

#tools label {
	color: #993300;
	font-size: 10px;
	display: block;
}
#tools .input {
	width: 120px;
	margin-top: 5px;
	border: 1px solid #4B4C4D;
	height: 18px;
	line-height: 18px;
}
#tools #bannerLinks {
	border-top: 1px solid #993300;
}
#bannerLinks a {
	display: block;
}



#backendlink p.bodytext {
    text-align:right;
    padding-right:9px;
}

#usersearch p.bodytext {
    text-align:right;
    padding-right:9px;
}


#copyrightImprint {
	clear: both;
	padding-top:18px;
	padding-bottom:18px;
	font-size: 10px;
	width:195px;
	text-align:center;
}

#memberLogos {
	clear:both;
	border-top: 1px solid #669933;
	position: absolute;
	bottom: 5px;
	right: -1px;
	width: 760px;
	padding:10px;
}

#memberLogos img {
	padding-left:11px;
}
