/* CSS Document */
@media screen {
* {
margin: 0;
padding: 0;
}
div {
text-align: left;
}

body {
	background-image: url(../bilder/hg_02.gif);	
	background-repeat:repeat-x;	
	background-position:center top;
	background-color:#e7e6e3;	
	font-family: "Avantgarde", arial, sans-serif;
	font-size:0.75em;
	color:#797978;
	line-height: 140%;
		
	}
#wrapper1 {
	position:relative;
	background-image: url(../bilder/hg_content.gif);	
	background-repeat:repeat-y;		
	text-align:left;
	width:807px;
	margin: 0 auto;	
	height:101%;
	
	}

#header {
	position:relative;	
	height:172px;	
	width:807px;
	margin: 0 auto;	
	margin-top:35px;
	clear:left;		
	}
#menue {		
	position:absolute;	
	margin: 0 auto;	
	top:36px;
	left:416px;	
	z-index:5;	
	}

#leftcol { 
	position:relative;	
	float:left;
	width:226px;		
	z-index:2;
	}
#rightcol {
	position:relative;
	float:left;
	margin-left:50px;	
	}
#text { 
	padding:25px;
	text-align:justify;	
	}
#footer {
	position:relative;	
	clear:both;
	width:807px;
	margin:0 auto;	
	text-align:center;
	color:#666666;	
	}

ul{list-style:inside;line-height:200%;}
 
h1{
	font-size:1.3em;
	font-family: "Futura", "Century Gothic", "Avantgarde", arial, sans-serif;
	font-weight:boldl;
	text-align:left;	
	line-height: 150%;	
}

h2 {
	font-size:1em;
	font-weight:bold;
	color:#666666;
}
b, strong {color:#666666;}
.textdb{
	font-size:11px;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	vertical-align:top;		
	
}
small {
	font-size:0.9em;
}

.feldbreite {
	width:300px;
}
.button{
	font-size:11px;
}



a.adresse:link, a.adresse:visited, a.adresse:active{
	font-size:100%;	
	color:#F4F3EE;
	text-decoration:underline;
}
a.adresse:hover {
	font-size:100%;	
	color:#F4F3EE;
	text-decoration:underline;
}
a.ref:link, a.ref:visited, a.ref:active{
	font-size:1.1em;	
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
a.ref:hover {
	font-size:1.1em;	
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
a.db:link, a.db:visited, a.db:active, a.db:hover{
	font-size:0.9em;
	font-weight:bold;	
	text-decoration:underline;
}
a.mit:link, a.mit:visited, a.mit:active, a.mit:hover{		
	text-decoration:underline;}

a:link, a:visited, a:active{
	
	color:#666666;	
	text-decoration:none;
	
}
a:hover {		
	text-decoration:underline;
}
a.topmenue:link, a.topmenue:visited, a.topmenue:active{
	font-size:95%;		
	color:#666666;	
	text-decoration:none;
}
a.topmenue:hover {color:#666666;text-decoration:underline;}

.box {background: transparent; margin:0 auto;}
.box .top, .box .down{display:block;background:#ffffff;}
.box .top b, .box .down b {  display:block;height:1px; overflow: hidden; }
.box .r0{margin: 0 10px; }
.box .r1{margin: 0 7px; }
.box .r2{margin: 0 5px; }
.box .r3{margin: 0 3px; }
.box .r4{margin: 0 2px; }
.box .top .r5, .box .down .r5{margin: 0 1px;height: 2px;}
.box .content {display:block; padding:25px;text-align:justify;height:100%;}



}
@media print {
body {
	background-image:none;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;	
	background-color:#ffffff;	
}

form {
	display:none;
}

h1 {
	font-size:15px;
	font-weight:bold;
	color: #000000;
	 }
img {
	display:none;
}
.ohnedruck {
	display:none;
}

a:link , a:visited, a:active, a:hover{
	text-decoration:underline;
	color:#000000;
}

}

