/* menu::base */
div#menu {
    height:41px;
    background:url(images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	white-space: nowrap;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
	position: relative;
	z-index: 10;
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none;
	font: normal 11px verdana, helvetica, arial;
	white-space: nowrap;
	border-bottom: 0px;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
	white-space: nowrap;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 180px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0;
    height: 24px;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
    text-indent: 15px;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 180px !important;
    margin-left:189px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}

/* styles for page **********/
* { margin:0;
    padding:0;
}

BODY {
	background:rgb(74,81,85);
	Padding-Top: 5px;
	PADDING-BOTTOM: 5px;
}

body,td,tr,div,p,h1,h2,h3,h4,a {font-family: verdana, helvetica, arial; color: #000000; font-weight: normal;}
td,tr,div,p,a {font-size: 11px; Line-height: 16px; text-align: left;}

div#menu { margin:5px auto; }

div#trenner {
	color: White;
	font: normal 11px verdana, helvetica, arial;
	white-space: nowrap;
	margin-top:5px;
	margin-bottom: 2px;
	margin-left: -3px;
}

h1 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 30px;
	line-height: 26px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 23px;
}

.small {font-size: 12px;}
.mini {font-size: 11px;}
.minimini {font-size: 8px;}

a {
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
a:link {color:#ad351a;border-bottom:1px dotted;}
a:visited {color:#ad351a;border-bottom:1px dotted;}
a:active {color:#000000;border-bottom:1px dotted;}
a:hover{color: #FF4D00;border-bottom:1px dotted;}

.prodtable {
	border: 1px solid #c4c9cc;
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.infotable {
	border: 1px solid #c4c9cc;
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dreiertable {
	border: 1px dotted #c4c9cc;
	background-color: #eaeaea;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.prodimage {
	border: 0px;
	padding-right: 5px;
}

.imageright {
	border: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.imageleft {
	border: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.prod4block {
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: none;
}

.imagespace {
	border: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.listen {
	list-style: disc outside;
	padding-left : 20px;
}

.listennummer {
	list-style: decimal outside;
	padding-left : 30px;
}

.cellright {
	text-align: right;
	padding-right: 3px;
}
