@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	font-weight: bold;
	color: #e57070;
	background-color: #e3e3e4;
}

table {
	border: 0;
	margin: 0px;
	padding: 0px;
}

.td_grau {
	background-color: e3e3e4;
}

.td_white {
	background-color: #FFFFFF;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	color: #333333;
	bgcolor: e3e3e4;
	background-color: #e3e3e4;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}

.fliess_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	color: #e57070;
	bgcolor: e3e3e4;
	background-color: #e3e3e4;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: bold;
}


img {
	float: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width: 900px;
	line-height: 120%;
}

.fliess_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	line-height: 140%;
}

.pink_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	font-weight: bold;
	color: #e57070;
}

.hg_rot {
		background-color: #d60000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #868787;
	text-decoration: none;
}

