/* CSS Document */

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size:13px;	
	font-family:Verdana,georgia,Arial;	
	color:#000000;
	text-decoration: none;
	background-color: #ffffff; 
}

#head {
	text-align:center;
}

table {
	text-decoration:none;
	border:#000000 solid 1px;
	border-collapse:collapse;
}

tr {

}

th {
	font-weight:900;
	text-align:center;
	padding:10px;
}

td {
	text-align:center;
	border:none;
	padding:10px;
}

tr.klein td {
	font-size: 9px; 
	color: #000000; 
	text-align: center;
	font-style:italic;
}

/*links*/
A:link {	color:#000000;
text-decoration:underline;	}

A:visited {	color:#000000;	
text-decoration:underline;	}

A:active {	color:#000000;
text-decoration:underline;	}

A:hover {	color:#113B6A;
TEXT-DECORATION: none;	}







p.klein { 
	font-size: 9px; 
	color: #000000;  
	text-align: center; 
}

#langezeile  { white-space:nowrap; }



.betonung {
font-variant:small-caps;
color:#000000;
font-size:13px;
font-weight: bold;
}


h1 {
font-family: Verdana,arial; 
color:#000000;
font-size:20px;
text-align: center;
font-weight: bold;
}


h2 {
font-family: Verdana,arial; 
color:#000000;
font-size:25px;
text-align: right;
border-bottom-style: dotted;
border-bottom-width: 1px;
width: 400px;
}
