/* ================================================================ 
Dieser Copyright-Hinweis darf nicht entfernt werden.

Das Original dieses Stylesheet und des dazughoerigen (x)html
kann per E-Mail unter info@amieke.de angefragt werden.
Copyright (c) 2013 AMIEKE GmbH.

Alle Rechte vorbehalten.

=================================================================== */

/* Zentrierung und Grundelemente */

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}

/* 
	Layer der Hauptseite
*/

#contact {
	width:100%;
	background:trans;
	position:absolute;
	top:0px;
	text-align:center;
	padding:10px 0;
}


#logo {
	position:absolute;
	width:282px;
	height:80px;
	z-index:6;
	left: 6%;
	top: 105px;
}


	
	/* Schriften */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Alle Elemente linksbündig */
}

h1 {
	clear: both;
	color: #E01D86; 
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline; /*  Doubled float-margin bug Win IE, http://www.positioniseverything.net/explorer/doubled-margin.html */
}

h2 {
	clear:both;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #ffffff;
}
.Stil1 {
	font-family: 'Parisienne', cursive;
	font-size: 30px;
	color: #ffffff;
	text-shadow:0 3px 3px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888,direction=320);
}
.Stil2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #ffffff;
}
.Stil5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002850;
	padding-left: 10px;
}
.Stil6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6e6e6;
}
.Stil7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px;
}
.Stil8 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #E01D86;
}
