@charset "utf-8";
/* CSS Document */
/*ALLGEMEINE FORMATIERUNGEN*/
*{
	border:0;
	margin:0;
	padding:0;
	/*Rahmen, Außenabstand, Innenabstand = 0 */
	font-family:"Times New Roman", Times, serif; /*Serifenschrift*/
	font-size:12pt;
	background-color:#FFFFFF !important; 	/*Hintergrund ist weiß!*/
	color:#000000 !important;				/*Schrift ist schwarz!*/
	}
/*LINKS*/
/*Links unterscheiden sich nicht im Textfluss*/

a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:focus {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#000000;
	}
a:active {
	text-decoration:none;
	color:#000000;
	}
/*Überschriften*/
h1,h2,h3,h4 {
	font-weight:bold;
	}
h1 {
	font-size:18pt;
	}
h2 {
	font-size:16pt;
	}
h3	{
	font-size:14pt;
	}
h4 {
	font-size:12pt;
	}
/*Rahmen um alles umgewandelt in relative Angaben*/
#whrapper {
	margin:10% auto;
	width:100%;
	height:100%;
	}
/*Umrandung links wird ausgeblendet*/
#bubbles {
display:none;
	}
/*Inhaltsbereich - relative Angaben*/
#content {	
	float:left;
	height:100%;
	width:100%;
	}
/*linke Spalte, Hauptinhaltsbereich - relative Angaben*/
#left {
	margin-top:10%;
	width:60%;
	height:100%;
	float:left;
	}
#left p {
	font-size:12pt;
	}
#left h1,h2,h3,h4 {
	padding:10px 10px 10px 0px;
	}
#left img {
	margin-bottom:1cm;
	}
#left table {	/*Tabellen im Content*/
	font-size:12pt;
	margin:0px 10px 10px 0px;
	}
#left table td {
	padding:5px 5px 5px 0px;
	}
#left ul {		/*einfache Aufzählung*/
	font-size:12pt;
	padding:20px 0px 0px 0px;
	list-style:circle;
	}
/*rechte Spalte, Eye-Catcher, Fotos, Logos ...*/
#right {
	width:40%;
	height:100%;
	margin-left:60%;
	}
#right img {
	padding:20px 0px 0px 15px;
		}
#right p {
	padding:0px 1px 10px 25px;
	font-size:12pt;
	}
/*Navigationsbereich wird ausgeblendet*/
#navi {
	display:none;
	}
/*Navigationsmenu mit verschachtelter Liste wird ausgeblendet*/
#menu {
	display:none;
	}
/*Div für Adressfeld wird eingeblendet*/	
#print {
	display:block;
	}
#print img {
	float:left
	}
#print p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding-left:60%;
	}
/*Umrandung unten wird ausgeblendet */
#bottom {
	display:none;
	}
.form {
	color:#999999;
	border:solid #999999 1px; /*Eingabefeld im Formular*/
	}

	
