/* ------------------------------------------------------------------------ */
/* stylesheet-Datei in der nur das Design vorgegeben wird                   */
/* Grafiken fuers Design liegen in /Design                                   */
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */

html { overflow-y: scroll;}

/* Gesamter Body (Hintergrundgrafik) */

body
 {
 margin-top: 0px;
 background-color: white;
 }

/* ------------------------------------------------------------------------ */

/* Tabelle die alles umschliesst */

.table_all
{
 margin-top: 30px;
}

.top_logo
 {
 height: 124px;
} 	

/* Designtable */

.designtable
 {
 width: 985px;
 max-width: 985px;
 margin-top: 10px;

 Border-top-Color: #edebeb;
 Border-top-Style: solid;
 Border-top-Width: 1px;

 Border-bottom-Color: #edebeb;
 Border-bottom-Style: solid;
 Border-bottom-Width: 1px;

 Border-left-Color: #edebeb;
 Border-left-Style: solid;
 Border-left-Width: 1px;

 Border-right-Color: #edebeb;
 Border-right-Style: solid;
 Border-right-Width: 1px;
 }

.menue
 {
 height: 22px; 	
 background-color: #edebeb;
 
 Border-bottom-Color: #dd1f33;
 Border-bottom-Style: solid;
 Border-bottom-Width: 1px;

 padding-right: 24px;
}  

/* Content */

.contenttable
 {
 Text-Align: left;
 Vertical-Align: top; 

 height: 400px;

 padding-top: 25px;
 padding-left: 50px;
 padding-right: 45px;
 padding-bottom: 25px;
 }

.copyright
 {
 Font-Family: Arial, Verdana, Serif;
 font-size: 10px;
 color: #cccccc;
 text-align: right; 
 vertical-align: top;
 margin-top: 0px;
 padding-right: 10px;
 }
 
