﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif; /*overflow: scroll;*/;
	font-size: 0.8em;
	color: #000;
	background-color: #EDEDED;
	background: url('bg_blck.jpg');
	background-repeat: repeat-x;
}
#container {
	width: 900px;
/*	width: auto;
	height: auto;
	left: 0px;*/
	margin: 0 auto; 
	background-color: #cdf;
}
#masthead {
	text-align: left;
	/* width: 900px; 	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: 20px;
	Z-INDEX: 1;		/*gerlinde Problem mit der Sidebar im IE6 gelÃ¶st - menue nicht angezeigt*/;
/**/	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: auto;
	background-color: #6677BB;
	padding: 0px;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
div#mastheadLogo {
	float: left;
	padding-left: 3pt;
	padding-top: 3pt;
	width: 300px;
}

div#mastheadMain {
	float: left;
	padding-left: 2em;
	padding-top: 2em;
	width:  40%; /*auto;*/
}

div#mastheadAddress {
	float:	left;
	padding-left: 2em;
	padding-right: 4em;
	padding-top: 2em;
	width:  14%; 
}

div#mastheadLower {
	clear:both;
	float:left;
    padding-top: 1em;
    margin:auto;
    text-align:center;
    width: 100%;
}

div#mastheadSeifried, div#mastheadBoeker, div#mastheadHaemmerle {
	width: 33%;
	float:left;
}


#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#page_content {
	clear:both;
}
/* 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: 0px 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;
	padding: 1px 8px 1px 2px;
	display: block;
	border-left: 1px solid #DCDBE0;
	border-right: 0px solid #DCDBE0;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	background-color: #069;
	border-left: 1px solid #DCDBE0;
	border-right: 1px solid #DCDBE0;
}
