@import "content.css";
/*@import "nav.css";*/


* {
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	text-align:left;
	padding:0;
	margin:0;
}

#wrap {
	height: 100%;
	overflow: hidden;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	overflow: hidden;
}

div#page,
div#top,
div#header,
div#pagenav,
div#cols,

/*
div#footer {
	width:950px;
}
*/

div#page {
	margin:0;
	height:100%;
}

#top,
#footer {
	width: 950px; 
	position: fixed;
	z-index: 20;
	height: 42px;
	bottom: 0px;
	left:0px;
	background-image:url(../gfx/bg_page_verlauf.png);
	background-repeat:repeat-y;
}

#top {
	height: 115px; 
	top: 0px; 
}

div#top {
	height:115px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 50;
}

body>div#top {
	position: fixed;
}

div#header {
	float:left;
	height:99px;
}

div#header-image {
	margin:53px 0px 0px 40px;;
	width:600px;
	float:left;
	text-transform:uppercase;
}

div#logo {
	margin:36px 0px 0px 0px;
	width:292px;
	float:right;
}

div#pagenav {
	float:left;
	height:16px;
}

div#pagenav div.hnav a{
	text-align:center;
	width:116px;
}

div#pagenav ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

div#pagenav ul li{
	float:left;
	margin:0;
	padding:0;
	width:116px;
}

div#cols {
	padding:115px 0px 42px 0px;
	overflow:hidden;
}

#col1 {
	float:left;
	width:230px;	
}

#quick-links {
	float:left;
	height:220px;
	padding:30px 15px 0 40px;
	width:175px;
}

#quick-links h1{
	display:block;
	padding:1px 0px 0px 0px;
	margin-bottom:5px;
	text-transform:uppercase;
}

#quick-links ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#quick-links ul li{
	float:left;
	width:160px;
	padding:0px 0px 0px 15px;
	margin:0;
}

#quick-links a.qmenu{
	text-decoration:none;
}

#quick-links a.qmenu:hover,#quick-links a.qmenu-act,#quick-link a.qmenu-act:hover {
	text-decoration:none;
}

#subnav {
	float:left;
	padding:30px 15px 30px 40px;
	width:175px;
}

#subnav h1 {
	display:block;
	margin-bottom:5px;
	padding:1px 0 0;
	text-transform:uppercase;
}

#subnav ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#subnav ul li{
	float:left;
	width:160px;
	margin:0;
	padding:0px 0px 0px 15px;
}

#subnav ul.sub2 li{
	float:left;
	width:160px;
	margin:0;
	padding:0px 0px 0px 30px;
}


#subnav ul.sub3 li{
	float:left;
	width:160px;
	margin:0;
	padding:0px 0px 0px 45px;
}

#subnav ul.sub4 li{
	float:left;
	width:160px;
	margin:0;
	padding:0px 0px 0px 60px;
}



#subnav a.snav{
	text-decoration:none;
}

#subnav a.snav:hover,#subnav a.snav-act,#subnav a.snav-act:hover {
	text-decoration:none;
}

#left-content {
	float:left;
	padding:30px 15px 0px 40px;
	width:175px;
}

#left-content h1 {
	display:block;
	margin-bottom:5px;
	padding:1px 0 0;
	text-transform:uppercase;
}

#col2 {
	float:left;
	width:720px;		
}

#billboard {
	height:250px;
	float:left;
	width:720px;
}

#content {
	margin:30px 40px 0px 40px;
	float:left;
	width:640px;
}

/*
div#footer {
	//p\osition:absolute;
	position:fixed;
	z-index: 20;
	height:42px;
	bottom:0px;
	left:0px;
}
*/

/*
#footer{
	height: 42px;
	bottom: 0px;
}
*/

/*
body>div#footer {
	position:fixed;
}
*/


#copyright {
	float:left;
	margin:10px 0 10px 40px;
	width:190px;
}

#social-menu {
	float:left;
	margin:10px 0 10px 10px;
	width:180px;
}

#footer-menu {
	float:left;
	margin:10px 0;
}

#footer-menu ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#footer-menu ul li{
	float:left;
	margin:0;
	padding:0 10px 0 8px;
}

#footer-menu li.first {
	float:left;
	margin:0;
}

#footer-menu li.last {
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin:0;
	padding:0 0 0 8px;
}

#footer-menu a.fmenu{
	text-decoration:none;
}

#footer-menu a.fmenu:hover,#footer-menu a.fmenu-act,#footer-menu a.fmenu-act:hover {
	text-decoration:none;
}

