﻿@import url("layout.css");



body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
A:link {
	FONT-WEIGHT: bold; COLOR: #1E28AA; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #1E28AA; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; COLOR: #1E28AA; TEXT-DECORATION: underline
}
A:active {
	FONT-WEIGHT: bold; COLOR: #1E28AA; TEXT-DECORATION: underline
}
A:unknown {
	FONT-WEIGHT: bold; COLOR: #1E28AA; TEXT-DECORATION: underline
}
#container {
	width: 790px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#bildunterschrift {
	font-size: 0.9em;
	font-style: italic;
}
#masthead {
	width: 770px;
	height: 98px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #bde;
	background: url(../images/masthead.gif);
}
#content {
	float: left;
	width: 588px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 770px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#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 {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#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;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 7px;
	border-bottom: 1px solid #f2f2f2;
	width: 138px;
}
#sidebar a#current {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}



/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}