/* CSS Document */

 html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	background-color: #383838;
}

#main{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/start.jpg) no-repeat;
	z-index:99;
	
	}
#main_print{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/printmain.jpg) no-repeat;
	z-index:99;
	
	}
#main_plottmotive{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/plottmotivemain.jpg) no-repeat;
	z-index:99;
	
	}
#main_web{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/webmain.jpg) no-repeat;
	z-index:99;
	
	}
#main_illustration{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/illustrationmain.jpg) no-repeat;
	z-index:99;
	
	}
#main_kontakt{
	position: absolute;
	width: 955px;
	height: 600px;
	top:10px;
	margin-left:-477px;
	left:50%;
	padding:0px;
	background: url(../images/kontaktback.jpg) no-repeat;
	z-index:99;
	
	}
#zurueck{
	position: absolute;
	width:146px;
	height:64px;
	margin:492px 0px 0px 146px;
	z-index:101;
	}
#klein{
	position: absolute;
	width:123px;
	height:121px;
	margin:380px 0px 0px 155px;
	z-index:101;
	}
#gross{
	position: absolute;
	width:123px;
	height:121px;
	margin:380px 0px 0px 285px;
	z-index:101;
	}

#illustration{
	position: absolute;
	width:215px;
	height:91px;
	margin:500px 0px 0px 549px;
	z-index:100;
	}
#plott{
	position: absolute;
	width:215px;
	height:91px;
	margin:410px 0px 0px 620px;
	z-index:100;
	}
#web{
	position: absolute;
	width:215px;
	height:91px;
	margin:320px 0px 0px 688px;
	z-index:100;
	}
#print{
	position: absolute;
	width:215px;
	height:91px;
	margin:229px 0px 0px 760px;
	z-index:100;
	}
#kontakt{
	position: absolute;
	width:150px;
	height:91px;
	margin:531px 0px 0px 1128px;
	z-index:100;
	}
#kontakttext{
	position: absolute;
	width: 460px;
	height: 380px;
	margin: 250px 0px 0px 600px;
	}
#plotttext{
	position: absolute;
	width: 500px;
	height: 380px;
	margin: 85px 0px 0px 490px;
	
	}
#text{
	position: absolute;
	width: 460px;
	height: 380px;
	margin: 10px 0px 0px 377px;
	}
*+html, * html #text{
	margin: 30px 0px 0px 377px;
	}

	

h1{
	font: 16px arial,verdana, sans serif;
	font-weight: bold;
	color:#7c7c7c;
	line-height:18px;
	}
h2{
	font: 14px arial,verdana, sans serif;
	font-weight:bold;
	color:#737373;
	line-height:18px;
	margin:0px;
	}
h3{
	font: 14px arial,verdana, sans serif;
	color:#013f78;
	margin:0px;
	padding:0px;
	}
h4{
	font: 12px arial,verdana, sans serif;
	color:#ac91b7;
	line-height: inherit;
	}
p{
	font: 16px arial,verdana, sans serif;
	color:#7c7c7c;
	line-height:18px;
	}
	
