﻿h1 {
	margin:20px 0 30px 10px;
}

a {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: #FECB78;
	text-decoration: none;
}

input {	
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000000;
}   

/* MARKIERUNG DER THUMBNAILS und PFEILE (Erfolge/Mannschaft) */    
.thumb {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.thumb:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
    	        
/* border für aktive buttons */
.borderAN{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}	

.mailinput {
	position:relative;
	
	}
