/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-color:#330;
 color:#FFF;
 font-family:Verdana,'Sans serif';
 font-size:0.9em;
 line-height:150%;
}

#pagewidth{
 width:770px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 margin-top:20px;
 background-image:url(../img/back.gif);
 background-repeat:repeat-y;
}

#header{
 position:relative;
 height:70px;
 width:100%;
 background-image:url(../img/oben.gif);
}

#leftcol{
 width:170px;
 float:left;
 position:relative;
 left:10px;
 top:5px;
 font-weight:bold;
 background-image:url(../img/kalender.gif);
 background-repeat:no-repeat;
  }

a.leftcol {
 text-decoration:none;
 }

#twocols{
 width:590px;
 float:right;
 position:relative;
  }

#rightcol{
 width:260px;
 float:right;
 position:relative;
 left:5px;
 top:5px;
 }

#maincol{
 float: left;
 display:inline;
 position: relative;
 width:318px;
 left:7px;
 right:5px;
 top:5px;
 }

#footer{
 height:50px;
 clear:both;
 background-image:url(../img/fuss.gif);
 background-repeat:no-repeat;
 }

img {
 border:0px;
 }

a {
 color:#FFF;
 text-decoration:underline;
 font-weight:bold;
 }

.claim {
 font-weight:bold;
 }

li {
 list-style-type:square;
 }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
#twocols:after, #wrapper:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

#twocols, #wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper{height: 1%;}
#twocols, #wrapper{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}