body {
	font-size: 11pt;
	color: black;
	font-family: verdana, helvetica, sans-serif;
	background-color: #155d8d;
	line-height: 1.2em;
	text-align: center; /* Zentrierung im Internet Explorer */
}

div#Seite {
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 850px;
	padding: 0.5em;
}

h2 {	
	font-size: 24px; 
	font weight: bold;
	color: #155d8d
}

h3 {	
	font-size: 10px; 
	font-style: italic;
	font-weight: normal;
	color: #155d8d
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #155d8d;
}

a:hover {
	text-decoration: underline;
	color: #155d8d;
}

A.white:link {
    	text-decoration: none;    
    	color: #ffffff;
}

A.white:visited {
    	text-decoration: none; 
	color: #ffffff;
}

A.white:active {
    	text-decoration: none;   
    	color: #ffffff;
}

A.white:hover {
    	text-decoration: underline;
    	color: #ffffff;
}

.header {
	margin-bottom: 10px;
	width: 828px;
}

.navi {
	width: 100px;
	vertical-align: top;
	background: #ffffff url(../img/tb_bg.png);
	background-repeat: repeat-x;
}

.bottom td {
	padding-top: 10px;
	padding-left: 10px;
}

.content {
	background-color: #ffffff;
	width: 700px;
}

.kreis {
	text-align: center;
	position: relative;
	font-weight: bold;
}

.nachfolge {
	position: absolute;
	top: 180px;
	left: 460px;
}

.controlling {
	position: absolute;
	top: 310px;
	left: 210px;
}

.gruendung {
	position: absolute;
	top: 130px;
	left: 80px;
}

.rating {
	position: absolute;
	top: 220px;
	left: 170px;
}

.steuer {
	position: absolute;
	top: 50px;
	left: 280px;
}

.rechnung {
	position: absolute;
	top: 300px;
	left: 360px;
}

.kreis a:link {
	text-decoration: none;
}

.kreis a:visited {
	text-decoration: none;
}

.kreis a:active {
	text-decoration: none;
}

.kreis a:hover {
	text-decoration: underline;
}

* html .nachfolge {
	position: absolute;
	top: 180px;
	left: 300px;
}

* html .controlling {
	position: absolute;
	top: 310px;
	left: 50px;
}

* html .gruendung {
	position: absolute;
	top: 130px;
	left: -80px;
}

* html .rating {
	position: absolute;
	top: 220px;
	left: 10px;
}

* html .steuer{
	position: absolute;
	top: 50px;
	left: 120px;
}

* html .rechnung{
	position: absolute;
	top: 300px;
	left: 200px;
}