﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
/*	background-color: #abc;*/
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00559C;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bolder;
	color: #00559C;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #00559C;
}
h3 {
	color: #00559C;
}
h2 {
	color: #00559C;
}
h1 {
	color: #00559C;
}
#container {
	width: 896px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 876px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #2B972D;
	color: white;	
}
#masttable{
	width: 711px;
}
#sidebar {
	float: left;
	width: 145px;
	background-color: #D7E5CB;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	color: #00559C;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	float: right;
	width: 711px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	font-size: 0.9em;
}
#footer {
/*	text-align: center;*/
	clear: both;
	width: 876px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #00559C;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for 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: #00559C;
	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;
}
/* Styles for Footer */
#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;
}
/* Styles for table participants */
#tableparticipants a {
	color: #fff;
	text-decoration: underline;
}
#tableparticipants {
	color: #fff;
	text-decoration: none;
}
#tableparticipants a:link {
	color: #fff;
	text-decoration: underline;
}
#tableparticipants a:hover {
	color: #fff;
	text-decoration: none;
}
#tableparticipants a:visited {
	color: #fff;
	text-decoration: none;
}

/* Styles for newsbox on homepage */
.newsbox
{
	width: 100%;
	BORDER-RIGHT: #d7e5cb 1px solid; 
	BORDER-TOP: #d7e5cb 1px solid; 
	BORDER-LEFT: #d7e5cb 1px solid; 
	BORDER-BOTTOM: #d7e5cb 1px solid;
}
.newsbox .kop
{
	PADDING-LEFT: 10px; 
	padding-top: 4px; 
	padding-bottom: 5px;
	FONT-WEIGHT: bold; 
/*	FONT-SIZE: 0.9em; */
	COLOR: #009900; 
	BORDER-BOTTOM: #ccd6e0 1px solid; 
	BACKGROUND-COLOR: #ebeef0;
}
.newsbox .kop a
{
	COLOR: #009900; 
	text-decoration: none;
}
.newsbox .kop a:hover
{
	text-decoration: underline;
}
.newsbox .datum
{
	PADDING-LEFT: 10px; 
	padding-top: 7px; 
	FONT-SIZE: 0.8em; 
	FONT-WEIGHT: bold;
	COLOR: #009900; 
}
.newsbox .titel
{
	padding-left:15px;
	padding-top: 0px; 
	padding-bottom: 2px;
	FONT-SIZE: 0.95em;
	COLOR: #003366; 
}
.newsbox .titel a
{
	COLOR: #003366; 
	text-decoration: none;
}

