/*Farbschema #D1F1FE Hintergrund, Raender usw.:#2E4E75*/
:root { overflow-y: scroll; }

body {
background-color: #D1F1FE; 
margin:0px; 
padding:0px; 
}

a:link {
  text-decoration:underline; 
  font-weight:bold; 
  color: #2E4E75;
}

a:visited { 
  text-decoration:underline; 
  font-weight:bold; 
  color: #2E4E75;
}

a:hover { 
  text-decoration:none; 
  font-weight:bold; 
  color: #87CEFA;
}

a:active { 
  text-decoration:none; 
  font-weight:bold; 
  color: #87CEFA;
}

.text {
	font-family: Arial; 
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal; 
	width:400px;
	margin: 15px 0px 0px 25px;
}

.fett {
	font-family: Arial; 
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #2E4E75;
	line-height: normal; 
	width:400px;
	margin: 15px 0px 0px 25px;
}

.ueberschrift {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2E4E75;
	line-height: normal; 
	width:400px;
	margin: 15px 0px 0px 25px;
}

.text_rand {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal; 
	width:75px;
	margin: 0px 0px 0px 25px;
}

