body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
}


div#header { 
	position: static; 
	width: 980px;
	background-image: url(../images/header.jpg);
	height: 150px; 
	margin-bottom: 5px;
	border-bottom: 0px solid #000;
	}
	
	
div#rahmen { 
	margin: 0px auto 0 auto; 
	position: static; 
	width: 980px; 
	background-color: white; 
//	border: 1px solid #000; 
	padding: 0px;
	}

div#shop {
	float: left;
	
}
div#rahmen p{
	float: right;
	padding: 40px 20px 0 0;
	text-align: right; 
	font-size: 2em; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bold; 
	}


div#centre {
	clear: right;
	padding: 5px 30px 40px 75px;
	line-height: 1.4em;
	}
	
	
div#centre h3 {
	font-size: 1.1em;
	font-weight: bold; 
//	margin-bottom: 5px;
	}


div#menu { 
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 0; 
	width: 160px; 
//	background-color:
	}
	


div#menu ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	}


div#menu li { 
	border-bottom: 1px solid #cccccc; 
	margin: 1px 0; 
	font-size: 0.92em; 
	padding: 0; 
//	border-bottom-width: 5px; 
	border-left-width: 5px;;
	}


div#menu li a { 
	display: block; 
	color: white; 
	font-size: 1.1em; 
	font-weight: bold; 
	background-color: #10653a; 
	padding: 7px 7px; 
	}


div#menu li a:hover {
	color: #000000;
	background-color: #cccccc; 
	}
	
	
div#fuss {
	position: static;
	width: 980px; 
	margin: 0 auto 0 auto; 
	text-align: right; 
	font-size: 1em;	
	color: white;
	}
	

h1 { 
	font-size: 1.6em; 
	font-weight: bold; 
	margin-bottom: 0.5em;
	}
	
	
h2 { color: black; font-size: 1.6em; font-weight: normal; line-height: 1.6em; margin-bottom: 12px; }
	
h3 { 
	color: black; 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 12px; 
	}
	
h5 { 
	color: maroon; 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 12px; 
	}
	
h4 { 
	color: black; 
	font-size: 1.1em; 
	font-weight: normal; 
	margin-bottom: 12px; 
	}
	
a{ 
	color: #00663E; 
	text-decoration: none; 
	}


a:hover{
	
}


