@charset "utf-8";

html, body {
	height:100%;
  	margin:0px;
  	padding:0px;
}

body {
	text-align:center; /* horizontale centering for IE im Quirks Modus */
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-277px; /* Haelfte der Hoehe des Gesamtdesigns */
	float:left;
}

#center {	/* Zentriert das Design in der Seitenmitte */
	margin:0px auto;
	position:relative;
	height:554px;
	width:901px;
	clear:left;
}

div#intro {
	position: absolute;
	width: 901px;
	height: 526px;
	z-index:1000;
	overflow: hidden;
	display: none;
}

img.orange {
	width: 901px;
	height: 527px;
	position: relative;
}

#header {
	width: 901px;
	height: 66px;
	background-image:url(../media/backgrounds/menu2.jpg);
}

div.divider {
	width: 901px;
	height: 5px;
	background-color: white;
	margin: 0px;
}

#content {
	width: 901px;
	height: 455px;
	margin: 0px;
}

div#bottom {
	width: 901px;
	height: 28px;
	background-color: white;
	text-align: left;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	word-spacing:0.4em;
	padding-top: 3px;
}

div#bottom a.bottom {
	font-weight: normal;
	text-decoration: none;
	color: #a1a1a2;
}

div#bottom a.bottom:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e77513;
}

#imprint a, a:visited {
	color: #999999;
	text-decoration: none;
}

#imprint a:hover, a:active {
	color: #e77513;
	text-decoration: none;
}

div#menu {
	height: 20px;
	top: 40px;
	position: relative;
	padding-left: 46px;	
}

div#menu a {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
div#menu a:hover {
	font-weight: bold;
}

div#menu a.current {
	font-weight: bold;
}

div.menucell_divider {
	float: left;
	width: 8px;
	height: 16px;
	background:url(../media/images/menu_devider.png) no-repeat center;
}

div.menucell {
	float: left;
	width: 105px;
	height: 20px;
	vertical-align: middle;
}

div.menucell_wide {
	float: left;
	width: 200px;
	height: 20px;
	vertical-align: middle;
}

a.mail {
	color: #696969;
	text-decoration: none;
}

a.mail:hover {
	color: #e77513;
}

/* Drei Boxen in der Infobar */

div#infobar {
	width: 901px;
	height: 104px;
	background-color: #595959;
}

div#infobar div {
	position: relative;
	top: 13px;
	left: 56px;
	height: 70px;
	color: white;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

div#infobar div h3 {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: white;
	text-indent: 10px;
	background: url(../media/images/akzent_white.png) left no-repeat;
}

div#infobar div#box_left {
	width: 236px;
}

div#infobar div#box_center {
	width: 225px;
	margin: 0px 0px 0px 48px;
}

div#infobar div#box_right {
	width: 238px;
	margin: 0px 0px 0px 32px;
}

