@charset "utf-8";
/* CSS Document */
html , body {
       background-color: rgba(70,120,0,1.0);
}

* {
	list-style: none;
	text-decoration: none;
	color: rgba(20,70,0,1.00);

}


#blume {
	height: 270px;
	font-family:'Alegreya Sans SC', sans-serif;
	padding-bottom: 2px;
	padding-top: 5px;
	background-color: rgba(70,120,0,0.20);
	text-align: center;
}

#rahmen {
	width: 1024px;
	height: auto;
	position: relative;
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px #333;
	margin: 10px auto;
	padding-top: 2px;
}

ul#navmenu, ul.sub1, ul.sub2 {
	list-style-type: none;
}

ul#navmenu li {
	width: 150px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
	margin-top: 10px;
}

ul#navmenu a {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background-color:rgba(255,255,255,1.0);
	font-family:'Alegreya Sans SC', sans-serif;
	color: rgba(70,120,0,1.00);
	border-radius: 3px;
}

ul#navmenu .sub1 li {
	margin-top: 1px;
}

ul#navmenu .sub1 a {
	margin-top: 1px;
}

ul#navmenu .sub2 a {
	margin-left: 1px;
}

ul#navmenu li:hover > a {
	background-color: rgba(70,120,0,0.20);
}

ul#navmenu li:hover a:hover {
	background-color: rgba(255,255,255,0.50);
}

ul#navmenu ul.sub1 {
	display: none;
	position: absolute;
	top: 26px;
	left: 2px;
}

ul#navmenu ul.sub2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 110px;
}

ul#navmenu li:hover .sub1 {
	display: block;
}

ul#navmenu .sub1 li:hover .sub2 {
	display: block;
}


	
#wan {
	width: 1024px;
	height: 500px;
	display: block;
	position: relative;
	margin: 20px 20px 20px 20px;
}


#slider {
	width: 984px;
	height: 500px;
	display: block;
	position: absolute;
	overflow: hidden;
}

#textfeldunten {
	padding: 5px;
	height: auto;
}

.textinhalt h1 {
	background-color:rgba(70,120,0,0.3);
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 1.2em;
	color: rgba(70,110,20,1.00);
	margin: 15px;
	padding: 3px;
	text-align: center;
}

.textinhalt p {
	background-color:rgba(70,120,0,0.3);
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 0.8em;
	color: rgba(70,110,20,1.00);
	margin: 15px 15px 15px 15px;
	text-align: justify;
	padding: 15px;
}

.info {
	width:984px;
	height:100px;
	display:block;
	bottom: 100px;
	position:relative;
	background-color: rgba(255,255,255,0.5);
	z-index:99;
}

.info h2 {
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 1.4em;
	color: rgba(20,110,20,1.00);
	padding: 15px 0 0 20px;
}

.info p {
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 0.8em;
	color: rgba(20,110,20,1.00);
	padding: 0 0 0 20px;
}

#bildtop {
	margin: 20px 20px 20px 20px;
}

#tabellenbild p {
	width: 640px;
	height: 390px;
	float: left;
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 0.8em;
	margin: 15px 15px 15px 15px;
	padding: 15px 15px 15px 15px;
	
	
}

#tabellentext p {
	width: 310px;
	height: 370px;
	font-family:'Alegreya Sans SC', sans-serif;
	font-size: 0.8em;
	margin: 15px 15px 15px 15px;
	float: right;
}

#prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	display:block;
	position:absolute;
	top: 180px;
	right: 50px;
	background: rgba(255,255,255,0.60);
	color: rgba(255,255,255,1.0);
	cursor: pointer;
	z-index: 999;
}

#next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	display:block;
	position:absolute;
	top: 180px;
	right: 970px;
	background: rgba(255,255,255,0.60);
	color: rgba(255,255,255,1.0);
	cursor: pointer;
	z-index: 999;
}

#pager {
	width:100%;
	text-align: center;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 999;
}

#pager a {
	font-size: .0em;
	color: transparent;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 20px;
	background:rgba(70,120,0,0.4);
	margin: 10px;
}

#pager a.activeSlide {
	background:rgba(255,255,255,1.00);
}



#copy {
	width: auto;
	height: 80px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 0.6em;
	background-color: rgba(70,120,0,0.7);
	text-align: center;
	margin: 15px;
	border: solid;
	border-color:rgba(70,120,0,0.2);
}

#footer {
	width: auto;
	height: 15px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 0.7em;
	letter-spacing: 4px;
	text-decoration: none;
	background-color: rgba(70,120,0,0.7);
	list-style: none;
	text-align: center;
	padding-bottom: 15px;
}

