@media screen
{

* {
    margin: 0;
    padding: 0;
	 border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 100.05%;
	background-color: #999;
	background-image: url(pictures/hg-body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

img {
    border:0;
}

.text {
	float: left;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.7em;
}

a:link, a:visited, a:active {
    text-decoration: none;
	 color: #036;
	 font-weight: bold;
}

a:hover {
    text-decoration: none;
	 color: #000;
	 font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	width: 52.75em;
	background-color: transparent;
	/* border: solid 0.25em #fff; */
}

#head {
	float: left;
	width: 52.75em;
	height: auto;
	background-color: #666;
}

#main {
	float: left;
	width: 52.75em;
	background-color: #fff;
	background-image: url(pictures/hg-main.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	border-top: solid 1px #fff;
}

#navi {
	float: left;
	width: 14.0em;
	padding-top: /*3.5em*/ 0;
	text-align: left;
	background-color: #036;
}

#navi ul {
	background-color: #fff;
	border-top: solid  1px #999;	
	background-image: url(pictures/hg-navi.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

#navi ul li {
	list-style: none;
	font-size: 0.75em;
}

#navi ul li ul {
	background-color: transparent;
}

#navi ul li ul li {
	padding-left: 1.0em;
	font-size: 1.0em;
	background-image: url(pictures/pfeil.jpg);
	background-position: 1.75em 1.0em;
	background-repeat: no-repeat;
}

#navi a {
	display: block;
	margin-bottom: 0.05em;
	padding: 0.5em 0 0.35em 1.75em;
	font-weight: bold;
	background-color: transparent;
}

#Start #sta,
#Leistungen #lei, #Leistungen #leitra,
#LeistungenFuh #lei, #LeistungenFuh #leifuh,
#LeistungenLag #lei, #LeistungenLag #leilag,
#Kontakt #kon, #Kontakt #konimp,
#KontaktAnf #kon, #KontaktAnf #konanf,
#KontaktDis #kon, #KontaktDis #kondis
{
	color: #000;
	background-color: transparent;
}

#content {
	float: left;
	padding: 1.5em 0 2.0em 2.0em;
	width: 32.0em;
	text-align: left;
}

#content h1 {
	padding: 0.5em 0 0.75em 0;
	font-size: 1.0em;
}

#content h2, h3, h4, h5, h6 {
	padding: 0.25em 0;
	font-size: 0.8em;
}

#content p {
	padding-bottom: 0.7em;
	line-height: 1.4em;
	font-size: 0.8em;
}

#content p.img-left {
	float: left;
	margin: 0 0.75em 0.5em 0;
}

#content ul {
	padding-bottom: 0.7em;
}

#content ul li {
	padding-bottom: 7px;
	margin-left: 1.25em;
	font-size: 0.8em;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.4em;
}

#content ul li ul {
	padding-bottom: 0;
}

#content ul li ul li {
	padding-bottom: 0.25em;
	margin-left: 15px;
	font-size: 1.0em;
	list-style: circle;
}

#content table {
	font-size: 0.8em;
}

#foot {
	clear: left;
	width: 52.75em;
	padding: 0.5em 0;
	text-align: left;
	background-color: #666;
	background-image: url(pictures/hg-navi1.jpg);
	background-position: 0 -1px;
	background-repeat: repeat;
	color: #fff;
	border-top: solid 1px #fff;
}

#foot p {
	padding-left: 0.5em;
	font-size: 0.7em;
}

} /* screen ende*/











































































































































































































/* print anfang*/
@media print
{

* {
    margin: 0;
    padding: 0;
	 border: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #fff;
	color: #000;
}

img {
    display: none;
}

.text {
	float: left;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.7em;
}

a:link, a:visited, a:active {
    text-decoration: none;
	 color: #000;
	 font-weight: normal ;
}

a:hover {
    text-decoration: none;
	 color: #000;
	 font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
}

#head {
	display: none;
}

#main {
	width: 100%;
	border-top: solid 0 #fff;
}

#navi {
	display: none;
}

#content {
	padding: 0;
	width: 100%;
	text-align: left;
}

#content h1 {
	padding: 0.5em 0 0.75em 0;
}

#content h2, h3, h4, h5, h6 {
	padding: 0.25em 0;
	font-size: 10pt;
}

#content p {
	padding-bottom: 0.7em;
	line-height: 120%;
}

#content p.img-left {
	display: none;
}

#content ul {
	padding-bottom: 0.7em;
}

#content ul li {
	padding-bottom: 7px;
	margin-left: 1.25em;
	list-style-type: square;
	list-style-position: outside;
	line-height: 120%;
}

#content ul li ul {
	padding-bottom: 0;
}

#content ul li ul li {
	padding-bottom: 0.25em;
	margin-left: 15px;
	list-style: circle;
}

#foot {
	display: none;
}
}