/* Styles für das Grundlayout  */
body{
	margin:50px 0px 50px 0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana;
}

/*Beinhaltet alle Elemente*/

form{
	padding:0px;
	margin:0px;
}

#menue-box{
	margin-top:-20px;
	position:absolute;
}

#warenkorb{
	position:absolute;
	width:180px;
	top:165px;
	left:590px;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;	
}

/* ENDE Styles für das Grundlayout  */

/* Styles für das Menü */
#menue-main{
	background-image:url(../images/menu/background.gif);
	width:180px;
	height:330px;
}

#menue-kontakt{
	background-image:url(../images/menu/background-kontakt.gif);
	width:180px;
	height:31px;
}

.menue-eintrag{
	width:180px;
	height:30px;
}

.menue-eintrag a:hover{
	color: #7c783e;
}

.menue-eintrag div{
	padding:8px 0px 0px 0px;
}

.menuitem{
	color: #424242;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

.menuitem_on{
	color: #7c783e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}


.menue-subeintrag{
	width:180px;
	height:30px;
}

.menue-subeintrag a:hover{
	color: #7c783e;
}

.menue-subeintrag div{
	padding:8px 0px 0px 20px;
}

.submenuitem{
	color: #424242;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

.submenuitem_on{
	color: #7c783e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

.menue-subsubeintrag{
	width:180px;
	height:30px;
}

.menue-subsubeintrag div{
	padding:8px 0px 0px 40px;
}

.subsubmenuitem{
	color: #424242;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

.subsubmenuitem_on{
	color: #7c783e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}


/* ENDE Styles für das Menü */

/*Styles für das Headmenü*/

.headmenuitem{
	font-family:Verdana;
	font-size:10px;
	color:#797979;
	text-decoration:none;
}

.headmenuitem:hover{
	font-family:Verdana;
	font-size:10px;
	color:#971212;
	text-decoration:none;
}

.headmenuitem_on{
	font-family:Verdana;
	font-size:10px;
	color:#971212;
	text-decoration:none;

}

/* Styles für das Headmenü ENDE */
/* Inhalt Styles */




.headline{
	color:#635542;
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px;
}

#inhalt{
	margin-left:80px;
	margin-top:35px;
	margin-bottom:15px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	width:480px;
}

#inhalt td{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
}


#inhalt a{
	color:#aea735;
	text-decoration:underline;
	font-weight:bold;
}


/* shop */

.artikelname{
	font-size:16px;
	font-weight:bold;
	color: #635542;
}

.preis{
	font-size:15px;
	font-weight:bold;
	color: #981115;
}

.kleintext{
	font-size:9px;
	color:#656162;
}

.bold-braun{
	color:#635542;
	font-weight:bold;
}

#fehlermelung{
	display:none;
	margin-left:80px;
	margin-top:30px;
	width:500px;
	height:90px;
	color:#971212;
}

.textlink{
	color:#aea735;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

.textfeld{
	width:280px;
	margin-bottom:8px;
}

.white_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 506px;
    height: 207px;
    padding: 0px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}	

.divClass {
		padding: 0px;
    z-index:97;
    position:absolute;
		margin-left:50px;
    margin-right:auto;
    width:506px;
    height:369px;
    border:1px solid #000000;
}