#sidebar {
	background-color: #e7fbf2;
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 200px;
	bottom: 50px;
	height: 394px;
	position: absolute;
	top: 194px;
	right: 8px;
	z-index: 0;
	overflow: hidden;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0c653e;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	vertical-align: top;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c653e;
	text-align: center;
}

#kopfbereich {
	background-color: #81cdac;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #0c653e;
	overflow: hidden;
	visibility: visible;
	width: 100%;
	height: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c653e;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-variant: normal;
	text-align: left;
}

.logo {
	float: right;
	background-color: #81cdac;
	clear: both;
	width: 200px;
	right: 10px;
	background-repeat: repeat;
}
#textbereich {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7fbf2;
	margin-right: 8%;
	margin-left: 8%;
	padding-top: 40px;
	padding-right: 12%;
	padding-bottom: 20px;
	padding-left: 12%;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #0c653e;
	text-align: center;
	z-index: 5;
	overflow: visible;
	visibility: visible;
	position: static;
	
	
	
}

#navibereich {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c653e;
	background-color: #e7fbf2;
	clear: both;
	float: left;
	width: 200px;
	height: 390px;
	z-index: 1;
	overflow: visible;
	visibility: visible;
}
#body {
	background-color: #A1EFFF;
}


head {
	background-color: #008C3C;
}
#fussbereich {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0c653e;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #e7fbf2;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}
#wrapper {
	background-color: #e7fbf2;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	margin-right: 0%;
	margin-left: 0%;
	
	
}

.float_links {
	clear: both;
	float: left;
	margin-right: 20px;
}


/* Some stylesheet reset */
#cssmenu > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	font-size: 10px;
}

/* The container */
#cssmenu > ul {
	display: block;
	position: relative;
	width: 150px;
}

	/* The list elements which contain the links */
	#cssmenu > ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 150px;	
	}

		/* General link styling */
		#cssmenu > ul li a {
	/* Layout */
			display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #d9d9d9;
	padding: 11px 20px;
	width: 110px;
	/* Typography */
			font-family:  Helvetica, Arial, sans-serif;
	color: #0c653e;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	font-weight: 300;
	background-color: #CCCCCC;
		}

		/* Rounded corners for the first link of the menu/submenus */
		#cssmenu > ul li:first-child>a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-top: 0;
		}

		/* Rounded corners for the last link of the menu/submenus */
		#cssmenu > ul li:last-child>a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom: 0;
		}


		/* The hover state of the menu/submenu links */
		#cssmenu > ul li>a:hover, #cssmenu > ul li:hover>a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	background: #81cdac;
	background: -webkit-linear-gradient(bottom, #789FBA, #74d7f3);
	background: -ms-linear-gradient(bottom, #789FBA, #74d7f3);
	background: -moz-linear-gradient(bottom, #789FBA, #74d7f3);
	background: -o-linear-gradient(bottom, #789FBA, #74d7f3);
	border-color: transparent;
		}

		/* The arrow indicating a submenu */
		#cssmenu > ul .has-sub>a::after {
			content: '';
			position: absolute;
			top: 16px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #81cdac; 
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 17px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#cssmenu > ul li>a:hover::after, #cssmenu > ul li:hover>a::after {
			border-left: 4px solid #fff;
		}

		#cssmenu > ul li>a:hover::before, #cssmenu > ul li:hover>a::before {
			border-left: 4px solid rgba(0, 0, 0, .25);
		}

	
		/* THE SUBMENUS */
		#cssmenu > ul ul {
			position: absolute;
			left: 150px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssmenu > ul li:hover>ul {
			top: 0px;
			opacity: 1;
		}
#blockquote {
	background-color: #81cdac;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0c653e;
	border-bottom-color: #0c653e;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #0c653e;
}
.figure {
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	box-shadow: 4px 4px 10px #888;
	background-color: #FFF;
	height: auto;
	width: 660px;
	text-align: center;
	clip: rect(auto,auto,auto,0px);
}
.figcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #0c653e;
}

#peakoilclock {
	margin-top: 150px;
	background-color: #e7fbf2;
	height: 30px;
	width: 150px;
	color: #653039;
	border-radius: 10 px 10 px 0 0;
}

#zugriffszaehler {
	background-color: #e7e8ea;
	text-align: center;
	left: 5px;
	clip: rect(20px,auto,0px,auto);
	vertical-align: bottom;
	width: 150px;
	height: 40px;
	display: inherit;
}

#cssmenuquer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:inline;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 0px;
	color: #653039;
	border: 1px none #0c653e;
}
#cssmenuquer li{
	display:inline;
	float:right;
	padding:0;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
#cssmenuquer li a{
	display:inline;
	float:right;
	color:#653039;
	text-decoration:none;
	font-weight:normal;
	height:18px;
	text-align: right;
	background-color: #CCC;
	background-position: right top;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
#cssmenuquer li a:hover{
	background-color: #c19ba3;
	background-image: url(../hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #653039;
}
