/* CSS Document */

body {
        background-color:#003300;
	font-family:Times New Roman, Times, serif;
        font-size:22px;
        font-weight:bold;
	font-style:italic;
        color:#006633;
        }

div,p,img {
	border:0px;
        }
div.haupt {
	position:relative;
	width:750px;
	background-image:url(hg_inhalt.jpg);
	z-index:1;
        }
div.kopf {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:100px;
}
div.bildleiste {
	position:absolute;
	left:0px;
	top:100px;
	width:750px;
	height:310px;
	background-image:url(hg_bildleiste.jpg);
}
div.flash1 {
	position:absolute;
	left:389px;
	top:20px;
	width:360px;
	height:270px;
        text-align:center;
}
div.flash2 {
	position:absolute;
	left:9px;
	top:20px;
	width:360px;
	height:270px;
        text-align:center;
}
div.inhalt {
	position:absolute;
	left:0px;
	top:410px;
	width:750px;
        height:120px;
	background-image:url(hg_inhalt.jpg);
}
div.links {
	position:absolute;
	left:389px;
	top:20px;
	width:350px;
        height:100px;
	z-index:2;
	text-align:center;

}
div.rechts {
	position:absolute;
	left:19px;
	top:20px;
	width:350px;
	z-index:3;
	text-align:center;
}
div.unten {
	position:absolute;
        left:0px;
        top:530px;
        height:8px;
}

img.ikopf {
	width:750px;
	height:100px;
}

img.iunten {
	width:750px;
	height:8px;
}

a:link {
        text-decoration:none;
        color:#336600;
}
a:visited {
        text-decoration:none;
        color:#336600;
}
a:active {
        text-decoration:none;
        color:#336600;
}
a:hover {
        text-decoration:none;
        color:#333333;
}