html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #191919;
	background: url(../img/body_bg.gif) repeat-x;
	background-color: #F2F2ED;
	font-size: .8em;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #E8AB00;
	}

a:visited {
	text-decoration: none;
	color: #E8AB00;
	}

a:hover {
	text-decoration: underline;
	color: #E8AB00;
	}
		
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 1.8em 0 .8em 0;
	color: #474747;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: -.4em 0 0.8em 0;
	color: #7A7A7A;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	color: #7A7A7A;
	margin: 1.4em 0 0.8em 0;
	}
	
h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	color: #7A7A7A;
	margin: 1.6em 0 0.8em 0;
	}
	
	
p, p.bodytext {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	}
	
img {
	text-decoration: none;
	border: none;
	}

hr {
	height: 1px;
	border-top: 1px dotted #888888;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 12px 0;
	}	
	
table td {
vertical-align: top;
padding: 0 .4em 0 0;
}
	

#wrapper {
	height: 100%; 
	width: 940px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}




#header {
	position: relative;
	height: 84px;
	text-align: left;
	width: 940px;
	z-index: 50;
}

#header form {
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	background-color: #fff;
	text-align: left;
	width: 940px;
	z-index: 1;
}



#metanav {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 89%;
}

#metanav a {
	color: #A3A3A3;
	margin-right: 1.2em;
}

#languagemenu {
	float: left;
	margin-top: 5px;
	width: 36px;
}



#topnavwrapper {
	position: absolute;
	bottom: 0;
	left: 308px;
	width: 1000px;
	background: url(../img/topnav_bg.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}

#topnav {	
    float: left;
    font-size: 12px;
    }

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
    }

#topnav a.starter {
	float:left;
	background: url(../img/topnav_left.jpg) no-repeat left top;
	margin: 0;  
	padding: 0 0 0 4px;
	text-decoration: none;
    }

#topnav a.starter span {
      float: left;
      display: block;
      background: url(../img/topnav_right.jpg) no-repeat right top;
      padding: 16px 18px 8px 12px;
      font-weight: bold;
      color: #fff;
      }

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	#topnav a.starter span { float: none; }
  /* End IE5-Mac hack */

   #topnav a.starter:hover span {
      color: #5F5F5F;
      }

  #topnav .active a {
    background-position: 0% -100px;
    }

  #topnav .active a span {
    background-position: 100% -100px;
	color:#5F5F5F;
    }

#topnav a.starter:hover {
  background-position: 0% -100px;
  }

#topnav a.starter:hover span {
  background-position: 100% -100px;
  }

.menu {
	text-align: left;
	color: #fff;
	background-color: #F2F2ED;
	border-left-width: 1px;
	border-left-color: #fff;
	border-left-style: solid;
	position: absolute;
	width: 156px;
	z-index: 100;
	visibility: hidden;
}

.menu li a, .menu li a:visited {
	color: #5E5E5E;
	display: block;
	line-height: 2em;
	font-size: 89%;
	border-bottom: 1px solid #D9D9D0;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	width: 136px;
}

/* box model hack ie win */
* html .menu li a, * html .menu li a:visited {
width: 156px;
w\idth: 136px;
}

.menu li a:hover {
	background-color: #F8BD19;
	color: #5E5E5E;
	display: block;
	text-decoration: none;
}


#leftcol {
	position: absolute;
	top: 0;
	left: 0;
	width: 308px;
}

#leftcolcontent {
	margin: 2em 0 10px 10px;
	width: 288px;
	font-size: 89%;
	line-height: 130%;
	color: #4C4C4C;
	height: 100%;
}


#leftcolcontent h3 {
	padding: 3px 6px;
	color: #7A7A7A;
	margin: 1.5em 0 0.8em 0;
	background: url(../img/leftcol_h3_bg.gif) no-repeat;
	background-color: #D3D3C5;
	font-size: 99%;
	color: #fff;
	font-weight: bold;
	}

#leftcolcontent p {
	padding-right: 1em;
	padding-left: 2px;
}

#contentcol {
	margin-left: 308px;
}

#subnavwrapper {
	height: 30px;
	background-color: #D27776;
	padding-left: 10px;
	
	width: 632px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 622px; /* others */
	}

#subnav ul {
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 89%;
	float: left;
}

#subnav ul li {
	display: inline;
}

#subnav ul li a, #subnav ul li a:link {
	padding: 4px 6px 5px 6px;
	color: #5E5E5E;
	text-decoration: none;
	float: left;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #E3E3DA;
}


#subnav ul li a:hover {
	background-color: #F8BD19;
	background: url(../img/subnav_bg.jpg) repeat-x;
}


#subnav ul li a.active {
	background-color: #F8BD19;
	background: url(../img/subnav_bg.jpg) repeat-x;
}

#content {
	padding: 0 0 0 30px;
	width: 540px;
}

#contentcol-round {
	position: absolute;
	top: 30px;
	right: 0;
	background: url(../img/contentcol_round_bg.gif) no-repeat;
	width: 4px;
	height: 4px;
}

#content ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	height: 1%;
	}

#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 4px no-repeat;
	}


#footer {
	clear: both;
	padding: 4em 0 0 30px;
	font-size: 89%;
	color: #4C4C4C;
}

#footer a {
	color: #4C4C4C;
}