html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(bilder/header-repeat.jpg) repeat-x;
	font-size: 18px;
	list-style:none;
	line-height: 28px;
}

#wrapper {
	min-height: 100%;
	
}

#inner-wrapper {
	margin:auto;
	padding-bottom:54px;
	width:950px;
}

#mb-menu {
	position: absolute;
	top: 28px;
	height: 22px;
	width: 931px;
	font-size: 12px;
	line-height: 12px
}

ul.menu {
	width: 100%;
	margin: auto;
}

ul.menu li {
	float:left;
	list-style-type:none;
	margin:0 38px;
}

ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:hover {
	color: white;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;

}

ul.menu li a.active {
	color: #cc0000;
}

#header {
	background:url("bilder/header.png") no-repeat scroll -50px 0 transparent;
	height:193px;
	margin:auto;
	position:relative;
	top:51px;
	width:931px;
}

#mb-content {
	margin: 100px 90px 0;
}

#footer {
	margin-top: -54px;
	background:url(bilder/footer-repeat.jpg) repeat-x;
	height: 54px;
	position: relative;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

a img {
  border: none;
}



ul.leistungen li {
	font-size: 18px;
	list-style:none;
	line-height: 28px;
}

div.tipps-wrapper-left,
div.tipps-wrapper-right {
	width: 49%;
}

div.tipps-wrapper-left {
	float:left;
}

div.tipps-wrapper-right {
	float:right;
}
