

/*	
	benutzte Farben:
	weinrot				#bb0029
*/


body {
	background: #fff;
	color: #000;
	quotes: "\201C" "\201D" "\2018" "\2019";
	
	font-size:small;
}

body img
{
	border-style:none;
}

/*****************************************
	Schrifteinstellungen für den Fließtext
*****************************************/

body, code, pre {
	font-family: Verdana, sans-serif;
	background:#ffffff;
}

/*****************************************
	Schrifteinstellungen für Überschriften
*****************************************/

h1, h2
{
	font-family: Arial, "Trebuchet MS", sans-serif;
	letter-spacing:1px;
}

#MainText
{
	/* font-family: Georgia, serif; */
}

/*****************************************
	Schrifteinstellungen für die Navigation und Co.
*****************************************/
#SiteNav
{
	font-family: Arial, "Trebuchet MS", serif;
	font-color: #ffffff;
}



code, pre
{
 font-family: 'Andale Mono', Courier, monospace;
 font-size:1em;
}


h1
{
	font-size: small;
}

h2
{
	font-size: x-small;
}



#Header
{
	position: absolute;
	text-align:left;
	height:229px;
	width: 100%;
	z-index: 1;
}			 


#SiteNav
{
	position: absolute;
	top: 300px;
	width: 160px;
	height: 420px;
	z-index: 1;
	font-size:0.9em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#MainText
{
	position: absolute;
	left:200px;
	top: 300px;
	height:400px;
	width: 540px;
	z-index: 1;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	text-align:left;
	font-size:0.9em;
}	

#MainText div.Inhalt
{
	margin-left: 20px;
	margin-right:20px;
	margin-top: 20px;
	z-index: 2;
}


#Footer
{
	position: absolute;
	margin-top:75%;
	margin-bottom: 20px;
	width:100%;
	height:20px;
	text-align:center;
	font-size:0.8em;
	color:#000000;
	background-color: #ffffff;

}


#Header a
{
	color:#000000;
}

#Header a:hover
{
	color:#cc0000;
}

#MainText a
{
	color:#cc0000;
}

#MainText a:hover
{
	color:#cc0000;
}

#SiteNav a
{
	color: #000000;
}

#SiteNav a:hover
{
	color: #cc0000;
}

#Footer a
{
	color:#000000;
}

#Footer a:hover
{
	color:#cc0000;
}

a, a:hover, a:visited
{
	text-decoration: none;
}
