/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Bearbeitet von Martina Scheiber-Ronach
*/

body {
	margin: 0;
	padding: 0;
	background: #335F01 url(images/wrapper-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

strong {
	color: #222222;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 2.8em;
	color: #FFFFFF;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}

p, ol {
}

ul, ol {
}

a {
	color: #333333;
}

a:hover {
}

#wrapper {
	background: #E5E8DA;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Subsites */

#subpgr p {
	margin-top: 0;
	line-height: 150%;
}

/* Header */

#header {
	width: 800px;
	height: 136px;
	margin: 0 auto;
	padding: 0px;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 45px 0px 0px 0px;
	letter-spacing: -2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 3em;
	line-height: px;
	color: #FFFFFF;
}


#logo p { 
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 780px;
	height: 413px;
	margin: 0px auto;
}

#splash img {
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}


/* Menu */

#menu {
	width: 800px;
	height: 94px;
	margin: 0 auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	padding: 15px 0px 0px 0px;
}

#menu a {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 10px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

#menu a:hover, #menu .current_page_item a {
	border-radius: 5px;
	background: #507A1F;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px 1px #507A1F, inset 0px 0px 0px 2px #6E9B37;
}

#menu .current_page_item a {
}

/* Background */

#bg1 {
	background: url(images/img06.jpg) repeat-y left top;
}

#bg2 {
	background: url(images/img05.jpg) no-repeat left top;
}

#bg3 {
	overflow: hidden;
	padding: 50px;
	background: url(images/img07.jpg) no-repeat left bottom;
}

/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

#content {
	float: right;
	width: 530px;
}

#sidebar {
	float: left;
	width: 270px;
}

#poptrox {
	width: 740px;
	margin: 0px auto;
	padding: 40px 20px 0px 20px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}

#footer {
	overflow: hidden;
	width: 800px;
	height: 30px;
	margin: 0px auto 80px auto;
	padding: 20px 0 0 0;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #9CC370;
}

#footer a {
	color: #9CC370;
	text-decoration: none;
}

#box1 {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	color: #707070;
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}