/*importieren norm.css*/
@import url("norm.css");

body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 950px;
	background: #f2f2f2;
	font-size: 100.01%;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",sans-serif;
	color: #023e73;
}
a:link, a:visited, a:active {  color:#831c4c; font-variant: small-caps; text-decoration:none; }
a:focus, a:hover{  color:#777; font-variant: small-caps; text-decoration:none; }


div#wrapper {
	/*background: url(images/hg-blau.gif) repeat-y center;*/
	position: relative;
	width: 950px;
	text-align: left;
}

div#oben {
	background: url(images/kopf.jpg) no-repeat center;
	width: 950px;
	height: 140px;
}

div#content {
	background: url(images/content_hg.gif) repeat-x center top;
	background-color: #c1defe;

}

#navi{
	background: url(images/navi_hg.png) repeat left top;
	margin: 0 0 0px -40px;
	float: left;
	width: 250px;
	min-height: 265px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

#navi h2 {
	text-indent: -9999px;
	height: 0;
}

#navi ul {
	padding: 40px 5px 20px 70px;
}

#navi ul li a:link, #navi ul li a:visited, #navi ul li a:active{
	display: block;
	color: #fff; /*Dunkelgraue Schriftfarbe*/
	text-decoration: none;
	padding-bottom: 15px;
}

#navi ul li a:hover, #navi ul li a:focus,#navi ul li a#current {
	color: #831c4c;
}
a#current{
	text-indent: -1em;
}

#content_main{
	width: 500px;
	padding: 0px 100px 0px 100px;
	margin: 0 0 0 250px;
	/*background: url(images/hg-blau.gif) repeat-y center;*/
}

#content_main h3{
	text-indent: -9999px;
}

#content_main h4{
	margin-left: 180px;
	padding-bottom: 10px;
	font-family: Baskerville, Cambria, "Times New Roman", serif;
	font-weight: 100;
	font-size: 1.2em;
	color: #831c4c;
}

#content_main h5{
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	font-family: Baskerville, Cambria, "Times New Roman", serif;
	font-weight: 100;
	font-size: 1.1em;
	color: #831c4c;
}


#content_main img{
	float: left;
	margin-right: 20px;
	border: 1px solid #831c4c;
	padding: 2px;
	background-color: #fff;
}
#content_main img#right{
	float: right;
	margin-right: 20px;
	border: 1px solid #831c4c;
	padding: 2px;
	background-color: #fff;
}

#content_main ul li{
	overflow: hidden;
	padding: 10px 0;
}

#content_main p{
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 5px;
	margin-left: 1px;

}

#content_main p:first-letter {
	font-family: "helvetica Neue", Tahoma, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 200;
	color: #831c4c;
	line-height: 1;

}


div#footer {
	background: url(images/footer.gif) no-repeat center;
	height: 45px;
	width: 950px;
}

#site_info{
	clear: both;
}

#site_info h4{
	text-indent: -9999px;
}

div#site_info {
	margin-left: 27px;
	font-size: 0.7em;
	line-height: 1.3em;
}


h1.logo {
	background: url(images/logo.gif) no-repeat bottom;
	text-indent: -9999px;
	width: 324px;
	height: 82px;
	position: relative;
	left:  600px;
	top: 70px;
	
		}
		
blockquote{
	font-family: Baskerville, Cambria, "Times New Roman", serif;
	font-weight: 100;
	font-size: 1em;
	color: #023e73;
	padding-left: 20px;
	line-height: 1.2em
}
blockquote.info{
	text-indent: -9999px;
	height: 0;
}
cite {
	font-style: italic;
	font-size: 0.7em;
}

.clear{
	clear: both;
}
