@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 846px;
	margin: 0 auto;
	background-image: url("../images/design/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 828px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 13px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #c5d5e5;
	position: relative;
	clear: both;
	margin-left: 13px;
	display: inline;
}
#content {
	float: left;
	width: 656px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	padding: 10px;
	background-color: #D4D4D4;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 828px;
	margin-right: 7px;
	margin-left: 13px;
	padding: 0;
	overflow: auto;
	background-color: #bde;
}
#content a {
	color: #111188;
	text-decoration: none;
}
#content a:hover {
	color: #FFB90F;
	text-decoration: none;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFF00;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #ffff00;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

