@import url("norm.css");

body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 950px;
	background: #74726b;
	font-size: 100.01%;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #5a6267;
}

div#wrapper {
	background:url(images/mitte.gif) repeat-y center;
	position: relative;
	width: 950px;
	text-align: left;
}

div#header {
	background:url(images/oben.gif) no-repeat center;
	width: 950px;
	height: 158px;
}

div#content {
	padding:0 110px;
	overflow:hidden;
}

div#content_main {
	margin: 0 15px 0 245px;
}

#content_main h4 {
	margin-left: 180px;
	padding-bottom: 10px;
}

#content_main p {
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 5px;
}

#content_main p:first-letter {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: 200;
	color: #c9a637;
	line-height: 1;
}

#content_main img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}

div#navigation {
	background: url(images/navigation.png) repeat-y left top;
	position: relative;
	left: -30px;
	float: left;
	width: 231px;
	min-height: 265px;
/*	font-family: Verdana, Geneva, Tahoma, sans-serif; */
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em
}

div#site_info {
	clear:both;
}

div#footer {
	background:url(images/unten.gif) no-repeat center bottom;
	width: 950px;
	height: 93px;
}

#navigation ul {
	padding: 40px 5px 20px 50px;
}

#navigation ul li a:link, 
#navigation ul li a:visited,
#navigation ul li a:active {
	display: block;
	color:#5a6267;
	text-decoration:none;
	padding-bottom:15px;
}

#navigation ul li a:hover, #navigation ul li a:focus {
	color:#000;
}

h1 {
	color: #FFF;
	text-indent: +125px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 100;
	font-size: 1.1em;
	height: 0px;
}

#navigation h2 {
	text-indent: -9999px;
	height: 0px;
}

#content_main h3 {
	text-indent: -9999px;
}

#content_main h4 {
	margin-left: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 100;
	font-size: 1.2em;
}

#content_main ul li {
	overflow: hidden;
	padding: 10px 0;
}

em {
	color:#000;
}

/*
p.standort {
	padding-top: 20px;
	color:#111;
	font-size: 0.6em;
}*/