body { font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
padding: 0;
}

img {
	border: 0;
}

dfn {
	display:none; }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
list-style-type:none; 
margin:0px 0 0px 0px; 
padding:0;

}
H1, H2, H3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
	display: none;
}

#menu li {
	float:left;
	margin:0 1px 0 0; 
	position:relative; 
	padding-left: 5px;
	width: 110px;
	height: 17px;
	z-index:1;
	color: #ffffff;}
#menu li dl {
position:absolute; 
top:0; 
left:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:0px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:13 px;}
#menu dl {
width: 110px; 
margin: 0; 
padding: 0; 
text-align:left; 
cursor:pointer;

}
#menu dt {
margin:1px 0 0 0;
height: 16px; 

}
#menu .one {background: #3F341D}
#menu .two {background: #3F341D}
#menu .three {background: #3F341D}
#menu .four {background: #3F341D}
#menu dd { margin:0; padding:0; color: #fff; font-size: 12px; background: #E2DEBF; text-align:left; width:115px; }
#menu dd.flyout { margin:0; padding:0; color: #fff; font-size: 12px; background-color: #E2DEBF; text-align:left; height:29px; width: 115px;}
#menu dd.last { 
height: 7px; 
	width:115px;
	background-image: url(untenmenu.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	background-color: transparent;
}
.gallery dt a, .gallery dt a:visited {
display:block; 
color:#ffffff;
font-family: verdana;
font-size: 12px;
padding:0px 0px 0px 0px;
}
.gallery dd a, .gallery dd a:visited {
color:#000000; 
text-decoration:none;  
background: #E2DEBF; 
display:block; 
padding:0px 0px 0px 5px;

}

.gallery dd a:hover {background-color: #CFC3A7;}

	
/*-------------------------------------------------------------------------------------------*/	

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */
#menuwrapper { 
    overflow: hidden; 
    /*background-color: #ECECEC;
    border-bottom: 1px solid #C0C0C0;*/
	height: 17px;

	}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
	padding-left: 5px;
	width: 110px;
	height: 15px;
	
	}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px;

	
	}
#primary-nav ul { 
	position: absolute; 
	top: auto;
	display: none;
	margin-top: 1px;
	}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: 0px;
	left: 100%; 
	top: 0px;
	}
#primary-nav li { 
	/*margin-left: -1px;*/
	float: left;
	height: 17px;
	
	}
#primary-nav li li { 
	margin-left: 0px;
	float: none; 
	position: relative;	
	}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
	display: block;
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	}
	
#primary-nav li a {
	/*border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;*/
	}
#primary-nav li li a {
	/*border: 1px solid #C0C0C0;*/
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	}	
#primary-nav li, 
#primary-nav li.menuparent { 
	background-color: #3F341D;
	margin-right: 25px;
	
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
	background-color: #3F341D;
	}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparenth { 
	background-image: url(modules/CSSMenu/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat;
	background-color: #E2DEBF;
	

	}
	
#primary-nav ul li.menueende {
	float:left; 
	width: 130px; 
	height: 7px; 
	background-image: url(untenmenu.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	background-color: transparent;
}	
	
#primary-nav ul li.menuparent:hover{ 
	background-position: center right; 
	background-repeat: no-repeat;
	background-color: #CFC3A7;
	}
	
	
/* Styling the apperance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-color: #3F341D;
	text-decoration: none;
	}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
	display: none;
	}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
	display: block;
	}

/* IE Hacks */
#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}

/* ---- */
#menu_horiz {
	width: 650px;
	background-color: #3F341D;
	float: left;
	text-align: left;
}

#clear{
clear: both;

}

div.linie {
	float: right; 
	width: 850px; 
	height: 10px; 
	padding:0;
	margin: 0;
	background-image: url(punkt.gif); 
}

div.naviunten {
	float: right; 
	text-align: center; 
	width: 150px; 
	padding-top: 6px;
}

div.naviunten a{
	text-decoration: none; 
	color: #000000;
}

div.footer {
	float: right; 
	text-align: left; 
	width: 500px; 
	height: 1px;
	padding-top: 6px;
}

/* kontakt.php */

.formbox {
  color: #000000;
  text-align: left;
  float: left;
}

.reihe {
  clear: both;
  padding: 2px 0px;
  text-align: right;
}

.label {
  float: left;
  width: 130px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  font-family: verdana, arial, sans-serif;
}

.feld {
  float: left;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: left;
  padding-top: 15px;
}

.defbreite {
  width: 260px;
  background-color: #ffffff;
  border: 1px solid  #3F341D;
}

/* Ende Kontaktformular*/

td.beschreibung{
width: 400px;
padding-left: 10px;
padding-right: 10px;
color: #3F341D;
font-size: 10px;
}

td.preis{
width: 100px;
text-align: right;
vertical-align:top;
color: #3F341D;
font-weight: bold;
font-size: 10px;
}

td.uberschrift{
padding-left: 10px;
font-weight: bold;
font-size: 12px;
color: #3F341D;
}

/* für skalierbare Box */
.boxrahmen {
 float:left;
 background-color: #E2DEBF;
 }
 
.ro {
float: right; 
width: 5px; 
height: 5px; 
background-image: url(img/box_ro.gif); 
background-position: top right; 
background-repeat: no-repeat;
}
  
.lo {
float: left; 
width: 5px; 
height: 5px; 
background-image: url(img/box_lo.gif); 
background-position: top left; 
background-repeat: no-repeat;
 }
  
.ru {
float: right; 
width: 5px; 
height: 5px; 
background-image: url(img/box_ru.gif); 
background-position: bottom right; 
background-repeat: no-repeat;
 }
  
.lu {
float: left; 
width: 5px; 
height: 5px; 
background-image: url(img/box_lu.gif);
background-position: bottom right;
background-repeat: no-repeat;
 }

.inhalt {
 margin:0;
 padding: 0px 5px 0px 5px;
 }
 
.navilinks {
 float:left; 
 width: 35px; 
 height: 17px; 
 background-image: url(eckelinks.gif); 
 background-position: bottom left; 
 background-repeat: no-repeat;
 }
 
 .navirechts {
 float: right; 
 width: 15px; 
 height: 17px; 
 background-image: url(eckerechts.gif); 
 background-position: bottom right; 
 background-repeat: no-repeat;
 }
