body {
	margin: 0;
	padding: 0;
	background-color: #757f87;
	background-image: url(images/Canvas-Pattern-Dark.png) ;
	background-position: center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.clear {
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.clear.divider_dark {
	border-top: 1px solid #444;
	border-bottom: 1px solid #f4f4f4;
	background-repeat: repeat-x;
}
.wrapper {
	display: block;
	min-width: 960px;
	overflow: hidden;
}
.wrapper-inner {
	display: block;
	width: 880px;
	padding-top: 60px;
	margin: auto;
}

.content-block {
	display: block;
	width: 630px;
	margin-left: 150px;
	margin-right: 100px;
	min-height: 300px;
	position: relative;
} 


/* --------- --------- --------- 
	CONTENT - BLOCKS
--------- --------- --------- */
.text {
	display: block;
	padding-left: 100px;
	font-size: 14px;
	line-height: 1.3em;
}
.block {
	display: block;
	width: 630px;	
	margin-bottom: 60px;
	float: left;
	position: relative;
}
/* --------- --------- --------- 
	GLOBALNAV - BLOCKS
--------- --------- --------- */
.globalnav {
	background-image: url(images/globalnav.jpg);
	background-repeat: no-repeat;
	height: 220px;
	display: block;
	overflow: hidden;
	position: relative
}
.globalnav .home {
	display: block;
	height: 160px;
	width: 300px;
	float: left;
}
.globalnav .navlink {
	display: block;
	height: 160px;
	width: 90px;
	float: left;
}
/*
.globalnav .navlink:hover {
	background-image: url(images/globalnav_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 220px;
}*/
.globalnav .navlink.active {
	background-image: url(images/globalnav_active.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 220px;
}
/* --------- --------- --------- 
	FRAME - CONTENT
--------- --------- --------- */
.bblock-Frame {
	display: block;
	width: 615px;
	margin-bottom: 80px;
	margin-left: 15px;
	float: left;
	min-height: 40px;
	position: relative;
}
.bblock-Frame-top {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 615px;
	height: 10px;
	z-index: 90;
}
.bblock-Frame-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 615px;
	height: 10px;
	z-index: 90;
}
.bblock-Frame-Star {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 0;
}
.bblock-Frame .text {
	padding-left: 85px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.3em;
}
/* --------- --------- --------- 
	LIGHT - CONTENT
--------- --------- --------- */
.canvas-light {
	background-image: url(images/Canvas-Pattern-Light.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #c8d0d7;
	border-bottom: 1px solid #444;
}
.canvas-light p{
	color: #617180;
	text-shadow: 0px 1px 1px #f4f4f4;
}
.canvas-light .bblock-Frame-top {
	background-image: url(images/Light-frameCorner-Top.png);
	background-repeat: no-repeat;
}
.canvas-light .bblock-Frame-bottom {
	background-image: url(images/Light-frameCorner-Bottom.png);
	background-repeat: no-repeat;
}
/* --------- --------- --------- 
	DARK - CONTENT
--------- --------- --------- */
.canvas-dark {
	background-image: url(images/Canvas-Pattern-Dark.png);
	background-repeat: repeat;
	background-position: center top;
	border-top: 1px solid #ccc;
}
.canvas-dark p{
	color: #ebebeb;
	text-shadow: 0px -1px 1px #333;
}

/* --------- --------- --------- 
	BUTTONS
--------- --------- --------- */
.btn_themeForest {
	display: block;
	height:100px;
	width: 180px;
	overflow: hidden;
}
.btn_graphicRiver {
	display: block;
	height:100px;
	width: 180px;
	overflow: hidden;
}

/* --------- --------- --------- 
	ABSOLUTE POSITIONEN
--------- --------- --------- */
.abso {
	position: absolute;
}
/* --------- --------- --------- 
	SPEZIAL - CONTENT
--------- --------- --------- */
.bblock-forscreen {
	padding-top: 380px;
	background-image: url(images/Light-Banner-MrForScreen.jpg);
	background-repeat: no-repeat;
}
.bblock-Envato {
	padding-top: 225px;
	background-image: url(images/Light-SalesEnvato.jpg);
	background-repeat: no-repeat;
}
.bblock-necessary {
	padding-top: 68px;
	background-image: url(images/Dark-NecessaryInformation.jpg);
	background-repeat: no-repeat;
}
.bblock-SocialMedia {
	padding-top: 246px;
	background-image: url(images/Dark-SocialMedia.jpg);
	background-repeat: no-repeat;
}