* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #303030;
	font-family: arial;
	color: #444444;
}

a, a:link, a:active, a:visited {
	color: #730808;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 0 5px 0;
}

ul {
 	list-style: none;
}

ul li {
	background-image: url('../images/pfeil-rot.gif');
	background-repeat: no-repeat;
	line-height: 13px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 20px;
}

.main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.main .header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 192px;
}


.main .ad_top {
	background-image: url('../images/rundung.jpg');
	background-repeat: no-repeat;
	height: 80px;
}

.main .navi_left {
	width: 164px;
	text-align: left;
	background-color: #a20c0c;
	font-size: 10pt;
	vertical-align: top;
}

.main .navi_left .links {
	color: #ffffff;
	text-decoration: none;
	background-color: #730808;
	padding: 5px;
}

.main .navi_left .links a {
	color: #ffffff;
	text-decoration: none;
	display:block;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.main .navi_right {
	width: 175px;
	text-align: center;
	font-size: 8pt;
}

.main .content {
	font-size: 8pt;
	line-height: 13pt;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.main .content h1 {
	background-image: url('../images/h1.gif');
	background-repeat: repeat-x;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 5px;
	color: #000000;
	padding-left: 10px;
}

.main .content h2, 
.main .content h3, 
.main .content h4, 
.main .content h5, 
.main .content h6,  
.main .content .h {
	background-color: #a20c0c;
	font-size: 8pt;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color: #ffffff;
	padding-left: 10px;
}

.main .content td {
	vertical-align: top;
}

.main .content .box {
	border: 1px solid;
	padding: 5px;
}

.main .content .sub {
	background-image: url('../images/h3.jpg');
	background-repeat: repeat-x;
	font-size: 8pt;
	margin: 5px 0 5px 0;
	padding-left: 28px;
	line-height: 23px;
}

.main .content .field {
	color: #ffffff;
	padding: 5px 5px 5px 27px;
	/* background-image: url('../images/pfeil-weiss.gif'); */
	background-repeat: no-repeat;
	background-color: #a20c0c;
	background-position: 8px 8px;
}

.main .content .sub a,
.main .content .field a {
	color: #ffffff;
	text-decoration: none;
}

.main .content .fde_form .even, .fde_form .odd {
    background-color: #FFFFFF !important;
    border: 0 none;
}
