@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 10px 0;
}

body {
	background-image: url(/images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #bac1d9;
	font-family: "Trebuchet MS", Futura, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #868788;
}

h1 {
	font-size: 21px;
	line-height: 150%;
	color: #1f1e21;
	background-color: #fcf5cc;
	padding: 18px 0;
	padding-right: 10px;
	margin: 0;
}

h2 {
	color: #f1cb00;
	font-size: 16px;
	line-height: 150%;
}

h3 {
	font-size: 14px;
	line-height: 150%;
}

a {
	color: #f1cb00;
	text-decoration: none;
}

a:hover {
	color: #1f1e21;
}

img {
	border: none;
}
img.abstop {
	margin-top: 4px;
}
ul {
	list-style: square;
	margin-left: -5px;
}
*html ul {
	margin-left: 35px;
}
*+html ul {
	margin-left: 35px;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}

/*---- Grid extensions -----*/
.fullgrid_3, .fullgrid_9, .fullgrid_12 {
	display:inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.container_12 .first {
	padding-left: 20px;
}
.container_12 .first-low {
	padding-left: 10px;
}
.container_12 .header {
	height: 115px;
}
.container_12 .fullgrid_3 {
	width:240px;

}
.container_12 .fullgrid_9 {
	width:720px;
}
.container_12 .fullgrid_12 {
	width:960px;
}
.right {
	text-align: right;
}
.top {
	margin-top: 0;
}
.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
/*---- /Grid extensions -----*/

#blende {
	background-color: white;
}
.box {
	font-size: 11px;
	line-height: 150%;
	background-color: #fcf5cc;
}
.footer {
	padding: 10px 0;
}
.footer a {
	color: #868788;
}
.footer a:hover {
	color: #1f1e21;
}
.banner-wrapper {
	background-color: #fbefb2;
	border-bottom: 3px solid #f1cb00;
}
.banner-wrapper-inner {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi {

}
#navi a {
	font-size: 13px;
	line-height: 150%;
	color: #868788;
	margin-right: 40px;
}
#navi a:hover {
	color: #1f1e21;
}
#navi a.active {
	color: #1f1e21;
}
#karte {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#header {
	width: 720px;
	height: 115px;
	overflow: hidden;
	padding: 0px;
}
#header img {
	height: 115px;
	margin: 0px;
	border: 0px;
	clear:both;
}
table tr td {
	padding-left: 5px;
}
tr.alt {
	background-color: #fcf5cc;
}
.table-head {
	background-color: #fbefb2;
	border-bottom: 3px solid #f1cb00;
}
.table-head td {
	font-weight: bold;
	border-bottom: 3px solid #f1cb00;
}