﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 840px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 900px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 210px;
	background-color: #e8e8e8;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#content {
	float: right; 
	width: 658px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative 
}
#footer {
	text-align: center;
	clear: both;
	width: 840px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
/* Formatvorlagen für die Navigation */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
}
#sidebar p {
	padding: 10px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	background-color: #f28080;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_menue{
	font-size: medium;
}
.style2 {
	text-decoration: underline;
}
.styleUeberschrift{
	font-size: large ;
	font-weight: bold; 
}
.styleSparte{
text-decoration: underline ;font-weight: bold; page-break-after: avoid 
}
.styleBeschreibung{
text-decoration: inherit ;font-weight: normal ;page-break-before: avoid 
}}
.styleBeschreibungU{
text-decoration: underline  ;font-weight: normal
}
.styleKleinKursiv{
	font-size: xx-small;
	font-style: italic 	
}
.styleMKleinKursiv{
	font-size:x-small ;
	font-style: italic 	
}

