/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
position: fixed;
font-family: verdana, arial, sans-serif; 
font-weight: bold;
width:900px; 
/*margin: -40px -10px; */
margin:auto;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 150px wide by 30px high. Set the color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:150px; 
height:30px; 
color:#fff; 
line-height:30px; 
font-size:11px;
}
/* set up the background images relative to this css file */
.home {background:#fff url(menu/kaffee.jpg);}
.home2 {background:transparent url(menu/kaffee.jpg) 0 -31px;}
.angebot {background:#fff url(menu/kuchen.jpg);}
.angebot2 {background:transparent url(menu/kuchen.jpg) 0 -31px;}
.impr {background:#fff url(menu/kresse.jpg);}
.impr2 {background:transparent url(menu/kresse.jpg) 0 -31px;}
.bio {background:#fff url(menu/nuesse.jpg);}
.bio2 {background:transparent url(menu/nuesse.jpg) 0 -31px;}
.kontakt {background:#fff url(menu/tomaten.jpg);}
.kontakt2 {background:transparent url(menu/tomaten.jpg) 0 -31px;}
.impressum {background:#fff url(menu/bagel.jpg);}
.impressum2 {background:transparent url(menu/bagel.jpg) 0 -31px;}

/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color: White; 
}
.menu ul li:hover a span {display:none;}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:0; 
width:150px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color: White;
}
/* style the hidden span text */
.menu ul li:hover ul li a span {
display:none;
position:absolute;
left:150px; top:0;
background: #BDB76B;/*Kommentar mit hellgrünem Hintergrund statt:#fff;*/
width:130px;
padding:0 10px;
color:#000;
}
/* style the first letter of the span text */
.menu ul li:hover ul li a span:first-letter {
font-weight:bold;
font-size:1.2em;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li:hover {
background:#000;
}
/* make the span text visible */
.menu ul li:hover ul li:hover span {
display:block;
text-align:left;
line-height:1.5em;
}
/* position the span text on the left of the last menu item */
.menu ul li:hover ul.left li:hover span {
left:-150px;
}

.zeile1{
  position:absolute;
  top: 35px;
  left: 270px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif; 
  font-size: 30px;
  color:#A90E16;
}
.zeile2{
  position:absolute;
  text-align: center;
  top: 70px;
  left: 278px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif; 
  font-size: 18px;
  color:#D78200;
}
#alles {
position: relative;
	margin: auto;
	width: 900px;
	height: 600px;
	text-align:left;
	/*background-color: white;*/
	border: double;
	border-color: Olive;
}
#menubox{
 position: absolute;
 top: 135px;
	width: 880px;
	height: 120px;
	text-align:left;
	/*background-color: orange;*/
	overflow: hidden;
	margin:0px;	
}

#inhalt {
   position: absolute;
	top: 165px;
	width: 880px;
	height: 410px;
	text-align:left;
	/*background-color: Olive;*/
	overflow:auto;
	font-size: 14px;
	margin:10px 10px 10px 10px;
}

#font16{
	font-size:16px;
}
#wiegeschrieben{
		white-space:pre;
}

#zenter{
	 text-align: center;
}
#strongred{
   color:#A90E16;
	font-weight: bold;
}
#strongolive{
	color:Olive;
	font-weight: bold;
}
#strongorange{
	color:#D78200;
	font-weight: bold;
}#strong{
	font-weight: bold;
}
#italic{
	font-style: italic;
}
#logo{
   position: relative;
	margin: 10px 10px;
}
#duenner{
font-weight:lighter;
}
body{
 font-family: verdana, arial, sans-serif; 
	/*background-color: #D2CE90;*/
}
/**/