/*----Anfang des CSS----*/

/* ALLGEMEIN */

/*.Text{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
}*/

/* Dokument oben direkt beginnen, oder weißer zwischenabstand? */
body {
	/*margin-left:15%;*/
	/*margin-top:0px;*/
background-color:#FFFFFF;
/*background-image: url(/cms/images/layout/bg.gif);*/

}

/* Links */
a 	{ color: #F8961D; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-decoration: none;}
a:hover { color: #8e8e8e; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-decoration: none;}
a:focus	{ color: #8e8e8e; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-decoration: none;}
a:active {color: #8e8e8e; font-family: Arial, Helvetica, sans-serif; font-weight:bold; text-decoration: none;}


hr {
  height: 1px;
  border: 1px none;
}

h1 {
padding: 5px 5px 5px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
color: #8e8e8e;
}

h2 {
padding: 5px 5px 5px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
color: #8e8e8e;
}


/*--Content---*/


/*--Haupt-Container---*/
/*-hier kann die Groesse des "div" in dem alles enthalten ist bearbeitet werden-*/

#Haupt-Container
{
/*width:800px;*/
/*background-color: #F8961D;*/
} 

#Oben-Header
{
}

/*--Oben-Header2--*/
/*--hier betreffen alle veränderungern den Header---*/
#Oben-Header2
{
background-color:#ffffff;
/*width:800px;*/
}

/* linke Hälfte*/
#Header-links
{
/*float:left;*/
background-color:#ffffff;
}

/*rechte hälfte*/
#Header-rechts
{
/*float:right;*/
background-color:#ffffff;
}
#Leiste-Oben
{
	background-color:#ffffff;
	display:none;
	width:1px;
	height:1px;
}
/*-------------------------------------------*/

/*--Navig-Links--*/
/*--Linke Navigations-Leiste---*/


#Navig-Links
{
	background-color:#ffffff;
	display:none;
	width:1px;
	height:1px;
}

/*oberer NaviTeil*/
#Navi-Oben
{
	background-color:#ffffff;
	display:none;
	width:1px;
	height:1px;
}
#Navi-Oben ul { 
	display:none;
	width:1px;
	height:1px;
}
#Navi-Oben li {
	display:none;
	width:1px;
	height:1px;
	 }


img
{
vertical-align:top;
border:0px;
}
/*unterer NaviTeil*/
#Navi-Unten
{
	background-color:#ffffff;
	display:none;
	width:1px;
	height:1px;

}
/*--------------------------------------------*/


/*--Inhalt-Rechts--*/
/*--hier wird das Aussehen des Inhalts festgelegt--*/

#Inhalt-Rechts
{
float:left;
}
#Oben-graubox
{
vertical-align:top; 
font-size:0.8em;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 15px 5px 30px;
}

#ersteswort
{
color: #F8961D;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;

}
#zweiteswort
{
color: #8e8e8e;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;

}
#dritteswort
{
color: #8e8e8e;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
}

#GraueBox
{
vertical-align:top; 
/*width:610px;*/
background-color: #D1D3D4;
font-family: Arial, Helvetica, sans-serif;
}
#Text-GraueBox{
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #4D4D4D;
font-size:0.8em;
padding: 5px 15px 5px 30px;

}
#GelbeBox-mit-bilder{
padding: 5px 15px 5px 15px;
vertical-align:top; 
/*width:610px;*/
font-size:0.8em;
background-color: #Ffffff;
color: #4D4D4D;
}

#Text-GelbBox-mit-bilder
{
padding: 5px 15px 5px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
color: #4D4D4D;
}

#Text-GelbBox-mit-bilder td
{
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
color: #4D4D4D;
}

.zelle_formular {
	background-color:#FEEBCB;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
}

/* GBG-Card */
#gbgcard, #gbgcard td { font-size:8pt; }
#gbgcard .ueberschrift { font-size:12pt;padding-top:10px;color:#8E7B6B;text-valign:bottom;font-style:italic;font-weight:bold; }
.gbgcard_A { background-color: #cccccc;}
.gbgcard_B { background-color: #aaaaaa;}


#Sitemap  {
padding: 5px 15px 5px 15px;
}
span.sitemap_level_1 {
  font-size:1.0em; 
  font-family:arial,helvetica,verdana;
  color:#8e8e8e;
  font-weight:bold;
}
span.sitemap_level_2 {
  font-size:0.8em;  
}
span.sitemap_level_3 {
  font-size:0.8em;  
}

/*--Footer-Unten--*/
/*--Fusszeile--*/
#Footer-Unten
{
/*width:800px;*/
}


.print_noscreen {
}