/* CSS Document */

/* Farben --------------- */
/*	rot 		#BD2930
	grau1		#333333
	grau2		#F3F3F4
/* ---------------------- */
body {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
a:link {
	font-weight: normal;
	color: #BD2930;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #BD2930;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #BD2930;
	text-decoration: underline;
}
img {
	border: none;
}
img.flLeft {
	padding: 0px 20px 10px 0px;
}
#content h1{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0px 25px 0px;
	padding: 0px;
	color: #BD2930;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
	padding: 0px;
	color: #666666;
}
#content h3{
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	padding: 0px;
	color: #666666;
}
#content .introHeader{
	font-size: 12px;
	font-weight: normal;
	margin: 25px 0px 10px 0px;
	padding: 0px;
	color: #E9DAAD;
}
#content p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	line-height: 18px;
}
#content ul {
	list-style-position: outside;
	list-style-image: url(/files/bul1.gif);
	padding-left: 23px;
	margin: 7px 0px 15px 0px;
}
#content li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
/* Tabellen -------------------------------------------------------------------------------------- */
/* allgemein -------------------------------------------------------------------------------------- */
.tdLeft {
	text-align: left;
}
.tdMiddle {
	text-align: center;
}
.tdRight {
	text-align: right;
}

/* table1 ------------------------------ */
#content .table1 {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #E9E9E9;
}
#content .table1 tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#content .table1 th{
	vertical-align: top;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#content .table1 td{
	vertical-align: top;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#content .table1 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
/* table2 Partner-Logos ------------------------------ */
#content .table2 {
	
}
#content .table2 th{
	vertical-align: top;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#content .table2 td{
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
#content .table2 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}