@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
/* Seiten-Formatierungen */
body {
	background-attachment:scroll;
	background-image:url(../img/la_bottom_bild.png);
	background-repeat: no-repeat;
	background-position:bottom;
	/* Für Zentrierung in älteren Browsern wichtig: */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#868686;
	margin-left:50px;
}
#seite {
	width: 855px;
	margin: 0 auto;  /* Zentrierung */
	text-align: center;
	margin-top:40px;
}
#siteIn {
	float:right;
	width:855px;
}
#header {
	width:855px;
	text-align:center;
}
#headerIn {
}
/* footer */

#footer {
	text-align:left;
	height:157px;
}
#footerIn {
	overflow:hidden;
	width:100%;
}
/* Tag-Formatierungen */

/* Navigationen und Links */

div#firstNav {
	padding-top:60px;
	padding-bottom:55px;
	margin:0 auto;
	text-align:center;
}
div#firstNav ul {
	margin-left:58px;
}
#firstNav li {
	text-transform: uppercase;
	list-style:none;
	font-size:16px;
	font-family:bank gothic;
	color:#909090;
	display:inline;
	margin-right:58px;
}
#secNav { margin-bottom:0px !IMPORTANT;}
/* Inhalt */

#inhalt {
	text-align:left;
	min-height: 460px;
	float:left;
	width:955px;
	float:right;
	color:#000000;
	display:block;
	margin-left:-100px;
	
}
#inhaltIn {
background-color:#666666;
}
.clear {
	clear:both;
}
.spalten3 {
padding-left:169px;}
.spalten3 .col1 {
	width:260px;
	float:left;
	}
.spalten3 .col2 {
	width:266px;
	float:left;
}
.spalten3 .col3 {
	width:260px;
	float:right;
}
.djBox {
	background-image:url(../img/la_li.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:20px;
	height:120px;
	font-size:16px;
	font-family:bank gothic;
}
.djBox span {
	display:block;
}
.djBox .name {
	font-size:14px;
}
.djBox .ort {
	color:#909090;
	font-size:11px;
}
.djBox .job {
	font-size:12px;
}
