* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: 'Noto Sans', Verdana;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url('img/fabric.png');
	background-repeat: repeat;
}

.copyright {
	text-align: right;
	margin: 8px 40px 0 0;
	color: #707070;
	font-size: 18px;
	font-weight: 100;
}
.copyright small{
	font-size: 14px;
}

.wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.wrapper-vertical {
}


.info {
	float: left;
	padding: 5px;
}

.info .color {
	display: none;
}
.info img {
	display: none;
}
.info a {
	color: #000;
	font-size: 42px;
	line-height: 44px;
	font-weight: bold;
	text-shadow: 0 0 1px #707070;
	text-decoration: none;
	outline: none;
}
.info a:focus {
	outline: none;
}
.info .content {
	margin: 4px 0 0 2px;
	color: #424242;
	font-size: 21px;
	width: 260px;
	text-shadow: 0 0 1px #939393;
}

.logo {
	position: fixed;
	margin: 300px 0 0 180px;
	width: 450px;
	height: 402px;
	z-index: -1;
	opacity: 0.2;
	filter:alpha(opacity=20);
}


@media screen and (max-width: 1200px) {

	.laden a:hover {
		color: #6fb507;
	}
	.siebdruck a:hover {
		color: #fa14c4;
	}
	.fairein a:hover {
		color: #0197fd;
	}

	.wrapper {
		width: 800px;
	}

	.wrapper-vertical {
	}

	.info {
		float: left;
		padding: 5px;
		margin: 3px;
	}
	.info .color {
		display: none;
	}
	.info a {
		float: left;
		color: #000;
		font-size: 40px;
		line-height: 34px;
		font-weight: bold;
		text-shadow: 0 0 1px #707070;
		text-decoration: none;
		outline: none;
		width: 250px;
	}
	.info a:focus {
		outline: none;
	}
	.info .content {
		margin: 4px 0 0 0px;
		color: #2d2d2d;
		font-size: 18px;
		width: 250px !IMPORTANT;
	}
	
	.laden { margin-top: 37px;}
	.fairein { margin-top: 37px;}
	
	.logo-laden { display: none; }
	.logo-siebdruck { display: none; }
	.logo-fairein { display: none; }
	
	.logo {
		position: fixed;
		margin: 300px 0 0 180px;
		width: 450px;
		height: 402px;
		z-index: -1;
		opacity: 0.2;
		filter:alpha(opacity=20);
	}
	
}


@media screen and (min-width: 1200px) {

	.wrapper {
		width: 1100px;
	}

	.info {
		position: absolute;
	}
	.info .content {
	}

	.laden {
		margin: 60px 0 0 60px;
	}
	.siebdruck {
		margin: 165px 0 0 770px;
	}
	.fairein {
		margin: 390px 0 0 320px;
	}

	.logo-laden {
		position: absolute; 
		width: 240px; 
		height:240px; 
		margin-left: 320px; 
		margin-top: 20px; 
		z-index: 20; 
		cursor: pointer;
	}

	.logo-siebdruck {
		position: absolute; 
		width: 160px; 
		height:250px; 
		margin-left: 590px; 
		margin-top: 80px; 
		z-index: 20; 
		cursor: pointer;
	}
	
	.logo-fairein {
		position: absolute; 
		width: 230px; 
		height:110px; 
		margin-left: 380px; 
		margin-top: 270px; 
		z-index: 20; 
		cursor: pointer;
	}
	
	.zoomin-laden {
		position: absolute;
		width: 100px;
		height:100px;
		margin-left: 410px;
		margin-top: 70px;
	}
	
	.zoomin-siebdruck {
		position: absolute;
		width: 100px;
		height:100px;
		margin-left: 590px;
		margin-top: 150px;
	}
	
	.zoomin-fairein {
		position: absolute;
		width: 100px;
		height:80px;
		margin-left: 445px;
		margin-top: 270px;
	}
	
	.logo {
		position: absolute;
		margin: 0;
		margin-left: 320px;
		width: 450px;
		height: 402px;
		opacity: 0.8;
		z-index: -1;
		filter:alpha(opacity=80);
	}	
}

@media screen and (max-height: 840px) {
	.wrapper-vertical {
		margin-top: 10px;
	}
}

@media screen and (min-height: 840px) {
	.wrapper-vertical {
		padding-top: 50%;
		margin-top: -350px;
	}
}