a{color: #03c;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}a:hover {color: #39f;}
a:link {color:#b0b0b0; text-decoration:none; }
a:visited {color:#b0b0b0; text-decoration:none; }
a:focus {color:#b0b0b0; text-decoration:none; }
a:hover {color:#fff; text-decoration:none; }
a:active {color:#b0b0b0; text-decoration:none; }

body{
	margin: 0;
	background-color: #111111;
	font-family: ‘Arial Narrow’, sans-serif;
	font-size: 13.5px;
	line-height: 1.5;
}

#menu-wrapper{
	width: 100%;
	height:85px;
	background: #fff;
	border-bottom: 6px solid #910d0d;
}

#menu-container{
	width: 900px;
	margin: 0px auto;
}

.menu-button{
	width: 100px;
	height: 48px;
	background-color: #fff;
	float: right;
	text-align: center;
	color: #aaa;
	display: table-cell;
	cursor: pointer;
	padding-top: 37px;
	font-weight: bold;
}

.menu-button:hover{
	background-color: #910d0d;
	color: #fff;
	height: 50px;
}

.menu-button-active{
	background-color: #910d0d;
	color: #fff;
	height: 50px;
}

#banner{
	width: 100%;
	height: 450px;
}

#content-wrapper{
	width: 100%;
	background: #fff;
}

#content-container{
	width: 900px;
	margin: 0px auto;
	padding: 75px 0px 75px 0px;
}

.box{
	float: left;
	width: 266px;
}

.galerie{
	width:266px;
	height:177px;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: #cfcfcf;
}

.galerie img{
	width:266px;
	position:absolute;
	clip:rect(0px 266px 177px 0px);
	overflow:hidden;
}

.galerie-right{
	width:266px;
	height:177px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	background: #cfcfcf;
}
.galerie-right img{
	width:266px;
	position:absolute;
	clip:rect(0px 266px 177px 0px);
	overflow:hidden;
}

#footer-wrapper{
	width: 100%;
	background: #1e1e1e;
	border-top: 6px solid #910d0d;
	color: #fff;
}

#footer-container{
	width: 900px;
	margin: 0px auto;
	padding: 50px 0px 50px 0px;
}

#copy-wrapper{
	width: 100%;
	background: #111111;
	color: #b0b0b0;
}

#copy-container{
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.clear{
clear: both;
}