/* schriftstil*/

.big_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #1F1E1D;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #1F1E1D;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #9A9C9D;
}

.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #D8D9DA;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #F38A6C;
}

.textarea {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.text {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.submit {
	background-color:#9A9C9D;
	border:1px solid #000000;
	color:#1F1E1D;
}

p {
	line-height:normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

body{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

table, tr, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; 
	border-color: black;
}

li{
	font-size:100%;
    line-height:135%;
}

/* allgemeine links */

a:link {
	color: #1F1E1D; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:visited {
	color: #1F1E1D; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a:hover { 
    color: #F38A6C; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#navi_top a:link {
	color: #9A9C9D; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#navi_top a:visited {
	color: #9A9C9D; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#navi_top a:hover { 
    color: #F38A6C; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#admin {
	background: #9A9C9D;
	color: #1F1E1D;
	padding: 2px 12px 2px 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	border:#000000 1px solid;
}

#logo1 {
	position:absolute;
	top:-31px;
	left:0px;
	width:28;
	height:29;
}

#logo2 {
	position:absolute;
	top:-24px;
	left:21px;
	width:41px;
	height:53px;
}

#logo3 {
	position:absolute;
	top:-40px;
	left:46px;
	width:51px;
	height:54px;
}

#logo4 {
	position:absolute;
	top:-19px;
	left:88px;
	width:132px;
	height:11px;
}

      
/* 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. */


