body,html
{
	font-family: Arial;
	font-size: 18px;
	line-height: 26px;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 100%;
	height: 100%;
}

strong, b
{
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 600;
}

p
{
	margin:0 0 20px 35px;
}

h1
{
	font-size: 50px;
	margin:0 0 20px 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

h2
{
	font-size: 20px;
	margin:0 0 60px 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: #c8c8c8;
}

h3
{
	font-size: 30px;
	margin:0 0 20px 0;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
}

a:link, a:visited
{
	color:black;
	text-decoration: none;
}

a:hover, a:active
{
	color:black;
	text-decoration: underline;
}



/*----POSITIONING OF LAYOUT-ELEMENTS----*/
.container
{
	width:auto;
	height: auto;
	overflow: hidden;
	margin:auto;
	background-color: black;
}

.container header
{
	width: 100%;
	height: 300px;
	border-bottom: 1px solid white;
	position: relative;
	z-index: 1000;
	background-color: black;
}

header nav
{
	text-align: center;
	padding:33px 0 0 0;
	width: 960px;
	margin:auto;
}

nav ul
{
	background-color: white;
	height: 42px;
	overflow: hidden;
	width: 560px;
	margin:30px auto 0 auto;
	padding:0 90px;
}

nav ul li
{
	float:left;
	display: inline;
	width: auto;
}

nav ul li a:link, nav ul li a:visited
{
	display:block;
	padding:10px 35px 0 35px;
	height: 42px;
}

nav ul li a:hover, nav ul li a:active
{
	background-color: #2a2a2a;
	color:white;
	text-decoration: none;
}

nav ul li.active a
{
	background-color: #2a2a2a;
	color:white;
	text-decoration: none;
}

.colLeft, .colRight
{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.colLeft
{
	clear: left;
}
	
.fullWidth
{
	width: 100%;
	clear: left;
	padding: 50px 0 0 0;
}

.fullWidth h2
{
	text-align: left;
	margin:0 0 15px 0;
}
	
.spacerTop
{
	margin-top:70px;
}

.white
{
	color:white;
}

.containerWhite
{
	width: 100%;
	height: auto;
	background-color: white;
}

.container .imageSlider
{
	width: 960px;
	height: auto;
	background-image: url(../images/bgArrowUp.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	margin:auto;
}

.container .cubeInfos
{
	background-color: white;
	width: 960px;
	height: auto;
	padding:60px 0;
	overflow: hidden;
	margin:auto;
}

.cubeInfos .colLeft
{
	text-align: center;
}

.container .cubeColors
{
	width: 960px;
	height: auto;
	overflow: hidden;
	color: white;
	margin:auto;
}

.cubeColors .colLeft
{
	height: 441px;
	overflow: hidden;
}


.container .anleitung
{
	width: 960px;
	height: auto;
	background-color: white;
	padding:60px 0;
	overflow: hidden;
	margin:auto;
}

.anleitung h3
{
	margin-left:35px;
}

.container .kontakt
{
	width: 100%;
	height: 500px;

}

#googlemap
{
	width: 100%;
	height: 500px;
}

.scrollingImage, .scrollingImageFast
{
	opacity:0;
	margin-left: -100px;
}

.scrollingText
{
	opacity:0;
	margin-left: -150px;
}

.scrollingFade
{
	opacity:0;
}

.nivo-controlNav
{
	position: relative;
	margin-top:-50px;
	z-index: 500;
}

.nivo-prevNav, .nivo-nextNav
{
	opacity: 1 !important;
}

p.smallText
{
	font-size: 11px;
}

.thumbBox
{
	float:left;
	margin:0 0px 10px 35px;
}

.thumbBox img
{
	cursor: pointer;
}