html { height : 100%;}

body{
	height: 100%;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin: 0;
	padding:0;
	background-image: url(../_img/01_all/bg_cont.gif);
	background-repeat: repeat-y;
	background-color: #a9bc93;
}

 a.plain {
 	background-image:none; 
	padding:0; 
	text-decoration:none
}

 a {
	/*display: block;*/
	padding: 1px 0 0 8px;
	color: #465D2D;
	font-weight: bold;
	text-decoration: none;
	background: url(img/n1.gif) no-repeat 0 6px;
}


a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #465D2D;
	text-decoration: underline;
}

.teaserbox {
	background: url(img/bg_transparent3.png);
	position: absolute;
	top: 0px;
	z-index: 3;
	padding: 12px 12px 12px 12px;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	background-image: url(img/bg_transparent3.png);
	}

.h1{
	font-size: 20px;
	color: #465D2D;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.h3{
	font-size: 16px;
	color: #465D2D;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.h2{
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.bold{
 font-family: Tahoma, Arial,sans-serif;
 font-size: 12px;
font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

.marginal12{
 font-size: 12px;
 color: #333333;
}

.zitat{
 font-size: 12px;
 color: #666666;
}


.copyright{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #F3F3F3;
 line-height: 1.333;	
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/* MENU */

#menu	{
	position:absolute;
	margin:0;
	padding:0;
	width:170px;
	height:500px;
	left:30px;
	top:202px;
	z-index: 2;
} /* top und left anpassen  */



#menu ul { margin: 0; padding: 0; list-style-type: none; line-height:14px;  }
#menu ul li { margin: 10px 0 0 0;  }

#menu ul li a	{ padding-left:10px; color:#628140; text-decoration:none; font-weight:normal; background:url('img/n1.gif') 1px 50% no-repeat; display:block; height:14px; }
#menu ul li a:hover	{ color:#424242;  background:url('img/n1_hi.gif') 1px 50% no-repeat; }
#menu ul li a.no_jumper	{ background-image:none; font-weight:normal;  }
#menu ul li a.no_jumper:hover	{ color:#424242; background-image:none;}
#menu ul li a.open	{ background:url('img/n1_open.gif') 0px 50% no-repeat; font-weight:normal; }


#menu ul ul { margin-top: 4px; }
#menu ul ul li { margin: 4px 0 0 0; }

#menu li li a { padding-left:10px; color:#819E5E; text-decoration:none; font-weight:normal; background-image:none; display:block; height:14px; }
#menu li li a:hover { background-image:none; }

#menu a.active { color:#424242; font-weight:normal; }

