* { padding: 0; margin: 0; }

html, body {
height: 100%;
background-repeat: repeat-y;
background-image: url(/images/layout/bg.png);
background-position:top center;
background-color: #f8f7f1;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:1.5em;
}

#wrapper { 
text-align: center;
 margin: 0 auto;
 width: 920px;
 height: 100%;
	background-color: #fff;
}

.h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 22px;
 color: #2F94A9;
 line-height:1.5em;
 font-weight:lighter;
 margin: 8px 0px 8px 0px;
 }
 
.h2 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 18px;
 color: #2F94A9;
 line-height:1.5em;
 font-weight:lighter;
 }
 
 .h3 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 15px;
 color: #2F94A9;
 line-height:1.5em;
 font-weight:lighter;
 }

 .h4 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #2F94A9;
 line-height:1.5em;
 font-weight:lighter;
 }

#bg1  { 


}


#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}

#navigation {
	float: left;
	width: 920px;
	height:39px;
	color: #222;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(/images/layout/nav_fade.png);
}

#vertimg {
	float: left;
	width: 920px;
	height:225px;
	color: #222;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: url(/images/layout/front1.jpg);
}

#leftcolumn { 
text-align: left;
 color: #222;
 margin: 3px 0px 0px 5px;
 padding: 5px;
 width: 620px;
 float: left;
}

#rightcolumn { 
text-align: left;
 float: right;
 color: #333;
 margin: 0px 6px 0px 0px;
 padding: 5px;
 width: 275px;
 display: inline;
}

#footer {
	width: 900px;
	height: 30px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-repeat: repeat-x;
	background-image: url(/images/layout/footer.png);
}

.menu {
      width: 100%;
      margin: 1em 0; 
	  color: #fff;   
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 1.1em;
    }

.menu ul {
	  float: right;
      margin: 0 10px 0 0;
      padding: 0;
      list-style-type: none;
    }

.menu li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;   
    padding: 0.6em 4px 0px 0px;
 	*padding: 0.7em 4px 0px 0px;
	margin: 0px;
    float: left;
}

.menu li {
      width: auto;	  
	   white-space: nowrap; /*  en rad i IE */
      margin-right: 0.5em;
	  margin-left: 0.5em;
      text-align: center;
    }

.menu a {
	color: #fff; 
	  padding-right: 0.5em;
	  padding-left: 0.5em;
	width: expression(50 + "px");/*  IE6fix */
	  text-align: center;
      text-decoration: none;

    }
    
.menu a:hover {
	width: auto;
	 display:inline-block;
	 white-space: nowrap; /*  en rad i IE */
	 height: 39px;
	 line-height: 2.5em;
	 text-align: center;
     text-decoration: none;
     color: #000;
     margin: -9px 0px 0px 0px;
	 background-image: url(/images/layout/t_menu_hover.jpg);
}

.menu li.active a, .menu li.dir_active a {
	width: auto;
	 display:inline-block;
	 white-space: nowrap; /*  en rad i IE */
	 height: 39px;
	 line-height: 2.5em;
	 text-align: center;
     text-decoration: none;
     color: #000;
     margin: -9px 0px 0px 0px;
	 background-image: url(/images/layout/t_menu_hover.jpg);
}
a {
	color:#fff;
}

a:link {
	font-weight: bold;
		color:#fff;
}

	a:active, a:visited {

	font-weight: bold;

	color: #fff;

	}
	
	#starten a {

color: #007C96;

font-weight:normal;

text-decoration: none;

}
	




