/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font: 13px verdana, arial, helvetica, sans-serif; 
 line-height:17px;
 color:black;
} 
 
#pagewidth{ 
 width:758px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:144px; 
 background: url(../img/header.jpg); 
 width:100%;
} 

#wrapper{ 
 background: url(../img/bg.gif);
 padding:14px 0 0 0;
 z-index:0;
 }
 
#leftcol{
 width:204px; 
 float:left; 
 position:relative;  
 padding:0 0 0 22px;
 }

#leftcol ul{
 list-style: none;
 padding: 0 0 0 6px;
 margin: 0;
 }
 
#leftcol li.erste{
 list-style: none;
 padding: 4px 0 0 0;
 margin: 0;
 }
 

#maincol{
 float: right; 
 display:inline; 
/* position: relative; */
 padding: 0 15px 0 0;
 width:517px; 
 z-index: 1;
 }

/* für die i-fekt Gallerie; WINFRIED */
#trailimageid {
 position: relative;
/* visibility: hidden; */
 left: 0px;
 top: 0px;
/* height: 1px;*/
 z-index: 200;
}
 
#footer{
 height:25px; 
 background: url(../img/footer.gif);
 clear:both;
 } 

/* hier Abstand unter der Überschrift einstellen; WINFRIED */ 
h1{
font-size:16px;
 font-weight: normal;
 text-decoration: none;
 padding:4px 0 0 0;
 margin-bottom: 18px;}

/* für Rahmen um Bilder; WINFRIED */
img{
 /* border: 1px solid #79092B; */
 border-style: none;
}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
  color:#BD0C42; 
	}
	
a:hover, a:active { 
	text-decoration: none; 
  color:#79092B; 
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display:block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

