@media screen
{

* {
    margin: 0;
    padding: 0;
	 border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
       	scrollbar-base-color: #FFFFFF; 
       	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 
      	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF; 
       	scrollbar-track-color: #FFFFFF;	
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 100.00%;
	background-color: #fff;
	background-image: url(pictures/hg-body.jpg);
	background-position: center top;
	background-repeat: repeat;
}

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: #000;
	 font-weight: bold;
}

a:hover {
    text-decoration: none;
	 color: #000;
	 font-weight: bold;
}


#wrapper {
	margin: 0 auto;
	width: 990px;
}

#head {
	float: right;
	width: 990px;
}

#main {
	float: left;
	width: 990px;
	background-color: #fff;
	background-image: url(pictures/hg-main.jpg);
	background-position: 0 -176px;
	background-repeat: repeat-y;
}

#navi {
	float: left;
	width: 200px;
	padding-top: 0;
	background-color: #2b7d23;
	text-align: left;
	background-image: url(pictures/hg-navi.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#navi ul {
	margin: 3.0em 0;
	background-color: #2b7d23;
}

#navi ul li {
	list-style: none;
	font-size: 0.85em;
	background-color: #2b7d23;
	background-image: url(pictures/hg-navi-li.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#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;
}

#Start #sta,
#Kontakt #kon, #Kontakt #konimp,
#KontaktDis #kon, #KontaktDis #kondis
{
	color: #000;
	background-color: transparent;
	background-image: url(pictures/hg-navi-li2.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#content {
	float: left;
	padding: 1.5em 0 2.0em 4.0em;
	width: 650px;
	text-align: left;
	background-image: url(pictures/hg-content.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#content h1 {
	padding: 0.5em 0 1.5em 0;
	font-size: 1.2em;
}

#content h2, h3, h4, h5, h6 {
	padding: 0.25em 0;
	font-size: 0.7em;
}

#content p {
	padding-bottom: 0.7em;
	line-height: 1.3em;
	font-size: 0.85em;
}

#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.7em;
	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.7em;
}

#foot {
	clear: left;
	width: 990px;
	padding: 0.5em 0;
	background-color: #2b7d23;
}

#foot p {
	padding-left: 0.5em;
	font-size: 0.7em;
}

} /* screen ende*/

























/* print anfang*/
@media print
{



}
