/* 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: 900px;
background-color: #ffffff;
}
#header {
height:65px;
background-image: url(Bilder/Menue/stein_01.png), url(Bilder/Menue/stein_02.png);
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(BILDER/Menue/stein_03.png), url(Bilder/Menue/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;
}
#headline2 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px; color: #000000;
text-align: right;
padding-top:32px;
padding-right:8px;
letter-spacing:0px;
}
#start_home_button a{
position: relative; top: 50px; left: 45px;
font-family: Verdana, Arial, Helvetica;
font-size: 12px; color: #ffffff;
}

#stein_button a{
position: relative; top: 94px; left: 39px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#Skulpt_button a{
position: relative; top: 136px; left: 41px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}
#Shi_T_button a{
position: relative; top: 182px; left: 40px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#Shi_H_button a{
position: relative; top: 230px; left: 38px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#VR_button a{
position: relative; top: 270px; left: 38px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

.menue {
float: left;
width: 206px;
min-height: 650px;
font-family: Verdana, Arial, Helvetica;
font-size: 14px; color: #FFFFFF;
background-image: url(Bilder/Menue/stein_04.png);
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(Bilder/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: #ffffff;
font-family: Verdana, Arial, Helvetica;
font-size: 12px; color: #000000;
text-align: justify;
padding-top: 40px;
padding-left: 0px;
padding-right: 20px;
margin-left: 0px;
padding-bottom: 50px;
}
#fussbereich {
clear: both;
position: absolute;
bottom: 0;
width: 100%;
background-image: url(Bilder/Menue/FEbottom22.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;
}
