html, body{
 margin:0;
 padding:0;
 text-align:center;
 font-family: 'Trebuchet MS', Arial, Sans-Serif;
 font-size: .9em;
 line-height: 150%;
 color: #000;
 vertical-align:top;

}

#pagewidth{
 width:900px;
 text-align:left;
margin-left:auto;
 margin-right:auto;
 margin-top:20px;
 background-image:url(../img/back.gif);
}

#header{
 position:relative;
 height:76px;
 width:100%;
}

#leftcol{
 width:185px;
 float:left;
 position:relative;
 text-align:center;
 padding-top:35px;
  }

#twocols{
 width:715px;
 float:right;
 position:relative;
  }

#rightcol{
 width:278px;
 float:right;
 position:relative;
 color:#FFF;
 text-align:right;
 }

#kalender{
 padding:10px;
 text-align:center;
}

table{
 color:#FFF;
 width:90%;
 }

td a {
 text-decoration:none;
 color:#FFF;
 }

td a:hover {
 text-decoration:underline;
 }

h1{
 font-size:1em;
 }

.bold{
 font-weight:bold;
 }

#maincol{
 float: left;
 display:inline;
 position: relative;
 width:415px;
 padding-left:20px;
 padding-top:12px;
 }

#footer{
 height:15px;
 background-color:#C0CDD9;
 clear:both;
 border-style:solid;
 border-width:2px;
 border-top-width:0px;
 border-color:#600;
 }

img{
 border:0px;
 }

a {
 color:#369;
}

.small{
 font-size:0.85em;
 text-align:left;
 padding-left:10px;
 }

.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 */

