/* Hintergrund rgb(235, 229, 214) - Schrift rgb(120, 116, 130) - re Hintergrund: rgb(250, 247, 235) - titel Schrift: rgb(078, 075, 074 */

body {										margin:0;
											color:rgb(114, 112, 112);
											background-color:rgb(235, 229, 214);
											font-family:Arial, Helvetica, sans-serif;
											font-size:12px;}

p {											font-size:12px;
											line-height:1.5;}

h1 {										font-size:30px;}

h2 {										font-size:18px;}

h3 {										font-size:16px;
											font-style:italic;}

#oben {										position:absolute;
											z-index:1;
											left:142px;
											top:40px;
											width:165px;
											height:69px;
											background-image:url(../grafik/folgeseitelogo.jpg);
											background-repeat:no-repeat;}

#titel {									position:absolute;
											z-index:2;
											left:234px;
											top:88px;
											width:140px;
											height:33px;
											text-align:left;
											background-color:rgb(235, 229, 214);}

#linkoben {									position:absolute;
											z-index:7;
											left:540px;
											top:120px;
											width:140px;
											height:33px;
											text-align:left;
											background-color:rgb(235, 229, 214);}

#zentral {									position:absolute;
											z-index:3;
											top:125px;
											left:149px;
											width:540px;
											height:420px;
											background-color:rgb(235, 229, 214);
											text-align:left;
											padding:8px 8px 6px 50px;}

#linkleiste1 {								position:absolute;
											z-index:4;
											left:82px;
											top:139px;
											width:86px;
											padding:0px;
											text-align:right;
											background-color:rgb(235, 229, 214);}

#linkleiste2 {								position:absolute;
											z-index:5;
											left:81px;
											top:292px;
											width:86px;
											padding:0px;
											text-align:right;
											background-color:rgb(235, 229, 214);}

#holzwaerme {								position:absolute;
											z-index:6;
											left:78px;
											top:242px;
											width:86px;
											height:51px;
											background-image:url(../grafik/folgeseiteholzwaerme.jpg);
											background-repeat:no-repeat;
											background-position:right;}

ul#menue {									list-style:none;
											margin:0;
											padding:0;
											border-bottom:1px solid rgb(250, 247, 235);}

ul#menue li a:link, ul#menue li a:visited{	text-decoration:none;
											display:block;
											width:100%;
											padding-left:6px;
											padding-top:2px;
											padding-bottom:2px;
											font:9pt Arial, Helvetica, sans-serif;
											color:rgb(114, 112, 112);}
											
ul#menue li {								border-top:1px solid rgb(250, 247, 235);}	

.einzuggroß {								text-indent:4em;}
										
.linkstil {									text-decoration:none;
											color:rgb(120, 116, 130);}

.linie {									color:rgb(242, 237, 205);}

