body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #fff;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;

}

a:visited {

	color: #ff0000;
}

a:active {

	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #0000f8;
	text-decoration: none;
	font-weight: bold;
}


.hervorhebung {

	text-transform: uppercase;
	color: #ff0000;
	font-weight : bolder;
}

/* Definition der Gesamtseite */
#alles {
	position: relative;
	top: -6px;
	padding: 0;
	margin: 0;
	width: 635px;
	left: 25px;
	height: 1926px;


}
/* Darstellungsbereich auf automatische Breite setzen und linksbündig */
#seite {
	width: auto;
	margin-left: 0px;
	
}

/* nun werden die einzelnen Spalten definiert*/
#navi, #inhalt, #inhaltscroll {
	height: auto; 
	float: none;
}

/* Navi nicht im Ausdruck anzeigen. Adresse aber schon */
.nichtdrucken {
	display: none;
}

#inhalt, #inhaltscroll {
	display: inline;
	background-color: #fff;
}


h1 {
	margin:0;
	max-width: 630px;
	margin-left: 10px;
	margin-top: 10px;
}
h1 span {
	text-transform: uppercase;
	font-weight: bold;
	
}

/* Textbereich der Seite - hier kommen alle Texte, Tabellen etc. hinein.
damit alles im Inhalt Platz zum linken Rand hat:*/
#textbereich {
	margin-left: 10px;
	width: 630px;
	height: 100%;
	padding-bottom: 20px;
}

/* Damit Texte in Tabellen nicht zusätzlichen Platz brauchen */
table tr td p {
	margin: 0;
	padding: 0;
}

.kleineschrift {
	font-size: 10px;
}
h2 {
	font-size: 14pt;
	color: #0000fa;
	text-align: right;
}
.gewinnspiel {
	color: #FFFFFF;
	background-color: #0000ff;
}

