/* @group Resets */

html, body, div, span,
h1, h2, h3, h4, p, blockquote, pre, address, cite, code, img, sub, sup, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	border-style: none;
	border-width: 0;
} 

ul,ol { list-style: none; }

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
h1,h2,h3,h4,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;
	text-align: left;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* @end */

body {
	text-align: left;
	color: #172d38;
	font: 1em/1.2em "Lucida Grande", Verdana, sans-serif;
	background: #fafff0 ;
	padding-left: 325px;
	
}

a {
	text-decoration: none;
	color: #879b5a;
}

a:hover {
	border-bottom: 1px solid #a42819;
}

input, textarea {
	background-color: #e8f2de;
	color: #172d38;
	border: 1px inset #e8f2de;
	padding: 3px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}


select {
	background-color: #e8f2de;
	color: #172d38;
	border: 1px outset #e8f2de;
	padding: 3px;
}

p {
	border-bottom-style: none;
	padding-bottom: 1em;
	max-width: 600px;
	padding-right: 1em;
}

.NT {
	font-size: 0.8em;
}

.ER {
	color: #a42819;
	border: 3px solid #a42819;
	//white-space: nowrap
}



h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
	color: #879b5a;
	padding-right: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #a42819;
	padding-bottom: 3px;
}

h2 {
	margin-top: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	clear: both;
	font-size: 1.5em
}

h2 a {
	color: #172d38;
}

span.RH {
	color: #879b5a;
	font-weight: normal;
	font-style: normal;
}

span.SH {
	font-weight: normal;
	font-style: normal;
}

.pagefooter {
	padding-left: 20px;
	color: #a2a2a2;
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 0.7em;
	clear: both;
}

.pageheader {
	top: 0;
	left: 0;
	z-index: 1;
	position: fixed;
}



#Inhalt {
	padding-left: 20px;
	padding-right: 20px;
	width:90%;
	padding-bottom: 40px;
}

#Inhalt ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 18px;
}

#Inhalt li {
	padding-top: 4px;
}

#WhoAmI {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding-left: 20px;
}



/* @group Navigation */

#nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 320px;
	color: #172d38;
	border-right: 1px solid #a1a893;
	background-repeat: no-repeat;
	overflow: auto;	
}

#nav img {
	width: 100%;
	height: auto
	}

#nav ul {
	width: 300px;
}

#nav ul li {
	text-align: left;
	color: #c8de97;
	border-bottom: 1px solid #d3d8c9;
	font-size: 1em;
	padding-bottom: 5px
	height: 29px;
}

#nav ul li a, #nav ul li span, #top ul li span
 {
	text-decoration: none;
	color: #172d38;
	border-bottom-style: none;
	display: block;
	width: 250px;
	padding: 5px 25px;
	font-size: 14px;
}

#nav ul li span {
	color: #879b5a;
	background-color: #f7ffe6;
	border-bottom: 1px solid #a42819;
}

#nav ul li span.deaktiviert {
	color: #d3d8c9;
	background-color: #e6f0dc;
	width: 97px;
	border-bottom-style: none;
}

#nav ul li a:hover {
	color: #f7ffe6;
	background-color: #a5b978;
	display: block;
}

#top {
	height: 50px;
	//border: 1px solid black;
	margin-left: 20px;
	font-size: 1em;
	margin-bottom: 1em;
	color: #879b5a;
	padding-right: 2px;
	padding-top: 2px;
	border-bottom: 3px solid #a42819;
	padding-bottom: 3px;

	}

#top select.KN {

	background-color: #ccc;
	color: #3117dd;
	font-size: 1em;
	background-color: #e8f2de;
	color: #172d38;
	border: 1px outset #e8f2de;
	float: left;
	height: 30px;
}

#top ul {
	text-align: right
	}

#top li {
	display: inline-block;
	//border: 1px solid black;
	height: 30px;
	padding: 5px;

	}

/* @end */

/* @group Filter */

#Filter {
	position: relative;
	//top: 0;
	//left: 151px;
	//padding-left: 10px;
	width: 90%;
	bottom: 0;
	color: #172d38;
	right: 0;
	padding-right: 10px;
	//padding-top: 70px;
	font-size: 11px;
}

#Filter input, #Filter select {
	width: 120px;
	padding: 3px;
	color: #172d38;
}

#Filter input.submit,#Filter input.submitd {
	border: 1px outset #c8de97;
	width: 70px;
	font-size: 10px;
	line-height: 16px;
}

input.submitdh {
	display: none;
	}

#Filter input#ShowDisabled, #Filter input#Newsletter, #DSMeta input#Newsletter, #Filter input#ShowDisabledOnly {
	width: auto;
	border-style: none;
}

form div {
	margin-top: 10px;
	color: #879b5a;
	line-height: 1.3em;
	font-size: 1em;
}

#Filter form div.IL {
	padding-right: 20px;
	float: left;
}

.FilterSubmits {
	width: 128px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#Filter input.submitd {
	float: right;
	width: 55px;
}

.CB {
	margin-bottom: 10px;
}

#Filter input.radio {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0 3px 0 0;
	border-width: 0;
}

/* @end */

/* @group Tabellen */

table { border-collapse: collapse; border-spacing: 0;
	font-size: 0.8em;
}

caption,th { text-align: left;
	border-bottom: 1px solid #879b5a;
}

table#Features, table#AC {
	border-collapse: collapse; border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

tr.AC {
	background-position: 0 top;
	vertical-align: top;
}



tr.AC td {
	border: 1px solid #879b5a;
	padding-left: 3px;
	height: 26px;
	text-align: left;
}

tr.AC td input.CB {
	border: 1px solid #879b5a;
	margin: 5px 0 0 5px;
}

tr.AC td.leer {
	border-top: 1px hidden #f7ffe6;
}

td.head {
}

#Features td {
	padding: 0 0 2px;
	margin: 0;
	border-bottom: 1px solid #879b5a;
	vertical-align: top;
	text-align: left;
}
#Features td.td2 {
	text-align: center;
	width: 150px;
}

table#Features h2 {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-style: none;
	color: #172d38;
}

table#Features h2 a {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-style: none;
	color: #172d38;
}

table#Features div.EditLinks {
	float: left;
	width: auto;
}

table#AC div.EditLinks {
	float: left;
	margin-top: 0;
}

table#Features div.UF {
	text-align: right;
	color: #172d38;
	margin-top: 0;
	font-size: 0.9em;
	float: right;
}

table#Features div.UF div {
	text-align: left;
	margin-top: 0;
	font-size: 0.9em;
	float: left;
}

/* @end */
/* @group Galerie
 */


ul#Bildergalerie li {
	list-style-type: none;
	text-align: center;
	padding: 3px;
	display: inline-block;
	position: relative;
}
#Bildergalerie a, a.DelLink {
	background-color: #e8f1de;
	display: inline-block;
	color: #172d38;
	border: 1px outset #b1b6a4;
	padding: 1px;
	font-size: 11px;
	margin: -18px 0 0;
	width: 96%;
}
#Bildergalerie img {
	z-index: -1;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* @end */

/* @group Datensatzblock */

.BK {
	color: #879b5a;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #172d38;
	background-color: #e8f2de;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
	text-shadow: #000000 0 0 0;
	padding-left: 1px;
	font-size: 10px;
	margin-top: 10px;
	vertical-align: baseline;
	line-height: 16px;
	clear: both;
}

.DSBlock, .DSBlockA {
	margin-bottom: 10px;
	border-bottom-color: #879b5a;
	border-bottom-width: 1px;
	text-align: left;
	width: 100%;
	clear: both;
	border-top: 1px solid #758c48;
}
.DSBlockA {
	background-color: #eee;
	}	

.DSBlock p {
	margin-bottom: 0.5em;
	padding-bottom: 0;
	}
	


.DSBlock h2, .DSBlockX h2 {
	margin-top: 0;
	font-size: 1em;
/* 	border-bottom: 1px solid #879b5a; */
	margin-bottom: 0;
	padding-right: 280px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.DSBlockX, .DSBlockX a,div.DSBlockX h2  {
	color: #b5b5b5;
	border-bottom-color: #b5b5b5;
}
 
div.EditLinks {
	float: right;
}

div.NeuLink {
	text-align: left;
	margin-bottom: 10px;
}

div.EditLinks a, div.NeuLink a, div.BK a, div.BK span, div.Buttons a, a.Button, div.EditLinks span {
	color: #172d38;
	display: inline-block;
	text-decoration: none;
	float: none;
	border: 1px outset #c8de97;
	height: 16px;
	background-color: #e8f2de;
	margin-top: 3px;
	line-height: 16px;
	overflow: hidden;
	width: 48px;
	text-align: center;
	padding: 1px 3px 2px;
	font-size: 10px;
}

#Features img.LS{
	width: 150px;
}
#Features img.PS{
	height: 150px;
}
#Features img.DL {
	width: 100px;
}

.DSBlock img, .DSBlockX img {
	height: 150px;
}

div.EditLinks a.anker {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border-style: none;
}
div.EditLinks a:hover, div.NeuLink a:hover, div.BK a:hover, div.Buttons a:hover, a.Button:hover {
	background-color: #c8de97;
}

div.EditLinks a.del:hover, div.Buttons a.del:hover {
	background-color: #a42819;
	color: #f7ffe6;
}

div.BK a, div.BK span {
	font-size: 16px;
}

div.BK span.Digits {
	border-style: none;
	font-size: 12px;
	color: #879b5a;
	margin: 0;
	width: auto;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div.EditLinks a.BilderB {
	float: left;
	text-align: center;
	width: 92px;
}
div.EditLinks a:active, div.EditLinks a.del:active, div.NeuLink a:active, div.BK a:active, div.Buttons a:active {
	background-color: #879b5a;
	color: #f7ffe6;
}

div.EditLinks span {
	color: #d1d1d1;
}

.DSBlock div.EditLinks, .DSBlockX div.EditLinks {
/* 	margin-top: -25px; */
	text-align: right;
/* 	width: 288px; */
}
.DSSubmit {
	margin-top: 4em;
/* 	width: 130px; */
	font: 0.9em "Lucida Grande", Verdana, sans-serif;
	line-height: 1.2em;
}

div.Buttons a {
	width:  auto;
	}
}

.DSSubmit input {
	width: 110px;
	margin-bottom: 20px;
	border: 1px outset #c8de97;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}


div.DSSubmit a {
	color: #172d38;
	display: inline-block;
	text-decoration: none;
	float: none;
	border: 1px outset #c8de97;
	height: 16px;
	background-color: #e8f2de;
	font-size: 10px;
	margin-top: 3px;
	line-height: 16px;
	padding: 1px 3px 2px;
	width: 102px;
	text-align: center;
}
.DSSubmit input:hover, div.DSSubmit a:hover {
	background-color: #c8de97;
}

.DSSubmit input:active, div.DSSubmit a:active {
	background-color: #879b5a;
	color: #f7ffe6;
}

#DSMeta {
	top: 0px;
	font-size: 1em;
	right: 0px;
	margin: 0px;
	padding: 0px 5px;
	width: 160px;
	position: absolute;
}


#DSMeta select {
	width: 150px;
	padding: 3px;
}
#DSMeta input {
	width: 144px;
	padding: 3px;
	font-size: inherit
}

#DSMeta .CB input {
	width: auto;
	font-size: inherit
}

#DSMeta .IL {
	margin-top: 0;
	font-size: 0.8em;
	line-height: 1.5em
	

}
#DSMeta ul {
	list-style-type: none;
	color: #172d38;
	padding: 0;
}

#DSMeta li {
	border-bottom: 1px solid #879b5a;
}

#DSMeta img.LS {
	width: 100px;
}
#DSMeta img.PS, #DSMeta img.DL{
	width: 100px;
}


textarea#Titel {
	font-size: inherit;
	font-weight: bold;
	width: 100%;
	height: 52px;
}

textarea#Beschreibung {
	font-size: inherit;
	width: 100%;
	height: 100px;
}


img.B2 {
	margin-right: -50px;
	margin-top: 20px;
}
.Meta, .MetaB {
	font-size: 1em;
	text-align: right;
	right: 0;
	bottom: 0;
	//margin-left: 468px;
	line-height: 1em;
	padding: 3px 5px 0;
	float: right;
	width: 200px;
}

.MetaB {
	font-weight: bold;
}

.Datum {
	font-size: 0.8em;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: italic;
	
	
}

h3.Meta {
	font-weight: bold;
	color: #879b5a;
}

#Datum input {
	width: 85%;
}

#Datum div, #Datum .Erweitert, #Datum .ER {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	width: 80px;
}

#Datum .Erweitert {
	width: 160px;
}

#Datum #Erweitert {
	margin: 0;
	width: 260px;
}

#Datum #DatumButton {
	border: 1px outset #c8de97;
	background-color: #e8f2de;
	width: 180px;
	text-align: center;
	display: none;
	float: left;
	bottom: 0;
	padding: 2px 2px 3px;
}

/* @end */

div#DSEingabe {
	position: relative;
	padding-right: 200px;
}

fieldset {
	margin-top: 10px;
}

fieldset div {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}

hr {
	display: none;
}
div.article img.LS {
	float: right;
	width: 150px;
}
h3 {
	font-weight: bold;
	color: #000;
	
}

h3.ZS {
	margin-top: 2em;
	margin-bottom: 1em;
	color:#879b5a; 
	font-size: 1.2em;
	font-weight: normal;
		
}

input.submitd {
	background-color: #c8de97;
	font-weight: bold;
	float: none;
	border: 1px outset #879b5a;
}

input.submitd:hover {
	background-color: #879b5a;
	color: #f7ffe6;
}

input.submitd:active {
	background-color: #172d38;
	color: #c8de97;
}

iframe {
	width: 400px;
	height: 34px;
	padding: 0;
	border-style: none;
	margin: 0;
}
