/* base.css */
html {
	min-height: 100%;
}

body {
	background: #004f02;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: white;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
}

.text_item{
	/*height: 1%;*/
}

.text_item:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* logo */
#logo a {
	display: block;
	width: 185px;
	height: 120px;
	text-indent: -2222px;
	background: #004f02 url('/fileadmin/web/images/logo.jpg') no-repeat 0px 0px;
}

/* general */
body, p, h1, h2, h3, h4, h5, h6, form, legend, fieldset {
	margin: 0; padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: .6em;
}
p {
	line-height: 1.5em
}
#printy {
	display: none;
}

/* images */
img {
	border: none;
}
.img_right {
	float: right;
	margin-left:50px;
	margin-bottom: 50px;
}

.img_left {
	float: left;
	margin-right:50px;
	margin-bottom: 50px;
}

/* links */
a:link, a:visited {
	color: white;
}
a:active, a:hover {
	text-decoration: none;
}

/* headlines */
h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 1.0em;
}

/* stage */
#stage {
  width:  900px;
  margin: 30px auto;
  text-align: left;
}

/* left */
#left {
	width: 200px;
	height: 515px;
	float: left
}

	#left ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		#left ul li {
			margin-bottom: 5px;
		}
	
			#left ul li a {
			    text-decoration: none;
			    padding: 2px 0 2px 10px;
			    display: block;
			    color: #9EC16A; /*#009D04; */
			    border-bottom: 1px solid #9EC16A; /* #006A03 */
			    border-left: 10px solid #9EC16A;
			}

			#left ul li a:hover,
			#left ul li a.thispage {
			    color: white;
			    border-bottom: 1px solid white;
			    border-left: 10px solid white;
			}

		#left img {
			border: 1px solid white
		}

		#left p {
			padding-top: 20px;
			/*text-align: center;*/
			font-size: .9em;
		}

		#left p a {
			text-decoration: none;
		}

			#left p a:hover {
				border-bottom: 1px dotted white;
			}
			
		#left p a.file {
			display: block;
			text-align: left;
			padding-left: 50px;
			color: #9EC16A;
			background: url(../images/pdf-icon-sprite.png) left 4px no-repeat;
		}
		
		#left p a.file:hover {
			border:0;
			color: #ffffff;
			background-position: left -96px;
		}

/* header */
#header {
	height: 140px;
	border-bottom: 2px solid #006A03;
	margin-bottom: 25px;
}
#header #logo {
	height: 120px;
	width: 185px;
	float: left;
	margin-right: 85px;
}
#header p {
	text-align: right;
	padding-top: 30px;
}

/* main */
#main {
	float: right;
	width: 630px;
	padding-bottom: 10px;
}
#main p,
#main ul,
#main ol {
	line-height: 1.5em;
}
#main ul,
#main ol {
	list-style-type: disc;
	margin: 12px 0px 12px 40px;
}

/* footer */
#footer {
	white-space: nowrap;
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #006A03;
}
#footer address {
	font-style: normal;
	font-size: .9em;
	text-transform: uppercase;
	word-spacing: .2em;
}
#footer address a {
	color: white;
	text-decoration: none;
}
#footer address a:hover {
	text-decoration: underline;
}

/* copyright */
#copyright {
	text-align: center;
	font-size: .8em;
	margin-top: 10px;
	letter-spacing: .2em;
}
#copyright a {
	text-decoration: none;
	color: #006A03;
}
#copyright a:hover {
	text-decoration: underline;
}

/* imw */
#imw {
	border: 1px solid #006A03;
	width: 190px;
	text-align: center;
	background: #006A03;
}
#imw h5 {
	margin: 0;
	padding: 5px;
	font-size: 1em;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#imw a {
	color: #004f02;
	text-decoration: none;
}
#imw a:hover {
	color: white;
}

/* boxes */
#iframe_box {
    width: 100%;
    height: 500px;
    overflow: auto;
    border: none;
}
#start_box {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: none;
    display: none;
}
#slideshow {
	width: 690px;
	height: 460px;
}

/* impressum */
fieldset#impressum {
	border: 1px solid white;
	padding: 10px;
	margin: 0 0 10px 0;
	float: right;
	width: 160px;
	font-size: .9em
}

fieldset#impressum legend {
	color: white;
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold
}

/* forms */
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
#formular label {
	display: block;
}
#formular .formfeld {
	color: #004f02;
	border: 1px solid #006A03;
	background: #cfdcad; /*#004f02;*/
	margin-bottom: 2px;
}
#formular p {
	padding: 0 0 12px 0;
}

.tx-thmailformplus-pi1 .error {
	color: #ff0000;
	margin: 0px 0px 30px 0px;
	display: block;
}

/* presse */
.presse li{
    margin: 3px 0; padding: 3px 0;
}



/* navigation */
/*-mainmenu */
#mainmenu {
	padding: 48px 0 0 0;
	margin: 2px 0px 0px -30px;
	list-style-type: none;
	width: 660px;
	float: left;
}
#mainmenu li {
	float: left;
    margin-right: 14px;
}
#mainmenu li a {
	text-decoration: none;
	display: block;
	color: white;
	text-transform: uppercase;
	padding-bottom: 4px;
}
#mainmenu li a:hover {
	border-bottom: 1px dotted white;
}
#mainmenu li.active a, #header ul li.crumb a {
	border-bottom: 1px dotted white;
}

/*-metanav */
#metanav {
	overflow: hidden;
	width: 200px;
	margin: 0px 0px 0px 795px;
}

#metanav span {
	width: 21px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
}

	#metanav span a {
		text-indent: 2222px;
		width: 20px;
		height: 20px;
		display: block;
		overflow: hidden;
	}
	
	#metanav .favoriten {
		width:70px;
		padding-right:8px;
	}
	
		#metanav .favoriten a {
			text-indent:0;
			width:65px;
			text-decoration:none;
		}
		
		#metanav .favoriten a:hover {
			text-decoration:underline;
		}
	
	#metanav .DE,
	#metanav .EN {
		width: 25px;
	}
	
	#metanav .DE a {
		background: #004f02 url('/fileadmin/web/images/icon_de.gif') no-repeat 0px 0px;
	}
	
	#metanav .EN a {
		background: #004f02 url('/fileadmin/web/images/icon_en.gif') no-repeat 0px 0px;
	}
	
/*	#metanav .favoriten a {
		background: #004f02 url('/fileadmin/web/images/icon_favoriten.gif') no-repeat 2px 2px;
	} */
	
	#metanav .search a {
		background: #004f02 url('/fileadmin/web/images/icon_search.gif') no-repeat 0px 0px;
	}
	
	#metanav .mail a {
		background: #004f02 url('/fileadmin/web/images/icon_mail.gif') no-repeat 0px 0px;
	}
	
	#metanav .print a {
		background: #004f02 url('/fileadmin/web/images/icon_print.gif') no-repeat 0px 0px;
	}
	
	#metanav .impressum a {
		background: #004f02 url('/fileadmin/web/images/icon_impressum.gif') no-repeat 0px 0px;
	}

/* layout */
#layout {
	
}
#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* listen */
#content ul {
	margin: 0px 0px 0px 19px;
}
#content ul li {
	list-style-image: url('/fileadmin/web/images/listicon.gif');
}

/* footer */
#footer {
	clear: both;
}
#footer .menu {
	
}
#footer .copyright {
	
}