@charset "utf-8";
/* CSS Document */
html, body {
    margin:0;
    padding:0;
    height:100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:8pt;
}
a {
  	text-decoration: none;
	}
/* Rolleiste im FF erzwingen */
html {
    margin-bottom:1px;
}
body {
    background-color:#000000;
}
div#container {
    width:1000px;
    min-height:100%;
    height:auto !important; /* W3C */
    height:100%; /* IE6 */
    position:relative;
    margin:0 auto;
    background-color:#000000;
    color:#FFFFFF;
}
.startnavi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight:bold;
	color:#e5d291;
	text-transform: uppercase;
	padding-top:20px;
	}
div#header {
    width:100%;
    height:75px;
    position:relative;
	background:transparent url(img/index_top.jpg) top left no-repeat;
    margin:0 auto;
    color:white;
}
div#content {
    width:100%;
    position:relative;
}
div#flashcontent {
	width:100%;
	height:282px;
	background:transparent url(img/index_middle.jpg) top left no-repeat;
	text-align:center
	}
div#maincontent {
	width:100%;
	height:502px;
	background:transparent url(img/index_middle2.jpg) top left no-repeat;
	text-align:center;
	}
div#footer {
    /* width:100% nicht width:960px, sonst Prob beim Resize in IE7 */
    width:100%;
    height:43px;
	background:transparent url(img/index_bottom.jpg) top left no-repeat;
  	/* wg. body margin-bottom */
    clear:both;
}
	
