:root
{
	--breite:70%
}
body
{
	/*background-color: #004494;*/
	/*background-color: #AAAAAA;*/
	font-size: small;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	
	background-color: #CDCDCD;
	
}

div.headline
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size:2em;
	
	
	padding: 10px;
	margin: 0px auto;
	color:#58305d; 
	
	
	
	text-align:left;
	position: relative;
	top: 0px;
	left: 0px;
	
	/*border: 1px solid black;*/
}

div.headweih
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size:3em;
	
	
	padding: 10px;
	margin: 0px auto;
	color:#EE2020; 
	
	
	
	text-align:left;
	position: relative;
	top: 0px;
	left: 0px;
	
	/*border: 1px solid black;*/
}

div.head_small
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size:1.7em;
	
	padding: 10px;
	margin: 0px auto;
	color:#58305d; 
	
	text-align:left;
	position: relative;
	top: 0px;
	left: 0px;
}

.other {
    text-decoration: none;
	font-weight: bold;
    /*font-size : 1.2em;*/	
	color:rgb(0, 15, 158);
}

a:hover {
    /*font-size : 12pt;*/	
	text-decoration : none;
	color  : rgb(28, 185, 247);
	/*color  : rgb(0, 185, 247);*/
}
