
body {
	font-family: Arial;
	font-size: 12px;
	color: black;
  scrollbar-face-color: white;
  scrollbar-highlight-color: #D1255F;
/*  scrollbar-3dlight-color: white;*/
/*  scrollbar-darkshadow-color: black; */
/*  scrollbar-shadow-color: black; */
  scrollbar-arrow-color: #D1255F;
  scrollbar-track-color: #F2F2F2;
	}

.normal {
	font-family: Arial;
	font-size: 12px;
	color: black;
	}

.klein {
	font-family: Arial;
	font-size: 10px;
	color: black;	
	}

.kleinlink {
	font-family: Arial;
	font-size: 10px;
	color: navy;	
	}

.gross {
	font-family: Arial;
	font-size: 14px;
	color: #49515A;	
  font-weight: bold;
	}

.headline {
	font-family: Arial;
	font-size: 18px;
	color: black;
    
	}

.menue {
	font-family: Arial;
	font-size: 13px;
	color: black;
	}

.menueaktiv {
	font-family: Arial;
	/*font-size: 13px;*/
	color: #D1255F;
  font-weight: bold;
	}

.menue:hover {
	font-family: Arial;
	  /*font-size: 13px;*/
	color: #D1255F;
  /*font-weight: bold;*/
	}
.menue:visited {
	font-family: Arial;
	/*font-size: 13px;*/
	/*color: black;*/
  	font-weight: bold;
}

.submenue {
	font-family: Arial;
	font-size: 12px;
	color: black;
	}

.submenueaktiv {
	font-family: Arial;
	font-size: 12px;
	color: #D1255F;
	font-weight: bold;
	}

.submenue:hover {
	font-family: Arial;
	font-size: 12px;
  color: #FFEAD5;
  font-weight: bold;
	}

p, div, table, td, th, tr {
	font-family: Arial;
	font-size: 12px;
	color: black;
	}

li, ul, ol {
	font-family: Arial;
	font-size: 12px;
	color: black;	
	}

a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;	
	color: #D1255F;	
	}

a:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #D12505F;
 	}

a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
	color: black;
 }
	

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #D1255F;
 	}

input, select, textarea {
  border-color: #49515A;
  border-width: 1;
  color: black;
  background: #FFFFFF;
  font-family: Arial;
  font-size: 13px;
  }

.checkbox {
  background: #F2F2F2;
}

