* { 
	color: #666;
	font-family: verdana; 
	border-style: solid;
	border-width: 0px;
	border-color: red;
}
td {
	vertical-align: top;
	text-align: left;
}
td.left {
	width: 10%;
}
td.center {
	width: 80%;
}
td.right {
	width: 10%;
}
body {
	text-align: center;
}
a { 
	text-decoration: none;
	color: #e51837;
} 
a:hover { 
	color: #666; 
} 
img {
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: left;
	margin: 10px;

}
td.h1 {
	font-size: 28px;
	font-weight: bold;
	padding-top: 20px;
}
td.h1_spezial {
	font-size: 28px;
	font-weight: bold;
	color: #e51837;	
}
td.h2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
td.h3 {
	font-size: 18px;
	color: #e51837;	
	padding-top: 10px;
}
footer {
	text-align: left;
	font-size: 10px;
}
k {
	font-style: italic;
	font-weight: bold;
	color: #e51837;
}

