body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	margin:0px;
	margin-left:1px;
}

#main { /* Positionierung zentriert */
	position:relative;
	width:860px;
	height:auto;
	margin: 0 auto;
	top:0px;
}

a { /* Globale Formatierung für alle Links */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a:focus { /* Verhindert Rahmen um Links wenn geklickt.. */
	outline: none;
}

#navi-oben, #navi-oben-admin { /* Navigation oben Flash*/
	position:relative;
	top:-10px;
	left:0px;
	width: 860px;
	height:250px;
	z-index:2000;
}
#navi-oben-admin {
height:150px;
}
#titelzeile { /* Titel oberhalb Newstickerbalken*/
	position:relative;
	top:0px;
	left:0px;
	width: 720px;
	height:46px;
	z-index:1800;
}

#newsticker { /* Newsticker Balken*/
	position:relative;
	background-image:url(../images/newsticker.jpg);
	top:0px;
	left:0px;
	width: 694px;
	height:17px;
	padding-left:13px;
	padding-top:3px;
	z-index:2000;
	padding-right: 13px;
}
#inhalt, #inhalt-admin { /* Positionierung des Inhaltfensters */
	position:relative;
	top:-25px;
	left:67px;
	width: 720px;
	height:auto;
	z-index:2000;
}
#inhalt-admin {
top:0px;
}

#text, #text_breit { /* Textbereich links*/
position:relative;
	top:0px;
	left:0px;
	width: 434px;
	min-height:386px;
	height:auto;
	padding-top:10px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:20px;
	z-index:2000;
}
#text_breit {
width:434px;
}
#text_extrabreit {
width:734px;
height:400px;
}
#foto-rechts { /* Foto rechts*/
position:absolute;
	top:90px;
	left:460px;
	width: 260px;
	height:auto;
	z-index:2000;
}
#footer { /* Fusszeile mit Navigation*/
	position:relative;
	bottom:0px;
	left:0px;
	width: 707px;
	height:17px;
	padding-left:13px;
	padding-top:5px;
	border-top:1px solid #c7c7c5;
	z-index:2000;
}
#zusatz-oben-admin {
	position:relative;
	top:105px;
	width:795px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 65px;
	padding-bottom:10px;
	border-bottom:#999999 solid 1px;
}
.navi-admin {
color:#000000;
text-decoration:none;
font-size:12px;
}
#crosshair {
    position: absolute;
    top: 490px;
    height: 40px;
    width: 30px;
    left: 50%;
    margin-left: -8px;
    display: block;
    background: url(../images/icon.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
