@charset 'utf-8';

body{
	text-align:center;
	margin:20px 0 0 0;
    font-family:verdana, sans serif;
    background-color:#004586;

}

img{
	border:none;
}

.clear{
	clear:both;
	float:none;
	height:0px;
}

.shadow{
	margin:auto;
	width:860px;
	text-align:center;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;

}
.main{
	margin:0 auto 10px auto;
	padding:0 0 50px 0;
	width:860px;
}

.content{
	padding:20px;
	text-align:left;
         margin:20px 0 0 80px;
}

.content-impressum{
	padding: 0 0 0 20px;
	text-align:left;
         margin:0 80px 0 80px;
         font-size:14px;
         color:#434343;
}

.content-impressum2{
	padding: 0 0 0 20px;
	text-align:left;
         margin:20px 80px 0 80px;
         font-size:12px;
         color:#434343;
}

h1{
	font-size:30px;
         font-weight:bold;
         color:#004586;
         line-height:130%;
}

h2{
	font-size:18px;
         font-weight:bold;
         color:#434343;
         background-image:url(../img/arrow.gif);
         background-repeat:no-repeat;
         padding: 0 0 5px 20px;
         margin: 0 0 6px 0;
         line-height:90%;
}

h3{
	font-size:18px;
         font-weight:bold;
         color:#004586;
         margin: 0 0 0 0;
}

h4{
	font-size:14px;
         font-weight:bold;
         color:#434343;
         margin: 0 0 0 0;
         padding:0px;
}

.dot {
         background-image:url(../img/dot.gif);
	     background-repeat:repeat;
         height:2px;
         width:800px;
         margin-left:30px;
}

.impressum {
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	width:860px;
    text-align:right;
    font-size:12px;
    color:#fff;
}

.impressum a, .impressum a:link, .impressum a:hover, .impressum a:active, impressum a:visited {
	color:#fff;
}

.content a, .content a:link, .content a:hover, .content a:visited, .content-impressum a, content-impressum2 a {
	color:#434343;
	}
	
#bbh {
    background-image:url(../img/bbh_logo.jpg);
    background-position:90% 40%;
    background-repeat:no-repeat;
    width:auto;
}	

sup {
    font-size:11px;
}