/*----------------------------------------------------*/
/* seitenlayout allg */
/*----------------------------------------------------*/


body {
	background-color:#333;
	font-family:Arial, Helvetica,Verdana sans-serif;
	color:#fff;
	border: 0px;
}

.wrapper {
	position:relative;
	width:100%;
	margin: 70px auto 0px auto;
	padding:0px;
	text-align:left;
	border: 0px;
}

/*----------------------------------------------------*/
/* header mit logo */
/*----------------------------------------------------*/


.header {
	width:100%;
	height:40px;
	background-color:#333;
}

.logo {
	position:relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 34px;
	margin-right: 5px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	
}

/*----------------------------------------------------*/
/* menu level 1 */
/*----------------------------------------------------*/

.mainmenu {
	position:relative;
	width: 100%;
	top:10px;
	left:0px;
}

ul.mainnav {
	list-style:none; 
	margin:0px;
	padding:0px;
	
}
		
ul.mainnav li {
	float:left;
	margin:0px;
	padding:0px;
	letter-spacing: 2px;
	font-size: 10px;
	
}

ul.mainnav li a {
	display:block;
	margin:0px 0px 0px 5px;
	padding:0px 5px 0px 0px;
	text-decoration:none;
	color:#726845;
}

ul.mainnav li a:hover {
	text-decoration:none;
	color:#999;
}

ul.mainnav li .active {
	text-decoration:none;
	font-weight: bold; 
	color:#fff;
}


/*----------------------------------------------------*/
/* submenu 2. ebene */
/*----------------------------------------------------*/

.submenu {
	position:absolute;
	width: 170px;
	top:0px;
	left:0px;
}

.submenu_2 {
	position:absolute;
	width: 170px;
	top:524px;
	left:0px;
	border-bottom: 2px dotted #333;
		
}

ul.subnav {
	list-style:none;
	margin:0px;
	padding:0px;
	
}
		
ul.subnav li {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #333;
}

ul.subnav li a {
	display:inline;
	margin:0px;
	padding:0px 20px 0px 0px;
	font-size:12px;
	text-decoration:none;
	color:#333;
}

ul.subnav li a:hover {
	text-decoration:none;
	color:#3FAE49;
}

ul.subnav li .active {
	text-decoration:none;
	font-weight: bold; 
	color:#333;
}
 

/*----------------------------------------------------*/
/* inhalt wrapper */
/*----------------------------------------------------*/


.contentbox {
	position: relative;
	top: 0px;
	width:100%;
	height:400px;
	background-color:#474747;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

.content_left {
	position: absolute;
	top: 0px;
	left:0px;
	width:224px;
	height:400px;
	background-color:#none;
}

.content_center {
	position: absolute;
	top: 0px;
	left: 224px;
	width:280px;
	height:400px;
	background-color:none;
}

.content_right {
	position: absolute;
	top: 0px;
	left: 504px;
	width:100%;
	height:400px;
	background-color:none;
}

.content_seiten {
	position: absolute;
	top:360px;
	left:0px;
	padding-left:5px;
	width:219px;
	height:40px;
	background-color:none;
}


.fixed-wrap {
	float:right;
	width:1024px;
	height:375px;
}		



/*----------------------------------------------------*/
/* inhalt spalte rechts */
/*----------------------------------------------------*/

.text-content{
	width:260px;
	height:300px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

.text-content_2 {
	position:absolute;
	top: 310px;
	width:260px;
	height:50px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	text-align:left;
}



/*----------------------------------------------------*/
/* fuss */
/*----------------------------------------------------*/


.footer {
	position: relative;
	float:right;
	width:300px;
	text-align: right;
	margin-right: 5px;
}

.footer p {
	font-weight: normal; 
	color:#726845;
	font-size: 9px;
	margin:0px;
}

.footer a:hover {
	text-decoration:none;
	color:#ccc;
}

/*----------------------------------------------------*/
/* text */
/*----------------------------------------------------*/


h1,h2,h3,h4 { 
font-weight: bold; 
}

h3 { 
color:#333; 
text-transform: uppercase; 
font-size: 11px;
color: #726845;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 0px;
}


h4 { 
color:#726845; 
text-transform: uppercase; 
font-size: 14px; 
letter-spacing: 2px;
}


p {	font-size:12px;
	line-height: 14px;
	padding: 0px;
	color: #999;
}


/*----------------------------------------------------*/
/*	Links andere Farbe*/	
/*----------------------------------------------------*/
 
 .boxout {
	color: #726845;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
 .boxout a:link {
	color: #999;
 }
 
 .boxout a:hover {
	color: #999;
 }
 
.boxout a:active {
	color: #726845;
	background-color: none;
 }
 
 .zahlen {
 	text-decoration: none;
	color: #666;
	
}


/*---------------------------------------------------*/
/* liste*/
/*----------------------------------------------------*/

.ul {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	font-size: 12px;
}

.ul li {
	list-style-position: inside ;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	color: #999;
}

.ul li a {
	color: #999;
	text-decoration: none;
 }

.ul li a:hover {
	color: #726845;
 }
 
.ul li .active {
	text-decoration:none;
	color:#726845;
 }




/*---------------------------------------------------*/
/* liste_lauftext_2*/
/*----------------------------------------------------*/


.ul_content_normal {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
}
.ul_content_normal li {
	padding: 0px;
	margin: 0px;
	color: #999;
}

.ul_content_normal li a {
	color: #726845;
	text-decoration: none;
 }

.ul_content_normal li a:hover {
	color: #999;
 }
 
.ul_content_normal li .active {
	text-decoration:none;
	color:#726845;
 }
 
 
/*---------------------------------------------------*/
/* liste_lauftext*/
/*----------------------------------------------------*/

.ul_content {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	font-size: 11px;
	color: #999;
}

.ul_content li {
	padding: 0px;
	margin: 0px;
	color: #999;
}

.ul_content li a {
	color: #726845;
	text-decoration: none;
 }

.ul_content li a:hover {
	color: #999;
 }
 
.ul_content li .active {
	text-decoration:none;
	color:#726845;
 }

/*---------------------------------------------------*/
/* liste_mail*/
/*----------------------------------------------------*/

.ul_content_mail {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	line-height: 14px;
	font-size: 11px;
	color: #999;
}

.ul_content_mail li {
	padding: 0px;
	margin: 0px;
	color: #999;
}

.ul_content_mail li a {
	color: #726845;
	text-decoration: none;
 }

.ul_content_mail li a:hover {
	color: #999;
 }
 
.ul_content_mail li .active {
	text-decoration:none;
	color:#726845;
 }




/*----------------------------------------------------*/
/*	kleine schlangenbilder_neu*/	
/*----------------------------------------------------*/

ul.snake {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.snake li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 5px;
	display:block;
	border: 1px solid #999;
	height: 80px;
	width: 104px;
		
}

ul.snake a:hover {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 80px;
	width: 104px;
	opacity: 0.7;
}

ul.snake_2 {
	position: absolute;
	top: 0px;
	left: 110px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


ul.snake_2 li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 7px;
	border: 1px solid #999;
	height: 80px;
	width: 104px;	
}

ul.snake_2 a:hover {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	height: 80px;
	width: 104px;
	opacity: 0.7;
}

/*----------------------------------------------------*/
/*	seitenzahlen*/	
/*----------------------------------------------------*/

ul.zahlen {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display:inline;
}

ul.zahlen li {
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 10px;
	color: #726845;
	background-color: #474747;
	border: 1px solid #726845;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 0px;
	
}

ul.zahlen li a {
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 10px;
	color: #726845;
	background-color: #474747;
	text-decoration:none;
 }


ul.zahlen li a:hover {
	color: #726845;
	list-style-type: none;
	background-color: #333;
 }
 
ul.zahlen li .active {
	color: #726845;
	list-style-type: none;
	background-color: #333;
 }
 
