/* Hintergrund rgb(235, 229, 214) - Zentral rgb(247, 243, 236) - Dunkel rgb(216, 207, 185) - Schrift rgb() - re Hintergrund: rgb()*/

body {										margin:0;
											color:rgb(120, 116, 130);
											background-color:rgb(235, 229, 214);
											font-family:Arial, Helvetica, sans-serif;}

p {											font-size:12px;
											line-height:1.5;}
												
#schrift {									position:absolute;
											z-index:7;
											left:359px;
											top:191px;
											width:180px;
											height:39px;
											background-image:url(../grafik/startschrift.jpg);
											background-repeat:no-repeat;}

#links {									position:absolute;
											z-index:1;
											top:177px;
											left:198px;
											width:125px;
											height:207px;
											background-image:url(../grafik/baum.jpg);
											background-repeat:no-repeat;}

#zentral {									position:absolute;
											z-index:2;
											top:178px;
											left:324px;
											width:229px;
											height:206px;
											background-color:rgb(245, 242, 235);}

#lauftext {									position:absolute;
											top:403px;
											left:284px;
											width:372px;
											height:29px;
											color:rgb(120, 116, 130);
											background-color:rgb(235, 229, 214);}

#feld1 {									position:absolute;
											z-index:4;
											top:234px;
											left:340px;
											width:40px;
											height:40px;
											background-color:rgb(245, 242, 235);}

#feld2 {									position:absolute;
											z-index:5;
											top:283px;
											left:340px;
											width:40px;
											height:40px;
											background-color:rgb(245, 242, 235);}

#feld3 {									position:absolute;
											z-index:6;
											top:332px;
											left:340px;
											width:40px;
											height:40px;
											background-color:rgb(245, 242, 235);}
											
.textfeld {									background-color:rgb(235, 229, 214);
											color:rgb(114, 112, 112);
											border-width:0px;}
											
.logo {                                     border-style:none;}

