* {
margin:0;
padding:0;
}

body {
background: url(../bilder/bg.jpg);
}

#container {
position:absolute;
top:50%;
left:50%;
background-color:none;
width:819px;
height:622px;
margin-left:-410px;
margin-top:-311px;
}

#header {
position:relative;
width:819px;
height:158px;
background: url(../bilder/bg01.png) no-repeat;
}

#navi {
position:relative;
width:821px;
height:32px;
background: url(../bilder/bg02.png) no-repeat;
}

#main {
position:relative;
width:819px;
height:396px;
background: url(../bilder/bg03.png) no-repeat;
}
#inhaltlinks {
float: left;
position: relative;
width: 369px;
height: 336px;
padding: 30px;
color: #ccc;
text-align:justify;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12pt;
font-weight: normal;
}
#inhaltrechts {
float: right;
position: relative;
width: 300px;
height: 336px;
padding-top: 30px;
margin-right: 60px;
margin-left:30px;
color: #ccc;
text-align: justify;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11pt;
font-weight: normal;
display: inline;
}

#inhaltlinks h1 {
color: #b3d800;
font-size:16pt;
}

#footer {
position:relative;
text-decoration:none;
text-align: center;
width:819px;
height:35px;
background: url(../bilder/bg04.png) no-repeat;
padding-top:12px;
font-size:10pt;
color:#aaa;
}
#footer a {
text-decoration: none;
font-size:10pt;
color:#aaa;
}
#footer a:hover {
color: #aaa;
}

#navi li {
position:relative;
top:0px;
display:inline;
font-family:Helvetica, Arial, Verdana, sans-serif;
}
#navi a:hover {
position: relative;
top: -1px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 75px;
	left: -440px;
	z-index: 1;
}

.hoverbox img
{
	background: #444;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 90px;
	height: 60px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 267px;
}
