﻿/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	
	background-image: url('/fileadmin/web/images/index/body_back.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a4a4a4;
}

/* stage */
#stage {
	position: relative;
	
	width: 950px;
	
	margin: 0 auto;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	position: relative;
	
	width: 100%; /*950px;*/
	
	padding: 89px 0 0 0;
	
	background-color: #ffffff;
	
	background-image: url('/fileadmin/web/images/index/wappen.jpg');
	background-position: 809px 23px;
	background-repeat: no-repeat;
	
	height: 1%;
}

#logo {
	position: absolute;
	top: 36px;
	left: 45px;
	
	width:316px;
	height:47px;
	
	overflow:hidden;
	text-indent:-22222px;
	
	background-image: url('/fileadmin/web/images/index/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#himage {	
	margin: 0px;
	padding: 0px;
}
#himage img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#mainmenu {
	position: absolute;
	top: 89px;
	right: 0px;
	
	height: 37px;
	
	padding: 0 129px 0 0;
	
	background-image: url('/fileadmin/web/images/index/main_grey.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#mainmenu li {
	float: left;
	height: 37px;
	
	background-image: url('/fileadmin/web/images/index/main_sep.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
#mainmenu li a {
	float: left;
	height: 25px;
	
	padding: 12px 22px 0 24px;
	margin: 0 2px 0 0;
	
	color: #ffffff;
	text-decoration: none;
	
	text-transform: uppercase;
	
	background-image: url('/fileadmin/web/images/index/main_grey.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#mainmenu li a:hover, 
#mainmenu li .active {
	background-image: url('/fileadmin/web/images/index/main_act.gif');
}

#layout {
	display: block;
	background-color: #ffffff;
	
	padding: 40px 45px;
}

#footer {
	position: relative;
	
	height: 49px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	
	background-color: #666666;
}
#footer .copyright {
	float: left;
	margin: 14px 0 0 33px;
	
	font-size: 10px;
}
#footer .fmenu {
	float: right;
	margin: 14px 35px 0 0;
	
	font-size: 11px;
}
#footer .fmenu span {
	margin: 0 0 0 15px;
}
#footer .fmenu a {
	color: #999999;
	text-decoration: none;
}

