/*___BODY_______________________________*/

body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	color:#87888e;
	background:#fff url(../Bilder/bg_1spalte.gif) repeat-y center 300px;	
	/*overflow-y:auto;
	overflow:-moz-scrollbars-vertical;*/
}

html, body {
    height: 100%;
}


/*||||||||||||||||||||LAYER||||||||||||||||||*/

#page {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	width:1000px;
	min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

.zweispalten {
	background:#fff url(../Bilder/bg_2spalten.gif) repeat-y center 300px;
}

body.startseite {
	background:#fff;
}

html>body #page {
    height: auto;
	}
	
/*___startseite_____________________________________________*/

div.startseite {
	position:absolute;
	left:250px;
	top:200px;
	width:400px;
	height:300px;	
}

.startseite #logo {
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

.startseite #img {
	position:absolute;
	top:85px;
	left:85px;
	z-index:150;
}

.startseite #navigation {
	position:absolute;
	top:85px;
	left:300px;
	width:250px;
}

.startseite #navigation ul	{
	padding: 0;
  	margin: 0;
  	list-style: none;
}

.startseite #navigation li {
	padding:5px 20px;
	font-size:15px;
	line-height:15px;
	color:#444;
}

.startseite #navigation li a {
	color:#87888e;
}

.startseite #navigation li a:hover {
	color: #f46500;
	border-bottom:0;
	font-weight:bold;
}

.startseite #adresse {
	position:absolute;
	top:235px;
	left:85px;
	width:450px;
	font-size:12px;
}

/*___startseite_ende_________________________________________*/


#logohead {
	position:absolute;
	top:0;
	left:0;
	height:170px;
	width:100%;
  	background:#fff;
	z-index:50;
}

#logo {
	position:absolute;
	left:45px;
	top:50px;
	width:160px;
	height:115px;
}

#imgright {
	position:absolute;
	left:220px;
	top:0;
	width:644px;
	height:170px;
	text-align:right;
}

#navihead {
	position:absolute;
	left:0px;
	top:170px;
	width:100%;
	height:130px;
	border-top:1px solid #f46500;
	border-bottom:1px solid #f46500;
	background:#d8d8dd;
	z-index:50;
}

#imgleft {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:130px;
	border-right:1px solid #f46500;
	background:#fff;
	z-index:150;
}

#adresse {
	position:absolute;
	left:250px;
	top:90px;
	width:630px;
	height:35px;
	font-size:12px;
	line-height:16px;
	color:#87888e;
	z-index:150;
} 

#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:40px;
	border-bottom:1px solid #f46500;
	background:#fff;
}


#navi ul	{
	padding: 0;
  	margin: 0 0 0 220px;
  	list-style: none;
	text-align: center;
}

#navi li {
	display: block;
	float: left;
	text-align: center;
	font-size:15px;
	line-height:39px;
	color:#f46500;
}

#navi li a {
	width:129px;
	height:40px;
	margin: 0;
	padding:0px;
	display: block;
	text-align: center;
}

#navi li a#aktiv {
	background:#f46500;
	color: #fff;
}

#navi li a:hover {
	background:#87888e;
	color: #fff;
}

#content {
	position:absolute;
	left:220px;
	top:0px;
	width:640px;
	/*border-left:1px solid #f46500;
	border-right:1px solid #f46500;*/
}

#contentleft {
	position:absolute;
	left:220px;
	top:0px;
	width:380px;
	/*border-left:1px solid #f46500;
	border-right:1px solid #f46500;*/
}

#contentright {
	position:absolute;
	left:600px;
	top:0px;
	width:380px;
	/*border-right:1px solid #f46500;*/
}

#text {
	margin:330px 20px 20px 30px;
}



/*|||||||||||||||||||TYPOGRAPHY|||||||||||||||||||*/


a {
	color:#f46500;
	text-decoration:none;
}

a:hover {
	border-bottom: 1px solid #f46500;
}

a:link {
}

a:visited {
}

a:active {
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin:20px 0 10px 0px;
	color:#f46500;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:14px 0 6px 0;
}

h3 {	
	font-size:10px;
	font-weight:bold;
	margin:10px 0 5px 0;
}

p {
	font-size: 12px;
	line-height:17px;
	margin:0 0 12px 0;
	color:#333;
}

img.links {
	float:left;
	margin:10px 15px 10px 0;
}


img.rechts {
	float:right;
	margin:10px 0px 10px 15px;
}
	
strong, b {
	font-weight:bold;
}

em, .orange {
	color:#f46500;
}
