@page { size:29.7cm 21cm;}
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;	
	margin: 0 auto;;
	padding:0;
}

#wrap{
	width: 16cm;
	padding: 1.5cm 2cm 2cm 2.5cm ;
	height: auto;
	margin: 0 auto;;
}

#logo{
	width: 200px;
	height: 174px;
	margin: 0 15px 15px 0;
}

div#header{
	display: none;
}

div.b1{ 	display: none;}
div.b2{ display: none; }

#c-wrap{

}

#main_menu{
	display: none;
}

#content{
	
}

#banner{
	display: none;
}

* html #main_menu{
	display: none;
	}
* html #content{
	display: none;
	}
#footer{
	display: none;
}
.clear{
	clear: left;
	font-size: 0
}

/* Navigation */

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#main_menu li {
	margin: 0 0 8px 0 !important;
	padding: 0 0 0px 0;
}

#main_menu li a {
	display:block;
	margin: 0;
	line-height: 30px !important;
	width: 200px;
	padding: 0 0 0 14px;
	background: no-repeat top left url(../_layout/navi.gif)  ;
	text-decoration: none  ;
	color: #333333  ;
	font-weight: normal  ;
	font-size: 115%  ;
}
#main_menu li a:link, #navlist ul li a:active,  #navlist ul  li a:visited{
	color: #333333  ;
	background: no-repeat top left url(../_layout/navi.gif)  ;
	
}

 #main_menu li a:hover{
	color: #333333   ;
	background: no-repeat top left url(../_layout/navi2.gif)  ;
}

/* foot Navigation */
#footer a:link, #footer a:active {
	color: #003366 !important; 
	text-decoration: underline !important;
}
		
#footer a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

#footer a:visited{
	color: #fff !important;
	text-decoration: underline !important;
}

/* Content */

h1, legend{
	margin: 0 0 3px 0;
	color:#000;
	font-size: 1.6em;
	font-weight: Bold;
	
}

h2{
	margin: 0 0 8px 0;
	font-size: 1.2em;
	font-weight: Bold;	
}

h3{
	margin:  4px 0 2px 0;
	font-size: 1em;
	font-weight: Bold;
}

ul{
	margin: 3px 0 8px 2px;
	line-height: 1.3;
}

p{
	margin: 0 0 4px 0;
	line-height: 1.3;
	display:block;
	
}

#content a:link, #content a:active {
	color: #000;
	text-decoration: underline;

}
		
#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content a:visited{
	color: #000;
	text-decoration: underline;
}


/* Formulare */
input, textarea {
	padding:2px;
	background-color: #E4E4E4;
	border: 0;
}
input:focus, textarea:focus {
	padding:2px;
	background-color: #FFF;
	border: 0;
}

label{
	margin: 0px 0 0px 0px;
	display: block;
	padding: 0 5px 0 5px;
}

label.left{
	float: left
}
.mitte{

}
fieldset{
	border: none;
	background: #EEECEC;
	margin:0;
	padding:0;
}
legend{
	display: block;
	width:auto;
	margin-bottom:1.2em;
	padding:0em
}

#fehlermeldung{
	padding: 8px;
	border: 2px dotted #990000;
	background-color:#E4E4E4;
	border-collapse: separate;	
	margin: 5px;
}

/* diverses */
img {
	border: 0;
	margin: 0 3px 3px 0;
}

.hide {
	display:none;
}
.inprint{
	text-decoration: underline;
	font-style: italic;
	font-size: 80%
}
.small{
	font-size: 70%;
}

hr{
	border: dotted 1px;
	background-color: #fff;
}
