/* ---------- STYLES zum Anordnen der Seite / Seitenaufbau ----------- */

.top {
background: url('images/header.png') no-repeat top left;
}

INPUT {
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
BORDER-WIDTH: 1px;
border-style: solid; 
background-color: #000000;
font-family: Verdana, Arial;
font-size: 11px;
color: #FFFFFF;
text-align: right;
text-decoration: none;
}

BODY { 
scrollbar-face-color: #000000; 
SCROLLBAR-TRACK-COLOR: #000000;
scrollbar-arrow-color: #172153; 
scrollbar-base-color: #000000; 
scrollbar-shadow-color : #000000; 
SCROLLBAR-3DLIGHT-COLOR: #172153;
SCROLLBAR-DARKSHADOW-COLOR: #000000; 
scrollbar-highlight-color: #000000;
background-color: #000000;
}

td {
font-family: Verdana, Arial; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #727EF7; 
text-decoration: none;
text-align: left;
}

.copy {
font-family: Verdana, Arial; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #BFB6B6; 
text-decoration: none;
text-align: center;
}


.kursiv {
font-family: Verdana, Arial; 
font-size: 24px; 
font-style: normal; 
font-weight: normal; 
color: #727EF7; 
text-decoration: none;
text-align: center;
}

/* ---------- STYLES für Header Links ----------- */

a.main:link { font-family: Arial; font-size: 12px; font-weight: bold; color: #727EF7; text-decoration: none; }
					
a.main:active { font-family: Arial; font-size: 12px; font-weight: bold; color: #727EF7; text-decoration: none; }
					
a.main:visited { font-family: Arial; font-size: 12px; font-weight: bold; color: #727EF7; text-decoration: none; }
					
a.main:hover { font-family: Arial; font-size: 12px; font-weight: bold; color: #AB0E19; text-decoration: none; }


/* ---------- STYLES für Satz Links ----------- */

a.link:link 	{ font-family: Arial, Verdana; font-size: 12px; color: #AB0E19; text-decoration: none; }
					
a.link:active 	{ font-family: Arial, Verdana; font-size: 12px; color: #AB0E19; text-decoration: none; }
					
a.link:visited {	font-family: Arial, Verdana; font-size: 12px; color: #AB0E19; text-decoration: none; }
					
a.link:hover 	{ font-family: Arial, Verdana; font-size: 12px; color: #727EF7; text-decoration: none; }


/* ---------- STYLES für Copyright Links ----------- */

a.link1:link 	{ font-family: Arial, Verdana; font-size: 10px; color: #AB0E19; text-decoration: none; }
					
a.link1:active 	{ font-family: Arial, Verdana; font-size: 10px; color: #AB0E19; text-decoration: none; }
					
a.link1:visited { font-family: Arial, Verdana; font-size: 10px; color: #AB0E19; text-decoration: none; }
					
a.link1:hover 	{ font-family: Arial, Verdana; font-size: 10px; color: #727EF7; text-decoration: none; }
