@import url("layout.css");
@import url("../sbx/slimbox.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	color: #000;
	background-color: #abc;
	background-image: url('../images/striback.gif');
}
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01_900.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 870px;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 4px;
	margin-left: 16px;
	overflow: auto;
	background-color: #689;
	border-bottom: 100% #689 solid;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 16px;
	display: inline;
}
#content {
	float: right;
	width: 675px;
	margin-top: 0;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom: 4px;
	padding: 10px;
	background-color: #fff;
	background-image: url('../images/bkgnd.jpg');
	position: relative;
	border-bottom: 100% gray solid;
}
#footer {
	text-align: center;
	clear: both;
	width: 870px;
	margin-top: 4px;
	margin-right: 18px;
	margin-left: 16px;
	padding: 0;
	overflow: auto;
	background-color: #689;
	border-top: 100% solid gray;
}
#Kopftop {
	background:gray;
	background-image:url('../images/kante_900.gif');
	height: 5px;
}
#Fussunten {
	background:gray;
	background-image:url('../images/kante_900.gif');
	height: 5px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11pt;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen fuer die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 12pt;
	line-height: 16pt;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #003399;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

#content a {
	color: #446699;
	text-decoration: none;
}

#content a:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px maroon solid;
	border-top: 1px maroon solid;
	background-color: #FFFFCC;
}

#nullo a {
	background-color: #d3d3d3;
	text-decoration: none;
	border: 0px; 
}
#nullo a:hover {
	background-color: #d3d3d3;
	text-decoration: none;
	border: 0px; 
}
/* Formatvorlagen fuer Fusszeile */
#footer p {
	font-size: 9pt;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-size: 18pt;
	color: #003366;
	text-align: left;
}
h2 {
	font-size: 16pt;
	color: #469;
}
h3 {
	font-size: 14pt;
	color: #469;
}
h4 {
	font-size: 12pt;
	color: #469;
}
h5 {
	font-size: 11pt;
	color: #469;
}
h6 {
	font-size: 9pt;
	color: #469;
}
p {
	font-size: 11pt;
}

