﻿/* enthaelt alle styles */
BODY {
	background-image: url(hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-family: Verdana,Arial;
	font-size: 12pt;
	text-decoration: none;
	scrollbar-face-color: #CEFAD9;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #CEFAD9;
	scrollbar-3dlight-color: #CEFAD9;
	scrollbar-dark-shadow-color: #CEFAD9;
	scrollbar-track-color: #CEFAD9;
	scrollbar-arrow-color: #000000;
}
/* normaler header */
h2 {
	font-family:Verdana,Arial;
	color:Navy;
	font-style: normal;
	margin-top: 25px;
	margin-left:15px;
	}

/* links */
a:link 		{ font-weight: normal; text-decoration:none; color:black; 															}
a:visited { font-weight: normal; text-decoration:none; color:Navy; 															} 
a:hover 	{ font-weight: normal; text-decoration:none; color:Navy; 		background-color:#63CEFF; }
a:active 	{ font-weight: normal; text-decoration:none; color:#E00000; 													}
a:focus 	{ font-weight: normal; text-decoration:none; color:Navy; 															}

/* normale Textformatierungen*/
.fett						{ font-weight:bold;																								}
.kursiv					{ 										font-style:italic; 													}
.unter					{ 										text-decoration:underline;									}
.fettkursiv			{ font-weight:bold;		font-style:italic;													}
.fettunter			{ font-weight:bold;		text-decoration:underline;									}
.bildunter			{	font-weight:normal;	text-decoration: none;		font-size: smaller; margin-left:10px; 	padding-left:10px														}
.normal					{ font-weight:normal; text-decoration: none; 		font-size: small; }
.menu	    			{	font-weight:normal;	text-decoration: none;		font-size: smaller;	}

td							{	font-size:small;																								}
td.bg						{	background-color: #63CEFF;																			}
td.align				{ text-align: left;																								}
td.small				{	font-size: smaller; 																						}
td.date					{ font-size: smaller; font-weight: bold;													}
td.passed				{color: Gray;}
td.abstand			{ padding-top: 10px; 																							}
td.dateabstand	{ padding-top: 10px; font-size: smaller; font-weight: bold;}

td.menu 				{font-size: 10pt;color:Navy;}

table.rand			{ margin-left: 0px;	font-size: 10pt;}
