/* schriftstil*/

.big_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
    color: #303030;
}

.small_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
    color: #303030;
}

.bold_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
    color: #303030;
}

.small_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
    color: #8A94A7;
}

.bold_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
    color: #8A94A7;
}

.big_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
    color: #8F7F4B;
}

.small_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
    color: #8F7F4B;
}

.bold_gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
    color: #8F7F4B;
}

.textarea {
	background-color:#F5F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.text {
	scrollbar-arrow-color:#02438D;
	background-color:#F5F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.submit {
	background-color:#8F7F4B;
	border:1px solid #666666;
	color:#FFFFFF;
}

p {
	line-height:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

body{
	color: black;
	font-family: "Times New Roman", Times, serif;
	scrollbar-arrow-color:#02438D;
	scrollbar-base-color:#F5F1F1;
	scrollbar-highlight-color:#F5F1F1;
	scrollbar-shadow-color:#02438D;
}

table, tr, td{
	font-family: "Times New Roman", Times, serif;
	font-size:100%; 
	border-color: black;
}

li{
	list-style-image:url(images/crown.jpg);
	font-size:100%;
    line-height:135%;
}

/* allgemeine links */

a:link {
	color: #02438D; 
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:visited {
	color: #02438D; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:hover { 
    color: #535153; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

      
/* Mit a:link sind Verweise zu noch nicht besuchten Seiten gemeint, 
mit a:visited Verweise zu bereits besuchten Seiten, 
mit a:hover Verweise, während der Anwender mit der Maus über den Verweistext fährt, 
mit a:active Verweise, während sie angeklickt werden und 
mit a:focus Verweise, wenn diese mit der Tastatur angesprungen werden. */

