@charset "iso-8859-1";
/* CSS Document */

* { margin: 0px; padding: 0px; border: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	}
/* html { height: 100.2%; } */
body { font-size: 100.01%; color: #555555; background-color: #ffffff; }

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }


/* Links */
a:link, a:visited  { text-decoration: underline; color: #650000;}
a:hover, a:active, a:focus { text-decoration: none; color: #650000;}


/**** GRUNDGERÜST ****/
div#site_head{
	background-image: url(img/bg.png);
}

div#site_main{ 
	padding-top: 10px;
	padding-bottom: 10px;
}

div#site_footer{ }

div#wrapper_head{ margin: 0px auto; }
div#wrapper_main{ margin: 0px auto; }
div#wrapper_footer{ margin: 0px auto; }

div#head{ 
	height:150px;
	margin-top: 12px;
}

div#adresse{
	width:130px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#adresse, 
div#adresse table {
	font-size: 0.9em;
	color: #000000;
	font-weight:bold;
}

div#main { }


/*** Inhalt ***/
div#content {
	padding-top: 5px;
}

div#content h1 { font-size: 1.5em; color: #650000; margin-bottom: 25px; }
div#content h2 { margin-top: 15px; margin-bottom: 10px; font-size: 1.1em; color: #650000; }
div#content h3 { margin-top: 10px; margin-bottom: 5px; font-size: 1em; color: #650000; font-style: italic; }
div#content ul,ol, div#content p { margin-bottom: 10px;	font-size: 0.9em; }
div#content ul,ol { margin-left: 20px;}
div#content li { padding-left: 5px; padding-bottom: 5px;}

div#content ol li ol {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1em;
	list-style-type:lower-alpha;
}

.zitat {
	margin: 0 auto;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

.zitat_urheber {
	margin: 0 auto;
	text-align:right;
}

.unterstrichen {
	text-decoration:underline;
}

div#content .zurueck {
	display: none;
}

/* Hauptmenü links */
div#menu { 
	display: none;
}

div#footer {
	display: none;
}

.aktiv {
	color: #dd0000;
}
