
/* CSS Document */
* {margin:0;padding:0}
p{margin-bottom:1em}
ul{margin-left:16px;margin-bottom:1em}
ul.sub {
    margin-top:6px
}

/* commented backslash hack v2 \*/ 
html, body{height:100%;min-width:1000px;} 
/* end hack */ 


#outer{
	margin-left:180px;
	margin-right:180px;
	background:#F8E7EC;
	margin-bottom:-28px;
	color: #000000;
}
/*** header format ***/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:160px;
	background:#FF0000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	/*overflow:hidden;*/
	color: #000000;
}
#header1 {
	height: 46px;
	position: relative;
}

#header2 {
	height: 112px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#header1 .logo {
	left: 12px;
	bottom: 3px;	
	position: absolute;
}
#header1 .slogan {
	right: 9px;
	bottom: 0px;
	position: absolute;
}
/*** columns format ***/
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
/*
#left p, 
#right p {padding:3px}
*/
#right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	margin-right:-179px;/*must be 1px less than width otherwise won't push footer down */
	left:1px
}
#footer {
	width:100%;
	clear:both;
	height:26px;
	text-align:center;
	position:relative;
}
#close {
	height: 28px;
	position:absolute;
}
#clearheader{height:162px;}/*needed to make room for header*/
#clearfooter{clear:both;height:26px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	min-height: 400px; /*für Netscape, damit auch ohne Inhalt was zu sehen ist*/
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-26px;} /*safari wrapper */

#unternehmen {
    margin-left: 185px;
    padding: 0;
    text-align: left;
}

#unternehmen a {
	font-size: 10px;
	text-align: left;
	font-style : italic;
	font-weight: bold;
	color: #A3A3A3;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
}