/* ============================================================================
Kalibrierung und allgemeine Styles
============================================================================ */

* {padding: 0; margin: 0;} /* Kalibrierung aller Abstände auf 0 */

html {height: 101%; } /* erzwingt Scrollbar im Firefox */ 

body {
	background-color: #8C001D;
	background-image: url(../pics/hgr-rot-03.jpg);
	margin-top: 20px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

a { text-decoration: none; outline: none; }
a:link {color: #000066; }
a:visited {color: #000066; }
a:hover, a:focus { border-bottom: 1px dotted #000066; }
a:active { color:#000066; }

li { list-style-type: disc;
}

h1 { 
	font-size: 134%;
	font-weight: normal;
	color: #8C011E; 
}
h2 { 
	font-size: 120%;
	font-weight: normal;
	color: #8C011E; }
h3 { 
	font-size: 120%;
	font-weight: normal;
	color: #8C011E; }
/* Abstand nach unten */
h1, h3, p, ul, ol {margin-bottom: 24px;}
h2 {margin-bottom: 12px;}
h1, h2, h3 {margin-top: 14px;}

/* ============================================================================== */
/* Bereiche */

#navibereich {
	text-align: center;
}
#navibereich a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 6px;
	border-left: 1px dotted #333333;
	color: #000066;
}

#textbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.bildrechts {
		float: right;
		padding: 3px;
		border: none;
		margin-left: 10px;
		margin-bottom: 10px;
}

.clearing { clear: both; }

/* ============================================================================== */
/* Rest - wird dann noch gelöscht */

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8C011E;
	text-decoration: none;
}

a.navklein {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.ueberschriftrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8C011E;
	text-decoration: none;
}

.textnormalrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8C011E;
	text-decoration: none;
}

.textrot {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
