/* --------- Beginn Allgemeine Definitionen für alle Seiten --------------- */
body {
	background-color: #024b9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

img {
	border: none
}
/* --------- Ende Allgemeine Definitionen für alle Seiten --------------- */



/* ------------ Anfang Definitionen für den Dokumentenaufbau ----------------------- */
#center{
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
}

#wrap{
	text-align: left;
	margin-left:-453px;
	position:absolute;
	top:-280px;
	left: 50%;
	width:886px;
	height:540px;
	padding: 10px;
	background-image: url(../grafiken/hintergrund.png);
}

#branding_start {
	height: 120px;
	width: 886px;
	position: relative;
	background-image: url(../grafiken/branding_start.png);
}

#branding {
	height: 120px;
	width: 886px;
	position: relative;
	background-image: url(../grafiken/branding_m_schrift.png);
}

#branding_unternehmensberatung {
	height: 120px;
	width: 886px;
	position: relative;
	background-image: url(../grafiken/branding_unternehmen.png);
}

#branding_training {
	height: 120px;
	width: 886px;
	position: relative;
	background-image: url(../grafiken/branding_training.png);
}

#trennung {
	background-color: #FFFFFF;
	height: 1px;
	width: 886px;
	position: relative;
	background-image: url(../grafiken/trennlinie_horizontal.png);
}

#nav_sub {
	background-color: #707173;
	height: 15px;
	width: 886px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#nav_main {
	height: 383px;
	width: 146px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	position: relative;
	padding-right: 5px;
	text-align: left;
}

#line_vertikal_content {
	float: left;
	height: 374px;
	width: 1px;
	position: absolute;
	padding: 10px;
	left: 150px;
	top: 136px;
}

#content {
	float: right;
	width: 685px;
	position: relative;
	height: 360px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
	line-height: 140%;
}

#content_referenzen {
	float: right;
	width: 685px;
	position: relative;
	height: 360px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
	line-height: 140%;
}
/* ------------------- Ende der Definitionen für den Dokumentenaufbau ------------------ */



/* -------------- Einstellungen und Classen die auf allen Seiten verwendet werden ----------------- */
.seitentitel {
	font-weight: bold;
	color: #edb714;
	font-size: 100%;
}
.fett {
	font-weight: bold;
	color: #000000;
}

.adress {								/* Adressteil im Bereich #nav_main */
	position: absolute;
	font-size: 75%;
	right: 5px;
	color: #003399;
	bottom: 0px;
	text-align: right;
	width: 115px;
}

#content a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#content a:visited {
	color: #EDB714;
	text-decoration: none;
}

#content li {
	list-style-image: url(../grafiken/aufzaehlung.png);
}

/* -------------- Ende der Einstellungen und Classen die auf allen Seiten verwendet werden ------------ */



/* ---------------- Beginn Einstellungen Hauptnavigation #nav_main ----------------------- */ 
#nav_main ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#nav_main a
{
	display: block;
	text-decoration: none;
	width: 135px;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	border-bottom: 3px;
	text-align: left;
}

#nav_main a:active
{
text-decoration: none;
display: block;
width: 135px;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
text-align: left;
color: #000000;
font-weight: bold;
}

#nav_main a:hover
{
color: #FF0000;
font-weight: bold;
}

#nav_main a#active{
font-size: 90%;
text-align: left;
color: #000000;
font-weight: bold;
border: 1px solid #edb714;
}
/* --------------- Ende der Einstellunden Hauptnavigation #nav_main ----------------------*/



/* --------------Beginn der Einstellungen Subnavigation #nav_sub ---- */
#navlist
{
	margin: 0px;
	display: block;
	padding: 0px;
}

#navlist li
{
list-style: none;
float: left;
}

#nav_sub a, #navlist li.extend
{
	margin: 0px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #707173;
	border-left-color: #707173;
}

#nav_sub a:hover
{
	color: #333333;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
}

#nav_sub a#current
{
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707173;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #707173;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707173;
}

#nav_sub li#active
{
	background-color: #FFFFFF;
}
/* --------------- Ende der Einstellungen Subnavigation #nav_sub ------------ */




/* ----------Beginn Formatierung Trennstrich weiß im Bereich #nav_sub ---------------*/
.divide {
	position: absolute;
	left: 160px;
	color: #FFFFFF;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
/* ---------- Ende -----------*/


/* ---------- Beginn Abstandshalter für #nav_sub für die Seiten im Bereich Training / Coaching (sind insgesamt 4) -------- */
.distance_nav_sub {
	position: absolute;
	left: 165px;
}
/* --------- Ende ------------------------- */



/* ---------- Beginn Formatierung Definitionsliste allgemein (gilt für Seite Neuromarketing --------- */
dl {
	float:left;
	width: 400px;
}
dd {
	float:left;
	width: 220px;
	margin:0;
	padding:0;	
}

dt {
	float:left;
	width: 130px;
	margin:0;
	padding:0;	
	font-weight: bold;
	}
/* ---------- Ende Formatierung Definitionsliste allgemein (gilt für Seite Neuromarketing --------- */



/* ----------- Beginn Formatierung der Fotogalerie-Seite ---------------------- */
         .bild {
	width: 160px;
	float: left;
	text-align: left;
	line-height: normal;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
         .bild img {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
         .gruppe {
	background-color: #eeeeee;
	border: 1px solid #666666;
	padding: 5px;
	width: 645px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
         .leer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 0px;
}

         .distance_galerie_down {
	margin-left: 5px;
	clear: both;
	padding-bottom: 5px;	
}
/* ----------------- Ende Formatierung Fotogalerie-Seite ----------------- */





/* ----------- Beginn Formatierung Definiontsliste auf der Seite Referenzen ------------- */
#content_referenzen dl {
	float:left;
	width: 600px;
}
#content_referenzen dd {
	float:left;
	width: 200px;
	margin:0;
	padding:0;	
}

#content_referenzen dt {
	float:left;
	width: 400px;
	margin:0;
	padding:0;
	font-weight: normal;
	}
/* ----------- Ende Formatierung Definiontsliste auf der Seite Referenzen ------------- */




.image_center {		/* Zentrierte Ausrichtung image Seite Unternehmensberatung */
	position: absolute;
	left: 50%;
	width: 320px;
	margin-left: -160px; 
}

.image_center_gruendung {		/* Zentrierte Ausrichtung image Seite Gründungsberatung */
	position: absolute;
	left: 50%;
	width: 264px;
	margin-left: -132px; 
}

.image_center_personal {		/* Zentrierte Ausrichtung image Seite Personalauswahl */
	position: absolute;
	left: 50%;
	width: 236px;
	margin-left: -118px; 
}

.image_center_organisation {		/* Zentrierte Ausrichtung image Seite Organisationsentwicklung */
	position: absolute;
	left: 50%;
	width: 280px;
	margin-left: -140px; 
}

.impressum {
	margin-left: 200px;
	margin-top: 30px;
}

.textkasten {					/* Textkasten Seite News */
	width: 685px;
	float: left;
	margin-bottom: 15px;
}

.picbox {						/* Bildausrichtung Seite News */
	background-color: #CCCCCC;
	float: right;
	width: 118px;
	display: inline;
	height: 168px;
	margin-right: 10px;
	margin-top: 3px;
	margin-left: 10px;
}

.textbox2 {
	float: left;
	width: 645px;
}

.clear {
	clear: both;
}

#neuropic {					/* Positionierung Bild auf der Seite Neuromarketing */
	position:absolute;
	top:160px;
	width:200px;
	height:220px;
	z-index:9999;
	right: 50px;
}

.indexcite {					/* Positionierung des Zitats auf der Seite index.php */
	position: absolute;
	left: 233px;
	top: 310px;
	width: 395px;
	font-style: normal;
}
blockquote {
	text-align: left;
	text-indent: 10px;
}


#zitat {						/*Zitat Organisationsentwicklung*/
	position:absolute;
	left:323px;
	top:413px;
	width:249px;
	height:28px;
	z-index:9999;
	text-align: left;
}

.distance {
	position: absolute;
	top: 100px;
	left: 130px;
}



.pic_val_css {
border:0;
width:88px;
height:31px
}



#new {
	position: absolute;
	width: 350px;
	top: 50px;
	right: 20px;
	background-color: #eaf0f8;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

