#textinhalt {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;	
	position: relative;
	margin: 0 auto;
	width: 570px;
	text-align: left;
	padding: 10px;
	background-color: white;
}

#textinhalt img {
	border: 0px;
}

#textinhalt a {
	color: #0095DA;
	text-decoration: none;
}

#textinhalt h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #333333;
	margin-top: 0px;
	padding-top: 0;
}

#textinhalt h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
}

#textinhalt p {
	font-size: 11px;	
}

#textinhalt .TabellenzeileHell {
	background-color: #F4DFA6;
}

#textinhalt .TabellenzeileDunkel {
	background-color: #E4BE55;
}

#textinhalt .TabellenzeileHell td, #textinhalt .TabellenzeileDunkel td {
	padding-left: 5px;
	padding-right: 5px;
}

#textinhalt .TabellenzeileHell td a, #textinhalt .TabellenzeileDunkel td a {
	color: #333333;
}

#textinhalt .TabellenzeileHell td a:hover, #textinhalt .TabellenzeileDunkel td a:hover {
	color: #333333;
}

#textinhalt table {
	font-size: 8pt;
	border-collapse: collapse;	
}
#textinhalt table.border0 {
	border: 0px;
}
#textinhalt table.border0 td {
	border: 0px;
}	
#textinhalt table.border1 {
	border: 1px solid #C3D5E9;
}
#textinhalt table.border1 td {
	border: 1px solid #C3D5E9;
	padding: 4px;
}	
#textinhalt table.border1 th {
	border: 1px solid #C3D5E9;
	padding: 4px;
	text-align: center;
	font-weight: normal;
}	


#textinhalt td {
	padding: 0 2px 0 0;
}
