@charset "utf-8";

 body {
	background: #000000;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 135%;
}

a:link { color:#e2007a; text-decoration: none;}
a:visited { color:#e2007a; }
a:active { color:#e2007a; }

#hauptcontainer {
	position:absolute;
	width:1024px;
	height:768px;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-left: -512px;
	z-index:1;
	border:thin ridge #333333;
	background-color:#000000;
}

#text_design {
	position:absolute;
	width:310px;
	top:315px;
	left:590px;
	z-index:5;
}

#text_druck {
	position:absolute;
	width:310px;
	top:50px;
	left:590px;
	z-index:5;
}

#text_textil {
	position:absolute;
	width:310px;
	top:315px;
	left:20px;
	z-index:5;
}


#text_werbung {
	position:absolute;
	width:310px;
	top:50px;
	left:115px;
	z-index:5;
}

#text_kontakt {
	position:absolute;
	width:310px;
	top:50px;
	left:115px;
	z-index:5;
}

#navi_home {
	position:absolute;
	float:right;
	top: 32px;
	right:7px;
	z-index:4;
}

#navi {
	position:absolute;
	float:right;
	width:82px;
	top: 90px;
	right:0px;
	z-index:4;
}

#navi img {
	margin-bottom: 10px;
	height:94px;
}

#footer {
	position:absolute;
	width:1024px;
	height:30px;
	bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e2007a;
	text-align: center;
	line-height: 220%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e2007a;
	z-index:3;
}

#startseite_typo {
	position:absolute;
	z-index:2;
	height: 768px;
}

#preload {
	position:fixed;
	z-index:3;
	visibility:hidden;
}


	
