body{
	background-color: #FFF;
	font: 71% tahoma, verdana, arial, helvetica, sans-serif;
	color: #6E6E78;
	margin: 0px;
	padding: 0px 0px 0px;}

.logo	{
	height: 100px; width: 7700px;
	padding-left: 2px;} 
	
.navigation	{
	height: 22px; width: 7700px;
	padding-left: 2px;
	border: none;
	border: none;} 
	
.subnavigation	{
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc; }


/* style the outer div to give it width */

.menu {

width:750px; 

font-size:0.85em;

font-family: Arial, sans-serif;

padding-bottom:5px;

}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

padding:0;

margin:0;

list-style-type:none;

}

.menu ul ul {

width:150px;

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {

float:left;

width:150px;

position:relative;

}

/* style the links for the top level */

.menu a, .menu a:visited {

display:block;

font-size:11px;

font-family: Arial, sans-serif;

text-decoration:none; 

color:#000000; 

width:139px; 

height:30px; 

border:1px solid #cccccc; 

border-width:1px 1px 1px 1px; 

background:#ffffff; 

padding-left:10px; 

line-height:29px;

}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {

width:150px;

w\idth:139px;

}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {

background:#ffffff;

}

/* style the second level hover */

.menu ul ul a.drop:hover{

background:#663300;

}

.menu ul ul :hover > a.drop {

background:#663300;

}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {

background:#ffffff;

}

/* style the third level hover */

.menu ul ul ul a:hover {

background:#663300;

}

.menu ul ul ul :hover > a {

background:#663300;

}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {

visibility:hidden;

position:absolute;

height:0;

top:31px;

left:0; 

width:150px;

}

/* another hack for IE5.5 */

* html .menu ul ul {

top:30px;

t\op:31px;

}



/* position the third level flyout menu */

.menu ul ul ul{

left:150px; 

top:0;

width:150px;

}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {

left:-150px;

}



/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {

background:#ffffff; 

color:#000; 

height:auto; 

line-height:1em; 

padding:5px 10px; 

width:129px

/* yet another hack for IE5.5 */

}

* html .menu ul ul a{

width:150px;

w\idth:129px;

}





/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{

color:#fff; 

background:#663300;

}

.menu :hover > a, .menu ul ul :hover > a {

color:#fff;

background:#663300;

}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{

visibility:visible; 

}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{

visibility:hidden;

}

/* keep the fourth level hidden when you hover on second level list OR link */

.menu ul :hover ul :hover ul ul{

visibility:hidden;

}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 

visibility:visible;

}

/* make the fourth level visible when you hover over third level list OR link */

.menu ul :hover ul :hover ul :hover ul { 

visibility:visible;

}

 div#header{
  position:relative;
z-index:300;
  top:100;
  left:0;
  width:100%;
  height:34px;
 }


#logofloater{
	position: relative;
	left: 0px;
	width: 800px;}
	
#floater{
	position: relative;
	left: 0px;
	width: 800px;}
	
#floatersub{
	position: relative;
	left: 0px;}
	
#content{
	margin: 10px 10px;
	height: 350px; width: 7770px;
	background-color: #FFF;
	border: none;}	
	
.text{
	width: 330px;
	padding: 20px 0px 0px 50px;
	float: left;
	line-height: 140%;}

	
.bild{
	width: 330px;
	padding: 0px 50px 0px 0px;
	text-align: right;
	float: left;}
	
/* Standardlinks *********************************************************/
a{
	text-decoration: none;
	border: none;
	background-color: transparent; color: #6E6E78;}
a:hover{
	text-decoration: none;
	border: none;
	background-color: transparent; color: #663300;}
	
div.text	a{
	text-decoration: underline;}
	
/* Links Navigation ***********************/
a.nav{
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none; 
	padding: 5px;
	font-size: 10px;
	float: left;
	margin-right: 5px;}
a.nav:hover{
	background-color: #B5B8BF; color: #FFF;}

/** Navigationslink, der gerade aktiv ist *******************************/	
a.aktiv{
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #663300; color: #FFF;
	border-left: 1px solid #6E6E78; 
	border-right: 1px solid #6E6E78; 
	padding: 5px;
	font-size: 10px;
	float: left;
	margin-right: 5px;} 
a.aktiv:hover{
	background-color: #B5B8BF; color: #FFF;}
	
div.text a.info{
    position: relative;
	text-decoration: none;
    z-index: 24;
	border-bottom: 1px dotted #6E6E78;}
a.info:hover {
	z-index:25;
	cursor: help;}
a.info span {
	display: none}
a.info:hover span {
    display: block;
	padding: 5px;
    position: absolute;
    top: 2em; left: 2em;
	width: 15em;
    border: 1px solid #6E6E78;
    background-color: #FFF;
	color: #6E6E78;}


	
/** Üheadings
***********************************************************/	
h1{
	font-size: 100%;
	color: #663300;
	margin: 0px 0px 5px 0px;}	
	
h2{
	font-size: 100%;
	margin: 0px 0px 5px 0px;}	

h2.absatz{
	font-size: 100%;
	margin: 0px 0px 20px 0px;}	
/** Formularelemente *******************************************************/
input {
	width: 295px;}
input.textfeld{
	background-color: #FFF; color: #6E6E78;
	border: 1px solid #6E6E78;}
input.button{
	width: 22px; height: 23px;}
input.radio{
	width: auto;}
textarea{
	width: 300px; height: 120px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFF; color: #6E6E78;
	border: 1px solid #6E6E78;}
	
img{
	border: none;
	float: left;}
img.screen		{
	border: 1px solid #6E6E78;}

p {
	margin: 0px 0px 20px 0px;}
p.pink{
	color: #663300;
	font-weight: bold;} 

