body{
	background: #F3EFE9 url('../_gfx/bg_body.gif') top left repeat-x;
	text-align: center;
	margin:0; padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 155%;
	color: #333;
}
h1{
	color: #214A2B;
	font-size: 2em;
	font-weight:normal;
}
h2{
	color: #214A2B;
	font-size: 1.5em;
	line-height: 120%;
	font-weight:bold;
}
h3{
	font-size: 1.2em;
	line-height: 120%;
	font-weight:bold;
	background-color: #E2DED9;
	padding: 0.2em 0.4em;
}
h4{
	font-size: 1.1em;
	line-height: 120%;
	font-weight:bold;
	background-color: #E2DED9;
	padding: 0.2em 0.4em;
}
a{
	color: #214A2B;
}
ul{
	list-style-type: disc;
}
form{
	margin:0; padding:0;
}
label{
	display: block;
	font-size: 0.9em;
	line-height: 120%;
	background-color: #E2DED9;
	margin-top: 1em;
	padding: 0.1em 0.2em;
	width: 97%;
}
input,textarea{
	width: 97%;
}
input.bt{
	width:auto;
	color:#333;
	background-color: #D6D3CE;
	font-weight:bold;
	border: 1px solid #F4F0EB;
	font-size: 1.1em;
	padding: 0.2em 1em;
}
input.chkbox{
	width: auto;
	background-color: none;
}
#container{
	margin:0 auto;
	text-align: left;
	width: 720px
}
#logo{
	width: 239px;
	height: 32px;	
	float:left;
}
#menu{
	float:left;
	width: 480px;
	height: 32px;
	background: url('../_gfx/menu_right.gif') top right no-repeat;
	margin:0;padding:0;
	list-style-type: none;
	list-style-position: outside;
}
#menu li{
	margin:0;padding:0;
	float:left;
}
#menu img{
	float:left;
	border:none;
}
#main{
	padding: 20px 10px 0 10px;
	clear: both;
	float: none;
	background: url('../_gfx/content_top.gif') top left no-repeat;

}
#content{
/* IE 7 Hack */
	min-height:300px;
 	height:auto !important;  /* für moderne Browser */
 	height:300px;  /*für den IE */
	
	
	padding: 10px 20px;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;	
	background: #F4F0EB url('../_gfx/content_bg.gif') bottom left repeat-x;		
	



}
#col_left{
	width: 208px;
	margin-right: 17px;
	float:left;
}
#col_right{
	width: 425px;
	float:left;	
}
#tabnavi {
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
	height: 21px;
	background:url("../_gfx/tab_bg.gif") no-repeat left 2px;	
}
#tabnavi li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	height: 21px;	
}
#tabnavi a {
	float:left;
	display:block;
	padding:2px 15px 0px 6px;
	line-height: 19px;
	text-decoration:none;
	color: #214A2B;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabnavi a {float:none;}
/* End IE5-Mac hack */
#tabnavi a:hover {
	color:#333;
}
#tabnavi .active {
	background:url("../_gfx/tab_left_on.gif") no-repeat left top;
	font-weight:bold;
}
#tabnavi .active a {
	background:url("../_gfx/tab_right_on.gif") no-repeat right top;
}
#tabcontent{
	background-color: #FFF;
	padding: 15px;

/* IE 7 Hack */
  	min-height:300px;
  	height:auto !important;  /* für moderne Browser */
 	height:300px;  /*für den IE */
}
.clear{
 	float:none; clear:both;
}
.whitebox{
	background-color: #FFF;
	padding: 10px 15px;
	
}
.whitebordered{
	border: 4px solid #FFF;
}
/* tabelle */
.techdata{
	background-color: #FAFAFA;
	padding: 7px;
}
.techdata td{
	border-right: 1px solid #E2DED9;
	border-bottom: 1px solid #E2DED9;	
}