body {
	background-color: #C6C6C7;
	font-family: Verdana, Arial, sans-serif !important;
	}

/* -- Rahmen verlinkter Bilder entfernen (hack fuer Opera u IE) -- */

*	{
	margin: 0;
	padding: 0;
	}
	
a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: 0;
	}
	
	
/* -- hack fuer IE6, 7 FF. Verhindert einen 3px Abstand unter den Bildern innerhalb einer Div-Box -- */

img {
	margin-bottom: 0px !important; margin-bottom: -3px;
	}
	


/* -- Grundaufbau -- */

#hauptfenster {
	height: 930px;
	width: 930px;
	margin: 10px auto; /* -- Abstand oben bzw unten - horizontal -- */
	background-color: #C6C6C7;
	background-image: url(Bilder/creaffairs_start.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	}
	
#impressum {
	height: 930px;
	width: 930px;
	margin: 10px auto; /* -- Abstand oben bzw unten - horizontal -- */
	background-color: #C6C6C7;
	background-image: url(Bilder/creaffairs_imp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	}
	
	
#fenster_kontakt {
	width: 350px;
	height: 120px;
	position: relative;
	top: 719px;
	left: 260px;
	z-index: 2;
	}
	
#fenster_imp_button {
	width: 152px;
	height: 82px;
	position: relative;
	top: 720px;
	left: 350px;
	z-index: 3;
	}
	

#fenster_rueck_button {
	width: 152px;
	height: 82px;
	position: relative;
	top: 605px;
	left: 260px;
	z-index: 4;
	}
	
