/* Global Settings--- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
.small-text-wrapper * {
	font-size: 11px;
}
body {
	text-align:center;
	color: #00338E;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
br {
	clear:both;
}
a {
	text-decoration: underline;
	color: #00338E;
}
ul, li {
	list-style-type: none;
}

/* Layout, Elements, Individuals */
#header {
	width: 804px;
	height: 126px;
	margin: 0 auto;
	background: #FFFFFF url(../img/bg-header.gif) no-repeat;
}
#navi {
	width: 804px;
	height: 26px;
	margin: 3px auto 3px auto;
	text-align: left;
	background-color: #00338E;
}
#body {
	width: 804px;
	height: 455px;
	margin: 0 auto;
	text-align: left;
	background-color: #00338E;
}
#footer {
	display: block;
	width: 804px;
	height: 26px;
	margin: 3px auto 3px auto;
	text-align: left;
	background-color: #00338E;
}
#bottom {
	width: 804px;
	height: 10px;
	margin: 0 auto;
	background-color: #00338E;
}

#bhome {
	width: 804px;
	height: 409px;
	background: #00338E url(../img/bg-cont-home.png) no-repeat;
}
#bhome img {
	margin: 15px 0 0 223px;
	border:1px solid #FFFFFF;
}
#bhometxt {
	width: 804px;
	height: 46px;
	text-align:center;
	background-color: #FFFFFF;
}
.bueberuns {
	background: #FFFFFF url(../img/bg-cont-ueber-uns.jpg) no-repeat;
}
.banfahrt {
	background: #FFFFFF url(../img/bg-cont-anfahrt.png) no-repeat;
}
#baktionen {
	width: 804px;
	height: 396px;
	background: #FFFFFF url(../img/bg-cont-aktionen.png) no-repeat;
}
#baktionen img {
	margin: 15px 0 0 223px;
}
#baktionentxt {
	width: 804px;
	height: 59px;
	text-align:center;
	background-color: #FFFFFF;
}
.bmarken {
	background: #FFFFFF url(../img/bg-cont-marken.png) no-repeat;
}
.bmarken img {
	margin: 38px 0 0 0;
}
.bimpressum {
	background: #FFFFFF url(../img/bg-cont-impressum.jpg) no-repeat;
}


h1 {
	font-size: 12px;
	font-weight: bold;
}
.blue {
	color: #00338E;
}
.r {
	font-weight: normal;
}
.b {
	font-weight: bold;
}
.h {
	display: none;
}