﻿/* Dateiname: vorlage2.css */

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 18px;
}

a:focus { outline: none;}


a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 18px;
}



p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 18px;
}



body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 18px;
	background-color: #FFFFFF;
}

.normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 18px;
}


.gruen            { font-size: 12px; color: #006600; line-height:18px;
 }


.rot              { font-size: 12px; color: #FF0000; line-height:16px;
 }

.klein            { font-size: 10px; color: #575757; line-height:12px;
 }

.rotklein         { font-size: 10px; color: #FF0000;
 }

.mittel           { font-size: 17px; color: #575757; letter-spacing: 1px;
 }

.rotmittel       { font-size: 17px; color: #FF0000;
 }


.titel            { font-size: 18px; color: #575757; letter-spacing: 2px; font-weight: 600; line-height:22px;
 }

.fett            {
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	letter-spacing: 2px;
}
 
.fettgroesser            {
	font-size: 12px;
	color: #575757;
	font-weight: 600;
	letter-spacing: 2px;
}
 
 
.titelgruen      { font-size: 17px; color: #009933; font-weight: 550; letter-spacing: 2px;
 }

.rottitel        { font-size: 18px; color: #FF0000; font-weight: 550; letter-spacing: 2px;
 }

.gelbtitel        { font-size: 18px; color: #E1BF00; font-weight: 550; letter-spacing: 2px;
 }
 
.blautitel        {	font-size: 18px; color: Blue;	font-weight: 550;	letter-spacing: 2px;
}
 
.titelgr         { font-size: 22px; color: #575757; letter-spacing: 3px; line-height:26px;
 }

.grossrot      { color: #FF0000; font-size: 22px; line-height: 16pt; letter-spacing: 3px;
 }


A:link            { text-decoration:none; color: #333333; 
 }
A:visited       { text-decoration:none; color: #333333; 
 }
A:hover        { text-decoration:none; color: #FF0000; 
 }
A:active       { text-decoration:none; color: #FF0000; 
 } 


body {
	scrollbar-arrow-color: #778899;
	scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: Silver;
	scrollbar-track-color: White;
	scrollbar-3dlight-color: #B0C4DE;
}


