/* CSS Document */

body, html {
	margin:0; height:100%; /* Da IE min-height nicht kennt */
	min-height:100%; /* F�r andere Browser */
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	color: #999999;
}

h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #99CCCC;
	padding: 3px;
}

a {
   text-decoration: none;
}

a:link {
   color: #999999;
}

a:visited {
   color: #999999;
}

a:active {
   color: #999999;
}

a:hover {
   color: #99CCCC;
   text-decoration: underline;
}

a img {
	border: 0 none;
	text-decoration: none;
	height: 40%;
	width: 100%;
}

.wrapper {
	min-height:100%;
	height:auto; /* F�r normale Browser */
	height:100%; /* F�r IE */
	width:100%;
	position:absolute;
}

.white {
	height: 40%;
	width: 100%;
	text-align: center;
}

.black {
	height: 40%;
	width: 100%;
	text-align: center;
	background-color: black;
}

.middle {
	height: 20%;
	width: 100%;
	text-align: center;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-color: black;
}

#zentr_img_white {
  position:relative;
  top:60%;
  width:454px;
  height:200px;
  margin-top:-100px;
}

#zentr_img_black {
  position:relative;
  top:60%;
  width:454px;
  height:200px;
  margin-top:-150px;
}

