/*CSS by Kenrick Kelly 2006*/

html,body {
	height: 100%;
	behavior: url(csshover.htc);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	color:#626263;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/background.gif);
	}

/*Start Nested Container*/

.container {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.header {
	width: 750px;
	height: 70px;
	background-image: url(../Images/Sternheimer_BGR_alt.jpg);
}
	
.navcontainer {
	position: absolute;
	padding-left: .7em;
	
}

.navigation {
	width: 750px;
	height: 30px;
	background-color: #999999;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

a, a:visited, a:active {
	color: #999999;
}

a:hover {
	color: #666666;
}

#aufzaehlung {
	font-size: 1em;
	font-weight: bold;
	line-height: 20pt;
	text-indent: 20pt;
	color:#A80303;
	background-image: url(../Images/arrow.gif);
	background-repeat:no-repeat;
	margin-left: .5em;
}

#beschreibung {
	font-size: 1em;
	line-height: 13pt;
	margin-left: 30pt;
	color:#333333;
	padding: 5px 5px 5px 5px;
}

#branchen {
	font-size: 1em;
	line-height: 13pt;
	color:#333333;
	padding: 5px 5px 5px 5px;
}

#einleitung {
	font-size: 1em;
	line-height: 13pt;
	color:#333333;
	padding: 10px 10px 10px 10px;
}

#understatement {
	font-size: .9em;
	line-height: 10pt;
	color:#626263;
}

#anfahrt {
	font-size: 1em;
	font-weight: 100;
	line-height: 18pt;
}
	
.logo {
	padding-left: 20px;
	padding-top: 25px;
	font-size: 2.3em;
	color: #fff;
}

.content {
	margin-top: 0px;
	padding: 10px;
	width: 65%;
	height: 650px;
	border-right:1px solid #ccc;
}

.sidebar {
	position: absolute;
	top: 127px;
	right: 0px;
	width: 28%;
	padding: 5px;
}

.footer {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 10px;
	text-align: center;
	background-color: #870202;
}

h1 {

	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	border-bottom:1px solid #ccc;
	color:#A80303;
	text-align:left;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: 100%;
	font-weight: bold;
	color: White;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 100;
	color: #333333;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 200;
	color: #A80303;
	text-align: left;
	line-height: 15pt;
}

.imgleft {
	float: left;
	padding: 3px;
	margin-right: 8px;
	border:2px solid #ccc;
	
}

.imgborder {
	border: 1px solid #999999;
	padding: 3px;
}

.adresse {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #870202;
	text-align: center;
}

acronym {
	cursor: help;
}
 
 
 /*Begin Sitenavigation*/
 
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li a {
	display: block;
	font-weight: bold;
	color: white;
	padding: .55em;
	text-decoration: none;
}

#nav li a:hover{
	background-color: #870202;
	text-decoration: underline;
}

#nav li li a {
	display: block;
	font-weight: 100;
	color: white;
	padding: 1em;
	font-size: 10px;
}

#nav li li a:hover {
	background-color: #870202;
}

li { 
	float: left;
	position: relative;
	color: #A80303;
	width: 7em;
	height: 1.8em;
	text-align: center;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: 100;
	background-color: #999999;
	padding: 0.1em 0 .7em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */