/* CSS SPD ANS */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#a5a5a5;}
#main{ 
	position: absolute;
	width: 1000px;
	height: 590px;
	z-index: 10;
	left: 50%;
	margin-left: -500px;
	top:10px;
	background-color:#ffffff;
	}

#headlinegrau{ 
	position: absolute;
	width: 295px;
	height: 34px;
	z-index: 10;
	left: 14px;
	top:26px;
	}
#balkenroteins{ 
	position: absolute;
	width: 72px;
	height: 15px;
	z-index: 10;
	left: 16px;
	top:63px;
	}
#balkenrotzwei{ 
	position: absolute;
	width: 185px;
	height: 15px;
	z-index: 10;
	left: 16px;
	top:78px;
	}
#kastenroteins{ 
	position: absolute;
	width: 69px;
	height: 69px;
	z-index: 10;
	right:91px;
	top:20px;
	}
#kastenrotzwei{ 
	position: absolute;
	width: 69px;
	height: 69px;
	z-index: 10;
	right: 12px;
	top:20px;
	}
#rechtsgifeins{ 
	position: absolute;
	width: 148px;
	height: 33px;
	z-index: 10;
	right: 12px;
	top:186px;
	}
#rechtsgifzwei{ 
	position: absolute;
	width:148px;
	height: 51px;
	z-index: 10;
	right: 12px;
	top:252px;
	}
#rechtsgifdrei{ 
	position: absolute;
	width: 148px;
	height: 40px;
	z-index: 10;
	right: 12px;
	top:309px;
	}
#rechtsgifvier{ 
	position: absolute;
	width: 148px;
	height: 58px;
	z-index: 10;
	right: 12px;
	top:393px;
	}
#rechtsgiffuenf{ 
	position: absolute;
	width: 148px;
	height: 36px;
	z-index: 10;
	right: 12px;
	top:443px;
	}
#menu{ 
	position: absolute;
	width:420px;
	height: 20px;
	z-index: 100;
	left: 14px;
	top:130px;
	}
#bilderfeld{ 
	position: absolute;
	width:400px;
	height:400px;
	z-index: 50;
	left: 14px;
	top:172px;
	}
#textfeld{ 
	position: absolute;
	width:310px;
	min-height:400px;
	z-index: 50;
	left:474px;
	top:185px;
	}
#anslink{ 
	position: absolute;
	width:100px;
	height:20px;
	z-index: 50;
	left:840px;
	top:93px;
	}
