/* Allgemeine Definitionen */

body{
	background-color: #E8E8E8;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

/* White Area 980px Breite */
#wrapper {
	margin: 40px auto;
	text-align: left;
	width: 980px;
	overflow: hidden;
	z-index: 1;
}

#header {
	background-image: url(../images/header-hydro-corporation.png);
	background-position: center, center;
	background-size: cover;
	height: 218px;
	width: 100%;
	border-bottom: 0px solid #ccc;
	border-radius: 20px 20px 0px 0px ;
	-moz-border-radius: 20px 20px 0px 0px ;
	-webkit-border-radius: 20px 20px 0px 0px ;
	z-index: 10;
}

#contentArea {
	padding: 40px 0 20px 0;
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
}

#rightBox {
	width: 240px;
	min-height: 380px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	float: right;
}

#slideshow {
	position: relative;
	left: -10px;
	width: 260px;
}

#slideshow img {
	border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
}

#mainBox {
	background-color: #FFF;
	width: 640px;
	min-height: 380px;
	padding: 20px;
	float: left;
}

#contentBox {
	margin: 20px 40px 10px 60px;
}

#copyRights {
	width: 980px;
	margin: -20px auto 10px;
	padding: 0;
	text-align: center;
}