html, body {
  margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 62.5%;
	color: #39251A;
	background: #FFFFFF url(images/bg-seite.jpg) repeat-x;
	/* background-image: url(images/bg-seite.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;*/
}


#wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent url(images/bg-wrapper.jpg) repeat-y;
	overflow: visible;
}

#header {
	width: 960px;
	height: 325px;
	margin: 0 0 0 0;
	padding: 0;
	background-image:  url(images/bg-header.jpg);
	background-position: 0px 0;
}

span {
	color: #0D206F;
	font-style: italic;
}

#content {
	width: 920px;
	min-height: 200px;
	padding: 25px 20px 0 20px;
	margin: 0 auto 0 auto;
	background: transparent;
}

#contentmain {
	width: 560px;
	padding: 0 60px 25px 20px;
	margin: 0 0 50px 0;
	float: right;
	font-size: 1.6em;
	line-height: 130%;
	background: transparent;
}

#contentnavi {
	width: 200px;
	float: left;
	margin: 0 0 50px 0;
	padding: 30px 0 0 30px;
	font-size: 1.2em;
}

#navi {
	width: 200px;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	background: transparent;

}

#navi ul {
  width: 200px;
	margin: 0;
	padding: 0;
}

#navi li {
	width: 200px;
	list-style-type: none;
	margin: 0px 0 0px 0;
	padding: 0;
  background: transparent;
}

#navi li a {
  width: 170px;
  display: block;
	color: #003300;
	text-decoration: none;
	margin: 0;
	padding: 4px 15px 4px 15px;
	border-top: 1px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
}

#navi li a:hover {
	color: #003300;
	text-decoration: underline;
	background: #F0F0E8;
}

#navi li.active a {
	color: #990000;
	text-decoration: none;
	background: #F0F0E8;
}

#navi li.active a:hover {
	color: #003300;
	text-decoration: none;
	background: #F0F0E8;
}


#navi li.active ul li a {
  width: 150px;
	padding: 4px 15px 4px 35px;
	color: #383749;
	text-decoration: none;
	background: #FFFFFF;
}

#footer {
	width: 880px;
	padding: 10px 40px 20px 40px;
	margin: 20px 0px 0px 0px;
	clear: both;
	color: #C1C1C1;
	background: transparent url(images/bg-footer.jpg) no-repeat;
	background-position: bottom;
}

#footer a {
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
	background: transparent;
	text-decoration: none;
}

#footercontent {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#footerleft {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footerright {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.6em;
	color: #7F6449;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 10px;
	line-height: 24px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: lighter;
	background: transparent;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.3em;
	color: #7F6449;
	padding: 5px 0 5px 10px;
	font-style: italic;
}

h3 {
	font-size: 1.1em;
	color: #7F6449;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 10px;
	font-style: normal;
	font-weight: lighter;
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
}
	
h4 {
	font-size: 14px;
	color: #C6092F;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

p {
  padding-left: 1.0em;
}


hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#contentleft hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	height: 1px;
}

#contentleft p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

a {
	text-decoration: underline;
	color: #990000;
	padding: 2px 2px 2px 2px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px 2px 2px 2px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

#contentmain img {
	background-color: #F0F0E8;
	padding: 4px;
	border: 1px solid #CCCCCC;;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
