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

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('../media/utility/container.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

/* -- headpicture -- */
#header-white {
  background-image:url('../media/utility/head.jpg');
  background-position:left top;
  background-repeat:no-repeat;
  width:980px;
  height:226px;
}

/* -- content waves -- */
#container-waves {
  width:500px;
  height:505px;
  position:absolute;
 }
 
/* -- footer (privacy) -- */
#bottom-white {
	height: 30px;
	background-image: url('../media/utility/footer.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer {
	color:#FFFFFF;
	width:950px;
	line-height:10px;
	position:absolute;
	font-size:10px;
	text-align:right;
	padding-bottom:30px;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
  color: #b70084;
}

/* -- language-- */
#lang {
	background-image:url(../media/utility/lang-bg.jpg);
	float:right;
	width:27px;
	height:126px;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:112px;
	margin-left:445px;
}
#lang dl {
	width:100%;
	margin-top:0px;
}
#lang dt {
	text-align:center;
	height:21px;
}
#lang a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px
}
#lang a:hover {
	color:#eae549;
}
