/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#4D4D4D;
	padding: 3px;	
	max-width:840px;
}


h1{
	font-size: 17px;
	font-weight:bold;
	color:#4169e1;
}

h2{
	font-size: 14px;
	font-weight:bold;
	color:#4169e1;
}
  
a:link    { font-weight:normal; color:#4169e1; text-decoration:underline }
a:visited { font-weight:normal; color:#4169e1; text-decoration:underline }
a:hover   { font-weight:normal; color:#FF0000; text-decoration:underline }
a:active  { font-weight:normal; color:#4169e1; text-decoration:underline }
a:focus   { font-weight:normal; color:#FF0000; text-decoration:underline }

th {
	background-color:#4169e1;
	color:#FFFFFF;
	font-weight:bold;
}


.emph{
	color:#4169e1;
	font-weight:bold;
}

.white_emph {
	font-weight: bold;
	color: #FFFFFF;
}


.small {
	font-size: 11px}

.footnote {
	font-size: 10px;
	line-height: normal;
}

.SchriftKinder {
	font-family: "Comic Sans MS";
	font-size: 14px;
}

.UeberschriftKinder {
	font-family: "Comic Sans MS"; 
	font-size: 20px; 
}
