body{
	margin: 0;
	padding: 0;
	font: 100.01% arial, hevetica, sans-serif;
	text-align: left;
	background-color: #ffffff;
        height: 99%;
}

#Kopfzeile{
	height: 185px;

        background-repeat:no-repeat;
        background-color: #FFFFFF;
        background-position: center;
	width: 982px;
        border: 3px solid #FFFFFF;
}
#Buttonzeile{
        position:absolute;
        text-align: right;
        align: center;
        width: 982px;
        top: 165px;
}

#Container{
	margin: 0;
	padding: 0;
        background-color: #FFFFFF;
        border: 3px solid #FFFFFF;
	width: 988px;
}

#Menu{
        padding-top: 30px;
        margin: 0px;
	float: left; 
	width: 180px;
        text-align: left;
}

#Pfad{
	margin-left: 200px;
	margin-right: 0px;
        padding:2px;
        border-bottom: 1px solid #666666;
        text-align: left;
        font-size: 80%;
}

#Content, #ContentPlain{
        width: auto;         
        padding: 0px;
        padding-bottom: 20px;
        /*padding-right: 20px;*/
	margin-left: 200px;
	margin-right: 180px;
        text-align: left;
        line-height: 17px;
        font-size: 75%;
} 

#ContentPlain{
	margin-right: 0px;
} 

#Teaser{
        float: right;
        margin-right: 0px;
	background-color: #EBEBE4;
        width: 185px;
        /*height: auto;*/
        text-align: left;
        border-right: 1px solid #666666;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #666666;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-left: 20px;
        line-height: 15px;
        font-size: 70%;
}

#Fusszeile{
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
        margin-top: 10px;
        margin-left: 200px;
        /*margin-right:200px;*/
	clear: both;
	height: auto;
        /*valign:bottom;*/
        text-align:left;
        font-size: 70%;
        color: #666666;
}

/* Tabellen */
th {
 font-size: 80%;
 border-bottom: 1px solid #29602D;
 border-top: 1px solid #29602D;
 color: #29602D;
 margin-top: 15px;
 margin-bottom: 0px;
}

.inhalttextfett {font-size: 70%; line-height: 12px; margin-bottom: 0px;}
.inhalttextnorm {font-size: 70%; line-height: 12px; margin-bottom: 0px;}

/* Bildausrichtung im Contentbereich*/
.image {
 vertical-align: text-top; 
 float: right;
 margin-left: 20px;
 margin-right: 0px;
 margin-bottom: 20px;
}
.imageLeft {
 vertical-align: text-top; 
 float: left;
 margin-right: 20px;
 margin-left: 0px;
 margin-bottom: 20px;
}

/* Formulare */

input {
 font-size:10px;
 font-style: italic;
 border: 1px solid #666666;
 background-color: #EBEBE4;
}

/* Überschriften */

h1 {
 font-size: 140%;
 color: #29602D;
}
h2 {
 font-size: 120%;
 color: #6A1717;
 border-bottom: 1px solid #6A1717;
 margin-right: 25px;
 margin-bottom: 3px;
}
h3 {
 font-size: 100%;
 color: #6A1717;
 font-style: bold;
 border-bottom: 1px solid #6A1717;
 margin-right: 25px;
 margin-bottom: 0px;
}

/* Links Content und Teaser */
a:link {color: #6A1717; }    /* noch nicht besuchte Ziele */
a:visited {color: #6A1717;} /* besuchte Ziele */
a:hover {color: #29602D;}   /* Verweise bei "MouseOver" */
a:active {color: #29602D; }  /* Angeklickte Verweise */
a:focus {color: #29602D;}   /* Verweise, die Fokus erhalten */

/* Links Footer */
a.footer:link {color: #666666; text-decoration:none;}    /* noch nicht besuchte Ziele */
a.footer:visited {color: #666666; text-decoration:none;} /* besuchte Ziele */
a.footer:hover {color: #333333; text-decoration: underline;}   /* Verweise bei "MouseOver" */
a.footer:active {color: #333333; }  /* Angeklickte Verweise */
a.footer:focus {color: #333333;}   /* Verweise, die Fokus erhalten */

/* Absatztypen */
p {
 font-family: arial; 
 margin-left: 0px; 
 margin-right: 10px;

}

td {
 padding: 2px;
 font-size: 75%;
}

/* Listen & Aufzählungen */
ul,li {
 list-style-type:square;
 /* font-size: 95%;*/
}

/* Brotkrumen */
font.cmsPath, a.cmsPath{
 color: #666666; font-size: 75%;
}

/* Sitemap */
span.sitemap1,span.sitemap2,span.sitemap3,span.sitemap4{
  display:block;  font-size: 75%; 
}
span.sitemap2{
  margin-left:10px;
}
span.sitemap3{
  margin-left:20px;
}
span.sitemap4{
  margin-left:30px;
}

/* Horizontale Linie */
hr {
 color : #000;
 height : 1px;
 padding : 0;
 border-color : #000;
 border-width : 1px 0 0 0;
 border-style : solid;
 margin: 1em 0;
}

/* Buttonlinks */

span.menu1,span.menu2,span.menu3,a.menu1,a.menu2,a.menu3,a.menuback{
  display:block;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-left:4px;
  padding-right:4px;
  padding-top:3px;
  padding-bottom:3px;
  margin-bottom:0px;
  font-size: 80%;
}
a.menu1:hover,a.menu2:hover,a.menu3:hover,a.menuback:hover{
  color:#6A1717;
  border-bottom: 1px solid #6A1717;
  background-color: #EBEBE4;
}
span.menu1,span.menu2,span.menu3 {
  color:#6A1717;
}
span.menu2,a.menu2{
  background-color: #EBEBE4;
  border: none;
  padding-left:10px;
  font-size: 75%;
  border-bottom: 1px solid #FFFFFF;
}
span.menu3,a.menu3{
  background-color: #F7F7F7;
  border: none;
  padding-left:20px;
  font-size: 70%;
  border-bottom: 1px solid #EBEBE4;
}
a.menuback{
  margin-bottom:10px;
}

