body 	{	
		background-color:#FFFFFF;
		font-family:arial,sans-serif;
		font-size:14px;	
 	 	color:black; 
 	 	margin: 0; /* kein Aussen-Abstand zum Browserrand */
		}
		
/*Links fuer Text*/		
a:link { font-weight:bold; color:#114711; text-decoration:underline; }
a:visited { font-weight:bold; color:#114711; text-decoration:underline; }
a:hover { font-weight:bold; color:#ffe400; text-decoration:underline; }
a:active{ font-weight:bold; color:#ffe400; text-decoration:underline; }
a:focus{ font-weight:bold; color:#ffe400; text-decoration:underline; }

#youarehere{
font-family:arial;
font-size:small;
color:gray;
float:right;
}


/*Ueberschriften*/
h1	{	font-family:arial;
		font-size:20px;	
 	 	color: #e1a810;}
h2	{	font-family:arial;
		font-size:18px;	
 	 	color: #e1a810;}
h3	{	font-family:arial;
		font-size:16px;	
 	 	color: #e1a810;}
h4	{	font-family:arial;
		font-size:14px;	
 	 	color: #e1a810;}
/* Boxen definieren */

#seite {
	margin-top:0px;
	margin-left:0px;
	padding: 0px;
   	width: 1024px;  

}
#header {
  height:190px; 
  width: 1024px;
  background-color:#ffffff;
}
#content {
text-align:left;
  padding: 10px 10px 10px 20px;
  margin-left: 200px;
  
  /*width: 774px;*/
  width: 62%;
  color:#000000;
  background-color:#FFFFFF;
  z-index:1;	
}



tr { background-color:#EAEAEA; }





#footer{
  text-align:left;
  font-size:12px;
  padding: 10px 10px 10px 20px;
  margin-left: 200px;
  width: 774px;
  background-color:#ffffff;
}
#box_navi
{
width:200px;
height: 35px;
margin:0;
float:left;
}




.floatright 
        {
        float:right;
        width:600px;
       /* background-color:yellow;*/
        }
.floatleft 
        {
        float:left;
        width:150px;
       /* background-color:red;*/
        }
.floatganz 
        {
        float:left;
        width:785px;
        }
.floatright-partner
        {
        float:right;
        width:560px;
       /* background-color:yellow;*/
        }
.floatleft-partner 
        {
        float:left;
        width:200px;
       /* background-color:red;*/
        }
.floatganz-partner
        {
        float:left;
        width:785px;
        }
		


/* Neues Aufklappmenü */

/* Positionierung: */

#naviplace{
	margin-top: 5px;
	margin-left: 1em;
	position:relative;
	min-height:15em;
	}


/* Generelles, Schriftart-, Größe etc... */
.menu { 
	font-size: 10pt;
	}
	
.menu ul { 
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	z-index: 500; /* Damit andere Elemente überlappt werden. */
	list-style-type: none; 
	width: 13em; 
	}

.menu li { 
	background-color:#DFEEDB; /* Hintergrundfarbe der Menüzellen */
	float: left; 
	color:#114711;
	}
	
	
.menu li.sub { background-color: #ffffcc; 
} 

.menu table { /* IE Workarround */
	position: absolute; 
	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 100; 
	font-size: 1em; 
	margin-top: -1px; 
	}
	
	
.menu a, .menu a:visited { 

	border: 1px solid #ffffff; 
	display: block; 
	text-decoration: none; 
	height: 2em; 
	line-height: 2em; 
	width: 13em; /* Menübreite*/ 
	color: #114711; /* Linkfarbe*/ 
	padding-left: 1em; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	}
	
.menu b { float: right; margin-right: 5px; } /* Plazierung von Anzeiger ">>" für Untermenüpunkte. Daher sonst kein <b> Tag im Menü verwenden. */

* html .menu a, * html .menu a:visited { width: 12em; }

* html .menu a:hover {   /* ??? */
	border-color: #ffffcc; 
	color: #ff6600; 
	background-color: #ffffff; 
	position: relative; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}

.menu li:hover { 
	position: relative; 
	}
	
.menu a:active { 
	border-color: #ffffcc; 
	color: #ff6600; 
	background-color: #ffffff; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
	
	
.menu li:hover > a { 
	border-color:#e1a810;  /* Rahmenfarbe mousover */ 
	color: #e1a810; /* <- Linkfarbe mousover*/ 
	background-color: #ffffff; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
	
	
.menu li ul { 
	padding-left:5px; /* Transparenter Rahmen um Untermenü um Gezitter zu vermeiden.*/
	padding-right:3em;
	padding-top:2em;
	padding-bottom:2em;
	visibility: hidden; 
	position: absolute; 
	top: -1em;  /* Vertikale Verschiebung Untermnenü. */
	left: 8em;  /* Horizontale Verschiebung Untermnenü */ 
	background-color: transparent;
	}

.menu li:hover > ul { visibility: visible; }

.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

