#mainbox {
	text-align:left;
	background-color: #fff;
	padding: 0 0 0 0;
	margin-top: 0;
	
	}
#head {
	font-size: 1em;
	color: #eaeaea;
	height: 40px;
	background-image:url(menu1.jpg);	
}
#head_box {
	width: 800px;
	margin:auto auto;
}
#logo {
	width: 800px;
	margin:auto auto;
}
#logo img {
	padding: 30px 0 5px 0;
	background-color: transparent;
}
#sprachwahl {
	float: right;
	padding: 0 10px 0 0;
	vertical-align: middle;
	line-height:40px;
}
#sprachwahl a {
	color: #e9e9e9;
	padding-left: 8px;
}

/*************************************
             Hauptmenü
*************************************/

#menu ul {
	vertical-align: middle;
	line-height:40px;
	padding:0px;
	margin-left: 0px;
}
#menu li {
	float: left;
	list-style-type: none;
	display: inline;
	padding: 0 15px 0 15px;
	margin:0;
	height: 40px;
}
#menu li:hover {
	background-image:url(menu2.jpg);	
}
#menu a {
	color: #e9e9e9;
	text-decoration: none;
	vertical-align: middle;
	line-height:40px;
}

/*************************************
 Menüzeile mit Shopspezifischen Links
*************************************/

#shopmenu {
        clear: both;
        padding-top: 15px;
        padding-left: 8px;
}
#shopmenu a{
        color: #191970;
        padding: 0 7px 0 7px;
        text-decoration: none;
}

/*************************************
         Mittelteil der Seite
*************************************/

#middle {
        width: 90%;
        min-width: 950px;
	max-width: 1200px;
        margin:auto auto;
        margin-top: 50px;
        overflow:hidden;
        padding: 0;
}

/*************************************
        Menü mit Artikelgruppen
*************************************/

#leftmenu {
        float: left;
        width: 16em;
        margin-right: 20px;
}

#leftmenu ul {
        list-style-type: none;
        padding: 0; margin: 0;
}
#leftmenu li:hover {
        background-color: #eee;
}
#leftmenu a {
        text-decoration: none;
        display: block;
        padding: 1px 0 1px 3px;
        color: #191970;
}
#leftmenu .active {
        font-weight: bold;
}
#leftmenu .level2 {
        padding-left: 1em;
}
#groups {
        margin-top: 20px;
}

/*************************************
 rechte Spalte (Warenkorb + Logindaten)
*************************************/

#right_col {
        float: right;
        margin-left: 20px;
        width: 10em;
}

/*************************************
        Hauptteil der Seite
*************************************/

#content {
	overflow:hidden;
        margin: 0;
        padding: 0;
	}
#content a {
	text-decoration: none;
	color: #000099;
	}
#content a:hover {
	text-decoration: underline;
        color: #000099;
	}

/*************************************
                Fusszeile
*************************************/

#footer {
	height: 40px;
	background-image:url(bg-footer.jpg);	
}

/*************************************
    Allgemeine html-Formatierung
*************************************/

html {	height:100%;}
body {
	background-image:url(bg-container.jpg);	
	background-repeat: repeat-y;
	background-color: #fff;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px;
	height:100%;
	}
h1 {
	margin-top: 0.5em;
	font-size: 2em;
	height: 1.2em;
	color: #106010;
	font-weight: normal;
	font-family: "Century Schoolbook",Times,serif;
	border-bottom: 1px solid #CCC;	
	}
h2 {
	font-size: 1.5em;
	margin-top: 0.67em;
	vertical-align:bottom;
	height: 1.6em;
	color: #106010;
	font-weight: normal;
	font-family: "Century Schoolbook",Times,serif;
	border-bottom: 1px solid #CCC;	
	}
h3 {
	font-size: 1.2em;
	vertical-align:bottom;
	color: black;
	font-weight: lighter;
	font-family: "Century Schoolbook",Times,serif;
	}
p {
	font-size: 1em;
	line-height:1.4em;
	margin: 0 0 0.3em 0;
	}
address {
	width: 800px;
	font-style: normal;
	font-size: 10pt;
	color: #ccc;
	text-align: center; 
	margin:auto auto;
	vertical-align: middle;
	line-height:40px;
	}
img {
	background-color: #fff;
}
img.right {
	float: right;
	padding: 0 0 10px 20px;
}
img.left {
	float: left;
	padding: 0 20px 10px 0;
}
tr.even {
        background-color: #f5f5ff;
}
tr.odd {
}
.even td, .odd td {
        padding: 2px;
}
td {
	vertical-align: top;
}
a {
	text-decoration: underline;
}