/* -- <title> CSS Definitionen </title> -- */
/* ------------------------------------ SEITEN  ------------------------------------ */
body
{
	background-color: #FFFFFF;
	font-family: verdana, tahoma, arial, times new roman, times, helvetica, sans-serif;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	line-height: 11pt;
	text-align: left;
}

b, strong
{
	font-weight: bold;
	font-size: 9pt;
}

i, em
{
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
}


h1
{
	font-size: 12pt;
	line-height: 14pt;
}

h2
{
	font-size: 11pt;
	line-height: 13pt;
}

h3
{
	font-size: 10pt;
	line-height: 12pt;
}

h4
{
	font-size: 10pt;
	line-height: 12pt;
}

a:link, a:visited, a
{
	color: #0066ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active, .activelink
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* ------------------------------------ KLASSEN ---------------------------------- */

.trennstrich
{
	position:absolute;
	top:5.3cm;
	left:0cm;
	right:0cm;
	height:auto;
	width:60cm;
	/*background-color:#FFFFFF;*/
	/*solid #804000;*/
	/*padding:0px*/
}

.navigation
{
	position:absolute;
	top:5.5cm;
	height:auto;
	width:4cm solid #804000;
	padding:10px;
}

.navigation2
{
	position:absolute;
	top:4.6cm;
	left:6.2cm;
	right:1cm;
	height:1cm;
	width:auto;
	color:#FFFFFF;
	
}

.inhalt
{
	position:absolute;
	top:5.5cm;
	left:6cm;
	right:0cm;
	height:auto;
	width:auto;
	background-color:#FFFFFF;
	solid #804000;
	padding:10px
}

.red {color: #ff0033}		/* rot */
.dred {color: #660066}		/* dunkelrot */
.blue {color: #3366ff}		/* blau */
.hblue {color: #0066ff}		/* hellblau */
.green {color: #009900}		/* gruen */
.yellow {color: #ffcc00}	/* gelb */
.pink {color: #cc0099}		/* lila */
.orange {color: #ff9900}	/* orange */
.white {color: #ffffff}	    	/* weiss */
.black {color: #000000}

