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

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #272727;
	line-height: 15px;
}
body {
	margin: 0px;
	background-image: url(../media/__site/site_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #f0f0f0;
}
img {
	border: 0px;
}
ul{
	padding-left: 14px;
	list-style-position: outside;
}

a:link {
	color: #00825c;
	text-decoration: underline;
}
a:visited { color: #00825c;
	text-decoration: underline;
}
a:hover { color: #bdaa00;
	text-decoration: underline;
}
a:active { color: #00825c;
	text-decoration: underline;
}
#site {
	width: 940px;
	margin: 0px auto;
}
#page {
	width: 800px;
	float: left;
	margin: 0px 40px;
}
#head {
	background-image: url(../media/__site/mmmc_logo.png);
	height: 85px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
#headNavigation {
	float: right;
}
#navigationContainer{
	margin-bottom: 60px;
	vertical-align: top;
}
.mainNavigation a{
	color: #99cdbe;
	font-size: 13px;
	text-decoration: none;
}
.mainNavigation a:hover{
	color: #00825c;
	text-decoration: none;
} 
.mainNavigationSelected{
	color: #00825c;
	font-size: 13px;
	text-decoration: none;
}
.mainNavigationSelected a:visited{
	color: #00825c;
	font-size: 13px;
	text-decoration: none;
}
.navigationSeparator{
	color: #99cdbe;
	font-size: 13px;
	text-decoration: none;
}
.subNavigation {
}
.subNav a{
	color: #99cdbe;
	font-size: 11px;
	text-decoration: none;
}
.subNav a:hover{
	color: #00825c;
	text-decoration: none;
} 
.subNavSel{
	color: #00825c;
	font-size: 11px;
	text-decoration: none;
}
.subNavSel a:visited{
	color: #00825c;
	font-size: 11px;
	text-decoration: none;
}
.subNavSep{
	color: #99cdbe;
	font-size: 11px;
	text-decoration: none;
}
#bigHead{
	width: 360px;
	margin-left: 220px;
	margin-bottom: 20px;
}
#contentContainer {
	text-align: left;
}
#contentLeft{
	float: left;
	width: 180px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentCenter{
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#contentRight{
	float: left;
	width: 180px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	overflow:hidden;
}
#contentGreen{
	background-color: #d0e0e0;
	padding: 10px;
}
#contentBox{
	overflow:hidden;
}
.picture {
	margin-top: 6px;
	margin-bottom: 7px;
	margin-right: 7px;
	float: left;
}
#singlePicture {
	margin-top: 6px;
	margin-bottom: 7px;
}
.bulletlist td{
	vertical-align: top;
}
.bullet{
	margin-right: 10px;
}
#browse{
	margin-top: 20px;
}
#footer{
	clear: both;
	text-align: right;
	margin-bottom: 30px;
}

/* Headlines & Font replacement */

.bigHead{
	font-size: 22px;
	color: #00825c;
	line-height: 30px;
	font-weight: normal;
}
.sIFR-active .bigHead {
	visibility: hidden;
	line-height: 1em;
	font-size: 22px;
}
.headline{
	color: #00825c;
	font-weight: bold;
	margin-bottom: 2px;
}
.sIFR-active .headline{
	visibility: hidden;
	line-height: 1em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
}

/* Navigation */

.sIFR-active .mainNavigation {
	visibility: hidden;
	line-height: 1em;
	font-size: 14px;
	letter-spacing: 2px;
}

.sIFR-active .mainNavigationSelected {
	visibility: hidden;
	line-height: 1em;
	font-size: 14px;
	letter-spacing: 3px;
}
.sIFR-active .navigationSeparator {
	visibility: hidden;
	line-height: 1em;
	font-size: 14px;
}
.sIFR-active .subNav {
	visibility: hidden;
	line-height: 1em;
	font-size: 11px;
	letter-spacing: 2px;
}
.sIFR-active .subNavSel {
	visibility: hidden;
	line-height: 1em;
	font-size: 11px;
	letter-spacing: 2px;
}
.sIFR-active .subNavSep {
	visibility: hidden;
	line-height: 1em;
	font-size: 11px;
}
.sIFR-active .copyright {
	visibility: hidden;
	line-height: 1em;
	font-size: 11px;
}
