/* Globale Definitionen */

 a:link {color:rgb(128,0,0); font-weight:400; text-decoration:none;}
 a:visited {color:rgb(128,0,0); font-weight:400; text-decoration:none;}
 a:hover {color:rgb(153,0,0); font-weight:400; text-decoration:none; background-color:rgb(255,255,155);}
 a:active {color:rgb(153,0,0); font-weight:400; text-decoration:none; background-color:rgb(255,255,155);}
 body {background-color:rgb(255,255,204); margin: 1px;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: rgb(255,255,204); 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-face-color: rgb(255,255,155); 
	scrollbar-shadow-color:rgb(128,0,0); 
	scrollbar-track-color: rgb(255,255,204); 
	scrollbar-darkshadow-color: rgb(153,0,0)}
 img {border-width:0px;}

/* Standard-Texte */

 .tnorm {font-family:Verdana; font-size:14px; font-weight:200; color:#000000;
		line-height: 16px; margin-left: 3px; }
 .ts {font-family:Verdana; font-size:11px; font-weight:200; color:#000000;
		line-height: 13px; margin-left: 3px; }
 .star {font-size:10px; vertical-align:top; color:rgb(128,0,0);}

/* Überschriften */

 .h1 {font-family:Verdana; font-size:28px; font-weight:700; letter-spacing:2px; color:rgb(128,0,0);
		line-height:34px; margin-left: 3px; font-variant:small-caps;}
 .h2 {font-family:Verdana; font-size:26px; font-weight:600; letter-spacing:1px; color:rgb(128,0,0);
		line-height:32px; margin-left: 3px; font-variant:small-caps;}
 .h3 {font-family:Verdana; font-size:16px; font-weight:300; color:rgb(128,0,0);
		line-height:22px; margin-left: 5px; font-variant:small-caps;}

/* Rahmen */
 .redborder {border: rgb(153,0,0) 1px solid;}


/* Formulare */
 input,select,option,textarea {font-family: Verdana; font-size:10px; color:rgb(128,0,0); background-color:rgb(255,255,155); 
		border: rgb(153,0,0) 1px solid;}