

* {
	font-family: 'Titillium Web', sans-serif;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
	background: url(images/hg.jpg) 50% 0 fixed no-repeat #000 !important;
	min-height: 100%;
	height: 100%;
}

#container {
	background: url(images/hg-inhalt.png) repeat-y scroll 0 0 transparent;
	margin: 10px auto 0 auto;
	width: 990px;
	border-radius: 15px 15px 0 0;
	min-height: 500px;
}

#fuss {
	width: 990px;
	height: 196px;   
	bottom: 0;
    margin: 0 auto;
    position1: fixed;
}

#kopf {
	height: 454px;
	width: 990px;
}

#inhalt {
    margin: 0;
    min-height: 0;
    width: 990px;
}

#partimage {
	position: absolute;
	top: 95px;
	z-index: 1;
}

#login {
	position: absolute;
	margin: 140px 0 0 30px;
	padding: 10px;
	z-index: 3;
	background: white;
	opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
}

#menu {
	position: relative;
	float: left;
    height: 35px;
    margin: 0 10px 20px 15px;
    width: 747px;
}

#logo {
	position: relative;
	margin: 0 5px 5px 788px;
    padding: 11px 0 0;
    z-index: 2;
}

#button {
	position: relative;
	margin: 0 5px 5px 550px;
    padding: 11px 0 0;
    z-index: 3;
}

#submenu {
	background: none none;
	width: 170px;
	float: left;
	margin: 0;
	padding: 0;
}

#cont1, #cont1sub {
	background: none #F9F4ED;
    font-size: 13px;
    font-weight: normal;
    width: 658px;
    margin: 0;
    float: left;
}

#cont1 {
    padding: 0px 47px 0 67px;
    width: 658px;
}

#cont1sub {
    padding: 0px 47px 0 47px;
    width: 508px;
}

#cont2 {
	background: none #F9F4ED;
    float: left;
    position: relative;
    right: 0;
    width: 198px;
    padding: 5px 10px 0 10px;
    margin: 0;
}

#accept {
    background-color: transparent !important;
    color: black;
    border: 1px solid #b7e1af;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 10px 10px 35px;
}