/* CSS Document */
body { font: 100.01%  Arial, Helvetica, Verdana, sans-serif; }
* {
  margin:0;
  padding:0;
}
html, body {
height: 100%;
background-color: #cccccc;
}
#templete {
position: relative;
min-height: 100%;
margin: 0 auto;
width: 760px;
background-color: #ffffff;
}
#header {
height:65px;
background-image: url(../images/backgrounds/HG_01.jpg), url(../images/backgrounds/HG_02.jpg);
background-repeat: no-repeat, repeat-x;
}
/* Die Titelzeile */
#title {
font-size: 10px; color: #ffffff;
text-align:right;
padding-top:38px;
padding-right:20px;
letter-spacing:3px;
}
#header2 {
height:143px;
background-image: url(../images/backgrounds/HG_03.jpg), url(../images/backgrounds/white143.jpg);
background-repeat: no-repeat, repeat-x;
}
#headline {
font-family: Verdana, Arial, Helvetica; 
font-size: 16px; color: #000000;
text-align: right;
padding-top:48px;
padding-right:20px;
letter-spacing:6px;
}

#start_home_button a{
position: relative; top: -6px; left: 45px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#leben_zwischen_button a{
position: relative; top: 38px; left: 39px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#flora_und_fauna_button a{
position: relative; top: 80px; left: 41px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#haus_und_garten_button a{
position: relative; top: 124px; left: 40px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#essen_und_trinken_button a{
position: relative; top: 166px; left: 38px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#freizeit_und_hobby_button a{
position: relative; top: 208px; left: 35px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

.menue {
float: left;
width: 206px;
min-height: 450px;
font-family: Verdana, Arial, Helvetica;
font-size: 14px; color: #FFFFFF;
background-image: url(../images/backgrounds/HG_04.jpg);
background-repeat: no-repeat;
}
/* Die Hyperlinks im Menü */
a.menue:link, a.menue:visited { 
  color: #cccccc;
  text-decoration:none;
  padding-left: 20px;
  padding-right: 20px;
}
a.menue:active, a.menue:hover
{ 
  color:#ffffff;
}
#navhome {
background-image: url(../images/menue/Buttom_G.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 44px;
padding-top: 4px;
text-decoration:none;
}
/* Der Inhalt */
#inhalt {
background-color: #fffffff;
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; color: #000000;
text-align: justify;
padding-left: 0px;
padding-right: 20px;
margin-left: 0px;
padding-bottom: 50px;
}
#fussbereich {
clear: both;
position: absolute;
bottom: 0;
width: 100%;
background-image: url(../images/backgrounds/FEbottomg.png); 
background-position: center;
height: 42px;
font-size: 10px;   
font-weight:bold;
color: #cccccc;
padding-top: 0px;
z-index: 2;
}
/* Das Bottom_Menü */
.menub {
padding-top: 0px;
}
/* Die Hyperlinks im Bottom_Menü */
a.menub:link, a.menub:visited { 
  color: #cccccc;
  text-decoration:none;
  padding-left: 20px;
  padding-right: 20px;
}
a.menub:active, a.menub:hover
{ 
  color:#ffffff;
}

