									
									/* 		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 grün				rgb(132, 195, 38)
											Hintergrund blau				rgb(0, 124, 195)
											Schrift grau 					rgb(96, 94, 93) 
									*/

body {										margin:0;
											background-color:rgb(238, 147, 054); /*orange_2*/
											font-family:Lucida sans, sans-serif;}
											
h1 {										line-height:1.0;
											font-size:18px;
											color:rgb(238, 207, 170);}

p {											line-height:1.5;
											font-size:12px;
											color:rgb(96, 94, 93);}

#titel {									position:absolute;
											top:54px;
											left:419px;
											width:297px;
											height:31px;
											background-color:rgb(238, 147, 054);}
											
#link1 { 									z-index:2; 									
											position:absolute;
											padding-top:5px;									
											top:102px;
											left:60px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link2 {									z-index:3; 									
											position:absolute;
											padding-top:5px;									
											top:102px;
											left:192px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link3 {									z-index:4; 									
											position:absolute;
											padding-top:5px;									
											top:102px;
											left:324px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link4 {									z-index:5; 									
											position:absolute;
											padding-top:5px;									
											top:102px;
											left:456px;
											width:131px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#link5 {									z-index:6; 									
											position:absolute;
											padding-top:5px;									
											top:102px;
											left:588px;
											width:132px;
											height:26px;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#inhalt { 									z-index:0; 
											position:absolute;
											top:136px;
											left:60px;
											width:660px;
											height:324px;
											padding:0px;
											margin:0px;
											border-style:none;
											background-color:rgb(238, 190, 137); /*orange_5*/}

#blau {										position:absolute;
											top:429px;
											left:691px;
											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);}

.link { 						 			text-align:center;
											text-decoration:none;
											font-size:13px;
											color: rgb(96, 94, 93);}

											
