@charset "UTF-8";
/* CSS Document for f1:cms website styles */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272727;
	line-height: 18px;
}
body {
	margin: 0px;
	background-image: url(../media/__site/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #bebebe;
}
img {
	border: 0px;
}
a:link {
	color: #c50200;
	text-decoration: underline;
}
a:visited { color: #c50200;
	text-decoration: underline;
}
a:hover { color: #c50200;
	text-decoration: underline;
}
a:active { color: #c50200;
	text-decoration: underline;
}
#site {
	width: 830px;
	background-image: url(../media/__site/site_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #bebebe;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
#page {
	width: 750px;
	background-color: #ffffff;
	height: auto;
	float: left;
	overflow:hidden;
}
#leftSite {
	float: left;
	height: auto;
	width: 40px;
}
#rightSite {
	float: left;
	height: auto;
	width: 40px;
}
#navigation {
	font-size:12px;
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.navigation a:hover {
	color: #d70039;
	text-decoration: none;
} 
.navigation a.active {
	text-decoration: none;
}
.navigation .selected {
	color: #d70039;
	text-decoration: none;
}
.navigationSeparator {
	font-size: 16px;
	color: #a0a0a0;
}
.subnavigation a {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.subnavigation a:hover {
	color: #d70039;
	text-decoration: none;
} 
.subnavigation a.active {
	text-decoration: none;
}
.subnavigation .selected {
	font-size: 10px;
	color: #d70039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#contentContainer {
	display: inline-block;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0px;
	width:auto;
	height:auto;
}
#contentLeft{
	float: left;
	width: 220px;
	height:auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentCenter{
	float: left;
	width: 237px;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentRight{
	float: left;
	width: 237px;
	height:auto;
	margin-left:16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentHead {
	width: 490px;
	height: auto;
	float: right;
	margin-right: 40px;
}
#content490{
	float: left;
	width: 490px;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentBox{
	clear: both;
}
.presseBox{
	background-color:#FFFFFF;
	padding: 7px 0px;
	clear: both;
}
#contentBoxGrey{
	clear: both;
	background-color: #f2f2f2;
	margin-top:7px;
	margin-bottom:7px;
	overflow:hidden;
}
.innerSpace{
	padding:7px 7px;
}
#pageBack {
	background-image: url(../media/__site/trenner_v.png);
	float: right;
	margin-right:40px;
	background-repeat: repeat-y;
	background-position: center top;
}
.picture {
	margin: 7px;
	float: left;
}
.presspicture {
	margin-right:7px;
	margin-top:7px;
	margin-bottom:7px;
	float: left;
}
.formwidth{
	width:200px;
}
#footer{
	width:710px;
	height:auto;
	clear: both;
	text-align: right;
	padding-right:40px;
}
.lan{
	margin-top:20px;
	text-align: center;
	height: 310px;
	width: 40px;	
}
#browse{
	background-color:#FFFFFF;
}
#end{
	background-image: url(../media/__site/page_end.png);
	clear:both;
	height: 3px;
	width: 750px;
}
/* Headlines & Font replacement */

h1{
	background-image: url(../media/__site/headline_back.png);
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 7px;
	padding-top:2px;
}
h2{
	color: #d70039;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 6px;
}
h3{
	width:100%;
	height:17px;
	overflow:hidden;
	color: #d70039;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin:0px;
}
h4{
	color: #000000;
	font-weight:normal;
	font-family: , Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:5px;
}