@charset "utf-8";
/* Projekt Strutz Appartements*/

html, body
{ 
 background: #FAA863;
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 padding: 0; 
 margin: 0; 
 width: 100%; 
 height: 100%; 

 scrollbar-arrow-color: #ff6600; 
 scrollbar-base-color: #666666; 
 scrollbar-face-color: white; 
 scrollbar-highlight-color: white; 
 scrollbar-shadow-color: white; 
 scrollbar-darkshadow-color: #666666; 
 zoom: 1 */
} 

a.link { color: white; text-decoration: underline;}
a.visited { color: white; text-decoration: underline;}
a.hover { color: white; text-decoration: underline;}
a.active { color: white; text-decoration: underline;}

a.black:link { color: black; text-decoration: underline;}
a.black:visited { color: black; text-decoration: underline;}
a.black:hover { color: black; text-decoration: underline;}
a.black:active { color: black; text-decoration: underline;}

a.blue:link { color: gray; text-decoration: none;}
a.blue:visited { color: gray; text-decoration: none;}
a.blue:hover { color: #000099; text-decoration: none;}
a.blue:active { color: gray; text-decoration: none;}

.schwarz_b { color: black; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 12pt; }
.schwarz { color: black; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 12pt; }		
.weiss_b { color: white; font-style: normal; font-weight: bold; font-size: 10pt; line-height: 12pt; }
.weiss { color: white; font-style: normal; font-weight: normal; font-size: 10pt; line-height: 12pt; }
.weiss12_b { color: white; font-style: normal; font-weight: bold; font-size: 12pt; line-height: 14pt; }
.weiss12 { color: white; font-style: normal; font-weight: normal; font-size: 12pt; line-height: 14pt; }
.schwarz_7 { color: black; font-style: normal; font-weight: normal; font-size: 7pt; line-height: 8pt; }
.schwarz_8 { color: black; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; }
.grau_8 { color: gray; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 8pt; }
.grau_9 { color: gray; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 10pt; }
.weiss_8 { color: white; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; }
.rot { color: red; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; }
.blau { color: #000099; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 10pt; }
.grau { color: gray; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 10pt; }
.orange { color: #FF6600; font-style: normal; font-weight: normal; font-size: 9pt; line-height: 10pt; }

.rahmen {border-width:1px; border-color:red; }