/* CSS Style für mbf Template */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Seitenoptik
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body {
	overflow-y: scroll;
	background-color: #6F97B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0em;
	padding-top: 20px;
	padding-left: auto;
	padding-right: auto;
}

#masterFrame {
	width: 870px;
	min-height: 800px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

h1 {font-size: 1.250em; color:#000000; font-weight:900;}
h2 {font-size: 1.125em; color:#000000; font-weight:900;}
h3 {font-size: 1.0em; color:#000000; font-weight:900;}
h4 {font-size: 0.875em; color:#000000; font-weight:900;}
h5 {font-size: 0.750em; color:#000000;}
h6 {font-size: 0.625em; color:#000000;}

p {
	font-size: 1em;
	color:#000000;
	font-weight:100;
	text-decoration: none;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bereich Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

header #header_bild {
	height: 170px;
	width: 870px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

header img#mbf_logo {
	position: absolute;
	margin-left: 20px;
	margin-top: -140px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 2;
}

header #schriftzug {
	background-image: url(../images/schriftzug_modellbaufreunde_volkach.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 870px;
	background-position: bottom;
}

header #schriftzug img {
margin: 7px 0px 3px 5px;}

#main {
	height: auto;
	width: 800px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bereich Navigation und die Module wie 
Mainbereich und Linke Seite  sind separate CSS Dateien
============================================================
style_navi.css, styl_module.css 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bereich Fusszeile
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

footer {
	background-color: #6F97B4;
	font-size: 0.925em;
	font-style: normal;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: auto;
	padding-right: auto;
	display: block;
	line-height: 1.875em;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #FFFFFF;
}

