@charset "UTF-8";
/* CSS Document */

html {
	height: 101%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #440000;
	font: 12px "Lucida Grande";
	color: #000;
}

a:link{
	color: #00ff00; text-decoration: none;
}
a:visited{
	color: #00ff00; text-decoration: none;
}
a:active{
	color: #00ff00; text-decoration: none;
}
a:hover{
	color: #ffffff; text-decoration: none;
}

img{ border: 0 none; }


#container {
	width: 960px;
	margin:  0 auto;
}

#header {
	float: left;;
	width: 960px;
	height: 140px;
	text-align: center;
}

#logo {
	margin: 38px 0px 0px 0px;
	float:  right;
	height: 100px;
	width: 434px;
	border: 1px black solid;
	background: url(../images/schnabelteam_logo.png) no-repeat 0 0;
}

#navi ul{
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
}

#navi li a{
	font: 13px "Arial";
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	float: left;
	height: 35px;
	padding: 0px 15px 0px 15px;
	margin: 0px 2px 0px 2px;
	border: 2px black solid;
	border-bottom: none;
	color: white;
	background: #990000 url(../images/button.png) repeat-x;	
}

#navi li a:hover{
	color: black; 
	background: url(../images/button_hover.png) repeat-x;
}

#navi li#current a{
	color: black; 
	background: url(../images/button_hover.png) repeat-x;
}

#content {
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 960px;
	min-height: 350px;
	background: #670611;
	border: 2px black solid;
}

#footer {
	float: left;
	background: none;
	width: 100%;
	height: 100px;
	padding: 0 0 20px 0;
}
#text {
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-shadow: 1px 1px black;
	color: white;
	font-size: 14px;
	position: relative;
	width: 960px;
	height: 28px;
	margin: 0 auto;
	padding: 12px 0px 0px 0px;
	text-align: center;
	background: #b80024;
}

#offerb {
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-shadow: 1px 1px black;
	color: white;
	font-size: 15px;
	width: 960px;
	height: 28px;
	margin: 0 auto;
	padding: 8px 0px 0px 0px;
	text-align: center;
	background: #670611;
}

#vorteile {
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 35px;
	text-shadow: 1px 1px black;
	color: white;
	font-size: 16px;
	padding: 8px 15px 10px 15px;
}

#vorteile b{
	font-size: 18px;
	padding: 0 0 0 24px;
}

#preise {
	float: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 35px;
	text-shadow: 1px 1px black;
	color: white;
	font-size: 15px;
	padding: 33px 39px 10px 39px;
}

#preise td{
	font-size: 18px;
	background: #b80024;
	padding: 5px 0 5px 15px;
	line-height: 28px;
}

#plus b{
	font-size: 20px;
	text-align: center;
}

#plus {
	float: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 40px;
	text-shadow: 1px 1px black;
	color: white;
	font-size: 20px;
	padding: 40px 0px 40px 10px;
}

#plus td{
	font-size: 20px;
	background: #b80024;
	padding: 5px 0 5px 10px;
	line-height: 30px;
}

#preise b{
	font-size: 18px;
	text-align: center;
}

#info {
	float: left;
	line-height: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ccc;
	font-size: 12px;
	position: relative;
	width: 960px;
	text-align: center;
	margin: 15px auto;
	padding-bottom: 10px;
}

#info2 {
	float: left;
	line-height: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ccc;
	font-size: 12px;
	position: relative;
	width: 960px;
	text-align: left;
	margin: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
}
#info span.displaynone { 
	display:none; 
}
#offerb span.displaynone { 
	display:none; 
}
