/* ====== Allgemeine Definitionen ====== */

body {
	margin: 0 auto;
	padding: 0px;
	font: 11px 'Lucida Grande', Arial, Tahoma, sans-serif;
	color: #464646;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input {
	margin: 0px;
	padding: 0px;
}

/* ====== Seitenelemente ====== */

#logo {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

/* ====== Container ====== */


#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 180px;
	background-color: #ffcc00;
	z-index: 300;
	text-align: center;
	vertical-align: bottom:
}

#headerprint {
	display: none;
}

#topnavi {
	margin: auto;
	padding: 15px 0px 0px 0px;
	width: 775px;
	\height: 45px;
	he\ight: 30px;
	vertical-align: middle;
	text-align: right;
}

#content {
	margin: 20px auto 0px;
	\width: 770px;
	w\idth: 770px;
	background: #FFFFFF url(images/bg_content.gif) repeat-y top left;
}

#contentLeft {
	float: left;
	\width: 160px; /*160*/
	w\idth: 160px; /*160*/
	margin: 0px;
	padding: 0px;
}

#contentRight {
	float: left;
	\width: 550px; /*550*/
	w\idth: 530px; /*550*/
	min-height: 450px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	line-height: 1.6em;
	background: #FFFFFF url(images/bg_umwelt.jpg) no-repeat top right;
	border-left: 1px #d2d2d2 solid;
}

#footer {
	width: 770px;
	margin: 20px auto 20px;
	padding-top: 10px;
	background: #FFFFFF url(images/bg_footer.gif) repeat-x top left;
	text-align: right;
}


/* ====== Navigation ====== */

#contentLeft ul {
	padding: 0px;
	margin: 0px;
}

#contentLeft li {
	list-style: none;
	background: url('images/menu_list.gif') no-repeat left top; 
	margin: 0px;
	padding: 0px 0px 0px 12px;
	text-align: left;
	line-height: 1.5em;
}

.menulevel1 a {
	color: #053e88;
}

.menulevel1 a:hover {
	color: #d2d2d2;
}

.menulevel2 {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

#contentLeft .menulevel2 li {
	list-style: none;
	background: none !important; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
}

.menulevel2 a {
	color: #464646;
}

.menulevel2 a:hover {
	color: #d2d2d2;
}

/* ====== Navigation Editmenu ====== */

#naviEdit {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#naviEdit ul {
	margin: 0px 0px 10px 0px;
}

#naviEdit li {
	float: left;
	display: inline;
	margin: 0px 2px 0px 0px;	
	padding: 2px 8px;
	list-style: none;
	background-color: #c6c2c2;
}

#naviEdit li a {	
	display: block;
	float:left;
	font-size: 9px;
	text-transform:uppercase;
}

#naviEdit li a:hover{
	color: #ffffff;
}

/* ====== Sitemap ====== */

.sitemaplevel1 {
	padding-left: 20px;
	list-style-image: url(images/pfeil.gif);
	font-size: 1.0em;
	line-height: 1.5em;
}

.sitemaplevel1 a {
	color: #053e88;
}

.sitemaplevel1 a:hover {
	color: #464646;
}

.sitemaplevel2 {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	font-size: 1.0em;
	line-height: 1.5em;
}

.sitemaplevel2 a {
	color: #464646;
}

.sitemaplevel2 a:hover {
	color: #464646;
}


/* ====== Textelemente ====== */

h1, h2 {
	margin: 0px;
	padding: 3px 0px 10px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #053e88;
	line-height: 30px;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	color: #053e88;
	text-decoration: none;
}

#subnavi_flash a, #footer a {
	color: #464646;
	text-decoration: none;
	font-size: 0.9em;
}

#subnavi_flash a:hover, #footer a:hover {
	color: #053e88;
	text-decoration: none;
	font-size: 0.9em;
}

/* ====== Formulare ====== */

select {
	border: 1px solid #B4B4B4;
	font-size: 1.0em;
	color: #464646;
	background: #ffffff;
}

input, select, textarea {
	border: 1px solid #b4b4b4;
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	color: #464646;
	vertical-align: middle;
}

input.small, select.small, textarea.small {
	width: 120px;
	margin-right: 5px;
}

input.small_search {
	width: 120px;
	margin-right: 5px;
	border: 1px solid #ffffff !important;
	background: #fff0b2;
}

input.medium, select.medium, textarea.medium {
	width: 163px;
	margin-right: 5px;
}

input.large, select.large, textarea.large {
	width: 290px;
	margin-right: 5px;
}

input.noborder {
	border: none;	
	vertical-algin: middle;
}

input.loginButton {
	width: 86px;
	height: 21px;
	border: none;
	margin-bottom: 4px;	
	vertical-align: middle;
}

textarea.nachricht {
	width: 290px;
	height: 120px;
	margin-right: 5px;
}

/* ====== Sonstige Elemente ====== */

.flash_header {
	margin-top:10px;
}

table.edit {
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #B4B4B4;
}

td {
	font-size: 11px;
	color: #464646;
}

.intro_body {
	background-color: #ffcc00;
}

.intro {
	width: 600px;
	margin: auto;
	text-align: right;
}

.intro_weiter a {
	padding-right: 15px;
	font: bold 10px 'Lucida Grande', 'Lucida Sans' ,Tahoma, Arial, sans-serif;
	color: #ffffff;
}

.headerimage_border {
	border-top: 5px solid #FFFFFF !important;
	border-left: 5px solid #FFFFFF !important;
	border-right: 5px solid #FFFFFF !important;
}




/* ========== EasyContent ======= */


/* ====== Navigation Editmenu ====== */

.naviEdit {
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
}

.naviEdit ul {
	margin: 0px;
	padding: 0px;
}

.naviEdit li {
	float: left;
	display: inline;
	margin: 0px 2px 0px 0px;	
	padding: 2px 8px;
	list-style: none;
	background-color: #c1c1c1;
}

.naviEdit li a {	
	display: block;
	float:left;
	font-size: 9px;
	text-transform:uppercase;
}

.naviEdit li a:hover{
	color: #ffffff;
}

/* ====== Sonstige Elemente EasyContent ====== */

.clear {
	clear: both;	
}

.displaynone {
	display: none;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.valignmiddle {
	vertical-align: middle;
}

table.edit {
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #B4B4B4;
}

#icon_settings {
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 0px;
}

.head_settings {
	padding-bottom: 8px;
	font: 20px Georgia, 'Times New Roman', serif;
	font-variant: small-caps;
	color: #ff6100;
}

.modulwahl {
	width: 423px;
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 3px solid #B4B4B4;
	font-size: 0.9em;
}

.iframe_kontaktformular {
	width: 100%;
	height: 500px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#newsticker {
	width: 500px;
	height: 24px;
	margin: 5px auto 20px;
	padding: 0px;
	background-color: #f4f4f4; 
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	text-align: center;
}

.tickerleft {
	float: left;
	width: 80px;
	padding: 3px 0px 0px 0px;
	\height: 24px;
	he\ight: 21px;
	background: #FFFFFF url(images/bg_newsticker.gif) repeat-x top left;
	font-weight: bold;
	color: #ffffff;
}

.tickerright {
	float: left;
	\width: 420px; /*420*/
	w\idth: 410px; /*420*/
	padding: 3px 5px 0px 5px;
	color: #838383;
	font-weight: bold;
}