html, body {
	height: 100%;
	min-height: 100%;
	font-size: 14px;
	font-family: Verdana, Arial;
	/*font-family: 'Istok Web';*/
	color:#000000;
	padding:0px;
	margin:0px;
	
	background-color: #EAEAEA;
}

#redirect {
	height: 300px;
	width: 600px;
	
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	
	margin: -150px 0px 0px -300px;
	padding: 20px;
	
	border: 1px solid #888888;
	background-color: #FFFFFF;
	
	text-align: center;
}

#relogo {
	height: 120px;
	width: 97px;
	
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	
	margin: -130px 0px 0px -280px;
	
	background-image: url(../images/logo_transparent.png);
}

/*FARBEN*/
/*cc3333 cc0033 e00000*/

a {color: #000000; font-weight: bold; text-decoration: none;}
a:visited {color:#000000;}
a:hover {color: #cc0033;}
a:active { color:#000000;}

h1{color: #cc0033; margin-bottom: -10px;}
h2{color: #000000;}
h3{color: #000000; font-size: 12px;}

.date { font-size: 10px; font-weight:bold; font-style: italic; color: #888888; }

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 166px;
	height: 193px;
	
	background-image: url(../images/logo.png);
}

#ads {
	position: absolute;
	top: 8px;
	right: 8px;
	
	width: 479px;
	height: 80px;
	
	padding: 0px;
	margin: 0px;
	
	border: 2px solid black;
}

#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#header {
	height: 100px;
	width: 100%;
	background-color: #cc0033;
	background-image: url(../images/header_slide.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#nav {
	height: 30px;
	width: 100%;
	background-color: #000;
	background-image: url(../images/nav_slide.png);
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
}

#middle {
	min-height: 600px;
	
	background-color: #000000;
}

#premiums {
position: absolute;
width: 150px;

margin: 0px;
margin-left: 5px;
margin-top: 70px;
padding: 0px;
}

#pools {
	background-color: #EAEAEA;
	border-top: 1px solid;
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;line-height:40px;vertical-align:middle;
	
	z-index: 500;
}

#side {
	float: left;
}

#content {
	min-height: 600px;
	margin-left: 166px;

	background-color: #FFFFFF;
}

#text {
	width: 80%;
	
	padding: 50px;
	padding-top:30px;
	padding-bottom: 100px;
}

#line {
	clear: left;
	height: 10px;
	width:100%;
	background-color: #000;
}

#footer {
	height: 20px;
	width: 100%;
	background-image: url(../images/footer_slide.png);
	background-color: #cc0033;
	padding: 0px;
}

#footer div {
color: #FFFFFF; font-weight:bold; text-align: right; float: right; line-height:20px; vertical-align:middle;
padding-right: 10px;
}

#footer div a {
	color: #FFFFFF;
}
#footer div a:hover {
	color: #000000;
}
