@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/gradient_index.png) center top repeat-x #171a30;

}
#wrapper{
	background:url(../images/home_background.png) center top no-repeat;
	
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
}

p a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}
.keeping_it_low{
	clear:both;
}

#wrapper_middle{
	margin: 0px auto;
	padding:500px 265px 200px;
	background:url(../images/home_background.png) center top no-repeat #171a30;
	width:300px;
	overflow:hidden;
}

#kies_links, #kies_rechts{
	height:40px;
	width:120px;

}
#kies_links a, #kies_rechts a{
	height:40px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
	display:block;
	border:2px solid #444444;
}

#kies_links{
	float:left;
}

#kies_rechts{
	float:right;
}


#hifi_button a{
	height:40px;
	display:block;
	background:url(../images/hifi_switch_normal.png) no-repeat;
	_background-image:url(../images/hifi_switch_normal.gif);

}

#hifi_button a:hover{
	background-position:-113px 0px;
}

/*FOOTER

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	padding-top:8px;
	height: 34px; /* .push must be the same height as .footer */
}
#footer{
	background:url(../images/footer2.png) no-repeat;
	_background-image:url(../images/footer.gif);
	width: 880px;
	margin: 0px auto;
	text-align:center;
}
#footer p{
	font-size:12px;
}
#push{
	clear:both;
}
.grizzly{
	margin-top: 3px;
}
.grizzly a{
	color: #fff;
	font-size: 11px;
	font-family: Arial;
}
.grizzly a:hover{
	text-decoration: underline;
}
