﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.95em;
	color: #000;
	background-color: #fff;
}
#container {
	width: 820px;
	margin: 0 auto;
/*	background-image: url("../images/msfp_smbus2_01.gif"); */
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 820px;
	height:169px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
/*	background-color: #bde; */
    background-image: url("../images/trailer.jpg");
}
#sidebar {
	float: left;
	width: 224px;
	height: 470px;
	background-color: #d3d3d3;
/*	background-image: url("../images/navibg.jpg"); */
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 576px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
	background-color: #fff;
	position: relative;
}
#claer1 {
	float: left;
	width: 5px;
	height: 10px;
	background-image: url("../images/claer.gif");	
	position: relative;
}
#claer2 {
	float: left;
	width: 255px;
	height: 10px;
	background-image: url("../images/claer.gif");	
	position: relative;
}

#footer {
	text-align: center;
	clear: both;
	width: 820px;
	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: center;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 90%;
	display: block;
	margin: 5px;
	padding: 5px;
}
#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: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2; 
	background-color: #f2f2f2;
}
#titel1 {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	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;
}