@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #606;
	margin-top:5px;
}
#logo {
	position: relative;
	left: 40px;
	top: 0px;
	display: block;
	float: left;
}
a {color:#606;}
#headertxt {
	position: relative;
	float: left;
	color: #F90;
	left: 100px;
	top: 5px;
}
#headertxt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height:1.2em;
	margin: 0px;
	color:#F90;
}
#headertxt p.kontakt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 10px;
}
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(../images/head-bg.gif);
	background-repeat: repeat-x;
/*	background-color: #bdbbb8;
*/
	background-color: #000;
}
#head-bg {
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#content {
	position: relative;
	left: 220px;
	top: 0px;
	width: 550px;
}
#head {
	width: 900px;
	text-align: left;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-image: url(../bilder/malergutt-topp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	min-height:300px;
	padding: 0 10px 10px 10px;
	text-align: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#menu {
	width: 300px;
}
td#menu ul {margin: 10px 0 0 0; padding:0 10px 0 0; }
td#menu ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 6px;
	background-color:#dfdfdf;
	margin-bottom:2px;
	}
td#menu ul li a {color:#000; text-decoration:none;}
td#menu ul li a:hover {color:#000;}
td#menu li:hover {background-color:#F90;}
td#menu ul li ol {font-size:10px; color:#333; margin:0; padding:0} 
img {border:none;}
#head_slides{
	border:none;
	width:590px;
	overflow:hidden;
	float: none;

}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align:left;
	padding: 10px 0 0 0;
	overflow: hidden;
}
h2 {
	margin-bottom: 0.5em;
	margin-top: 1em;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 1.3em;
}
ul, ol { margin-left:1.5em; padding-left:0px; margin-bottom:1em; }

ol  li {
	list-style-position: outside;
	margin-bottom:10px;
	top: 0px;
	left: 0px;
	line-height:normal;
	color:#333;
	_color:#FFF; /* show to IE */
}
ul  li {
	list-style-position: outside;
	margin-bottom:10px;
	top: 0px;
	left: 0px;
	line-height:normal;
	color:#333;
	_color:#FFF; /* show to IE */
}
h3 {
	margin-bottom: 0.1em;
	margin-top: 1.5em;
}

