@charset "utf-8";


body,td,th {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

body {
	margin-left: 1cm;
	margin-top: 0;
	margin-right: 1cm;
	margin-bottom: 1cm;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;

	}

.body { 
	width: 74%;
	margin-right: 13%;
	margin-left: 13%;
	}
/*Schrift in rot*/	
.red {
	color:#FF0000;
	}
/*Schrift in rot und 12pt*/
.red_h{
	font-size:12pt;
	color:#FF0000;
	}
/*Schrift rot und als Überschrift*/
.red_Überschrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24pt;
	color:#FF0000;
	}
.orange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FF9900;
	}
.grey {
	color:#333333;
	}
/*Kopfzeile Überschrift rechts oben*/	
.Überschrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24pt;
	color:#999999;
	}	
/*große schwarze Schrift*/
.Überschrift_h1 {
	font-size:14pt;
	}

/*Für Google Suche angedacht*/	
.g1 {
	font-size:10px;
	height:15px;
	}
/*Hyperlink Formatierungen*/	
a {
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/*Überschriftenzeile - schwarzhinterlegt - Indexseite*/
.headline {
	color: #FFFFFF;
	font-size: 10pt;
	background-color:#000000;
}
/*Fusszeile kleine schrift*/
.footer  {
	font-size:10px;
	}
.google {
	height:15px;
	}
.result {
	width:74%;
	text-align:left;
	margin-left:13%;
	margin-right:13%;
	height: auto;
	
	}
.footer1 {
	width: 74%;
	margin-right: 13%;
	margin-left: 13%;
	vertical-align: top;
	}

.header {
	width: 74%;
	margin-right: 13%;
	margin-left: 13%;
	}
/*Menüleisten*/
.menu a{
	font-size:10pt;
	}
