body {
 margin: 0;
 padding: 0;
 background: #AEB2B7 url(img/globalback.gif) repeat-y center;
 height: 100%;
 
 font-family: Verdana, sans-serif;
 color: black;
 font-size: 11px; 
 }
 
#main {
  margin: auto;
  width: 850px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: white url(img/mainback.gif) repeat-y;
  height: 100%;
  } 

#logo {
  width: 291px;
  height: 129px;
  background: url(img/obenlinks.gif) no-repeat;
  position:absolute;
  top: 0px;
  z-index: 5px;
  padding: 10px 0 0 10px;
}
  
#header {
  width: 850px;
  height: 98px;
  background: url(img/header.jpg) no-repeat;
}  

#leftmenu {
  background: #FBB356;
  width: 136px;
  float:left; 
  margin-top: 40px;
}

	#leftmenu img {
		margin: auto;
	}

#contentbox {
  width: 714px;
  float: right;
  background: url(img/contentback.jpg) no-repeat center;
  }

#content {
  padding: 10px 30px 10px 10px; 
  margin-top: 25px;
	font-size: 11px;
  line-height: 170%;
	text-align: justify;
}
  
#clear {
  clear: both;
  height: 0px;
  }
  
  
/* ** Spans 'n' Styles ** */  
h1 {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
  top: 48px;
  margin-left: 290px;
  width: 300px;
  }
 
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F89C1C;
	font-size: 23px;
	margin-top: 0px;
	padding: 0 0 0 5px;
	border-left: 5px solid #6D6E72;
	}

h3 {
	color: #555;
	letter-spacing: 4px;
	font-size: 12px;
	padding: 0 0 0 5px;
	margin: 0;
	font-weight: normal;
	border-left: 5px solid #6D6E72;
	}	
  
#leftmenu ul {
  margin: 0;
  padding: 0;
   list-style-type: none;
  }
  
#leftmenu li { margin-top: 0px; padding: 0; }
  
#leftmenu li a, .noLink {
  display:block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
  padding: 3px 3px 3px 12px; 
  background: url(img/navback.gif) repeat-y;
  margin: 0;
  }  
  
  
#leftmenu li ul li a, a.sub {
  padding: 5px 0 5px 20px;
  font-family: Verdana, sans-serif;
  color: #3E3F41;
  font-size: 9px;
  }  


#leftmenu a:hover, a.odd:hover {
	background: #F89C18;
	color: white;
	}

.even { background: none; }
.odd { background: #F89C1C; }
td { padding: 3px; }

strong { color: #F89C1C; }
.larger { font-size: 14px; }
.italic { font-style: italic; }	
#foto
{
	position: absolute;
	margin: 10px 0 0 550px;
	border: 1px solid #F89C18;
	}
	
#metanav {
	padding: 15px;
	text-align: center;
	color: #888;
	font-size: 9px;
	}
	
	#metanav a {
		color: #888;
		text-decoration: none;
		border-bottom: 1px solid #fff;
		}
	
	#metanav a:hover {
		text-decoration: none;
		border-bottom: 1px dashed #F89C18;
		background: none;
		}		