#formular{
 position: absolute;
 left: 50px;
 top: 50px;
 width: 600px;
 height: 400px;
 z-index: 10;
 visibility: hidden;
 background-color: #FFCC99;
 text-align: center;
}
.eingabe {
    border: 0px;
    width: 200px;
    border-bottom: solid 1px #666;
    background-color: transparent;
    font-family: Comic Sans MS;
    font-size: 13px;
    color: #666;
}
.eingabefeld {
    width: 200px;
    height: 110px;
    overflow: auto;
    border: solid 1px #000000;
    background-color: transparent;
    font-family: Comic Sans MS;
    font-size: 13px;
    color: #666;
}
.tabelle {
	 background-color: #FFF;
    border: solid 1px #666;
	 table-layout: fixed;
	 text-align: left;
	 width: auto;
	 background-color: #FFCC99;
}
.format {
    font-family: Comic Sans MS;
    font-size: 16px;
    color: #666;
}
.button {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}
.vertikale_linie {
    width: 1px;
    height: 335px;
    background-color: #797979;
}
.klein {
    font-family: Comic Sans MS;
    font-size: 11px;
    color: #666;
}
#schliessen a{
    font-family: Comic Sans MS;
    font-size: 13px;
    color: #FFF;
	 display: block;
	 width: 100%;
	 background-color: #800;
	 height: 25px;
}
#schliessen a:hover{
	 background-color: #666;
}
