
  #banner {
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 13px  0px;
    height: 175px;
    /*background-image: url('');*/
    background-repeat: no-repeat;
    background-position: top center;
    }
  
  #banner form.suche {
    margin:0;
    padding:0;
    border: 0;
	  }
	 
  #banner form.suche input.suchfeld {
    background-color: #007700;
    color: #b7b7b7;
    border: 1px solid #FFFFFF;
    padding: 2px 0 1px 3px;
    margin:0 ;
    font-size: 1em;
	  }
	
  #banner ul {
    list-style-type: none;
    margin: 10px 0px 15px 0px;
    padding: 0;
    font-size: 1.2em;
	  }
	
  #banner a.lang{
    float: left;
    margin: 0 10px 0 0;
    padding:0;
	  }
	
  #banner li{
    padding: 0 0 3px 0;
    margin:0;
	  }
	
  #banner li a{
    color: #FFFFFF;
    text-decoration: none;
	  }
	/***********Module***************/
/*-----Modul Fließtext mit Bildern-----*/
.inhalt {
        float: left;
        width: 380px;
}
/*----Modul Fließtext mit Bildern rechts/links-----*/

div.flRight{
        float:right;
        margin: 3px 0 10px 10px;
        padding:0;
}

div.flLeft{
        float: left;
        margin: 3px 15px 10px 0 ;
        padding:0;
}

div.flLeft img, div.flRight img {
        padding-bottom: 10px;
}

/*-----------4 Bilder in einer Reihe ------------*/

.vierbild{
        border-top: 2px solid #b7b7b7 ;
        padding:0;
        margin: 3px 0 10px 0;
}
/*----------Modul Liste--------------*/
#content ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
}

#content li {
        padding: 2px 0px 2px 25px;
        background: url("../layout/pic_bullet.gif") no-repeat top left;
        margin:0;
}
#content li p{
        margin:0;
        padding:0;
        font-size: 1.2em;
        line-height: 1.6em;
}
#content p.liste{
        line-height: 1.3em;
        font-weight: bolder;
        padding: 0;
        margin: 0 0 5px 0;
}

/*----------Fließtext mit Bild und BU-----------*/

dl.flRight{
        float:right;
        margin: 3px 0px 10px 10px;
        padding:0;
}

dl.flLeft{
        float: left;
        margin: 3px 10px 10px 0 ;
        padding:0;
}
dt {
        display: inline;
        margin:0;
        padding:0;
}
dd {
        padding: 5px 5px 0 0px;
        font-size: 1.0em;
        line-height: 14px;
        color: #000000; /* #6F6F6F;*/
        margin: 0;
        font-style: italic;
}

/*-----------Formular------------------*/

.formgen form{
        width: 518px;
}
/*Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann*/
.formgen .formblock {
        margin-bottom: 5px;
}
.formgen br{
        clear : both;
}
/* --------- FORMULAR-OBJEKTE ------------*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield{
        width: 350px;
        height: 200px;
        margin-left: 4px;
}

/* Textfeld */
.formgen .formtext{
/*        padding: 1px 0 1px 2px;*/
    width: 350px;
        margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn{
        display: block;
        height: 1px;
}
/* Hinweistext */
.formgen .formhinweis{
        font-weight: bold;
        color: #003366;
        font-size: 1.2em;
}
/* Passwortfeld */
.formgen .formpassword{
        padding: 1px 0 1px 2px;
        width: 350px;
        margin-left: 4px;
}
/* Label */
.formgen label {
        width: 120px;
        clear: left;
        float: left;
        height: 20px;
        padding: 3px 0 0 2px;
        font-size: 1.2em;
}
/* Aussehen der Select-Ausgabe */
.formgen .formselect{
        width: 355px;
        margin-left: 4px;
}

/* Sende-Button */
.formgen .formsubmit{
        width: 120px;
        border: none;
        background-color: #007700 ;
        color: #b7b7b7 ;
        font-weight: bold;
        margin-left: 4px;
}
/* Definition des Fieldsets, das das ganze Formular umschlie?t */
.formgen fieldset {
        width: 518px;
        padding: 0;
        border: none;
}
/* Fieldsetbeschriftung */
.formgen legend {
        font-weight: bold;
        color: #333333;
}
.formgen .formcaptcha {
        border: 1px solid #990000;
}
/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
        color: #FFFFFF;
        background-color: #990000;
        border: 1px dashed #000000;
        margin: 5px;
        padding: 5px;
}
/* Markierung der Labels bei Fehler */
.formgen .formerror {
        color: #FFFFFF;
        background-color: #990000;
}
/* Ende der Formulardefinition */


/*------ Fließtext 2-Spalter-----*/
.zweispalt1{
        float:left;
        width: 49%;
        padding:0 10px 0 0;
        margin: 0;
}
.zweispalt2{
        margin: 0;
        padding:0;
        width: 49%;
        float: left;
}
/*------ENDE Fließtext 2-Spalter-----*/
#buttomnavi {
	position: relative;
  bottom: 10px;
	width: 976px;
	height: 500px;
  /* clear: both; */
	}

    #bottomnavi li {
      font-size:13px;
/*    background-image: url('../layout/but_sh.png'); */
      background-position: bottom;
      background-repeat: repeat-x;
      width: 244px;
      margin: 0;
      padding: 0;
      background-color: rgb(0,75,156);
      text-align: center;
/* am hier geändert */
      float: left;
/* ende */
      }
    
  

#bottomnavi ul {
        width : 976px;
        position: relative;
        left: 7px;
        top: 0px;
        padding: 0px 0px 0px 0px;
        margin: 0;
        list-style-type: none;
        background-color: #FFFFFF;
	/*float: left;*/
	/* clear: both; */
      z-index: 100;	
        }




#bottomnavi li a:hover {
        background-color: #0042ae;
}

#bottomnavi li a{
        position: relative;
        top: 0px;
        left: 1px;
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        display: block;
        padding: 7px 0px 7px 0px;
        margin: 0px 0px 0px 0px;
        background-image: url('../layout/navi_trenner.png');
        background-position: right top;
        background-repeat: repeat-y;
        width: 243px;
}

#bottomnavi a:hover {
        padding: 7px 0px 7px 0px;
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;

}


    #mainnavi {
      margin: 0 2px 0 4px;
      padding: 0px;
      height: 30px;
      background-color: #000000;
      }
    
    #mainnavi ul {
      height: 65px;
      margin:0;
      padding:0;
      width: 100%;
      background-position: bottom;
      background-repeat: repeat-x;
      list-style-type: none ;
      background-color: #FFFFFF;
      }
    
    #mainnavi li{
      position: relative;
      left: 1px;
      background-position: bottom;
      background-repeat: repeat-x;
      float: left;
      width: 244px;
      margin: 0;
      padding:0;
      background-color: #b7b7b7;
      text-align: center ;
      }
    
    #mainnavi li a{
      color: #ffffff;
      text-decoration: none;
      font-size: 13px;
      font-family: Arial,Helvetica,sans-serif;
      font-weight: bold;
      display: block;
      padding: 7px 14px 7px 14px;
      margin: 0px 0px 0px 0px;
      background-image: url('../layout/navi_trenner.png');
      background-position: right top;
      background-repeat: repeat-y;
      position:relative;
      }
    
    #mainnavi a:hover {
      padding: 7px 14px 7px 18px;
      background-image: url('../layout/but_sh.png');
      border-right: 1px solid #B1B1B1;
      background-position: bottom;
      background-repeat: repeat-x;
      }
    
      #mainnavi li.aktiv2 {
        background-color: rgb(54,64,95);
        }
      
      #mainnavi li.aktiv2 a:hover {
        background-color: rgb(63,93,138);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
			  }
      
      #mainnavi li.passiv2 a:hover {
        background-color: rgb(63,93,138);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
        }
      
      #mainnavi li.aktiv3 {
        background-color: rgb(106,1,1);
        }
      
      #mainnavi li.aktiv3 a:hover {
        background-color: rgb(228,28,28);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
			  }
      
      #mainnavi li.passiv3 a:hover {
        background-color: rgb(228,28,28);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
        }
      
      #mainnavi li.aktiv4 {
        background-color: rgb(1,53,1);
        }
      
      #mainnavi li.aktiv4 a:hover {
        background-color: rgb(10,166,10);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
			  }
      
      #mainnavi li.passiv4 a:hover {
        background-color: rgb(10,166,10);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
        }
      
      #mainnavi li.aktiv19 {
        background-color: rgb(239,154,41);
        }
      
      #mainnavi li.aktiv19 a:hover {
        background-color: rgb(245,172,73);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
			  }
      
      #mainnavi li.passiv19 a:hover {
        background-color: rgb(245,172,73);
        background-image: url('../layout/but_sh.png');
        border-right: 1px solid #B1B1B1;
        background-position: bottom;
        background-repeat: repeat-x;
        }
      #st1 {
			position: relative;
			left: 10px;
			}#st2 {
			position: relative;
      left: 20px;
			}.butaktiv {
		background-image: url('../layout/but_sh.png');
		border-right: 0px solid #B1B1B1;
		background-position: bottom;
		background-repeat: repeat-x;
		}#left {
		position: relative;
		top: 5px;
    left: 0px;
		list-style-type: none;
   	float: left;
    width: 163px;
   	margin: 0;
    padding: 0px 0 0 0px;
   	font-size: 1.2em;
    z-index:2;
	        }#left ul{
		list-style-type: none ;
		padding: 0;
		margin: 0;
		}#left li a {
    border-top-width: 1pt;
    border-top-style:solid;
    border-top-color:#b7b7b7;
		list-style-type: none ;
		text-decoration:none;
		display: block;
		width: 150px;
		padding: 8px 2px 8px 10px;
		margin: 0px;
		color: #ffffff;
		}#main2 {
			position: relative;
			left: 5px;
			width: 99%;
			min-height: 570px;
			height: auto !important;
			height: 570px;
			background-position: left;
			background-repeat: repeat-y;
			background-color: #FFFFFF;
			margin: 0px 1px 1px 0px;
			z-index:1;
			clear: both;
			}#left li.current0_2 a {
				list-style-type: none;
				background-color: rgb(54,64,95);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current0_2 a:hover {
				background-color: rgb(63,93,138);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_2 a {
				list-style-type: none;
				background-color: rgb(63,93,138);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_2 a:hover {
				background-color: rgb(63,93,138);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_2 a {
				list-style-type: none;
				background-color: rgb(179,4,4);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_2 a:hover {
				background-color: rgb(63,93,138);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_2 a {
				list-style-type: none;
				background-color: rgb(63,93,138);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_2 a:hover {
				background-color: rgb(63,93,138);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.menu2 {
			position: relative;
			left: 0px;
			text-align: left;
			list-style-type: none;
			margin: 0;
			padding: 0px 0px 0px 0px;
			background-color: rgb(54,64,95);
			}#left li.menu2 a {
			list-style-type: none;
			background-color: rgb(54,64,95);
			font-weight: bold;
			}#left li.menu2 a:hover {
			background-color: rgb(63,93,138);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#left li.menu2 a:active {
			background-color: rgb(63,93,138);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#main3 {
			position: relative;
			left: 5px;
			width: 99%;
			min-height: 570px;
			height: auto !important;
			height: 570px;
			background-position: left;
			background-repeat: repeat-y;
			background-color: #FFFFFF;
			margin: 0px 1px 1px 0px;
			z-index:1;
			clear: both;
			}#left li.current0_3 a {
				list-style-type: none;
				background-color: rgb(106,1,1);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current0_3 a:hover {
				background-color: rgb(228,28,28);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_3 a {
				list-style-type: none;
				background-color: rgb(228,28,28);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_3 a:hover {
				background-color: rgb(228,28,28);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_3 a {
				list-style-type: none;
				background-color: rgb(179,4,4);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_3 a:hover {
				background-color: rgb(228,28,28);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_3 a {
				list-style-type: none;
				background-color: rgb(228,28,28);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_3 a:hover {
				background-color: rgb(228,28,28);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.menu3 {
			position: relative;
			left: 0px;
			text-align: left;
			list-style-type: none;
			margin: 0;
			padding: 0px 0px 0px 0px;
			background-color: rgb(106,1,1);
			}#left li.menu3 a {
			list-style-type: none;
			background-color: rgb(106,1,1);
			font-weight: bold;
			}#left li.menu3 a:hover {
			background-color: rgb(228,28,28);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#left li.menu3 a:active {
			background-color: rgb(228,28,28);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#main4 {
			position: relative;
			left: 5px;
			width: 99%;
			min-height: 570px;
			height: auto !important;
			height: 570px;
			background-position: left;
			background-repeat: repeat-y;
			background-color: #FFFFFF;
			margin: 0px 1px 1px 0px;
			z-index:1;
			clear: both;
			}#left li.current0_4 a {
				list-style-type: none;
				background-color: rgb(1,53,1);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current0_4 a:hover {
				background-color: rgb(10,166,10);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_4 a {
				list-style-type: none;
				background-color: rgb(10,166,10);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_4 a:hover {
				background-color: rgb(10,166,10);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_4 a {
				list-style-type: none;
				background-color: rgb(2,133,1);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_4 a:hover {
				background-color: rgb(10,166,10);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_4 a {
				list-style-type: none;
				background-color: rgb(10,166,10);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_4 a:hover {
				background-color: rgb(10,166,10);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.menu4 {
			position: relative;
			left: 0px;
			text-align: left;
			list-style-type: none;
			margin: 0;
			padding: 0px 0px 0px 0px;
			background-color: rgb(1,53,1);
			}#left li.menu4 a {
			list-style-type: none;
			background-color: rgb(1,53,1);
			font-weight: bold;
			}#left li.menu4 a:hover {
			background-color: rgb(10,166,10);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#left li.menu4 a:active {
			background-color: rgb(10,166,10);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#main19 {
			position: relative;
			left: 5px;
			width: 99%;
			min-height: 570px;
			height: auto !important;
			height: 570px;
			background-position: left;
			background-repeat: repeat-y;
			background-color: #FFFFFF;
			margin: 0px 1px 1px 0px;
			z-index:1;
			clear: both;
			}#left li.current0_19 a {
				list-style-type: none;
				background-color: rgb(239,154,41);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current0_19 a:hover {
				background-color: rgb(245,172,73);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_19 a {
				list-style-type: none;
				background-color: rgb(245,172,73);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current1_19 a:hover {
				background-color: rgb(245,172,73);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_19 a {
				list-style-type: none;
				background-color: rgb(0,0,0);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current2_19 a:hover {
				background-color: rgb(245,172,73);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_19 a {
				list-style-type: none;
				background-color: rgb(245,172,73);
				font-weight: bold;
				border-right: 1px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.current3_19 a:hover {
				background-color: rgb(245,172,73);
				background-image: url('../layout/but_sh3.png');
				border-right: 0px solid #B1B1B1;
				background-position: bottom;
				background-repeat: repeat-x;
				}#left li.menu19 {
			position: relative;
			left: 0px;
			text-align: left;
			list-style-type: none;
			margin: 0;
			padding: 0px 0px 0px 0px;
			background-color: rgb(239,154,41);
			}#left li.menu19 a {
			list-style-type: none;
			background-color: rgb(239,154,41);
			font-weight: bold;
			}#left li.menu19 a:hover {
			background-color: rgb(245,172,73);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}#left li.menu19 a:active {
			background-color: rgb(245,172,73);
			background-image: url('../layout/but_sh3.png');
			border-right: 0px solid #B1B1B1;
			background-position: bottom;
			background-repeat: repeat-x;
			}/* --------containerbottom -------- */

#containerbottom {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1000px;
        height: 25px;
        margin: 0 auto;
        padding: 0px;
        }
        
#c_navi {
        width: 976px;
        min-height: 30px;
	      height: auto !important; 
	      height: 24px;
        padding:  0px  15px 0px 33px;
        margin: 0 auto;        
        background-color: red;
        background-image: url('../layout/hinter.png');
        background-repeat: repeat-y;
        }        



    #containerbottom_middle {
        position: relative;
        top: 0px;
        left: 12px;
        background-image: url('../layout/hinter_u.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 983px;
        height: 12px;
        color: black;
        }

    #containerbottom_left {
        position: relative;
        top: 0px;
        left: 0px;
        background-image: url('../layout/hinter_ul.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 12px;
        height: 12px;
        }

    #containerbottom_right {
        position: relative;
        top: 0px;
        left: 983px;
        background-image: url('../layout/hinter_ur.png');
        background-position: bottom;
        background-repeat: repeat-x;
        width: 12px;
        height: 12px;
        }
        
    #p_container {
      position: relative;
      left: 6px;
      height: 380px;
      background-color: #FFFFFF;
      width: 972px;
      }
    
    #p_container a:hover {
      text-decoration: none;
    	background-image: url('../layout/but_sh.png');
    	border-right: 0px solid #B1B1B1;
    	background-position: bottom;
    	background-repeat: repeat-x;
    	z-index: 1;
      }
    
    #p_left {
      list-style-type: circle;
      float: left;
      width: 200px;
      margin: 0px;
      padding: 0px 0 0 0px;
      color:#0000ff;
      text-align: left;
      font-size: 1.5em;
      }
    
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
      .p_box {
			  position: relative;
			  top: 10px;
			  left: 15px;
			  float: left;
			  margin: 20px 10px 0px 5px;
			  border: 1px solid silver;
			  width: 220px;
			  color: #ffffff;
			  font-size: 10px;
			  height: 300px;
			  text-align: center;
			  }
      
    html {
	    height: 100%;
	    }
	  
    body {
      background-color: #b7b7b7;
	    font-family:sans-serif,Verdana,Helvetica,Arial,sans-serif;
	    color: #000000;
	    padding:0;
	    margin:0;
	    font-size: 60.0%;
	    height: 100%;
	    }
   
    body.weiss{
     background-color: #FFFFFF ;
	   }
    
    a {
      color: #0042ae;
	    text-decoration: none;
      font-weight: bold;
	    }

    a:hover {
	    color: #0042ae;
	    text-decoration:underline;
      font-weight: bold;
	    }

    a:active {
	    color: #0042ae;
      font-weight: bold;
	    }

    a:visited{
	    color: #0042ae;
      font-weight: bold;
	    }

    a.detail{
	    font-size: 1.3em;
	    font-weight: bolder;
	    line-height: 1.6em;
	    }
    
    p, pre {
	    margin:0 0 10px 0;
	    padding: 0;
	    line-height: 1.8em;
	    font-size: 1.2em;
	    }

    p.warning{
	    font-weight: bolder;
	    color: #b7b7b7;
	    }

    p.text {
	    font-size: 1.1em;
	    }

    p.fett{
	    font-weight: bolder;
	    }
    
    h1 {
	    padding: 0 0 10px 0;
	    margin:0;
	    font-size: 2.2em;
	    }

    h2 {
	    padding: 0 0 10px 0;
	    margin:0;
	    font-size: 1.8em;
	    }

    h3 {
	    padding: 0 0 10px 0;
	    margin:0;
	    font-size: 1.2em;
	    }
    
    img {
      border: 0;
	    }
    
    td{
	    margin: 0;
	    padding: 0;
	    }
    
    #container {
      width: 986px;
      min-height: 800px;
      height: auto !important;
      height: 800px;      
      padding:  0px  15px 0px 23px;
      margin: 0px auto;        
      background-image: url('../layout/hinter.png');
      background-repeat: repeat-y;
      }
    
    #container2 { 
      height: 30px;
      left: 20px;
      background-color: #B0B0B0;
      width: 986px;
      margin: 0 auto;
      padding:  0px 0px 4px 0px;
      background-image: url('../layout/hinter.png');
      background-repeat: repeat-y;
      }
    
    #main.lang {
      background-image: none;
	    }
    
      #content {
        position: relative;
        left: 3px;
        text-align: left;
        position: relative;
        background-color: #FFFFFF;
        width: 758px;
        padding: 0 0px 0 170px;
        color: #000000;
        z-index:1;
        }
    #content.lang {
      width: 711px;
      }
    
    #footer {
      clear: both;
      font-size: 1.0em;
      padding: 3px 0px  0 0px;
      border-top: 1px solid #b7b7b7;
      margin: 0px 205px 0 175px;
      color: #d07605;
      }

    #footer.lang {
      margin: 0px 15px 0 175px;
      }

    #footer a {
      color: #d07605;
      text-decoration: none;
      margin: 0;
      padding: 0;
      line-height: 1.2em;
      }

    #footer img {
      float: right;
      margin: 0;
      padding:0;
      }
    
    .clearer {
      clear:both;
      display:block;
      visibility:hidden;
      }

  .clearfix:after {
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
    }

  .clearfix {display:inline-block;}
  
