*{
	margin: 0;
	padding: 0;
	font: normal 13px/18px arial, helvetica, sans-serif;
	color: #333333;
	}
body{
	background: url(images/background.jpg) top center no-repeat;
	}
b{
	font-weight: bold;
	}
#spot{
 	position: absolute:
 	margin-left: -9999px;
 	margin-top: -9999px;
	}
#badge{
	width: 960px;
	height: 161px;
	position: absolute;
	top: 0px;
	z-index: 99;
	text-align: right;
	}
#badge img{
	border: 0;
	}
#redbar{
	width: 100%;
	height: 20px;
	background-color: #b70013;
	}
#container{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
#content{
	padding-left: 340px;
	padding-top: 246px;
	}	
#navi{
	border-bottom: 2px solid #b70013;
	height: 24px;
	overflow: hidden;
	}
#text{
	border-bottom: 1px solid #333333;
	padding: 20px 0 20px 0;
	}	
#testimonials{
	border-bottom: 1px solid #333333;
	padding: 20px 0 20px 0;
	}
#testimonials .testimonial{
	height: 134px;
	margin: 20px 0;
	}
#testimonials .testimonial img{
	width: 200px;
	heigth: 134px;
	display: block;
	float: left;
	}
#testimonials .testimonial .bubble{
	background: url(images/bubble.gif) no-repeat;
	padding: 10px 0 10px 30px;
	float: right;
	height: 134px;
	width: 344px;
	}
#impressum{
	text-align: right;
	padding-top: 4px;
	}	
#impressum a{
	color: #333333;
	text-decoration: none;
	}
#impressum a:hover{
	color: #333333;
	}
	
/* sliding doors */
    
#slidetabsmenu {
float:left;
width:100%;
overflow: hidden;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
float:left;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #ffffff;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: #ffffff;
font-weight: normal;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

