/*
hellblau: 				#a8c5fb; rgb(168,197,251);
dunkelblau:				#3E5ABF; rgb(62,90,191);
lila:					rgb(199,98,78);
lila (visited):			rgb(184,139,134);


*/

* {border:none;padding:0;margin:0;}


a:link, a:visited { text-decoration: underline; color: #3E5ABF; } 
a:focus, a:hover { color: #a8c5fb;}
a:active { text-decoration: underline; color: #3E5ABF; } 

a.nicht_unterstrichen:link, a.nicht_unterstrichen:visited { text-decoration: none; color: #3E5ABF; } 
a.nicht_unterstrichen:focus, a.nicht_unterstrichen:hover { color: #a8c5fb;text-decoration:underline;}
a.nicht_unterstrichen:active { text-decoration: underline; color: #3E5ABF; } 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #3E5ABF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgb(199,98,78);
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(199,98,78);
	font-weight:normal;
	margin-bottom:10px;
	}
	
	
.text {
	font-family: 'Times New Roman', Bodoni, serif;
	font-size: 15px;
	line-height:19px;
	}
	
.textgross {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:25px;
	}
	
.tsans {font-family:Arial, Helvetica, sans-serif;}
	
.blau {color:#3E5ABF;}
.lila {color: rgb(199,98,78);}

.kasten_blau {width:100%;padding:3px 2px;text-align:center;background:#3E5ABF;color:white;}

.klein {font-size:12px;}

.fett {font-weight:bold;}

.zentriert {text-align:center;}

em {font-style:normal; font-weight:normal;}

.funfrunter {padding-top:5px;}
