@media all {
	
	/* ================================================== */
	/* GENERAL */
	/* ================================================== */
	
	body {
		background: #d2d0d0 url(img/back.jpg) repeat-x top left;
		margin-left: 0px;
		margin-top: 33px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	p, div { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 15px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		margin: 0 0 0 0;
	}

	
	p a, div a { 
		color: #ffffff;
		text-decoration: none;
	}
	
	p a:hover, div a:hover { 
		color: #ffffff;
		text-decoration: underline;
	}
	
	/* ================================================== */
	/* FONTS */
	/* ================================================== */	
	
	
	.copy {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: none;
		text-align:right;
		padding: 20px 67px 0 0;		

	}

	.copy a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: none;


	}
	
	.copy a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		color: #000000;
		text-decoration: underline;

	}	
	

	
	/* ================================================== */
	/* STRUCTURE */
	/* ================================================== */	
	
	.filz_oben {
		background-image: url(img/filz_oben.jpg);
		background-repeat:no-repeat;
		background-position: bottom left;
		vertical-align: middle;
		height: 210px;
		width:988px;

	}
	
	.logo {
	vertical-align:right;
	margin:  ;
	
	}
	
	
	.mitte {
		background-image: url(img/back_weiss.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		vertical-align: middle;
		height: 548px;
		width:988px;

	}
	
	.made {
		height: 18px;
		width:988px;

	}		


	.footer {
		background-image: url(img/filz_unten.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		vertical-align: middle;
		height: 65px;
		width:988px;

	}		

	
	
	
	/* ================================================== */
	/* VERTICAL SPACES */
	/* ================================================== */
	
	.vspace_1 {height:10px;}
	.vspace_2 {height:20px;}
	.vspace_3 {height:5px;}
	.vspace_50 {height:50px;}
	.vspace_100 {height:100px;}
	.vspace_200 {height:200px;}




	
	
}