@charset "utf-8";

* {
	margin:				0;
	padding:			0;
	border:				none;
	vertical-align:		top;
	list-style-image:	none;
	list-style-position:outside;
	list-style-type:	none;
}

body {
	background:			#878584 url(http://www.fancydesign.de/zwischenpruefung/img/bg.jpg) top left no-repeat;
	margin: 			-1px;
}

img, div, a, input { 
	behavior: url(http://www.fancydesign.de/zwischenpruefung/iepngfix.htc) 
}

.clear {
	clear: 				both;
}

.left {
	float: 				left;
}

.right {
	float: 				right;
}

a:focus { 
	color:				#fff; 
}

body #wrapper {
	width:				1000px;
	margin:				0 auto;
}

body #wrapper #columns {
	width: 				1000px;  
	position:			absolute; 
	z-index:			1; 
	top:				0;
}