/* Hintergrund rgb(229, 240, 210) - Schrift rgb(58, 99, 120) - ob/li: rgb(224, 237, 218) - zentral: rgb(255, 255, 255) - unt: rgb(211, 232, 201) */

body {										margin:0;
											color:rgb(58, 99, 120);
											background-color:rgb(229, 240, 210);
											font-family:Arial, Helvetica, sans-serif;}
											
p {											font-size:12px;
											line-height:1.5;}

#leisteoben {								position:absolute;
											z-index:2;
											left:53px;
											top:13px;
											width:685px;
											height:521px;	
											background:url(../source/grafik/leistestartseiteneu.jpg);
											background-repeat:no-repeat;}
		
#links {									position:absolute;
											z-index:3;
											left:65px;
											top:130px;
											width:100px;
											padding:0px;
											text-align:right}

#rechts {									position:absolute;
											z-index:5;
											left:178px;
											top:115px;
											height:364px;
											width:534px;
											padding:10px;
											background:rgb(255, 255, 255);
											background-image:url(../source/grafik/hintergrundfolgeseite.jpg);
											background-position:bottom;
											background-repeat:no-repeat;
											background-attachment:fixed;
											text-align:left;}

#untenrechts {								position:absolute;
											z-index:6;
											left:122px;
											top:440px;
											width:68px;
											height:16px;	
											background:rgb(255, 255, 255);
											text-align:center;
											font:7pt Arial, Helvetica, sans-serif;
											line-height:1.6;}
											
ul#menue {									list-style:none;
											margin:0;
											padding:0;
											border-bottom:1px solid rgb(179, 208, 177);}

ul#menue li a:link, ul#menue li a:visited{	text-decoration:none;
											display:block;
											width:100%;
											padding:2px 2%;
											font:9pt Arial, Helvetica, sans-serif;
											color:rgb(58, 99, 120);}
											
ul#menue li {								border-top:1px solid rgb(179, 208, 177);}	

.einzuggroß {								text-indent:4em;}

