html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	}

a {	color: #BA5326; }
a:hover { color: #FFA405; }
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
	}

/************/
/***Layout***/
/************/

#container {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #FFFFFF;
    position: relative;
	}

#header {
	background: #FDFDFD url(images/header.jpg) no-repeat;
	height: 266px;
	}

#logo {
	position: absolute;
	top: 12px;
	left: 300px;
	width: 170px;
	color: #C56F32;
	}

#logo h1 { font: bold 24px "arial narrow", arial, sans-serif; }

#logo p {
	margin: 0;
	font-weight: bold;
	}

#cart {
	position: absolute;
	top: 10px;
	left: 454px;
	width: 208px;
	background: #9E8D61;
	width: 209px;
	}
	
#cart-top { background: url(images/cart_top.gif) no-repeat; }
#cart-bot { background: bottom left url(images/cart_bot.gif) no-repeat; }
#cart-text { background: 9px 11px url(images/cart.gif) no-repeat; }

#cart-text {
	padding: 8px 8px 8px 60px;
	color: white;
	}
	
#cart p { margin: 0; }

#cart a {
	color: white;
	font-size: 10px;
	}

#navigation {
	background: #9E8D61;
	position: absolute;
	top: 101px;
	left: 292px;
	width: 380px;
	padding: 9px 0;
	text-align: center;
	}
	
#navigation li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	}
	
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	}

#navigation a:hover {
	text-decoration: none;
	color: #000000;
	}
	
#gallery {
    position: absolute;
    top: 155px;
    left: 287px;
	width: 385px;
	}
	
#gallery li {
	list-style: none;
    text-indent: -999px;
	float: left;
	overflow: hidden;
	height: 111px;
	}
	
#gallery .gfrauen {
	background: url(images/pic_1.jpg) no-repeat;
	width: 127px;
	}
	
#gallery .gkinder {
	background: url(images/pic_2.jpg) no-repeat;
	width: 130px;
	}
	
#gallery .gmaenner {
	background: url(images/pic_3.jpg) no-repeat;
	width: 128px;
	}

#body {
	padding-top: 3px;
	background-color: #FFFFFF;
	}
	
#categories {
	float: left;
	width: 195px;
	}
	
#content {
	float: right;
	width: 474px;
	background: #E9E8DC;
	margin-bottom: 2px;
	}
	
#content .in { padding: 6px 12px; }
#content p { margin: 0.9em 0; }

h1 {
	font: 18px "arial narrow", arial, sans-serif; 
	color: #BA5326;
	padding-bottom: 10px;
	font-weight: bold;
	}
	
#categories h2 {
	color: #FFFFFF;
	padding: 4px 0 5px 39px;
	background: #C56F32;
	font-weight: bold;
	}
	
#categories li {
	background: #ECECE2;
	border-top: 2px solid #FFFFFF;
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 35px;
	}
	
#categories a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	
#categories a:hover { text-decoration: underline; }

#sez-1, #sez-2, #sez-3 { height: 146px; }

#sez-1 {
	float: left;
	width: 195px;
	margin-right: 3px;
	background: url(images/sez-1.jpg) no-repeat;
	}

#sez-2 {
	float: left;
	width: 249px;
	margin-right: 3px;
	background: url(images/sez-2.jpg) no-repeat;
	}

#sez-3 {
	float: left;
	width: 222px;
	background: url(images/sez-3.jpg) no-repeat;
	}

#sez p {
	text-align: left;
	color: #BA5326;
	margin: 80px 15px 10px 10px;
	font-size: 23px;
	font-weight: bold;
	}

#footer {
	text-align: center;
	font-size: 9px;
	padding: 3px;
	}
