/* CSS Document paulpresent.css*/
body{
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	font: 80%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

#container {
  position: relative;
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
} 

/* page header */
#pageHeader {
	width: 980px;
	height: 150px;
	background:  url(../img/background/header.jpg) repeat-x ;
}

#pageHeader span 
{
  display: none;
}

#pageHeader .p1 
{
	text-align:right; 
	color: #000000;
	size: 12px; 
	padding: 0px;
}
a#headerlink
{
   color:#FFFFFF; 
}

#navi{
 margin: -5px 0px;  
}
#tabmenue {
  padding: 3px;
  border-bottom: 1px solid #222; 
}
#tabmenue li {
  display: inline; 
}
#tabmenue li a {
  padding: 3px 1em;
  margin-left: 3px;
  border: 1px solid #777;
  border-bottom: 0;
  text-decoration: none; 
  background-color: #9CC0F2; 
}
#tabmenue li a#aktuell {
  padding-bottom: 4px; 
  border-bottom: 2px solid #FFFFFF;
}


#text
{
	/*float: right; */
	positon: relative;
	/*height: 365px;  */
	width: 960px;
	
}
#text .written {
	text-align:left; 
	color: #000000;
	size: 12px; 
	margin-top: 20px; 
	padding: 0px; 
}

#footer
{
	/*clear: both; */
	/*height: 28px; */
	width: 980px; 	
	background:   url(../img/background/footer.jpg) no-repeat;
	padding: 4px; 
	text-align: center;  
	
}
/* link decoration */
 a {
 text-decoration: underline;
 }
a:link, a:visited {
 color: #111111;
 }
a:hover, a:active {
 color: #666666;
 }
 table{
 	font:  100%/1.8em Verdana, Arial, Helvetica, sans-serif;
 }
 table:th
 {
   text-decoration: bold; 
 }

