									
									/* 		Hintergrund orange_1 			rgb(238, 121, 025)
											Hintergrund orange_2 			rgb(238, 147, 054)
											Hintergrund orange_3 			rgb(238, 164, 087)
											Hintergrund orange_4 			rgb(238, 181, 120)
											Hintergrund orange_5 			rgb(238, 190, 137)
											Hintergrund orange_6			rgb(238, 198, 153)
											Hintergrund orange_7			rgb(238, 207, 170)
											Hintergrund orange_8			rgb(238, 215, 186)
											Hintergrund blau				rgb(0, 124, 195)
											Hintergrund grün				rgb(132, 195, 38)
											Schrift schwarz 				rgb(000, 000, 000) 	
											Schrift grau 					rgb(96, 94, 93) 
									*/

body {										margin:0;
											background-color:rgb(238, 147, 054); /*orange_2*/
											font-family:Lucida sans, sans-serif;}
											
p {											line-height:1.5;
											font-size:12px;
											color:rgb(96, 94, 93);}

#link1 { 									z-index:2; 									
											position:absolute;
											padding-top:5px;									
											top:69px;
											left:60px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link2 {									z-index:3; 									
											position:absolute;
											padding-top:5px;									
											top:69px;
											left:192px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link3 {									z-index:4; 									
											position:absolute;
											padding-top:5px;									
											top:69px;
											left:324px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link4 {									z-index:5; 									
											position:absolute;
											padding-top:5px;									
											top:69px;
											left:456px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link5 {									z-index:6; 									
											position:absolute;
											padding-top:5px;									
											top:69px;
											left:588px;
											width:132px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#linksoben {								position:absolute;
											top:102px;
											left:60px;
											width:180px;
											height:200px;
											background-color:rgb(238, 207, 170); /*orange_7*/}

#linksunten {								position:absolute;
											top:302px;
											left:60px;
											width:180px;
											height:300px;
											background-color:rgb(238, 198, 153); /*orange_6*/}

#mitte {									position:absolute;
											top:102px;
											left:240px;
											width:347px;
											height:500px;
											padding:0px;
											padding-left:30px;
											padding-right:30px;
											background-color:rgb(238, 215, 186); /*orange_8*/}

#mittewenigrand {							position:absolute;
											top:102px;
											left:240px;
											width:347px;
											height:500px;
											padding-top:0px;
											padding-left:10px;
											background-color:rgb(238, 215, 186); /*orange_8*/}

#mittegroß {								position:absolute;
											top:102px;
											left:60px;
											width:527px;
											height:500px;
											padding-top:0px;
											padding-left:20px;
											padding-bottom:0px;
											background-color:rgb(238, 215, 186); /*orange_8*/}


#rechtsoben {								position:absolute;
											top:102px;
											left:587px;
											width:133px;
											height:400px; 
											padding:0px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#rechtsunten {								position:absolute;
											top:502px;
											left:587px;
											width:133px;
											height:100px;
											padding:0px;
											background-color:rgb(238, 198, 153); /*orange_6*/}

#blau {										position:absolute;
											top:570px;
											left:690px;
											width:20px;
											height:20px;
											background-color:rgb(132, 195, 38);}
										
#schrift {									position:absolute;
											top:140px;
											left:160px;
											width:800px;
											height:450px;
											background-color:rgb(255, 255, 255);}

.rand {										padding:14px;}

.link { 						 			text-align:center; 
											text-decoration:none;
											font-size:13px;
											color: rgb(96, 94, 93);}
					
.linkimtext { 					 			text-decoration:underline;
											color: rgb(96, 94, 93);}
						

