﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #EDECF1;
	font-family: "Verdana";

	padding: 0px;
	font-size: 0.85em;
}
#container {
	width: 945px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_02.gif");
}
#masthead {
	background-color: #FE0000;
	text-align:center;
	width: 925px;
	height: 180px;
	border-top: 2px solid #FF9900;
	border-bottom:  2px solid #FF9900;
}
#navigation {
	background-color:#FE0000;
	border-top: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	overflow: hidden;
}
#column_l {
	width: 895px;
	margin: 10px;
	padding: 0 15px;
	background-color: #fff;
	text-align: center;
}
#footer {
	width: 925px;
	margin: 0px 10px;
	text-align: center;
	background-color:  #FE0000;
	border-top: 2px solid #FF9900;
	border-bottom:  2px solid #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: center; 
}
#masthead p {
	font-size: 11px;
	color: #FE0000;#fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 925px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FF000;#FFFF00;#FF9900;#c9c9c9;
}
#navigation a:hover {
	color: #FE0000;#000;
	text-decoration: none;
	border: 1px solid #FF9900;#a9a9a9;
	background-color: #FFFFFF;#a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #0033CC;#036;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;#808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}