/*
	weltladen-bickenbach.de Base CSS
*/

body {
	background: #fee2c4;
	color: #5f401f;
	font-size: 13px/1.2em;
}

#header_bg {
	background: url(/img/bg_grad_head.jpg) repeat-x;
	width: 100%;

}

#headimage {
	margin-top: 10px;
	margin-bottom: 10px;
}


#menu {
	background: url(/img/bg_grad_nav.jpg) no-repeat;
	color:  #ff7e01;
	font-size: 1.3em;
	text-align: left;
	width: 250px;
	height: 380px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#menu ul {
	position: relative;
	left: 60px;
	top: 60px;
}

ul {
	list-style-type: none;
}

#menu ul li {
	margin-bottom: 10px;
}

ul li a {
  text-decoration: none;
  text-align: center;
}

a:hover {
	color: #362b21;
	text-decoration: underline;
}

a.menu_active {
	color: #362b21;
}

a {
	color: #ff7e01;
	font-weight: bold;
}

#footer a {
	color: #5f401f;
}

td {
	padding: 5px;
	vertical-align: top;
}

#content {
	padding-top: 55px; /* Wegen Menubar */
}

#content h1 {
	font-size: 2em;
	font-size: bolder;
	margin-bottom: 5px;
}

#index_h1 {
	text-align: center;
}

#content h2 {
	font-size: 1.3em;
	font-size: bold;
	margin: 0px;
}

#footer_bg {
	background: url(../img/bg_grad_foot.jpg) repeat-x;
	width:  100%;
	border-bottom: 2px solid #fee2c4;
}

#footer_content_bg {
	background: url(../img/footer.jpg) no-repeat center;
	height: 300px;
	width: 100%;
	

}

#footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 75px;
}
#footer table {
	margin-left: 40px;
}

#footer ul li {
	margin: 0 0 12px 0;
}

#footer ul li a {
	color: #5f401f;
}

#footer h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

#browngutter {
	padding: 0 0 5px 0;
	text-align: center;
/* 	height: 20px; */
	width: 100%;
	background: #362b21;
	color: #fee2c4;
	font-size: x-small;
}

#browngutter a {
	color: #fee2c4;
	text-decoration: none;
}

.fotos {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}

.foto {
	float: left;
	margin-right: 5px;
}

.sortiment {
	clear:both;
	margin-top: 100px;
	margin-bottom: 100px;
}

.first {
	margin-top: 0px;
}