*{
	padding: 0;
	margin: 0;
	border: 0;
}


body {
	font-size: 80%;
	color: #000;
	background: url(images/bg.jpg) repeat-x #f2e7c6;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
}

code { font-size: 11px; }

a:link {
	color: #000;
	background-color: none;
	text-decoration: none;
}

a:visited {
	color: #000;
	background-color: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.c {
	text-align: center;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}



/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0;
	padding: 5px;
	clear: both;
}

small { font-size: 0.85em; }

.headline {
	height: 40px;
	background: url(images/gruen.jpg);
	border: 3px solid #fff;
	border-bottom: 5px solid #ccc;
	margin: 0 5px;
}

h1, h2 {
	font-weight: normal;
	font-size: 1.6em;
	padding: 8px;
	color: #fff;
	height: 24px;
	background: url(images/gruen.jpg);
	border: 3px solid #fff;
	border-bottom: 5px solid #ccc;

}

.lila { background: url(images/lila.jpg); }
.pink { background: url(images/pink.jpg); }
.orange { background: url(images/orange.jpg); }
.gelb { background: url(images/gelb.jpg); }
.rot { background: url(images/rot.jpg); }
.grau { background: url(images/grau.jpg); }
.gruen2 { background: url(images/gruen2.jpg); }
.blau { background: url(images/blau.jpg); }


h2.a {
	background: #eee;
	font-size: 1.2em;
	padding: 5px 3px;
	font-weight: normal;
	
}
h2 a:link, h2 a:visited, h2 a:hover { color: #fff; }



h3, h4 {
	font-weight: normal;
	font-size: 1.2em;
	padding: 5px;
	color: #002;
	background: #eee;
	border-bottom: 5px solid #f5f5f5;
}




h4 { font-size: 0.9em; padding: 3px 6px; border-bottom: 2px solid #e5e5e5; }


.headline h3 { color: #fff; background: none; 	font-weight: normal;
	font-size: 1.6em;
	padding: 8px;}

.headline h4 { background: none; border: 0; color: #fff; font-size: 1.45em; font-weight: normal; padding-top: 8px; }



.content {
	background: #fff;
	/*border: 3px solid #fff;*/
	margin: 0 5px;
	padding: 0;
}

#header {
	text-align: center;
	padding-bottom: 10px;
}

#wrapper {
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#footer { font-size: 0.9em; padding: 0 10px; }

.bg1 { background: #f4f9e8; }
.bg2 { background: #e1f5c2; }


input, textarea, select {
	border: 1px solid #999;
}
input, textarea {
	padding: 2px 3px;
}

th { padding-left: 10px; font-size: 0.85em; text-transform: uppercase; }

div.p { padding: 5px; }



