/*
gruen #86a820
leichteres gruen #c5c897
violet #871862
goldbraun #554d46
*/
html {
	background: url(../images/bg.png);
}
body {
	background: url(../images/bg_body.png) center top repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-height: 100%;
	line-height: 140%;
}
h1 {
	color: #871862;
	font-size: 24px;
	margin-bottom: 20px;
}
h2 {
	color: #554d46;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#Wrapper {
	/* background: #86a820; */
	background: url(../images/bg2.png);
	border: 1px solid #86a820;
	margin: 0 auto;
	width: 940px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

header {
	background: #fff;
	display: block;
	height: 200px;
}

/* Navi */
#Navi {
	border-bottom: 2px solid #c5c897;
	display: block;
	padding-left: 100px;
	padding-top: 10px;
}
#Navi ul li {
	display: inline;
	text-transform: uppercase;
}
#Navi ul li a {
	color: #554d46;
	font-size: 17px;
	margin-right: 30px;
	text-decoration: none;
}
#Navi ul li.Active a {
	color: #871862;
}
#Navi ul li a:focus,
#Navi ul li a:hover,
#Navi ul li a:active {
	color: #871862;
}
#Navi ul li ul {
	position: absolute;
	top: 160px;
}
#Navi ul li ul li a {
	color: #554d46 !important;
	font-size: 12px;
	text-transform: uppercase;
}
#Navi ul li ul li a:focus,
#Navi ul li ul li a:hover,
#Navi ul li ul li a:active {
	text-decoration: underline;
}

#Content {
	background: #fff;
	border-bottom: 2px solid #c5c897;
	display: block;
	padding-bottom: 50px;
}

/* Content */
article {
	display: block;
	float: left;
	padding: 0px 50px 50px 100px;
	width: 530px;
}
article p {
	margin-bottom: 20px;
}
article a {
	color: #871862;
	text-decoration: underline;
}
article a:focus,
article a:hover,
article a:active {
	text-decoration: none;
}
article h3,
article h4 {
	color: #871862;
	font-weight: bold;
	margin-top: 20px;
}
/*
article h4 {
	color: #86a820;
	font-weight: bold;
	margin-top: 20px;
}
*/
article ul,
article ul li {
	list-style: circle;
	margin-left: 10px;
	padding-left: 10px;
}
article ul li {
	margin-bottom: 10px;
}
object, embed {
	height: 319px !important;
	width: 530px !important;
}

/* Randspalte */
aside {
	display: block;
	margin-bottom: 50px;
	margin-left: 680px;
	margin-top: 0px;
	padding-bottom: 50px;
}
aside h3,
aside p {
	border-left: 1px solid #c5c897;
	padding-left: 30px;
}
aside h3 {
	color: #86a820;
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

/* Startseite */
#Home article {
	padding: 0px 0 0px 0;
	width: 680px;
}
#Home aside {
	margin-bottom: 0 !important;
}
#Home #Container {
	float: left;
	margin-left: 20px;
	width: 440px;
}
#Home .Box {
	float: left;
	margin-top: 20px;
	padding: 0 20px;
	width: 180px;
}
#Home .Box p {
	font-size: 12px;
	margin: 0;
}
#Home #Container .Box {
	border-right: 1px solid #c5c897;
	width: 179px;
}
#Home .Box h3 {
	color: #871862;
	font-size: 18px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	text-transform: lowercase;
}
.Anavedafilm {
	margin-left: 130px; 
	margin-top: 20px;
	width: 550px
}
.Anavedafilm h3 {
	color: #86a820;
	font-size: 18px;
	margin-bottom: 10px;
}
.Anavedafilm h3,
.Anavedafilm p {
	text-align: right;
}
.Anavedafilm .Image {
	float: right;
	margin-left: 20px
}

/* Meta-Navi oben */
#Metanavi {
	color: #fff;
	margin-left: 650px;
	position: absolute;
	text-align: right;
	top: 20px;
	width: 250px;
}
#Metanavi a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#Metanavi a:focus,
#Metanavi a:hover,
#Metanavi a:active {
	text-decoration: underline;
}

/* Footer */
footer {
	clear: both;
	display: block;
}
footer p {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Sonstige */
img span {
	left: -10000px;
	display: block;
	position: absolute;
	top: -10000px;
}
.Clear {
	clear: both;
}