@charset "utf-8";



body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(assets/logo_bg.png);
	background-repeat: no-repeat;
}

.kopf {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	background-repeat: no-repeat;
	text-align: center;
}
.koerper {
	text-align: left;
}




.fuss {
	font-size: 0.67em;
	color: #666;
	text-align: center;
}


.banner {
	text-align: center;
	overflow: hidden;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
}

.bannerlink {
	text-decoration: none;
}

.stefan {
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 2em;
}
.tablekoerper {
	text-align: center;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}


.menu {
	vertical-align: top;
	width: 120px;
}

.menustart {
	background-image: url(assets/hh_menu_start_out.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}


.menustart:hover {
}
.menustartset {
	background-image: url(assets/hh_menu_start_over.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}
.menuleist {
	background-image: url(assets/hh_menu_leistungen_out.png);
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.menuleist:hover {
}
.menuleistset {
	background-image: url(assets/hh_menu_leistungen_over.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}


.menubeisp {
	background-image: url(assets/hh_menu_beispiele_out.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}

.menubeisp:hover {
}
.menubeispset {
	background-image: url(assets/hh_menu_beispiele_over.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}



.menukontakt {
	background-image: url(assets/hh_menu_kontakt_out.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}

.menukontakt:hover {
}
.menukontaktset {
	background-image: url(assets/hh_menu_kontakt_over.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}
.menuimpr {
	background-image: url(assets/hh_menu_impressum_out.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}

.menuimpr:hover {
}
.menuimprset {
	background-image: url(assets/hh_menu_impressum_over.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 120px;
	overflow: hidden;
}
