/* CSS Document */


/* -- Mainframes --*/
	
.back {
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:50%;
	margin-top:-300px;
	width:955px;
	height:600px;
	background: url(img/hintergrund.jpg) no-repeat;
}

.left {
	position: absolute;
	height: 517px;
	width: 415px;
	left: 80px;
	top: 45px;
	float:left;

	/*border: 1px dashed fuchsia;*/
}
.right {
	position: absolute;
	left:495px;
	top:150px;
	width:340px;
	height:380px;
	
	color:#00A18B;
	font-family: Verdana, Arial;
	font-size: 11px;

}

.logo {
	position: relative;
	float:right;

}
/* -- Positionierung Seitenüberschrift -- */
.headbereich{
	position: absolute;
		top:0px;
		left:0px;

	height:50px;
	width:100%;
	/*border:1px solid green;*/
}
.header_text{
	position: absolute;
		left: 50%;
		top:32px;
		margin-left: -100px;
}

/*Linkeigenschaften*/
a:link {color:#CC3333;}
a:visited {color:#CC3333;}

/* -- Navigation -- */
.navigation{
	position: absolute;
	bottom: 10px;
	left: 0px;

	width: 200px;
	height: 185px;
	
	/*border: 1px green dashed;*/
}

.abstand_nav_logo{
	position: absolute;
	left: 10px;}



/*Positionierung Navigationspunkte*/
#nav_start {
	position:absolute;
		top:0px;
		left: 5px;
}
#nav_gutachten{
	position:absolute;
		top:20px;
		left: 35px;
}
#nav_versicherung{
	position:absolute;
		top:40px;
		left: 68px;
}
#nav_schulungen{
	position: absolute;
		top:60px;
		left:82px;
}
#nav_fachvortraege{
	position:absolute;
		top:80px;
		left: 82px;
}
#nav_service{
	position:absolute;
		top:100px;
		left: 82px;
}
#nav_handel{
	position:absolute;
		top:120px;
		left: 82px;
}
#nav_presse{
	position:absolute;
		top:140px;
		left: 105px;
}
#nav_lebenslauf{
	position:absolute;
		top:160px;
		left: 115px;
}
#nav_impressum{
	position:absolute;
		top:180px;
		left: 115px;
}

/* -- Lebenslauf -- */
.tabelle {
	width:100%;
}
td {
 vertical-align: top;
 color:#00A18B;
	font-family: Verdana, Arial;
	font-size: 11px;
}
.lebens_jahr{
	padding-right: 5px;
	white-space:nowrap;

}
.lebens_pfeil {
	position: absolute;
		right: 0px;
		bottom: 0px;
}


/* -- Gutachten -- */
.gutachten {
	width:681px;
	position: relative;
	left: 50%;
	margin-left: -340px;
	border:1px solid gray;}
	
.gutachten_nav {width: 200px;
	position: relative;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	padding-bottom: 50px;}



/* -- Zeitungsartikel -- */

.zeitungs_artikel{
	width:566px;
	position: relative;
		left: 50%;
		margin-left: -283px;
}
.zeitungsartikel_nav{
	width: 200px;
	position: relative;
		left: 50%;
		margin-left: -100px;
	text-align: center;
	padding-bottom: 50px;
}

/* -- Impressum -- */
.haftung { 
	font-size: 9px
}



/* -- Text-Positionierungen auf den einzelnen Seiten -- */
.content_index{
	height: 310px;
	position: absolute;
		top: 50%;
		margin-top: -155px;
}
.content_gutachten{
	height: 360px;
	position: absolute;
		top: 50%;
		margin-top: -180;
}
.right ul{
	margin-top: 0px;
	margin-bottom:5px;
	margin-left:10px;
}
.right p{
	margin-top: 12px;
	margin-bottom: 5px;
	
}
.content_versicherung{
	height: 130px;
	position: absolute;
		top: 75px;
}
.content_fachvortraege{
	height: 280px;
	position: absolute;
		top: 50%;
		margin-top: -140px;
	
}
.content_fachvortraege li{
	margin-bottom: 10px;
}

.content_service {
	height: 300px;
	position: absolute;
		top: 50%;
		margin-top: -150px;
}
.content_handel {
	height: 190px;
	position: absolute;
	top: 50%;
	margin-top: -110px;
}
.content_presse {
	line-height:25px;
	height:190px;
	position: absolute;
		top: 50%;
		margin-top: -110px;
}
.content_lebenslauf{
	height: 280px;
	position: absolute;
	top: 50%;
	margin-top: -140px;
}
.content_impressum{
	height: 250px;
	position: absolute;
		top: 50%;
		margin-top: -140px;
}



/* ---------------------------------------*/


.picture {
	width:170px;
	height:210px;
	position: absolute;
		top: 85px;
		left:50%;
		margin-left: -85px;
		
}


img {
	border:0;
	}
	
.center {padding-left: 15%;
	}

