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

body {
	margin: 0px;
	padding: 0px;
	font: 13px Helvetica, Arial, sans-serif;
	/*background: url(images/bg_body_schatten.gif) repeat-y 0px 852px;*/
	line-height: 1.6em;
	color: #212121;
}

img {
	border: 0px;
}

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

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




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

#bg_body {
	position: absolute;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	height: 852px;
	z-index: 0;
	/*background: url(images/bg_body.jpg) no-repeat left top;*/
}

#logo {
	position: absolute;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	z-index: 100;
}

#topnavi {
	position: absolute;
	left: 573px;
	top: 0px;
	width: 370px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background: url(images/bg_topnavi.gif) no-repeat left top;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#content {
	position: absolute;
	top: 150px;
	width: 900px;
	margin: 0px;
	padding: 0px ;
	/*z-index: 200;*/
}

#contentLeft {
	float: left;
	\width: 650px;
	w\idth: 600px;
	padding: 0px 0px 0px 50px;
}

#contentRight {
	display: none;
	float: left;
	\width: 242px; /*242*/
	w\idth: 202px; /*242*/
	margin: 7px 0px 0px 40px;
	padding: 0px;
}

#locator {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	color: #707070;
}

#footer {
	display: none;
	\width: 900px; /*900*/
	w\idth: 850px; /*900*/
	margin: 50px 0px 50px 0px;
	padding: 30px 0px 0px 50px;
	z-index: 300;
	font-size: 11px;
	color: #8fb515;
	line-height: 1.5em;
	background: url(images/streifen.gif) no-repeat left top;
}





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

#contentRight a, #contentRight a:hover {
	text-decoration: none;
}


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

#contentRight .menulevel1 li {
	list-style: none;
	background: url('images/li_navi.gif') no-repeat left 4px; 
	margin: 0px;
	padding: 0px 0px 2px 16px;
	font-weight: bold;
	color: #8fb515;
	line-height: 1.5em;
	font-size: 14px;
}




.menulevel1 a {
	color: #8fb515;
}

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




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

#contentRight .menulevel2 li {
	list-style: none;
	background: none !important; 
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.menulevel2 a {
	color: #666666;
}

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




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

#contentRight .menulevel3 li {
	font-size: 12px;
	font-weight: normal !important;
	color: #666666;
}

.menulevel3 a {
	color: #666666;
}

.menulevel3 a:hover {
	color: #b6cf67;
}


.sitemaplevel1 ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

.sitemaplevel2 li {
	list-style: none;
	background: none !important; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.sitemaplevel2 a {
	color: #666666;
}

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


.sitemaplevel3 li {
	list-style: none;
	background: none !important; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	font-style: italic;
}

.sitemaplevel3 a {
	color: #666666;
}

.sitemaplevel3 a:hover {
	color: #b6cf67;
}



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

h1, h2, h3 {
	margin: 0px 0px 30px -50px;
	padding: 0px 0px 30px 50px;
	font: 35px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 35px;
	font-weight: bold;
	color: #8fb515;
	background: url(images/streifen.gif) no-repeat left bottom;
}

h5 {
	margin: 0px 0px 20px 0px !important;
	padding: 0px !important;
	font: 17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #8fb515;
	font-weight: bold;
}

a {
	color: #8fb515;
	text-decoration: none;
}

a:hover {
	color: #8fb515;
	text-decoration: underline;
}

.edit a {
	font: 11px 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #464646;
}

hr {
	width: 100%;
	margin: 10px 0px;
	border: 1px solid #cbd592;
}

#locator a {
	color: #8fb515;
}

#locator a:hover {
	text-decoration: underline;
}

#footer a {
	font-weight: bold;
	color: #8fb515;
}

#footer a:hover {
	text-decoration: underline;
}

#topnavi a {
	font-weight: bold;
	color: #ffffff;
}

#topnavi a:hover {
	text-decoration: underline;
}

#contentLeft  li {
	list-style: none;
	background: url('images/liste.gif') no-repeat left 4px; 
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 2px 16px;
}




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

input, select, textarea, button {
	border: 2px solid #b4b4b4;
	padding: 5px;
	margin: 0px;
	font-size: 11px;
	color: #464646;
	font: 11px Helvetica, Arial, sans-serif;
}

input {
	background: #FFFFFF url('images/bg_input.gif') repeat-x left bottom; 
}

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

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

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

input.small_search {
	width: 140px;
	margin: 0px;
}

input.noborder {
	border: none !important;
	padding: 0px !important;
	vertical-align: middle;
}

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

.btn_suche {
	background: none;
	position: relative;
	top: -24px;
	left: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

.nachricht {
	width :400px;
	height: 200px;
	color: #464646;
	font: 11px Helvetica, Arial, sans-serif;
}


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

.rahmen_blau {
	border: 6px #5087c6 solid;
}

.rahmen_hellblau {
	border: 4px #b4d2ec solid;
}

.boxRight {
	\width: 241px;
	w\idth: 188px;
	\height: 85px;
	he\ight: 65px;
	margin: 0px;
	padding: 10px 40px 10px 13px;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	background: url(images/bg_box.png) no-repeat top left;
}

.boxRight_headline {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font: 15px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-weight: bold;
}









/* ====================================== eContent.RS =================================== */


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

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

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

.naviEdit li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px 2px 0px 0px !important;	
	padding: 3px 8px !important;
	list-style: none;
	background: #8fb515 !important;
}

.naviEdit li a {	
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform:uppercase;
}

.naviEdit li a:hover {
	text-decoration: underline;
	border: 0px;
}

.head_settings {
	width: 100/;
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 8px 0px;
	font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8fb515;
	border-bottom: 1px #cccccc solid;
}

.moduleliste {
	margin: 0px 0px 50px 0px !important;
	padding: 0px;
}

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

.bilderupload {
	margin: 10px 0px 30px 0px;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #B4B4B4;
}

.bilderuploadtrennung {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #B4B4B4;
}

/* ================================== Sonstige Elemente eContent.RS ================================== */

.clear {
	clear: both;	
}

.displaynone {
	display: none;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.valignmiddle {
	vertical-align: middle;
}

.valignbottom {
	vertical-align: bottom;
}

.hide {
	display: none;
}

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;
}

.checkbox {
	border: 1px solid #414141;
}

.captchaimage {
	margin: 5px 0px 10px 0px;
	border: 3px solid #B4B4B4;
}

.btn_memberpages {
	width: 120px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-decoration: underline;
	color: #8fb515;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
}

a.modul_gewaehlt {
	font-weight: bold;
}