/* Seitentitel */

#content h1 {
   margin: 0;
   padding: 0;
   width: 480px;
   height: 35px;
   background-repeat: no-repeat;
}

/* Absatztitel */

#content h2 {
   font-size: 140%;
   font-weight:bold;
   margin: 0px;
   padding: 10px 0px 2px 0px;
   color: #84BA32;
}

/* Schrift-Absatzbild */

#content .sidepicture {
   width: 140px;
   padding: 4px 0px 0px 8px;
   float: right;
}

/* Bildunterschrift */

#content h3 {
   font-size: 100%;
   font-weight:bold;
   margin: 0px;
   padding: 0px 0px 0px 0px;
}

/* Absatzschrift */

#content p {
   margin: 0px;
   padding: 2px 0px 2px 0px;
   line-height: 160%;
   color: #000000;
}

/* Absatzverweis */

#content a {
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}

#content a:hover {
   text-decoration: underline;
}

#content .clearer {
   clear: both;
}


#content ul {
   list-style: none;
   padding: 0px;
   margin: 6px 0px 6px 10px;
}

#content li {
   padding: 2px 0px 2px 20px;
   background: url(../images/pbull.gif) 
   no-repeat top left;
}

#content table.cells {
   rem border: 1px solid #e5e5e5;
}

#content td.cell {
   background-color: #e5e5e5;
}

#content td.headercell {
   background-color:#006600;
   color: #ffffff;
   font-weight: bold;
}

/* Zusätzliche Navigation / Druckoption */

#more {
   margin: 10px 0px 0px 0px;
   padding: 10px 0px 0px 0px;
   border-top: solid 1px #999999;
   text-align: right;
}

/* Kontextemnü */

#sidebar {
   width: 230px;
   margin-top: 30px;
   rem height: 100%;
   padding: 10px 0px 0px 5px;
}
	
#sidebar h2 {
	font-weight : bold;
	margin: 2pt;
}

#sidebar a {
	font-weight: bold;
	color: #84BA32;
	text-decoration: none;
	text-align:left;
}

#sidebar a:hover {
	font-weight: bold;
	color: #84BA32;
	text-decoration:underline;
	text-align:left;
}

#sidebar p {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	text-align:left;
	color: #CBE7A3;
}

#sidebar ul {
	margin: 2px 0px 2px 5px;
	padding: 0px;
	text-align:left;
	color: #CBE7A3;
}

#sidebar li {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	line-height: 150%;
}

#line {
   margin: 0px 8px 0px 8px;
   border-top: solid 1px #CBE7A3;
}

/* Aufmacher */

div.teaser {
   margin: 0px;
   padding: 2px 0px 2px 0px;
}

div.teaserelement {
   padding: 0px 10px 0px 0px;
   margin: 0px;
   float: left;
}

div.teaserpicture {
   float: right;
   padding: 0px;
   margin: 0px 0px 10px 10px;
   border: none;
}

p.teasertext {
   margin: 0px;
   padding: 4px 0px 4px 0px;
}

.teasernav {
   claer: both;
   padding: 2px 0px 2px 0px;
   margin: 0px;
   text-align: center;
}

/* Formular */

input.box {
   border: 1px solid #999999;
   width: 320px;
   vertigal-align: top;
   padding: 1px;
   margin: 0px 0px 10px 0px;
}

form.formular textarea {
   border: 1px solid #999999;
   width: 320px;
   height: 200px;
   vertical-align: top;
   padding: 1px;
   margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
   width: 150 px;
   line-height: 200%;
   float: left;
   clear: left;
}

form.formular .formnote {
  color: #84BA32;
  line-height: 160%;
  padding: 2px 0px 10px 150px !important;
}

.buttoncaption {
   line.height: 200%;
}

P.s2d {
   font-size: 180%;
   color:Blue;
   font-weight: bold;
   margin: 0px;
   padding: 2px 0px 2px 0px;
   line-height: 200%;
}

   
P.s2dsmall {
   font-size: 80%;
}

/* Sie sind hier */

#youarehere {
   width: 484px;
   padding: 3px 3px 0px 3px;
   background-color:#ffffff;
}

#youarehere a:hover {
	color: #000000;
	text-decoration:underline;
}

#youarehere a {
	color: #000000;
	text-decoration:none;
}

