/* For IE */

@font-face {
        font-family: 'MyriadWebPro';
        src: url('myriadwebpro-webfont.eot');
}

/* For Other Browsers */

@font-face {
        font-family: 'MyriadWebPro';
        src: local('MyriadWebPro'),
			local('Myriad Web Pro'),		
			url('myriadwebpro-webfont.ttf') format('truetype');
}


@font-face {
        font-family: 'MyriadWebPro';
        src: local('MyriadWebProBold'),
			local('Myriad Web Pro Bold'),
			url('myriadwebpro-bold-webfont.ttf') format('truetype');
        font-weight: bold;
}
 
html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: "MyriadWebPro", Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	font-style: normal;
	color: #999;
	line-height: 1.4em;
} 

table { width:100%; }

a, a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

a:hover {
  color: #666;
}

#pagewidth { 
  width:850px; 
  text-align:left;  
  margin-left:auto; 
  margin-right:auto;  
} 
 
#header {
  position:relative;
  height:270px;
  background-color:#FFFFFF;
  width:100%;
  background-image: url(images/Web_Header.jpg);
}

#nav {
	position: absolute;
	top: 161px;
	z-index: 1;
	font-size: 1.07em;
	font-weight: bold;

	margin-left: 220px;
}
 
#maincol {
	display:inline;
	position: absolute;
	margin-left: 160px;
	margin-right: 170px;
	top: 220px;
	z-index: 1;
	width: 520px;
	text-align: left;
 }
 
#footer {
  display:block;
  position: relative;
  margin-right: 180px;
  z-index: 1;
  width: 520px;
  font-size: 1.2em;
  font-weight: bold;
 }
 
ul#Navigation {
  text-align: left;
  margin: 0;
  padding: 0;
}
  
ul#Navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

ul#Navigation a, ul#Navigation span {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

* html ul#Navigation a, * html ul#Navigation span {
  width: 0em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

ul#Navigation a:hover, ul#Navigation span {
	color: #333;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.fett{
	font-weight:bold
}
.dunkel{
	color:#333
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
