/* Styles für Schriften und Divs */


/* Formatklassen */

BODY, P, H1, H2, H3, H4, H5, H6, DIV, address, table, td, TH, ul li, ul, LI, FORM, INPUT, SELECT { font-family: verdana, arial, helvetica, sans-serif}

BODY {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left : 0px;
	margin-right: 10px; 
	padding: 0px;
	font-size: 100%; 
}
	
div#sprungmarken 
{   display: none;
}


div#kopf { 
    position: relative;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 133px;
	width: 100%;
 }
 
div#kopf img.druckhintergrund 
{   display: block;
} 
  
div#kopf table.druckkopf {
    display: none;
} 
 
div#funktionalmenu {
    display: none;
}
 
	

/*** gruppiert das Menü und den Inhalt nebeneinander ***/

div#inhaltgruppe {
	position: relative;
	float: left;
	clear: both;
    padding: 0px;
	margin: 0px;
	width: 100%;
}

/*** Grundlage für den Seiteninhalt ***/
div#inhalt {
    background-color: #FFFFFF;
	margin-top: 1.8em;
	padding-left: 5.0em;
	padding-right: 5.0em; /*anders*/
	
    font-size: 80%;
	font-weight: normal;
	color: #B2B3B6;
	
}

.seitenhinweis {
    display: none;
}


/*** Klassen für die Formatierung des Inhalts ***/

h1 { font-size: 1.2em;

}


h2 { font-size: 1.1em;

}


h3 { font-size: 1.0em;

}


p { font-size: 1.0em;
    line-height: 1.5em;
	padding-bottom: 1.0em;	

}


div#inhalt ul
{
    font-size: 1.0em;
    line-height: 1.5em;
    list-style: none;
    list-style-image:url(bilder/listen-quadrat.gif); 
    padding-left: 0;
    margin-left: 0;
    padding-left: 20px;
    }
    
    
     
        
div#inhalt ol
{
    font-size: 1.0em;
    line-height: 1.5em;
    }    

div#inhalt blockquote /*Gästebuch*/
{   padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 1.0em;
    padding-bottom: 0em;
    margin: 0;
}


div#inhalt cite /*Gästebuch*/
{
    font-weight: bold; 
}


div#inhalt address 
{ 
    font-size: 1.0em;
    line-height : 1.5em;
    padding: 1.0em;
    font-weight: normal;
    font-style: normal;
    border-width: 1px;
    border-color: #B2B3B6;
    border-style: dashed;
    background-color: #EDEDEE;
}



div#menu {
    display: none;
}

.menuhintergrund {
    background-color: #EDEDEE;
}

.menuhinweis {
    color: #EDEDEE; /*** Hinweis in grau auf grau ***/
}

/*** Hintergrundbilder / Farben ***/

td.menudunkelgrau {
   background-image: url(bilder/menu-dunkelgrau.jpg);
   background-repeat: no-repeat;
   height: 26px;
   width: 20px;
}

td.menudunkelblau {
   background-image: url(bilder/menu-dunkelblau.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;
}

td.menugelb {
   background-image: url(bilder/menu-gelb.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;
}

td.menublau {
   background-image: url(bilder/menu-blau.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;   
}

td.menugruen {
   background-image: url(bilder/menu-gruen.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;   
}

td.menuorange {
   background-image: url(bilder/menu-orange.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;   
}

td.menusuche {
   background-image: url(bilder/menu-suche2.jpg);
   background-repeat: no-repeat;   
   height: 26px;
   width: 20px;   
}

/*** Schriften ***/

td.grau {
     background-color: #B2B3B6;
     color: #FFFFFF;
	 font-weight: bold;
	 font-size: 0.7em;
	 padding-right: 0em;
}



/*** Suchbereich ***/

td.suchgrau {
    background-image: url(bilder/menu-suche-hinten.gif);
	background-repeat: repeat-x;
    color: #FFFFFF;	
	font-weight: bold;	 
	font-size: 0.7em;	
	padding-right: 0em;	
	padding-top: 0.5em;	
}

td.suchecke {
    background-image: url(bilder/menu-suche.jpg);
	background-repeat: no-repeat;
}

input.suchfeld {
    height: 1.8em;
	padding-top: 0em;
	background-color: #FFFFFF;
	border-color: #B2B3B6;
	border-style: dotted;
}

td.suchfeldhintergrund {
   background-color: #EFF0F0; /*** dunkles grau ***/
}



table.untermenuabstand {
   margin-top: 1em;
}

tr.untermenu {
     color: #666974;
	 font-weight: normal;
	 font-size: 0.7em;
	 height: 3.0em;
}

td.strich {
     background-image:url(bilder/menu-strich.gif);
	 background-repeat:no-repeat;
	 width: 2.5em;
	 vertical-align: baseline;
}



A:link {
	text-decoration: none;
    color: #FFFFFF; /* schwarz */	
}

A:active {
	text-decoration: none;
    color: #000000; /* schwarz */
}

A:visited {
	text-decoration: none;
    color: #FFFFFF; /* schwarz */	
}
			
A:hover{
	text-decoration: none;
    color: #FFCF45; /* orange */
	
}

A.menu2:link {
	text-decoration: none;
     color: #666974; /*** grau ***/

}

A.menu2:active {
	text-decoration: none;
    color: #000000; /*** schwarz ***/

}

A.menu2:hover{
	text-decoration: none;
    color: #F6A800; /* orange */
}

a.menukopf:hover {
	text-decoration: none;
    color: #000000; /* schwarz */	
}

a.menukopf:link, active {
	text-decoration: none;
    color: #FFFFFF; /* schwarz */	
}

/*** Fußzeilenbereich ***/

div#fuss {  /* Allgemeines für Fußzeile */
    position: relative;
	float: left;
	padding-left: 5.0em;
	padding-bottom: 1.0em;
	font-size: 70%;
	color: #B2B3B6;
}

div#fuss a:link, a:active, a:hover, a:visited {
	text-decoration: none;
    color: #000000; /* schwarz */	
}

div#fussinhalt {
    position: relative;
	float: left;
	margin-left: 4px;
	margin-top: 20px;
}

div#fussnavigation {
    display: none;
}
	
	
	
	
div#inhalt img.bildimtext 
{   margin-right: 1.7em;
    margin-top: 0.5em;
}
	
	
/* Links unter Service */

div#inhalt div.linkbox 
{   margin-bottom: 1.0em;
}
	
div#inhalt hr.linktrennung 
{   height: 0px;
    border-style: dashed;
    border-width: 1px;
    border-color: #88B2DF;
}


div#inhalt div.linkbox ul
{
    font-size: 1.0em;
    line-height: 1.5em;
    list-style: none;
    list-style-image: url(bilder/pfeil-aufzaehlung.gif);   
    padding-left: 0;
    margin-left: 0;
    padding-left: 26px;
    vertical-align: middle;
    }
    	

/* Formular normal */

div#inhalt label
{   width: 10.0em;
    float: left;
    color: #666974;
}

/* speziell für Checkboxen */

div#divKategorien label 
{   color: #666974;
    width: auto;
    float: none;
}

div#inhalt div#eingabefelder 
{   margin-top: 1.0em;
    margin-bottom: 4.0em;
    margin-right: 4.0em;
    width: 37.0em;
    float: left;
    clear: both;   
    border: 1px dashed #0065AD;
    padding: 1.0em; 
    background-color: #EDEDEE;
}


div#inhalt .formularzeilenlinks 
{   float: left;
    padding: 0.2em;
}

div#inhalt .eingabefeldrechts 
{
    float: right;   
}


div#inhalt div.buttonbox 
{   float: left;
    padding: 0px;
    border-width: 1px;
    border-color: #0065AD;
    border-style: solid;
    margin-bottom: 1.0em;
    margin-top: 1.0em;
    
}

div#inhalt input.button 
{   background-color: #8CC63F;
    color: #FFFFFF;
    font-weight: bold;
    border-style: none;
    padding: 4px;  
} 


/* Definition Pfeil-Sprungmarken für längere Texte */

div#inhalt div.sprungmarke 
{  margin-bottom: 4em;
}

div#inhalt img.sprungmarke
{   border: 0;
    float: right;
}


