@CHARSET "ISO-8859-1";
/*###### Generell ######*/
html, body{
	font-family: Arial;
	font-size:13px;
	color:#888888;/*#22337b;*/
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #ffffff;/*#d8d9db;*/
}
a{
	color:#22337b;/*#807f84;*/	
	text-decoration:none;	
}
img {
	border:0px;
}

/*###### Container ######*/
.gesamtcontainer{
	width:100%;
}
.bg_container_navi{
	background-image:url(/img/hintergrund_navi.gif);
	background-repeat: repeat-x;
	height:196px;
}
.bg_container_inhalt{
	background-image:url(/img/hintergrund_inhalt.gif);
}

/*###### Kopfbereich ######*/
.bk_logo{
	width:220px;
	height:144px;
	float:left;
}
.bk_logo img{
	margin-top:55px;	
}
/*### Mitarbeiter-Fotos ###*/
#mitarbeiter_bilder{
	height:134px;
	background-color: #ffffff;	
	overflow:hidden;
}
#mitarbeiter_bilder img{
	margin-top:3px;	
}
#nicole{
	display:none;	
}
#uwe{
	display:none;	
}
#kathrin{
	display:none;	
}
#nina{
	display:none;	
}
#torben{
	display:none;	
}
#bjoern{
	display:none;	
}
#nils{
	display:none;	
}
#kevin{
	display:none;	
}


/*###### Inhaltsbereich ######*/
.bildleiste{
	margin-top:3px;
	height:131px;
/*	background-image:url(/img/hintergrund_bildleiste.gif); */
	background-color: #ffffff;
	background-repeat:no-repeat;
	overflow:hidden;
}
.bildleiste img{
/*	margin-left:150px;	*/ 	
	margin-top:0px;
}
#bildleiste_startseite, #bildleiste_profil, #bildleiste_impressum{
	background-image: url(/img/bildleisten/startseite_profil_impressum.jpg);
}
#bildleiste_philosophie, #bildleiste_firmenportraet{
	background-image: url(/img/bildleisten/firmenportraet_philosophie.jpg);
}
#bildleiste_leistungen{
	background-image: url(/img/bildleisten/leistungen.jpg);
}
#bildleiste_events{
	background-image: url(/img/bildleisten/events.jpg);
}
#bildleiste_betreuung{
	background-image: url(/img/bildleisten/betreuung.jpg);
}
#bildleiste_imagewerbung{
	background-image: url(/img/bildleisten/imagewerbung.jpg);
}
#bildleiste_telefonmarketing{
	background-image: url(/img/bildleisten/telefonmarketing.jpg);
}
#bildleiste_standpromotion{
	background-image: url(/img/bildleisten/standpromotion.jpg);
}
#bildleiste_referenzen{
	background-image: url(/img/bildleisten/referenzen.jpg);
}
#bildleiste_galerie{
	background-image: url(/img/bildleisten/galerie.jpg);
}
#bildleiste_jobs, #bildleiste_stellen, #bildleiste_initiativ{
	background-image: url(/img/bildleisten/jobs_stellen_initiativ.jpg);
}
#bildleiste_anfahrt{
	background-image: url(/img/bildleisten/anfahrt.jpg);
}
#bildleiste_kontakt{
	background-image: url(/img/bildleisten/kontakt.jpg);
}
#bildleiste_eventpromotion{
		
}

.headline{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:150px;
	height:44px;	
}
.headline_galerie{
	margin-top:20px;
	margin-bottom:10px;
	margin-left:150px;
	height:44px;
	position:relative;
	z-index:2;
	padding-left:2px;	
}
.inhalt{
	margin-left:150px;
	width:500px;
}
.inhalt img{
	margin-bottom:10px;	
}
.inhalt_galerie{
	width:500px;
	padding: 5px 5px 5px 0px;
	min-height: 300px;
	position:relative; 
	top:-60px; 
	z-index:1;
}
.inhalt_galerie img{
	margin-left:150px;	
}
#standpromotion_bild1,#standpromotion_bild2, #standpromotion_bild3, #standpromotion_bild4, #standpromotion_bild5, #standpromotion_bild6{
	display:none;	
}
#eventpromotion_bild1,#eventpromotion_bild2, #eventpromotion_bild3, #eventpromotion_bild4, #eventpromotion_bild5, #eventpromotion_bild6, #eventpromotion_bild7{
	display:none;	
}
.inhalt_initiativwerbung{
	margin-left:150px;
	width:550px;
}
.kontakt_grafik{
	margin-left:665px;	
}
.ansprechpartner a{
	color:#22337b;/*#807f84;*/	
	text-decoration:none;
}
.ansprechpartner a:hover{
	text-decoration:underline;	
}
.ansprechpartner td.spacer{
	height:3px;
}
.erste_spalte{
	width:160px;	
}
.zweite_spalte{
	width:160px;	
}
/*###### Fußbereich ######*/

