/* #1E3C70 blau */
body{
	/* Hintergrund Farbe oder Bild */
	background: #FFFFFF url("/img/background.gif") repeat-y;
}

/* Standard Schrift */
body, div, span, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2F2F2F;
}

/* Head Logos Hoehe*/
#head, #logo_left, #logo_right{
	height:220px;
}

/* Breite Logos, navi, sub_content(#right) */
#logo_left, #logo_right, #navi, #right{
	width:200px;
}

/* Head Background */
#head{
	/* die 200px entsprechen der Breite des logo_left */
	background: url("/img/head_bg.jpg") 200px 0px  no-repeat;
}

/* Logos */
#logo_left{
	background: url("/img/logo_left.jpg") no-repeat;
	top:0px;
	left:0px;
}
#logo_right{  
	background: #FFFFFF url("/img/logo_right.jpg") no-repeat;
	top:0px;
	right:0px;
	width:257px;
}

/* Abstand navi, sub_content (#right) zu head */
#navi, #right{
	top:20px;
}    

/* Navi Position, Schrift, Farbe aktiv/passiv */
#navi_content{     
	/* Position */
	margin-left:56px;
}
span.ne a, span.ne1 a, span.ne2 a{
	/* Schrift */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* passiv Farbe */
	color:#FF6600;
}
span.ne a.navi_active, span.ne1 a.navi_active, span.ne2 a.navi_active{
	/* aktiv Farbe */
	color:#2F2F2F;
	font-weight:bold;
}

/* Navi: Subnavi Pfeil !!! Farbe anpassen !!! */
span.ne1 a.navi_active{
	background:url(../img/subsub_aktiv.gif) 0 3px no-repeat;
}
span.ne1 a{
	background:url(../img/subsub.gif) 0 3px no-repeat;
}

/* Ueberschriften */
h1{
    font-family:arial,sans-serif;
    color:#2F2F2F;
    font-size:17px;
    font-weight:bold;
    width:90%;
    height:30px;
    background: url("../img/hr.jpg") bottom repeat-x;
	text-align:left;
}
h2{
    color:#012851;
    font-size:14px;
    font-weight:bold;
    height:25px;
}

/* Rand Content links, rechts */
#content{
	margin: 0 220px; /* !!! gleicher Wert wie naechtes: #bc left */
	_margin:0 0 0 220px; /* hack fuer IE6*/
	color:#2F2F2F;
}

/* Bread Crumb Navi Abstand */
#bc{
	left:230px;
    margin-top:10px;
}

/* Hintergrund Sub_content (#right) */
#right{
	background: url("../img/right_bg.gif");
}

/* Linktext auf Homepage */
a{
    font-family:arial,sans-serif;
    text-decoration:none;
    font-size:12px;
	color:#FF6600;
}

a:hover{
	text-decoration:underline;
}

/* Eigenschaften Footer BreadCrumb passiv */
#footer, #bc{
	color:#6F6F6F;
	font-size:10px;
}
/* Eigenschaften Footer BreadCrumb aktiv */
#footer a, #bc a{
	color:#FFA86F;
}

/* Formulare */
textarea, input[type=text], input[type=submit], select{
	background: #ffffff;
	border:1px solid #2F2F2F;
}
input[type=submit]{
	color:#FF6600;
	border:1px solid #FF6600;
}

/* Zusatz */
.anschrift{
	float:left;
	height:220px;
	margin-left:0;
	text-align:left;
	width:250px;
}

