@charset "utf-8";
/* CSS Document */

*{	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

body{
	background-color:#fff;
	text-align:center;
	}
	
#wrapper{
	width:955px;
	margin:auto;
	text-align:left;
	}
	
#flash{
	width:955px;
	height:445px;
	background:url(splash-pics/bg-box.png) no-repeat;
	position:relative;
	margin-top:90px;
	}
	
#flashcontent{
	position:absolute;
	left:5px;
	top:9px;
	}
	
#logo{
	position:absolute;
	background:url(splash-pics/stark-logo.png) no-repeat;
	width:181px;
	height:140px;
	top:-60px;
	left:55px;
	z-index:10;
	}
	
#cmyk{
	position:absolute;
	width:344px;
	height:85px;
	background:url(splash-pics/cmyk.png) no-repeat;
	top:410px;
	left:40px;
	z-index:10;
	}
	
	
#Hauptnavigation{
	position:absolute;
	left:430px;
	height:20px;
	top:450px;
	width:520px;
	color:#333;
	}
	
#Hauptnavigation ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:16px;
	color:#333;
	}	
	
#Hauptnavigation ul li a{
	font-size:11px;
	color:#333;
	}	
	
#Hauptnavigation ul li a.act{color:#003772;}
#Hauptnavigation ul li a:hover{color:#003772;}

#homebutton{
	width:181px;
	height:124px;
	display:block;
	cursor:pointer;
	outline:none;
	}
	
#text{
	position:absolute;
	top:149px;
	right:46px;
	width:479px;
	height:226px;
	/*background:url(splash-pics/textcloud.png) no-repeat;*/
	z-index:10;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#text p.main{
	color:#333;
	font-size:11px;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom:5px;
	}
	

#claim{
	position:absolute;
	width:auto;
	height:auto;
	top:358px;
	left:150px;
	z-index:10;
	}
	


#claim p.sub{
	color:#FFFFFF;
	font-size:23px;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom:5px;
	font-size:23px;
	font-weight:bold;
	}
	
.blue {
	color:#003772;
	}
	
.bigblue {
	font-size:23px;
	font-weight:bold;
	color:#003772;
