/*CSS zur Seite Linke-Maste-GmbH;
Start: 26.10.2011
letzte Änderung: 09.03.2012
*/


/*allgemein*/

* {
margin:0;
padding:0;
}
html, body{
 	height:100%;
	font:100.01% Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: #D4D3D1;
	color: #;
	min-height: 101%;
}

ul, li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 6px;
}

/*Gesamt-Umfang-Seite*/
#page {
	background: #;
	background-image:url(../img/hg-start2.jpg);
	width: 1004px;
	height: 612px;
	margin: 0 auto;
	border: 0px solid #1DE41D;
	position:relative;
	clear:left;
	visibility: visible;
	z-index: 0;
}

/*Gesamt-Umfang-Seite, Unterseiten*/
#page2 {
	background: #;
	background-image:url(../img/hg-unter2.jpg);
	width: 1004px;
	height: 612px;
	margin: 0 auto;
	border: 0px solid #1DE41D;
	position:relative;
	clear:left;
	visibility: visible;
	z-index: 0;
}

#center
{
width:1px;
height:50%;
margin-bottom:-310px;
float:left;
}

#daten {
	background: #fafafa;
	width: 683px;
	height: 384px;

	margin-left: 147px;
	margin-top: 186px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	border: 0px solid #e37624;
	position: fixed;
	visibility: visible;
	overflow: auto;
	z-index: 2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333;
	text-align:justify;
}


/*Navigation oben*/
#navi-button a {
	color:#ffffff; 
	text-decoration:none;
	font:11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	font-weight: normal;
}
#navi-button a:hover, a:active {
color: #333333;
text-decoration: none;}
	
	
.fliesstitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4B4A;
	font-weight: bold; 
}
.fliess11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.tabzopf { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 18px; font-weight: normal; color: #333333; }

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;

}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:none;
}
/*Navigation Ende*/

/* aktiver Button-oben*/
#aktiv {
	color:#333333; 
	text-decoration:none;
	font:11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	font-weight: normal;
}


