body {
    padding: 0;  
    color: #000000;
    background-color: #ffffff;
	font-size: 83%;
    line-height: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

body, h1, h2, h3, h4, h5, h6, input, select, optgroup {
    font-family: Verdana, Arial, sans-serif;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  	font-size: 101%;
    margin: 0;
    line-height: 120%;
}

h1 {
    color: #fc5403;
}
h2 {
    color: #00b091;
	font-weight: bold;
	/*text-decoration: underline;*/
}
h3 {
    color: #a4ce47;
	font-weight: bold;
	
}


p {
    margin: 0 0 1.5em 0;
}

img {
    border: 0px;
}
div#content img {
    margin: 8px;
	border:1px solid #999999;
}

a {
    color: #00b091;	
    text-decoration: none;
	font-weight:bold;
}
#content a.link,
#content a.link:visited {
    color: #00b091;
	text-decoration: none;
    padding-left: 11px;
    background:    url("images/pf_orange.gif");
    background-position: 0px 4px;
    background-repeat: no-repeat;
}
#content a.link:hover, 
#content a.link:focus {
    color: #00b091;
	text-decoration: none;
    padding-left: 11px;

}
#content p a, 
#content p a:visited {
    color: #00b091;
	text-decoration: none;
}
#content p a:hover, 
#content p a:focus {
    color: #00b091;
    text-decoration: none;
}
a:visited {
    color: #00b091;
}

a:hover,
a:focus {
    color: #00b091;
    text-decoration:none;
}

a:active {
    color: #00b091;
    text-decoration: none !important;
}

hr {
    display: none;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}

blockquote {
    font-variant: small-caps;
    font-style: normal;   
    margin-bottom: 0.5em;
    margin-left: 0;
}


ol, ul {
    padding: 0em;
    margin: 0;
}

ul {
    list-style: none;
}

ol {     
    margin-left: 24px;
    list-style-position: outside;
}

div#content ul li {
	padding-left: 21px;
	padding-bottom:0.9em;
    background:   url("images/icon_bullet.gif") no-repeat 1px 4px;
}

/* Tables... */

table {
    padding: 0;
    margin: 0 0 2em 0;
}

/* Schriftgrößen */

div#content h1 {
    font-size: 130%;
}

div#content h2 {
     font-size: 107%;
}
div#content h3 {
      font-size: 91%;
}

div#topnavblock,
form#search input#query,
ul#nav,
div.formElement .SubmitButton,
div#footerblock,
div.anchornav p,
div.anchornav ul,
div.contentnav p,
div.contentnav ul,
div.formSubmit input,
blockquote {
    font-size: 85%;
}

ul#nav {
    font-size: 91%;
}


.annotation,
input.SubmitButton,
div.anchornav h2,
div.contentnav h2,
table {
    font-size: 76% !important;
}


/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */

div#zusatzheader {   
   margin-left: 610px;
   padding-top: 75px;
   position:absolute;
	font-size: 197%;
	  color:#999999;
	font-weight: normal;
	height:35px;
	padding-right:10px;
	background-color:transparent;
	z-index:31;
   
}

div#sitelogo {   
    position: absolute;
    left: 9px;
    top: 8px;
    z-index: 30;
    background-color: #FFFFFF;
	float:left;
	
}

p#skiplinks {
    display: none;
}

/* header... */
div#headerblock {
   height: 95px;
      overflow: visible;	
	   z-index:1;
	   border-bottom:1px solid #00b091;
	 
}

div#header {
    padding-top: 10px;
    margin-left: 218px;
	padding-bottom: 2px;	
}

div#headerimage {
    height: 80px;
   	background-image:     url("./images/bildleiste.jpg");
	background-repeat:repeat-x;
	background-color: #ffffff;
	padding-right: 4px; 	/*for IE Mac, reset below*/
	margin-left: 0px;
	z-index:2;
	
}






/* topnav... */

div#suche {
 position:absolute;
    top:0px;
	padding-right: 2px;
	padding-left: 11px;
	right:0;
    background-color: #ffffff;	
	float:right;
	/*width:160px;*/
 	line-height: 100%;
 	display:block;
    font-size: 79%;

}

#servicecontainer{
	position: relative;
	margin-left: 0px;	
	display: block;	
	z-index:2;
	overflow: hidden;	
	background-color:#FFFFFF;
	margin-top:30px;
	text-align:center;
}
#servicecontainer img {
	padding-top:20px;
}

/* Layout boxes */
#Wrapper {
    width: 100%;                    /* total width */
    min-width: 760px;
	/*background-image:  url("images/nav_back.gif"); */
	background-repeat: repeat-y;           /* Always good to have on full width liquid CSS layouts, google "min-width IE" for JS solutions there */
	background-color:#ffffff; /*Hintergrundfarbe - content*/
	margin-top:0.9em;
}

#Wrapper.nomarginal {                /* for pages without right column */
    min-width: 99%;              
}

#Wrapper.nomarginalandmarginal {                /* for pages without right column */
    width: 99%;              
}

#Outer {
    width: auto;
	padding-right: 14em;
	padding-left: 190px;
}

#Wrapper.nomarginal #Outer {        /* for pages without right column */
	padding-right: 0; 
}

#Inner {
    width: 100%;
    margin: 0;
}

/* Mozilla code */
div#Outer > div#Inner[id] { /* IE5 Win ignores code before the '>' selector and therefore applies the rule for #Inner. Use [id]-Selector to prevent! */
    border-bottom: 1px solid transparent; /* footerblock moved up below */
}
#navblock[id] { margin-right: 1px; }
#marginal[id] { margin-left: 1px; }
#contentblock[id] { margin: 0 -3px 0 -2px; }

#Wrapper > #footerblock[id] {
    margin-top: -1px; /* mozilla fix of occasional border-bug */
}

/* IE Win code, fixes bug not showing background-color/-image, hide rules from IE Mac \*/
* html body ul#nav,
* html body div#content,
* html body div.anchornav h2, 
* html body div.anchornav,
* html body div.contentnav h2, 
* html body div.contentnav,
* html body ul,
* html body form {
    position: relative;
}
/* End hack */




/* nav... */
/* Elemente der Hauptnavigation */
/* Allgemeine Positionierung der Hauptnavigation */
div#navblock {
    width: 180px;                    /* Breite des Hauptnavigationsblockes */
    margin-left: -180px;             /* negative Breite des Hauptnavigationsblockes */
    float: left;					 /* ermöglicht Nebeneinander der Spalten */
    position: relative;
    z-index: 10;
    background-color: #ffffff;      
    line-height: 120%;			
	
}

/* IE Win code, position: relative causes rendering bug in IE Win \*/
* html body div#navblock {
    position: static;                 
}
/* backslash hack end */

/* Besonderheiten für den inneren Hauptnavigationsblock - gesamter nav block*/
ul#nav {
   	margin-top: 0.3em;
    margin-left: 0px;
	/*border-right: 1px solid #DB4140;*/
	padding-top: 0.3em;
	 background-color: #ffffff; 	
}

/* Besonderheiten für den zweiten Unternavigationsblock - gesamter nav block*/
ul#nav ul {
  margin-top: 0.1em;
    margin-left: 0px;	
	padding-top: 0.3em;
	padding-bottom:0;
	margin-bottom:0;	
}

/* Menüpunkt */
ul#nav li {   
	color:#ffffff;
    display: block;
    padding-top: 0.5em;  
	padding-bottom: 0.5em;
    margin-right: 0;
	position: relative; /* To get focus on full width in some IE Win*/	   
    font-weight:bold;
}

ul#nav li a {   
	color:#ffffff;
    display: block;
    padding-top: 0.5em;  
	padding-bottom: 0.5em;
    padding-left: 25px; /* Abstand Punkte zu Text */
    margin-right: 0;
	position: relative; /* To get focus on full width in some IE Win*/	   
	background-color: #00b091;
    text-decoration: none;	
}



/*aktiver, hervorgehobener Menüpunkt*/
ul#nav li.currentNoChild,
ul#nav li.open
{
    display: block;
	background:   url("images/nav_akt.gif") no-repeat 8px 0.8em #00b091;
    padding-left: 25px; /* Abstand Punkte zu Text */
    margin-right: 0;
	margin-bottom:0.5em;
	margin-top:0.5em;
}


/* Menüpunkt beim überfahren */
ul#nav li a:hover,
ul#nav li a:focus {
    background:  url("images/nav_hover.gif") no-repeat 8px 0.8em #00b091;
}

/* 2ter aktiver, hervorgehobener Menüpunkt*/

ul#nav ul li a {   
	background-color: #a4ce47;
}
ul#nav ul li.currentNoChild {
    background:  url("images/nav_akt.gif") no-repeat 8px 0.8em #a4ce47;
}

/* Untermenüpunkte beim überfahren */
ul#nav ul li a:hover,
ul#nav ul li a:focus {
    background:  url("images/nav_hover.gif") no-repeat 8px 0.8em #a4ce47;
}

ul#nav li.open a.firstchild,
ul#nav li.open a.firstchild:visited,
ul#nav li.open a.firstchild:hover,
ul#nav li.open a.firstchild:focus {
	padding:0;
	background: url("images/blind.gif") no-repeat 0px 0px #00b091;

}

/* content... */
div#contentblock {
    width: 100%;
    float: left;
    position: relative;
    z-index: 12;
}

/* Abstand des contentteils links zur Navigation und oben zur Navigation*/
div#content {
    margin: 0.7em 30px;
    line-height: 120%;
}

/* for pages without right column*/
#Wrapper.nomarginal #content {    
    min-width: 5em;
}


div#content hr.minwidth {
    display: block;
    width: 100px;
    visibility: hidden;
}

.abstand { /* für contribute, damit die repeat sache bei der rechten marginalen funtkioniert*/
height: 10px;

}

div#marginal {
    width: 15em;                    /* right column width */
    /*margin-top: 0.8em;*/
    margin-right: -15em;            /* _negative_ right column width */
    float: left;
    position: relative;
    z-index: 11;
}

div#marginal * {
    margin-right: 1.1em;
}

div#marginal * * {
    margin-right: 0;
}

/* footer... */
div#footerblock {
    line-height: 160%;
    /*background-image:  url("img/nav_back.gif");
    background-repeat: repeat-y;*/
}

div#footerblock a,
div#footerblock a:visited {
    white-space: nowrap;
	color:#00b091;
}

div#footerblock a:hover,
div#footerblock a:focus,
div#footerblock a:active {
    color: #00b091;
	text-decoration:none;
}

div#footerfunctions {
    padding-left: 230px;
}

div#footertopofpage {
    width: 7em;
    padding-right: 1em;
    float: right;
    text-align: right;
	
}

div#footerfunctions,
div#footertopofpage {
    padding-top: 0.2em;
}

div#footerfunctions img,
div#footertopofpage img {
    margin-right: 3px;
}

div#footerdeco {
    height: 1px;
    margin-top: 0.1em;
    border-bottom: 1px solid #999999;
	/*background: url("./images/strich_gepunktet.gif");*/
	margin-left:0px;
}

/* Content */

div#content ul,
div#content ol,
div#content form {
    margin-bottom:0.6em;
}

div#content p,
div#content h1 {
    margin-bottom: 1.5em;
}

div#content h2,
div#content h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6 {
    margin-bottom: 0.2em;
}


/* pictures... evtl. nur noch  für bildershow*/
div.picSmall {
	margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
}

/* Opera code */
div.picSmall > a:first-child {
    display: block;
}

div.picSmall {
    width: 152px; /* includes 1px border-left/-right */
}

div.picSmall .annotation {
    padding-top: 0.5em;
}

img.pictureZoom {
    margin-left: 5px;
    float: right;
    display: block;
    border-width: 0 !important;
}

#content a img,
#marginal a img {
	border: 1px solid #999999;
}

#content a:visited img,
#marginal a:visited img {
	border: 1px solid #999999;
}

#content a:hover img,
#content a:focus img,
#marginal a:hover img,
#marginal a:focus img {
    border: 1px solid #999999;
}

.annotation {
    line-height: 120%;
}

.annotation a:link,
.annotation a:visited,
.annotation a:focus,
.annotation a:hover {
    text-decoration: underline;
}

div.anchornav h2 {
	color: #ffffff;
	padding: 2px 2px 2px 3px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 0.8em;
	clear: left;
	background-color: #999999;
	line-height: 120%;
}
div.anchornav h3  {
    padding-left: 3px;    
}


div.anchornav {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
	background-color: #ffffff;	
}


div.anchornav ul li {
    margin-bottom: 0.5em;
    padding-left: 14px; 
    background-image:   url("images/pf_orange.gif");
    background-position: 1px 2px;
    background-repeat: no-repeat;
	line-height: 130%;
}


div.anchornav p {
    margin-bottom: 0.5em;
    padding-left: 3px;    
	line-height: 130%;
}

div.anchornav img {
border: 1px solid #999999;
text-decoration: none;
padding-left: 0px;
background-image: none !important;
}

div.anchornav p a,
div.anchornav p a:visited {
    color: #00b091;
	text-decoration: none;
	font-weight:bold;	
    padding-left: 0px;
}

div.anchornav a:visited {
    color: #00b091;
	font-weight:bold;
}


div.divider { /*linie zwischen Contentbereich*/
    height: 1px;
    margin: 0em 0;
    clear: left;
    /*background-image:url("./images/strich_gepunktet.gif");*/
	border-bottom:1px solid #999999;
}


/* Forms */

div.formelement {
    margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
}
div.formgroup {
    margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
	width:550px;
}
div.formLabel {
    width: 7em;
    float: left;
	clear:left;
	
	
}

div.formLabel,
div.formElement {
    margin-bottom: 0.5em;
}

fieldset {
    padding: 0;
    border: 1px solid #ffffff; /* Opera needs this */
    margin: 0;
    margin-bottom: 1em;
    position: relative; /* Netspace 6 needs this */
	
}

div.formwrapper {
    padding: 0.5em 1em;
    border: 1px solid #00b091;
    background-color: #a4ce47;
    margin: -1px -0.6em; /*  IE Mac needs this */ 
    
}

/* Reset margin, hide from IE Mac \*/
div.formwrapper {    
    margin: 0;
}    
/* End of commented backslash hack */
    

legend {
    padding: 0.07em 1em;
    margin: 0;
    color: #ffffff;
    background-color: #fc5403;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; /* Safari needs this */
    left: -10px;
	border:1px solid #ffffff;
}

/* Hide from Opera 6 */
head:first-child+body legend {
    left: -5px;
}

/* Hide from Opera 6, hide from IE Mac \*/
head:first-child+body legend {
    left: -10px;
}
/* End of commented backslash hack */

/* Make available to IE Win, hide from IE Mac */
* html body legend {
    left: -7px;
}
/* End of commented backslash hack */

/* reset for modern browsers */
legend[class] {
    position: static;
}

div.formSubmit {
    padding: 0.5em 1em;
    border: 1px solid #00b091;
    background-color: #999999;
    text-align: left;    
    margin: -0.9em 3px 0 3px; /* Rule for IE Mac */
}

/* Hide from IE Mac \*/
div.formSubmit {
    margin: -1em 1px 0 1px;
}
/* End of commented backslash hack */

div.formSubmit input {
    padding: 1px 1px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #fc5403;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
}

input,
select,
textarea {
    border: 1px solid #00b091;
}

input.submit{
 border: 1px solid #fc5403;
 background-color:#fc5403;
 color:#ffffff;
  font-weight: bold;
  font-size: 101%; 

}
input.suche{
 border: 1px solid #00b091;
 background-color:#eeeeee;
 color:#000000;  
  font-size: 96%; 
}

span.input,
span.buttonlink a,
span.buttonlink a:visited,
span.buttonlink a:hover,
span.buttonlink a:focus,
span.buttonlink a:active {
    text-decoration: none !important;
    padding: 1px 12px 1px 12px;
    border: 1px solid #DB4140;
    color: #000000;
    background-color: #fc5403;
    font-weight: bold;
    line-height: 100%;
    cursor: pointer;
    font-size: 85% !important;
}


/* tables...*/

table {    
	width: 100%;
	border-spacing: 3px;
    border-bottom: 1px solid #00b091;    
    border-left: 1px solid #00b091;
    
    border-collapse: collapse;
}

table th,
table td { 
   
     padding: 3px;
	margin:0;
    border-top: 1px solid #00b091;
    border-right: 1px solid #00b091;
    background-color: #ffffff;
    text-align: left;
	vertical-align: top;
}
 
table th {
    background-color: #999999;
    font-weight: bold;
	color:#ffffff;
	
	 
}


table tr.odd td{
    background-color: #E3F8B4;
    
}

/* für eine unsichtbare Tabelle, um z.B. Bilder nebeneinander anzuzeigen */
div.contentColumns {
    width: 90px;
	margin-right: 10px;
	margin-bottom: 0.5em;
	float: left;
	overflow: hidden;
}

div.contentColumns a,
div.contentColumns a:visited {
    color: #FC5403;
}

/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */

.rightalign {
    text-align: right !important;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.hide {
    position: absolute;
    left: -1000em;
    width: 500em;
    line-height: 0px;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}

.error{
	border: 1px solid #cc0000;
}

input.error,
label.error {
	color: #ffffff !important;
	background-color:#cc0000 !important;
	border: 1px solid #cc0000;
}

div.error p,
div.error li {
	padding: 0 0.5em;
	margin: 0;
	color: #cc0000 !important;
}

div.error h4 {
	padding: 0.5em;
	background-color:#cc0000;
	color: #ffffff; 
}


