/* ::: HTML ::: Allgemein ::: */
body {
	margin:0;
	padding:0;
	background-color:#000000;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94A0AF;
}
a:link, a:visited, a:hover, a:active {
	color:#e2001a;
	font-weight:bold;
}





/* ::: ausrichten der Seite ::: */
#seite {
	margin:auto;
	margin-top:35px;
	padding:0;
	
	width:778px;
}
#inhalt {
	margin:auto;
	padding:0;
	
	width:778px;
	
	background:url(../_img/_layout/hintergrund.jpg);
	background-repeat:repeat-y;
	
	min-height:292px;
}
#skyscraper {
	left:50%;
	top:0;
	
	padding:0;
	margin:0;
	margin-top:135px;
	margin-left:389px;
	
	width:200px;
	position:absolute;
}






/* ::: Oben ::: */
#spitzen_links {
	width:175px;
	height:125px;
	
	float:left;
}
#spitzen_rechts {
	width:175px;
	height:125px;
	
	float:right;
}
#logo {
	width:428px;
	height:125px;
	
	background:url(../_img/_layout/linien_oben.gif);
	background-repeat:repeat-x;
	
	float:left;
}





/* ::: Oben ::: */
#navigation {
	margin:0;
	padding:0;
	
	height:115px;
}
#navigation ul {
	margin:0;
	padding:0;
	
	list-style-type:none;
}
#navigation li {
	float:left;
	position:relative;
}





/* ::: Boxen ::: */
/* ::: 2er ::: */
.box_2er_oben {
	width:658px;
	height:10px;
	
	background:url(../_img/_cb/2er_oben.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
.box_2er_mitte {
	width:618px;
	min-height:118px;
	
	margin:0;
	padding:0 20px 0 20px;
	
	background:url(../_img/_cb/2er_back.jpg);
	background-repeat:repeat-y;
	
	float:left;
}
.box_2er_unten {
	width:658px;
	height:10px;
	
	background:url(../_img/_cb/2er_unten.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
/* ::: 1er ::: */
.box_1er_oben {
	width:319px;
	height:33px;
	
	clear:both;
}
.box_1er_mitte {
	width:279px;
	min-height:117px;
	
	margin:0;
	padding:0 20px 0 20px;
	
	background:url(../_img/_cb/1er_back.jpg);
	background-repeat:repeat-y;
	
	float:left;
}
.box_1er_unten {
	width:319px;
	height:14px;
	
	background:url(../_img/_cb/1er_unten.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
/* ::: 1er ohne Headline::: */
.box_1er_b_oben {
	width:319px;
	height:14px;
	
	background:url(../_img/_cb/1er_b_oben.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
.box_1er_b_mitte {
	width:279px;
	min-height:246px;
	
	margin:0;
	padding:0 20px 0 20px;
	
	background:url(../_img/_cb/1er_b_back.jpg);
	background-repeat:repeat-y;
	
	float:left;
}
.box_1er_b_unten {
	width:319px;
	height:14px;
	
	background:url(../_img/_cb/1er_b_unten.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
.box_1er_b_unten_werbung {
	width:319px;
	height:14px;
	
	background:url(../_img/_cb/1er_b_unten_werbung.jpg);
	background-repeat:no-repeat;
	
	clear:both;
}
.box_1er_left {
	margin-left:60px;
	float:left;
}
.box_1er_right {
	margin-right:60px;
	float:right;
}
	





/* ::: Fusszeile ::: */
#fusszeile {
	margin:0;
	padding:0px;
	
	text-align:center;
	width:778px;
	
	font-size:10px;
}





p, blockquote, ul, ol, dl {
	margin-top: 0;
	text-align: justify;
}