/** Zimmermann CSS 1.5 - 2009-11-30 **/


a:link		{ color: #FFF; text-decoration: none }
a:visited	{ color: #FFF; text-decoration: none }
a:hover		{ color: #FFF; text-decoration: underline }
a:active	{ color: #4a4c48; text-decoration: none }


body {
	margin: 0px;
	padding: 0px;
	background-color: #353430;
}

div#rahmen {
	width: 950px;
	height: 700px;
	background-color: #4a4c48;
}

div#head {
	width: 100%;
	height: 97px;
	background-color: #8f8476;
	padding-top: 28px;
}

div#menu {
	display:block;
	width: 100%;
	height: 25px;
	background-color: #ddd8d1;
}

ul#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

li#first_item {
	margin-left: 0px;
}

li.menu_item {
	display: block;
	float: left;
	width: auto;
	height: 25px;
	vertical-align: middle;
	color: #4a4c48;
	text-decoration: none;
}

li.menu_item a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4a4c48;
	background-color: #ddd8d1;
	display: block;
	float: left;
	width: auto;
	height: 21px;
	padding: 4px 12px 0px 12px;
}

li.menu_item a:hover {
	background-color: #4a4c48;
	color: #ddd8d1;
	text-decoration: none;
}

li.menu_item a#sel {
	color: #4a4c48;
	background-color: #8f8476;
}

div#image {
	position: relative;
	height: 100px;
	left: 0px;
	top: 25px;
}

div#content {
	position: relative;
	left: -100px;
	top: -55px;
	width: 650px;
	height: 200px;
	z-index: 1;
}

div#address {
	position: relative;
	left: -250px;
	top: 185px;
	width: 350px;
	height: 20px;
	z-index: 1;
}

h1, h2, p, ul, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	color: #ddd8d1;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: -3px;
}

h1 {
	color: #d97f63;
	margin-top: -2px;
	margin-bottom: -2px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #843533
}

ul {
	margin-left:60px;
	width:500px;
}

.mini {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding-right: 245px;
	color: #ddd8d1;

}

