/* CSS Document */

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url(../fileadmin/images/background.gif) repeat-y 50% 0;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font: bold 14px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
}

p {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
	line-height: 140%;
}

a {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #333333;
	text-decoration: underline;
	line-height: 140%;
}
a:hover {
	font: normal 11px Verdana, Arial,Helvetica,sana-serif;
	color: #cc3333;
	line-height: 140%;
}

#outer-wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 840px;
	height: 100%;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 840px;
	height: 100px;
	background: #cc3333;
}

#titel {
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 30px;
	font: bold 24px Verdana, Arial,Helvetica,sana-serif;
	color: #ffffff;
	background: #cc3333;	
}

#content-wrapper {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 640px;
}

#rootline  {
	padding: 10px 0 0 30px ;
	font: normal 9px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#rootline a {
	text-decoration: underline;
	font: normal 9px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#content {
	position: relative;
	top: 5px;
}

#copyright {
	padding: 20px 0 20px 30px;
	clear: both;
	font: normal 10px Verdana, Arial,Helvetica,sana-serif;
	color: #999999;
}

#left {
   position: absolute;
   z-index: 0;
	top: 0px;
	left: 0;
	background: #f0ebeb;
	width: 210px;

}

#menulinks {
   position: absolute;
   z-index: 0;
   top: 100px;
   left: 0;
}
#inhalt {
   padding: 0px 30px 0 30px;
   clear: both;
   font: normal 11px Verdana, Arial,Helvetica,sana-serif;
   color: #333333;
}	

