/* DESIGNED BY KEVIN NEUBERT [GASKINDER.DE] */
html, body
{
background-image:url(../img/bg.png);
background-color: #99ccff;
}
body {
 width: auto;
 margin: 0px auto;
}

.logo {
	background-image: url(../img/logo.gif);
	width: 288px;
	height: 48px;
	float: left;
	margin-top: 110px;
	margin-left: 120px;
}
.navi {
    background-image: url(../img/navbg.png);
    width: auto;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	
}
.header {
    background-image: url(../img/header-bgclouds.png);
    width: auto;
	height: 222px;
}
.header2 {
    background-image: url(../img/header.png);
    width: 1071px;
	height: 222px;
}
.ski {
	background-image: url(../img/ski_header.png);
	width: 76px;
	height: 97px;
	float: right;
	margin-top: 94px;
	margin-right: 320px;
}

a {
      display: block;
      color: #ffffff;
      width: 100px;
      padding: 8px;
      font-size: 14px;
      font-family: Ubuntu;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      margin: 6px;
	  float: left;
}
a:hover {
      display:block;
      color:#fff;
	  background-color: #003366;
}