/* --------------- allgemeine Angaben */
* {
	padding: 0;
	margin: 0;
}

body {
	background: #FEEA3E;
}

.clearfix {
	clear: both;
	display: none;
}

h3 {
	font-size: 22px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}


/* --------------- #container */
#container {
	position: relative;
	height: 100%;
	width: 100%;
}

/* --------------- #himmel */
#himmel {
	background: #62A6FB url(himmel.gif) left top repeat-x;
	height: 58px;
	position: relative;
}

#himmel img.logo {
	border: 0;
	margin: 6px 0 0 6px;
	height: 42px;
	width: 320px;
}


/* --------------- #schatten */
#schatten {
	height: auto;
	width: 100%;
	position: relative;
}

#schatten_top {
	background: url(wiese.gif) left top repeat-x;
	height: 12px;
	overflow: hidden;
}

#schatten_bottom {
	background: url(schatten.gif) left top repeat-x;
	height: 20px;
	overflow: hidden;
}

#schatten_wiese {
	background: url(wiese.gif) left top repeat-x;
	float: right;
	height: 100%;
	width: 216px;
}

/* --------------- #content */
#navigation {
	width: auto;
	text-align: left;
}

/* --------------- #content */
table.content {
	text-align:center;
	height:100%;
	width:100%;
}

td.navigation {
	background: url(wiese.gif) left top repeat;
	padding-top: 12px;
	height: 100%;
}

#navigation a {
	color: #000066;
}

#navigation a:hover {
	color: #FEEA3E;
}

p.disclaimer {
	margin-bottom: 15px;
	width: 70%;
}

p.antwort input {
	margin-right: 4px;
}

/* --------------- #AdSense */
.adsense_box_200x200 {
	margin: 20px 0 0 8px;
}

.adsense_box_468x60 {
	margin: 10px 0 10px 20px;
}

.negativ_margin_left {
	margin: 10px 0 10px -36px !important;
}

.no_margin_left {
	margin: 10px 0 10px 0px !important;
}











