﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*overflow: scroll;*/
	font-size: 0.8em;
	color: #000;
	background-color: #808080;
	background: url('Hingergrund_blau.gif');
	background-repeat: repeat;
}
#container {
	width: 1050px;
/*	width: auto;
	height: auto;
	left: 0px;*/
	margin: 0 auto; 
	background-color: #cdf;
}
#masthead {
	text-align: left;
	width: 1050px; /*	width: auto; */;
	overflow: auto;
	background-color: #6677BB;
}
#sidebar {
	float: left;
	width: 160px;
	Z-INDEX: 2; /*gerlinde Problem mit der Sidebar im IE6 gelöst - menue nicht angezeigt*/;
	background-color: #cdf;
	/*position: relative;*/
	clear: both;
}
#content {
	width: inherit;
	padding: 10px;
	Z-INDEX: 1; /*gerlinde Problem mit der Sidebar im IE6 gelöst - menue nicht angezeigt*/;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
}
#content img {
	display: block;
	position: relative;   /*gerlinde Problem dass Bilder nicht im IE6 nicht zeigen gelöst */
}
#footer {
	clear: both;
	width: auto;
	background-color: #6677BB;
	padding: 0px;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}

#sidebar b {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-size: x-small;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	border-right: 0;
	border-left: 0;
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#navigation {
	background-color: #FF9966 ;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: smaller;
	margin: 0 0px;
	padding: 5px;
	display: block;
	border-left: 1px solid #DCDBE0;
	border-right: 1px solid #DCDBE0;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #069;
}

