html {
	width: 100%;
	min-height: 100%;
	height:100%;
}

body {
	border : 0px;
	margin: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	color: #ffffff;
	background: url('pics/bg.gif') #f49d0f repeat-y;
    min-height: 100%;
	height:100%;
}

a {
	color: #f49d0f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	font-size:14px;
	line-height: 1;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

#wrapper {
	width: 914px;
	background: url('pics/bg_wrapper.jpg');
		min-height: 100%;

}

#header {
	width:914px;
	height:200px;
	background: url('pics/bg_header.jpg');
}

#logo {
	float:right;
	padding-right:35px;
}

#menu {
	position: absolute;
	top: 153px;
	height: 28px;
	width: 914px;
}

#menu #sprachmenu {
	float: right;
	width: 55px;

}

#menu #sprachmenu img {
	margin: 8px 4px 0px 0px;
}

#menu ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
}

#menu ul li {
	display: block;
	float: left;
	margin-left: -27px;
	width: 151px;
	height: 28px;
}

#menu ul li a {
	display: block;
	padding: 5px 5px 5px 0px;
	text-align:center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	background: url('pics/bgmenu.gif');
}

#menu ul li.active a {
	font-weigt: bold;
	background: url('pics/bgmenu_akt.gif');
}

#menu ul li a:hover {
	background: url('pics/bgmenu_akt.gif');
	text-decoration: none;
}

#menu img {
	margin-left: -26px;
}
#content {
	background: #4b4b4d;
	width: 534px;
	padding:40px 35px;
	float:left;
	line-height: 2;
}

#bild {
	float:right;
}

#spacer {
	clear:both;
	height: 80px;
}

#wrapper2 {
	position: relative;
	width: 914px;
	margin:-40px 0px 0px 0px;
	text-align:left;
	color: #f49e0f;
}

#footer {
	position: absolute;
	left: 35px;
}

#fussmenu {
	position: absolute;
	right:10px;
}

#fussmenu ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
}

#fussmenu ul li {

}

#fussmenu ul li a {
	padding: 0px 0px 0px 10px;
	color: #f49e0f;
}


* html #wrapper2 {
	z-index: 90;
}

*:first-child+html #wrapper2 {
	z-index: 90;
}


