body
	{
		margin: 15 0 0 0px;
		padding: 0;
		font: 75% arial, hevetica, sans-serif;
		text-align: center;
		color: #b2babf;
		background-color: #fff;
	}

td
	{
		font: 75% arial, hevetica, sans-serif;
		line-height:140%;
		color: #202020;
	}

	
h2
	{
		margin: 0 0 10 0px;
		font-size: 140%;
		font-weight:bolder;
	}
	
h1
	{
		margin: 0 0 3 0px;
		font-size: 120%;
		font-weight:normal;
	}
	
font.gross
	{
		font-size: 150%;
		font-weight:normal;
	}
	
	
  a:link  {
  	color: #b2babf;
  	text-decoration : none;
	font-weight : none;
  }
  
  a:visited  {
  	color: #b2babf;
  	text-decoration: none;
	font-weight: none;
  }
  
  a:hover, a.aktiv:link, a.aktiv:visited  {
	color : #202020;
	text-decoration : none;
	font-weight : none;
}

/* Listen ################################################################## */	
ul
	{
	list-style-type: disc;
	padding-left: 18;
	margin: 0;
}

/* main ################################################################## */	
#main
	{
		position: relative;
		margin: 0 auto;
		width: 900px;
		height: 650px;
		text-align: left;
		background-color: #fff;
		background-image:url(../img/hg.gif);
	}
	
	
#logo
	{
		position: relative;
		top: 75px;
		left: 50px;
		width: 320px;
		height: 81px;
		background-image:url(../img/logo.gif);
		background-color: #fff;
	}
		


/* CONTENT ################################################################## */	
#content
	{
		position: absolute;
		top: 170px;
		left: 0px;
		width: 800px;
		height: 500px;
		z-index:1;
	}
		
#realcontent
	{
		position: absolute;
		top: 0px;
		left: 395px;
		width: 350px;
		color:#202020;
		font-size:14px;
		line-height:140%;
	}

#leisteunten
	{
		position: absolute;
		top: 225px;
		left: 65px;
		width: 655px;
		height: 165px;
		background-image: url(../img/home_bea1.jpg);
	}
	
/* NAVIGATION OBEN ################################################################## */	
#navioben
	{
		position: absolute;
		top: 128px;
		left: 385px;
		width: 540px;
		font-size: 95%;
		z-index:10;
	}

#navioben ul
	{
		float: left;
		margin: 0;
		padding: 0;
	}

#navioben li
	{
		list-style: none;
		display:block;
		float:left;
		padding:0;
		margin:0;
	}
	
#navioben a.aktiv:link, #navioben a.aktiv:visited
	{
	margin: 0 0 0 0px;
	display:block;
	float:left;
	padding:0 10 0 10px;
	text-decoration: none;
	color: #202020;
	height:15px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
	}
	
html>body #navioben a.aktiv:link, html>body #navioben a.aktiv:visited  {
	height:auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
	}
	
#navioben a:link, #navioben a:visited
	{
	margin: 0 0 0 0px;
	display:block;
	float:left;
	padding:0 10 0 10px;
	height:15px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
	}
	
	
html>body #navioben a:link, html>body #navioben a:visited  {
	height:auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
	}
	
	
#navioben li a
	{
		text-decoration: none;
		color: #b2babf;
		font-weight:normal;
	}

#navioben a:hover
	{
		text-decoration: none;
		color: #202020;
		font-weight:normal;
	}
