@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.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
}
img {
	border: 0px;
}
a:link {
	color: #a3c000;
	text-decoration: underline;
}
a:visited { color: #a3c000;
	text-decoration: underline;
}
a:hover { color: #a3c000;
	text-decoration: underline;
}
a:active { color: #a3c000;
	text-decoration: underline;
}
#site {
	width: 900px;
	margin: 0px auto;
}
#page2 {
	width: 900px;
	float: left;
	margin: 0px;
	background-image: url(../media/__site/back_2spaltig.png);
}
#page3 {
	width: 900px;
	float: left;
	margin: 0px;
	background-image: url(../media/__site/back_3spaltig.png);
}
#head {
	background-image: url(../media/__site/mmmc_logo.png);
	height: 85px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
#navigation {
	height: 35px;
	background-color: #757575;
	padding-left:50px;
	padding-right:50px;
	padding-top:12px;
	margin-bottom: 40px;
}
.navigation a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
} 
.navigation a.active {
	text-decoration: underline;
}
.navigationSelected {
	font-size: 16px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.navigationSeparator {
	font-size: 16px;
	color: #a0a0a0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.subnavigation a {
	font-size: 12px;
	color: #757575;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.subnavigation a:hover {
	text-decoration: underline;
} 
.subnavigation a.active {
	text-decoration: underline;
}
.subnavigation .selected {
	font-size: 12px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
#contentContainer {
	display: inline-block;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#contentLeft{
	float: left;
	width: 240px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	overflow: hidden;
}
#contentCenter{
	float: left;
	width: 240px;
	margin-right: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	overflow: hidden;
}
#contentRight{
	float: left;
	width: 240px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	overflow: hidden;
}
#content520{
	float: left;
	width: 520px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentBox{
	clear: both;
}
#contentGreen{
	background-color: #d0e0e0;
	padding: 10px;
}
.date{
	font-size: 11px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}
.picture {
	margin-top: 6px;
	margin-bottom: 7px;
	margin-right: 20px;
	float: left;
}
#singlePicture {
	margin-top: 6px;
	margin-bottom: 7px;
}
#browse{
	margin-top: 20px;
}
#footer{
	clear: both;
	margin: 0px 50px;
	background:#ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 10px 0px;
}

/* Headlines & Font replacement */

h1{
	color: #a3c000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 4px;
}
.sIFR-active h1 {
	visibility: hidden;
	line-height: 1em;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.italic{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.sIFR-active .italic {
	visibility: hidden;
	line-height: 1em;
	font-size: 12px;
}

/* Navigation */

.sIFR-active #navigation{
	padding-left:50px;
	padding-right:50px;
	padding-top:8px;
}
.sIFR-active .navigation{
	visibility: hidden;
	line-height: 1em;
	font-size: 16px;
	letter-spacing: 3px;
}
.sIFR-active .navigationSeparator {
	font-size: 16px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sIFR-active .subnavigation{
	visibility: hidden;
	line-height: 1em;
	font-size: 12px;
	letter-spacing: 0px;
}