/* CSS Document */

body{
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 14px;
	padding-left : 0;
	background-color: #dbdbd6;
	height: 100px;

}

.spacer {
	clear : both;
	font-size : 0;
	line-height : 0px;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------Kopf--------------------*/
#header {
	width : 950px;
	height : 130px;
	position : relative;
	padding-top : 120px;
	padding-right : 30px;
	background-color: #000000;
	background-image: url(../bilder/basic/hg_head.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerlogo {
	position : absolute;
	left : 18px;
	top : 111px;
	width : 250px;
	height : 100px;

}

#headerlogo li {
background-image: url(../bilder/basic/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#nav {
	float : right;
	border : none;
	padding : 0;
	margin : 0;
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	line-height : 1.6em;
	letter-spacing: 2px;
	font-weight: normal;
}
#nav li {
float : left;
list-style : none;
margin : 0 4px 0 0;
padding : 0;
}
#nav li a {
	display : block;
	padding : 40px 10px 21px 10px;
	color : #fff;
	text-decoration : none;
	text-transform : uppercase;
	
}
#nav li a:hover {
color : #999900;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #999900;
}

#nav li#active {
	display : block;
	color : #999900;
	text-decoration : none;
	text-transform : uppercase;
	padding : 40px 10px 21px 10px;
	border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #999900;
	
}

/*------------------------------------------------Kopf--------------------*/

/*------------------------------------------------Inhalt--------------------*/
#content {
width : 980px;
margin : 0 auto;
padding : 25px 0 13px;

}
/*------------------Linke Seite--------------------*/

#left {
width : 615px;
float : left;
}



/*----Headlinebox----*/

#headbox h1 {
	color : #fff;
	padding-left : 15px;
	background-color: #191e25;
	height: 35px;
	font-size: 15px;
	padding-top: 13px;
	margin: 0px;
}

#meinungsbox h1 {
	color : #fff;
	padding-left : 15px;
	height: 35px;
	font-size: 15px;
	padding-top: 13px;
	margin: 0px;
	background-image: url(../bilder/basic/meinungspatter.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

/*------------------------------------------------Links--------------------*/

/*------------------------------------------------Rechts--------------------*/
#right {
	width : 340px;
	float : right;
	background-position : 0 0;
}
.box {
	font-size : 10px;
	height : auto;
	background-image : url(../bilder/basic/karte_weiss.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
	padding-left : 170px;
	background-color : #fff;
	width : 170px;
	padding-top : 15px;
	padding-bottom: 15px;
}
.box p {
	color : #666;
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 11px;
	line-height : 1.4em;
	font-weight: normal;
}
#sidebar {
	margin-top : 25px;
	padding-bottom: 20px;
	padding-top: 3px;
	float: right;
	width: 340px;
	background-color: #191e25;
	background-image: url(../bilder/basic/patter.gif);
	background-repeat: repeat;	
}
#sidebar h2 {
	color : #fff;
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 13px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #666;
	margin-left : 20px;
	margin-right : 20px;
	padding-bottom : 10px;
	text-transform : none;
	font-weight : normal;
	padding-top : 10px;
	letter-spacing: 1px;
}

#sidebar_bildbox {
	background : #191e25;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 30px;
}

#sidebar_bildbox h2 {
	color : #33ccff;
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 13px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #33ccff;
	padding-bottom : 10px;
	text-transform : none;
	font-weight : normal;
	padding-top : 20px;
	margin-right: 8px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}


p.news {
font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size : 11px;
line-height : 1.6em;
color : #a3a3a3;
padding-right : 20px;
padding-left : 20px;
}
p.news a.weiter {
display : block;
color : #33ccff;
text-decoration : none;
text-align : left;
border : none;
height : 20px;
padding-top : 10px;
}
p.news a:hover {
color : #fff;
text-decoration : none;
}

/*------------------------------------------------Rechts--------------------*/



/*------------------------------------------------Fuss--------------------*/
.footer {
	width : 980px;
	margin : 0 auto;
	color : #fff;
	position : relative;
	padding-top : 40px;
	height : 85px;
	background-color: #191e25;
	background-image: url(../bilder/basic/patter.gif);
	background-repeat: repeat;
	background-position: 0 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	text-align: center;
}

.footer a {
color : #33ccff;
text-decoration : none;
}
.footer a:hover {
text-decoration : underline;
}

/*-----------------------------------------rechtes Accordion--------------------*/




#basic-accordian{
	width:320px;
	border:10px solid #fff;
	z-index:2;
}
	

.accordion_headings{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color:#333;
	cursor:pointer;
	font-weight:normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #d1d1d1;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.accordion_headings:hover{
	background:#191e25;
	color: #fff;
}

.accordion_child{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	margin:0px;
	color: #333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #ebebeb;
}

.header_highlight{
	background-color: #999900;
	font-weight: normal;
	color: #fff;
}



/*----------------------------Bild und Textbox 01--------------------*/

#mid{
	width:615px;
	height:auto;
	color:#fff;
	float:left;
	background-color: #FFF;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}
#mid h2{
	color:#191e25;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#mid img{
	margin:0 0 0px 0;
	width:615px;
	height:255px;
}
#mid h3{
	color:#191e25;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#mid p.midText{
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	line-height : 1.7em;
	color : #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#mid p.weiter a{
	color:#33ccff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}
#mid p.weiter02 a{
	color:#666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

#mid p span{
	color:#666;
	font-weight:bold;
	font-size: 12px;
	line-height: 1.7em;
}	

#mid p.weiter a:hover{
	color:#999900;
	text-decoration:underline;
}

#mid p.weiter02 a:hover{
	color:#999900;
	text-decoration:underline;
}

/*----------------------------Bild und Textbox 02--------------------*/

#mid02{
	width:615px;
	height: 490px;
	color:#fff;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
#mid02 h2{
	color:#191e25;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#mid02 img{
	margin:0 0 0px 0;
	width:615px;
	height:255px;
}
#mid02 h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#FFF414;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#mid02 p.midText{
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	line-height : 1.7em;
	color : #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#mid02 p.weiter a{
	color:#33ccff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 46px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

#mid02 p span{
	color:#666;
	font-weight:bold;
	font-size: 12px;
	line-height: 1.7em;
}	

#mid02 p.weiter a:hover{
	color:#999900;
	text-decoration:underline;
}

/*----------------------------Bild und Textbox 03--------------------*/

#mid03{
	width:615px;
	height: 490px;
	color:#fff;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
#mid03 h2{
	color:#191e25;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#mid03 img{
	margin:0 0 0px 0;
	width:615px;
	height:255px;
}
#mid03 h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#FFF414;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#mid03 p.midText{
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	line-height : 1.7em;
	color : #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#mid03 p.weiter a{
	color:#33ccff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 46px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

#mid03 p span{
	color:#666;
	font-weight:bold;
	font-size: 12px;
	line-height: 1.7em;
}	

#mid03 p.weiter a:hover{
	color:#999900;
	text-decoration:underline;
}

/*----------------------------Bild und Textbox 04--------------------*/

#mid04{
	width:615px;
	color:#fff;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
#mid04 h2{
	color:#191e25;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#mid04 img{
	margin:0 0 0px 0;
	width:615px;
	height:255px;
}
#mid04 h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#FFF414;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#mid04 p.midText{
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	line-height : 1.7em;
	color : #666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#mid04 p.weiter a{
	color:#33ccff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 46px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

#mid04 p span{
	color:#666;
	font-weight:bold;
	font-size: 12px;
	line-height: 1.7em;
}	

#mid04 p.weiter a:hover{
	color:#999900;
	text-decoration:underline;
}

/* form elements */
form {
	font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size : 12px;
	background: #ebebeb;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
label {
	display: block;
	color: #191e25;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
input, textarea, select {
	padding: 6px;
	color: #333;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font-family: V"Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}



/*----------------------------Sprungmenü nach oben--------------------*/



#sprung a{
	width:595px;
	float:left;
	margin: 0px;
	background-color: #999900;
	padding: 0px;
	height: 20px;
	background-repeat: repeat;
}

#sprung a:hover{
	width:595px;
	float:left;
	margin: 0px;
	background-color: #191e25;
	padding: 0px;
	height: 20px;
	background-image: url(../bilder/basic/patter.gif);
	background-repeat: repeat;
}

#sprung p.weiter a{
	color:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
}	

#sprung p.weiter a:hover{
	color:#fff;
}

