@charset "utf-8";
/* CSS Document */


html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;

	background:url(images/bg/bg_container.jpg) #F8E3BD;
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #000000;
}

h1 {
	color:#354501;
	font-family: "Impact", Impact, serif;
	font-size:28px;
	font-weight:normal;
}

#hintergrund {
	width: 100%;
	height:100%;
	position: relative;
	z-index: 1;
}

#hintergrundcontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden;
} 

#container {
	margin: 0 auto;
	width:958px;
}

#header_1 {
	background:url(images/header/1_start.png) no-repeat ;
	height:150px;
}

#header_2 {
	background:url(images/header/1_start.png) no-repeat ;
	height:150px;
}



#logo {
	float: right;
	margin: 0 45px 0 0;
	width: 485px;
	height: 143px;
	background-image: url(images/logo.png);
}

#navigation {
	background:url(images/header/hd_white75.png) repeat-x;
	margin-top:-2px;
	height:50px;
}

#navigation li {
	list-style: none;
	padding: 0 19px;

}

#nav_main {
	font-family: "Impact", Impact, serif;
	font-size: 20px;
	font-weight: normal;
}

#nav_main ul {
	margin: 0;
	padding: 10px 10px 0;
}

#nav_main li {
	float: left;
	border-right: solid 1px #354501;
}

#nav_main li a {
	color: #354501;
	text-decoration:none;
}

#nav_main li.current a {
	color: #6E8003;
}

#nav_main li a:hover {
	color: #D4C906;
}

#nav_main li.nav_right { float:right; }
.no_border {border:none!important; }


#subnav {
	float:right;
	width:290px
}


#subnav ul li {
        display: inline;
		margin:0;
		padding:0;
		
    }

#subnav ul li p{
        margin:0 0 25px 0;
    }
	


#subnav ul li a.zweiz:link, a.zweiz:visited, a.zweiz:active {
        background-image: url('images/menu/subnavi.png');
		height: 53px;
        display: block;
		padding:6px 0 0 0;
		margin:0;
        color:#354501;
        text-decoration: none;
		border:none;
        font-family: "Impact", Impact, serif;
		font-weight: normal;
        font-size:16px;
		text-align:center;
        background-repeat: no-repeat;
        background-position: 0 0;
        line-height:1.2;
        overflow: hidden;
    }
	
#subnav ul li a.einz:link, a.einz:visited, a.einz:active {
        background-image: url('images/menu/subnavi.png');
		height: 41px;
        display: block;
		padding:18px 0 0 0;
		margin:0;
        color:#354501;
        text-decoration: none;
		border:none;
        font-family: "Impact", Impact, serif;
		font-weight: normal;
        font-size:16px;
		text-align:center;
        background-repeat: no-repeat;
        background-position: 0 0;
        line-height:1;
        overflow: hidden;
    }

#subnav ul li a.zweiz:hover, #subnav ul li a.einz:hover {
			color:#354501;
            background-position: 0 -60px;
        }
		
#subnav ul li.sel a.einz, #subnav ul li.sel a.zweiz {
					color:#354501;
            background-position: 0 -60px;
		}


#content {
	background:url(images/bg/bg_content.png) ;
	padding:20px;
	min-height:350px;
	line-height: 1.5;
	margin-top:-2px;
}

#content a.tx:link, #content a.tx:visited, #content a.tx:active {
	font-family: "Impact", Impact, serif;
	font-size:16px;
	color:#4F7802;
	text-decoration:none;
}

#content a.tx:hover {
  border:none;
  text-decoration: none;
  color: #ABD519;
}


#content a.redakt:link, #content a.redakt:visited, #content a.redakt:active {
	font-family: arial, sans-serif;
	color:#354501;
	text-decoration:underline;
}

#content a.redakt:hover {
  border:none;
  text-decoration: none;
  color: #444444;
}

#footer {
	height: 25px;
	background-color: #354501;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

#footer .alliter {
	font-size:12px;
	
}

/* Classes */

.img_left {border:solid 1px #fff; margin-right:20px;float:left}

.img_right {border:solid 1px #fff; margin-left:20px; }

#gall {border:solid 1px #fff; margin-right:20px;padding-top:15px;float:left;width:160px;height:220px;overflow:hidden}

#gall_b {margin-right:20px;padding-top:15px;float:left;width:260px;height:420px;overflow:hidden}

acronym {
	border-bottom:1px dotted #545454;
	cursor:default
}

.acro {
	background:#4F7802;color:#fff;width:20px
}



/* contact form */
span.st {
color: #354501;
font-family: Arial, sans-serif;
font-size: 20px;
font-weight:bold;
}
textarea {
	width: 300px;
	color: #323232;
	background-color: #fff;
	border: 1px solid #263039;
	font: 12px Arial, sans-serif;
}
input {
color: #323232;
height:19px;
background-color: #fff;
border: 1px solid #263039;
font: 12px Arial, sans-serif;
}
.eing1 {
	width: 107px;
}
.eing2 {
width: 95px;
height:25px;
border: 1px solid #57081C;
background-color: #354501;
color: #FFFFFF;
font: 12px arial, sans-serif;
}
.del {background-color:gray; border: 1px solid #757269;}
.eing3 {
width: 175px;
}
.eing4 {
	width: 300px;
}
.rd {
background-color:#fff;
border:none;
height:auto;
} 



