* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#fff;
	line-height:1.3em;
	background-image:url(../Grafiken/hintergrund.jpg);
}

h1, h2, h3 {
	margin-left:-2px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	line-height:1.0em;
	font-size:20pt;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	line-height:1.0em;
	font-size:16pt;
	text-align: center;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	line-height:1.0em;
	font-size:13pt;
}	

li {
	list-style:none;
}

a {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	margin-top:10px;
	margin-left:15px;
	width: 880px;
}

#header {
	background-image:url(../Grafiken/habig_900.png);
	background-repeat:no-repeat;
	background-position:center;
	width:880px;
	padding-bottom: 35px;
	height:130px;
}

#menu {
	font:13pt "Times New Roman", Times, serif;
	position:relative;
	width:145px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #808080;
	height:581px;
	-moz-border-radius:10px;
 	-khtml-border-radius:30px;
}

.menulitem{
	float:left;
	color:#000;
	font:13pt "Times New Roman", Times, serif;
	text-decoration:none;
	width:140px;
    z-index:1;
	padding-right: 15px;
	line-height:1.0;
}

.menulitem a {
	display:block;
	text-decoration:none;
	color:#000000;
	font: 13pt "Times New Roman", Times, serif;
	padding:4px 2px;
}

.menulitem a:visited {
	color: #000;
	font: 13pt "Times New Roman", Times, serif;
	text-decoration:none;
}

#menu2 {
	position:absolute;
	top:30px;
	left:100px;
	width:145px;
	display:none;
	border: 1px solid #808080;
	color:#ffffff;
	font: 13pt "Times New Roman", Times, serif;
	text-decoration: none;
	z-index:2;
	background-color:#f0f0f0;
	line-height:1.0;
	padding:5px;
	-moz-border-radius:10px;
 	-khtml-border-radius:30px;
}

#menu a:visited {
	font-size:13pt;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:none;
}

div.menulitem a:hover {
	background: #992017;
	color: #ffffff;
}

div.menulitem:hover #menu2 {
	display:block;
}

#content {
	float:right;	
	background-color:#FFF;
	width:690px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	height:571px;
	border:1px solid #808080;
	background-image:url(../Grafiken/hintergrund1.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	-moz-border-radius:10px;
 	-khtml-border-radius:30px;
}


.footer {
	clear:both;
	width:920px;
	background-image:url(../Grafiken/pinselspur.png);
	background-repeat:no-repeat;
	height:19px;
	padding-left:10px;
	line-height:1.1em;
}

.footer a {
	font-family:"Courier New", Courier, monospace;
	color:#000;
	font-size:11pt;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

#pinsel {
	position:absolute;
    top:425px;
	left:910px;
}

#iso {
	position:absolute;
	top:48px;
	left:50px;
}

#malerbetrieb {
	position:absolute;
	top:140px;
	left:660px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

