body{background-color: #FFF; margin:0px; color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color: #FFFFFF;
	text-decoration:none;}

#table  { margin:0 auto;
		margin-top:2em;
		width:975px;
		height:auto;
		border:0.2em double silver;
		background-color:#000;
		position:relative;
	
}

#top {
	margin:0 auto;
	
	overflow:visible;
	visibility:visible;
	
}
#social_li {	

	position: absolute; top:2px; right:2px; text-align:right;
	}
#seite {  margin: 2em 16em 0 20em;
	padding:0em;

} 

#navigation {
	float:left;
	margin-left:0em;
	margin-top:2em;
	position: absolute;
}
#fusszeile  {
	clear: both;
	padding:1em;
	}

#bilder {
	margin-top:2em;
	float:right;
	width:182;
}



.bild     {
			border:double #999;
			margin: 0;
			margin-top:2em;
}



a:link { font-family: Arial, Helvetica, sans-serif; font-weight:400; font-style:italic;	font-size:13px; color: #FFFFFF;	text-decoration:none;  }
a:visited {color: #FFFFFF; font-weight:400;	text-decoration:none; font-style:italic;  font-size:13px; }
a:focus { color: #FFFFFF; font-weight:400;	text-decoration:none;font-style:italic; font-size:13px; }
a:hover {color: #FF0000; font-weight:400;	text-decoration:underline; font-style:italic; font-size:13px; }
a:active {color: #FFFFFF; font-weight:400;	text-decoration:none; font-style:italic; font-size:13px; }


/*menu */

#tabelemenu {
	background-image:url(../images/menu.jpg);
		background-repeat:no-repeat;
	border:0px;
	width:200px;
	height:265px;
	text-align:center;

	}		
#float_menu {
	position:absolute;
	width:194px;
	height:254px;
	margin-left:2px;
	background-repeat:no-repeat;
	border:0px;
	width:200px;
	height:265px;
	/*text-align:center;*/	
	left: 11px;
	top: 38px;
	visibility: visible;

}
#linksmenu {
	margin-left:45px;
	margin-top:40px;
	}


 
/* Textformatierung */

p {			font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:200;
	color: #FFFFFF;
	text-decoration:none;
			}
			
			
h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		font-style:normal;
		text-decoration:underline;
}

h2	{	font-family: Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:600;
		
}
h3   { font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight:bold;
}
h4		{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-style: normal;
			text-align:center;
			}
			
h5	{	font-family: Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:600;
		color:#F00;
}
h6 {			font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:200;
	color: #000;
	text-decoration:none;
			}


/* formmailer ausrichtung */

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px;
  margin:1px;
 /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
label {
text-align: right;
padding-right: 1em;
}
form {
  margin:0;
  padding:.5em;
}

/* Menu */
#float_menu {
	position:absolute;
	weight: 230px;
	width:200px;
	background: #FFCC00;
	padding:5px 5px 10px 5px;
	background-color: #000000;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#float_menu li {list-style:none; display: inline;
 }
 
#float_menu2 {
	position:absolute;
	weight: 230px;
	background: #FFCC00;
	padding:10px 5px 10px 5px;
	left: 287px;
	top: 26px;
}



