/* Benutzerfarben */
/*
usercolor.medium = "#006811"
usercolor.bright = "#006811"
usercolor.dark = "#FFFFEE"
usercolor.alt.dark = "#5EA446"
usercolor.alt.bright = "#5EA446"
usercolor.alt.medium = "#006811"
 */
 
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFEE;
}

/* Scrollbalken im FF immer anzeigen */ 
html {
	height: 100.2%; 
	margin-bottom: 1px;
} 
#content .w2dptablinks {
	padding: 12px 0 0 0;
	border-bottom: 1px solid #006811;
	margin-bottom: 10px;
	
}
#content .w2dptablinks a {
	font-weight: normal;
	padding: 4px 10px;
	border-left: 1px solid  #006811;
	border-top: 1px solid  #006811;
	border-right: 1px solid #006811;
	display: block;
	float: left;
	margin-right: 3px;
	color: #FFFFEE;
}
#content .w2dptablinks a.w2dptabsel {background-color: #006811;}
#content .w2dptablinks a:hover {text-decoration: none;}

#content .line {
	height: 1px;
	background-color: #555555;
	border: 0;
	padding: 0;
	margin: 10px 0 30px 0;
	overflow: hidden;
}

#content p.emphasizeleft {
	border-left: 8px solid #006811;
	padding-left: 8px;
}

#content p.emphasizeright {
	border-right: 8px solid #006811;
	padding-right: 8px;
}

#wrap_all {
	background: #FFFFEE; 
	width: 100%; 
	height: 100%;
	margin: 0px auto;	
	text-align: left;
	z-index: 1;
}

#back { 
    width: 900px;
	height: 100%;
	margin: auto;
	margin-top: -182px;
	padding: 0px;	
}

#wrap_content, #wrap_content_wide {
	clear: both;
	width: 900px;
	height: 100%;
	padding: 0;	
	border-top: 1px solid #fff;
}

#wrap_content {
	background: #ffffee url(../images/ptback.gif) repeat;
}
#wrap_content_wide {
	background: #ffffee url(../images/ptbackw.gif) repeat;
}

#topback { 
    background: #006811; 
    width: 100%;
	height: 180px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	border-bottom: 1px solid #fff;
}

#eyecatcher {
	height: 180px;
	width: 900px;
	border-top: 1px solid #fff;
	z-index:15;
}
.picture_0 {
  background : url(../images/plogo.jpg);
  }

.picture_1 {
  background : url(../images/plogo1.jpg);
  }
   
.picture_2 {
  background : url(../images/plogo2.jpg);
}
.picture_3 {
  background : url(../images/plogo3.jpg);
}
 
.picture_4 {
  background : url(../images/plogo4.jpg);
}

.picture_5 {
  background : url(../images/plogo5.jpg);
} 

#header {
	width: 900px;
	height: 48px;
	margin:auto;
	}

#headerbox {
	width: 100%;
	height: 49px;
	padding: 0px 0px 0px 0px;
	background: #FFFFEE;
	border-bottom: 1px solid #fff;
}

#htmlheader {
	float: right;
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 24px;
	text-align: right;
	width: 500px;
	color: #006811;	
}

#top {
	margin: 0px auto;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #fff;
	z-index: 10;
}
#maintopic {
	float: left;
	margin-top: -40px;
	width: 900px;
	height: 40px;
	background-color: #FFFFEE;
	text-align: right;
	z-index:20;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	float: right;
}

#maintopic li {
	display: inline;
}
#maintopic li a {
	display: block;
	float: left;
	height: 40px;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
	color: #FFFFEE;

	text-decoration: none;
	font-size: 12px;
	border-left:0.08em solid #fff;
	background: #006811;
}

#maintopic li a.sel {
	background: #FFFFEE;
	color:#006811;
	font-size: 12px;
}

#maintopic li a:hover {
	background: #5EA446;
	color: #006811;
	border-left:0.08em solid #fff;

}
#topic {
	float: left;
	width: 180px;
	margin-top: -30px;
	padding: 0px; 
	background-color: #006811;
	opacity: 0.75;
}

#topic h2 {
	margin: 0px;
	padding: 6px 10px 4px 20px;
	height: 19px;
	background-color: #006811;
	border-bottom: #ffffff 1px solid;	
	color: #FFFFEE;
	display: block;
	font-size: 100%;
	font-weight: normal;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 20px;
	height: 19px;
	background-color: #5EA446;
	border-bottom: #ffffff 1px solid;
	color: #FFFFEE;
	display: block;
	font-size: 100%;
	font-weight: normal;
}

#topic ul {
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0;
}

#topic li {
	display: inline;
}

#topic li a {
	margin: 1px 0px 0px 0px;
	padding: 3px 10px 3px 20px;
	text-decoration: none;
	display: block;
	color: #5EA446;
}

#topic p a {	
	padding: 0 10px 0 20px;
	color: #5EA446;
	}
	
#topic li a:hover {
	background-color: #FFFFEE;
	display: block; 
	font-weight: normal;
	color:#006811;
	font-size: 12px;
}

#topic a.maintopic, #topic a.topic , #topic a.subtopic {
	color: #FFFFEE;
	font-size: 12px;
	background : #006811;
	font-weight: bold;
}

#topic a.maintopicsel, #topic a.topicsel, #topic a.subtopicsel {
	color: #FFFFEE;
	font-size: 12px;
	font-weight: normal;
	display: block;	
	background-color: #5EA446;
	border-bottom: #ffffff 1px solid;
	opacity: 0.90;
}

#topic li a.topic, #topic li a.topicsel  {
	margin: 0px;
	padding: 3px 0px 3px 25px;
	}

#topic li a.subtopic, #topic li a.subtopicsel  {
	margin: 0px;
	padding: 3px 0px 3px 30px;
	}

#youarehere {padding: 0 0 5px 0;}

#youarehere p {
	display: inline;
	font-size: 80%;
	text-decoration: none;
	color: #006811;
	margin: 0;
}
#youarehere a {
	font-size: 85%;
	text-decoration: none;
	color: #006811;
	margin: 0; padding:0;
}
#content .sidepictureright {
	float: right;
	padding: 0px;
	margin: 4px 10px 10px 10px;
	width: 160px;
}
#content .sidepictureleft {
	float: left;
	padding: 0px;
	margin: 4px 10px 10px 0px;
	width: 160px;
}
#content .sidepictureright p, #content .sidepictureleft p {
	margin: -5px 0 0 5px;
	width: 160px;
}
#content h1, h2, h3 {
	background-repeat : no-repeat;
}

#content h1 {
	margin: 0px 0px 2px 4px;
	font-size: 20px;
	color: #006811;
}

#content h2 {
	font-size: 13px;
	margin: 0px 0px 2px 1px;
	color: #006811;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #006811;
	margin: -5px 0px 0px 5px;
}
#content p {
	margin: 0px 0px 5px 3px;
	padding: 2px 10px 5px 0px;	
	line-height: 130%;
	text-align: justify;
}
#content p.basket {
	text-align: right;
}
#content a {
	text-decoration: none;
	font-weight : bold;
	color: #006811;
	padding: 2px;	
}
#content a img {
	text-decoration: none;
	font-weight : bold;
	color: #006811;
	padding: 2px 0px 2px 0px;	
	vertical-align: middle;
	text-align: center;
}
#content a:hover {
	text-decoration: underline;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: right;
}

/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */
#content table {
	margin: 0px 0px 10px 0px;
	width: 99%;
}

#content table.cells {
	border: none;
	width: 99%;
}

#content td.cell {
	background-color: #5EA446;
	text-align:left;
	color: #FFFFEE;
	padding: 5px;
}

#content td.headercell {
	background-color: #006811;
	color: #5EA446;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
}

#content td.tablepic {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #006811;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #006811;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 100px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #FFFFEE;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

#bottom{ 
	clear: both; 
	color: #FFFFEE;
	background: #FFFFEE;	
	height: 20px;	  
	font-size: 95%;		
}

#footer { 
	clear: both; 
	color: #FFFFEE;
	background: #006811; 
	border-top: 1px solid #fff; 
	padding-top: 10px; 
	text-align: center;
	height: 40px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none;
	color: #5EA446;
}

#footer a:hover { 
	text-decoration: underline;
	color: #ffffff;
}

#search {
	margin: 5px 0 0 10px;
	text-align: left;
	width: 210px;
	float: left;
}
form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 2px 0 2px 3px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #006811 1px solid;
	width: 81%;
	background-color:#5EA446;
	color: #FFFFEE;
}

div.table {width:100%; display:table;}
div.tr { display:table-row; height:85px; }
div.td { 
	float:left;
	display:table-cell; 
	padding:3px;
	width: 108px;
	border-right: 1px solid #FFFFEE;
	background:#5EA446;
	}
div.table1 {width:100%; display:table; border: 2px groove #FFFFEE;}
div.tr1 { display:table-row; height:40px; }
div.tr2 { display:table-row; height:55px; }
div.td1 {
	display:table-cell; 
	width:100%;
	font-weight:bold;
	text-align:center;
	vertical-align : middle;
	border-bottom: 1px solid #FFFFEE;
	}
div.td2, div.td4, div.td6 {
	display:table-cell;
	float:left;	
	width:180px;
	padding:10px;
	height:40px;
	font-weight:bold;
	text-align:left;
	vertical-align : middle;
	border-right: 1px solid #FFFFEE;
	border-bottom: 1px solid #FFFFEE;
}
div.td3, div.td5, div.td7 {
	display:table-cell;
	float:left;	
	width:469px;
	padding:10px;
	height:40px;
	text-align:left;
	vertical-align : middle;
	border-bottom: 1px solid #FFFFEE;
}
div.td4, div.td5 {height:70px;}
div.td6, div.td7 {height:55px; border-bottom:none;}

.style {
	color:#fff; 
	font-weight:bold;
	font-size:13px;
}

/* Weitere Styledefinitionen für Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 510px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 255px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 102px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
