a:active, a:focus, a:hover, a:link, a:visited {
	red
}


.button {
	font-family: Verdana;
	background:    #DFDFDF ;
	
	border-color:   #A0A0A0;
	font-size: 10px;
	
	height: 22px;
	width: 90px;
	border-style:  double;
	color:        Gray;
	text-decoration: none;
	font-weight: normal;

}


.text {  font-family: Arial; font-size: 13px;  line-height: 140% ;color:  #3C3C3C;  }
.adresse {  font-family: Arial; font-size: 12px; color:#8B0000  }

.grau {  font-family: Arial; font-size: 13px; color:   #414141; font-weight : bold;  }

.email {  font-family: Arial; font-size: 12px; color:    #8B0000;  text-decoration: underline;}
.email:hover {  font-family: Arial; font-size: 12px; color:   #8B0000;  text-decoration:  none;}


.link {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.link:hover {  font-family: Arial; font-size: 12px; color:    Gray;  text-decoration:none;}


.link3 {
	font-family: Arial;
	font-size: 12px;
	color: #8B0000;
	text-decoration: none;
	 line-height: 140%;
}
.link3:hover {  font-family: Arial; font-size: 12px; color:    Gray; background-color: white;  text-decoration:none;}

.weiter {
	font-family: Arial;
	font-size: 14px;
	color: #B22222;
	font-weight: bold;
	text-decoration:none;
}
.weiter:hover {
	font-family: Arial;
	font-size: 14px;
	color:   Gray;
	font-weight: bold;
	text-decoration:none;
}
.stop {
	font-family: Arial;
	font-size: 16px;
	color:  Gray;
	font-weight: bold;
	font-style: normal;


}



.ueberschrift {
	font-family: Arial;
	font-size: 16px;
	color: #B22222;
	font-weight: bold;
	text-decoration:none;
}

.contact {  font-family: Arial; font-size: 14px; color:    Gray;   font-weight : bold;  text-decoration:none;}
.contact:hover {  font-family: Arial; font-size: 14px; color:    #990000;  font-weight : bold;  text-decoration:none;}

.contact2 {  font-family: Arial; font-size: 14px; color:   Maroon;   font-weight : bold;  text-decoration:none;}

.popup {
	font-family: Arial;
	font-size: 16px;
	color:   #FFFFFF;
	font-weight : bold;
	text-decoration:none;
	background-color: #990000;
}
.popup:hover { font-family: Arial; font-size: 14px; color:   black;   font-weight : bold;  text-decoration:none;}

.navi{  font-family: Arial; font-size: 14px; color:    white;  font-weight : bold;   text-decoration:none;}
.navi:hover {  font-family: Arial; font-size: 14px; color:    black; font-weight : bold;   text-decoration:none;}


BODY, TABLE {
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black;

	SCROLLBAR-FACE-COLOR: #7C7C7C;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #7C7C7C;
	SCROLLBAR-BASE-COLOR: #7C7C7C;
	
	border: none;
	overflow-y: scroll;
	overflow-x: hidden;
	
	
}

