html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #D6D6D6;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 17px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 15px 25px;
}
ul {
	margin: 0 0 15px 15px;
}
li {
	line-height: 17px;
}
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #B90F22;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.white-link a:link, .white-link a:visited, .white-link a:active, .white-link a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}
.white-link a:hover {
	text-decoration: underline;
}
.grey-link a:link, .grey-link a:visited, .grey-link a:active, .grey-link a:hover { 
	color: #666666;
	text-decoration: none;
}
.grey-link a:hover {
	color: #B90F22;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
	color: #B90F22;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0 0 15px 0;
}
h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #505150;
}
h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 11px;
	color: #505150;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/* Schriftarten */
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.vsuper {
	vertical-align:top;
	font-size: 9px;
}
.vbottom {
	vertical-align: text-bottom;
	font-size: 9px;
}
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/* Farben */
.f-red { color: #B90F22; }

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}

/* Innen- und Außenabstände */
.p-10 { padding: 10px; }
.p-10-0 { padding: 10px 0; } 
.p-0-10 { padding: 0 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-7 { margin-bottom: 7px; }
.m-7-0 { margin: 7px 0; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.ml-15 { margin-left: 15px; }

/* Seitenaufbau */
#main-container {
	width: 870px;
	height: 500px;
	overflow: visible;
	margin: auto;
	background-color: #FFFFFF;
}
html>body #main-container {
	height: auto;
	min-height: 500px;
}
#lang-container {
	width: 692px;
	height: 16px;
	line-height: 16px;
	padding-left: 178px;
	background-color: #D7D7D7;
	color: #666666;
	font-size: 10px;
	border-bottom: 3px solid #0D0612;
	text-transform: lowercase;
}
#head-container {
	width: 870px;
	height: 110px;
	overflow: hidden;
	position: relative;
	background-color: #CF0032;
}
#head-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 155px;
	height: 110px;
	overflow: hidden;
}
#head-pic {
	position: absolute;
	left: 155px;
	top: 0;
	width: 715px;
	height: 110px;
	overflow: hidden;
	text-align: right;
}
#main-nav-container {
	width: 870px;
	height: 60px;
	overflow: hidden;
	background-image: url(../pics/head-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#search-container {
	position: absolute;
	top: 25px;
	width: 130px;
	left: 13px;
	overflow: hidden;
}
#main-nav {
	position: absolute;
	left: 175px;
	top: 15px;
	height: 20px;
	width: 680px;
	overflow: hidden;
}
#short-sitemap-container {
	position: absolute;
	left: 175px;
	top: 45px;
	width: 546px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 9px;
	border-bottom: 1px solid #DCDCDB;
	color: #666666;
}
#content-container {
	width: 870px;
	height: 480px;
	overflow: visible;
	background-color:#FFFFFF;
}
html>body #content-container {
	height: auto;
	min-height: 480px;
}
#content-left {
	width: 160px;
	background-color:#FFFFFF;
}
#content-left-area {
	margin-left: 10px;
	width: 150px;
	overflow: hidden;
}
#content {
	padding: 25px 0;
	width: 545px;
	margin: 0 15px;
	background-color:#FFFFFF;
	font-size: 12px;
}
#content-right {
	padding-top: 5px; 
	width: 135px;
	background-color:#FFFFFF;
}
#foot-container {
	width: 870px;
	height: 50px;
	background-image:url(../pics/footer-bg.gif);
	background-position: right top;
	background-repeat:no-repeat;
	position: relative;
}
#foot-nav {
	position: absolute;
	height: 28px;
	width: 685px;
	padding-right: 170px;
	padding-left: 15px;
	left: 0;
	top: 22px;
	color: #FFFFFF;
	background-color: #CF0032;
	line-height: 28px;
	text-align: right;
}
#foot-copyright {
	position: absolute;
	height: 28px;
	width: 150px;
	left: 720px;
	top: 22px;
	overflow: hidden;
	z-index: 10;
}
