body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, Arial, Verdana, Sans-serif;
	font-style: italic;
	color: #000;
	line-height: 11px;
	text-align: center;
	
	background-color: #fff;
	background-image: url(background8.jpg);
	background-repeat: repeat;
	}
	
	
#main {background-color: #000; width: auto; text-align: left; height: 75px;}
#left {float: left; text-align: left; width: 200px; margin-left: 30px; margin-top: 20px;}
#right {float: right; text-align: left; margin-right: 30px; margin-top: 20px;}
#bottom {margin-bottom: 0; width: auto; background-color: #000;}

#inhalt { 	
  position:absolute;
  height:249px; 
  width:498px;
  margin:-135px 0px 0px -135px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding-left: 65px;
  padding-top: 25px;
  background-image: url(circle.png);
  background-repeat: no-repeat;
  
  border: 0px dotted #000000;
  overflow: auto;
}

ul {list-style: none outside;}

a {color: #000;}
a.nav {color: #000; margin-right: 20px;}		
a:hover {text-decoration: underline;}
	
h1 {font-size: 120px; line-height: 5px; font-weight: bold; font-style: italic;}
h2 {font-size: 20px; line-height: 5px; font-weight: bold;}
h3 {font-size: 120px; line-height: 0px; font-weight: bold;}
h4 {font-size: 11px; line-height: 12px; font-weight: normal;}
h5 {font-size: 11px; line-height: 12px; font-weight: normal;}
h6 {font-size: 9px; line-height: 10px; font-weight: normal; line-height: 11px; display: inline;}


.bright {color: #fff; text-decoration: underline;}

