#content-footer {
	height: 98px;
	width: 961px;
	margin:	0px auto 0px auto;
	padding: 47px 0px 0px 34px;
	background-image: url(images/bg_footer_gross.jpg);
	background-position: center;
}

/* ### Grundeinstellungen ### */

html {
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ededed;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 3px double #caa260;
}

li {
	width: 60%;
	list-style: none;
	padding: 5px 0px 5px 85px;
	border-bottom: 1px solid #caa260;
}



/* ### Layoutdefinition ### */

#main {
	min-height: 100%;
	width: 995px;
	margin: 0px auto 0px auto;
}

* html #main { height: 100%; }		/* Internet Explorer-Spezifisch */

#header {
	height: 155px;
	width: 995px;
	margin: 0px auto 0px auto;
	background-image: url(images/bg_header.jpg);
	background-position: center;
}

#navigation-top {
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990c1d;
	margin: 0px 0px 0px 0px;
	padding: 38px 0px 0px 40px;
}

#navigation-services {
	float: left;
	width: 355px;
	padding: 20px 0px 0px 15px;
}

#navigation-services img {
	padding: 0px 5px 0px 0px;
}

#navigation-main {
	float: left;
	width: 625px;
	padding: 20px 0px 0px 0px;
}

#navigation-sub {
	clear: both;
	color: #636266;
	padding: 10px 0px 0px 285px;
}

#content-top {
	width: 950px;
	padding: 0px 20px 0px 25px;
	margin: 0px auto 0px auto;
}

#content-left {
	width: 475px;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 25px 0px 100px 0px;
}

#content-right {
	width: 455px;
	float: right;
	padding: 0px 40px 0px 0px;
	margin: 25px 0px 100px 0px;
}

#footer {
	clear: both;
	height: 145px;
	margin: -145px 0px 0px 0px;
	background-color: #990c1d;
	background-image: url(images/bg_footer.gif);
}

#content-top em, #content-left em, #content-right em {
	font-size: 14px;
	font-style: italic;
	color: #636266;
}


/* ### Formulare ### */

.frmInput {
	font-size: 11px;
	width: 300px;
	height: 13px;
	padding: 2px;
	border: 1px solid #404040;
}

.frmSelect {
	font-size: 11px;
	width: 302px;
	height: 19px;
	padding: 2px;
	border: 1px solid #404040;
}

.frmInputZip {
	font-size: 11px;
	width: 100px;
	height: 13px;
	padding: 2px;
	border: 1px solid #404040;
}

.frmInputCity {
	font-size: 11px;
	width: 180px;
	height: 13px;
	padding: 2px;
	border: 1px solid #404040;
}

.frmMemo {
	font-size: 11px;
	width: 300px;
	height: 200px;
	padding: 2px;
	border: 1px solid #404040;
}

.frmSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #dbdbdd;
	width: 100px;
	height: 20px;
	border: 1px solid #404040;
	background-color: #b80f23;
}


/* ### Linkdefinition für Navigation ### */

#navigation-top a {
	color: #990c1d;
	text-decoration: none;
}

#navigation-sub a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #636266;
	text-decoration: none;
}

#navigation-sub a:hover, #navigation-sub .active {
	color: #b80f23;
	text-decoration: underline;
}


/* ### FCE-Styledefinitionen ### */

.box-top {
	width: 450px;
	margin: 0px auto 0px auto;
}

.tabel2col {
	margin: 35px 0px 0px 0px;
}

.contenttable td {
	border-bottom: 1px solid #caa260;
}

