@charset "utf-8";
/* CSS Document Grabstein Seidl*/

body{
  background-image: url(img/background.png);
  background-repeat:repeat;
  margin: 0;
  padding: 0;
  height:100%;
}

#main{
  width: 1000px;
  margin: 0px auto;
  font-family: Georgia, Verdana, Geneva;
  background-color: green;
}

#frame{
  width: 960px;
  background-color: yellow;
  margin: 0px auto;
  text-align:justify;
}

#ruecken{
  width: 20px;
  float: right;
}

#header{
  height: 490px;
  background-image: url(img/background_top.png);

}

#header_pic{
  height: 490px;
  width: 1000px;
  margin: 0px auto;
  vertical-align: middle;
}

/*
#header_2{
  height: 490px;
}

#header_2_pic{
  height: 490px;
  width: 1000px;
  margin: 0px auto;
  vertical-align: middle;
}
*/

#navigation{
  width: 922px;
  height: 70px;
  background-color: #AEAEAE;
  padding-left: 19px;
  padding-right: 19px;
  float: left; 
}

#navigation_2{
  width: 902px;
  height: 70px;
  background-color: #D2CAB1;
  float: left;
  padding-left: 39px;
  padding-right: 19px;
}


.navigationlinks{
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  float: left;
}

.navigationlinks:hover{
  background-color: #333333;
  color: #ffffff;
}

.navigationlinks_2{
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;  
  padding-top: 25px;  
  color: #000000;
  font-size: 18px;
  text-align: center;
  float: left;
}

.navigationlinks_2:hover{
  background-color: #9C876D;
  color: #ffffff;
}



/*--------------------------------------------------------------------------------------*/
/*                                       - content -                                    */
/*--------------------------------------------------------------------------------------*/

#content{
  width: 860px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  float: left;
  background-color: white;
}

#content_index_left{
  width: 650px;
  padding-right: 25px;
  float: left;
  background-color: white;
}

#content_index_right{
  width: 160px; 
  padding-left: 25px;
  padding-top: 36px;
  float: left;
  background-color: white;
}

#footer{
  width: 980px;
  height: 20px;
  float: left;
}

#footer_left{
  width: 480px;
  height: 20px;
  padding-left: 20px;
  text-align: left;
  float: left;
}

#footer_right{
  width: 480px;
  height: 20px;
  text-align: right;
  float: left;
}



.haftungsausschluss{
font-size: 12px;
color: black;
font-weight: normal;
text-align: left;
line-height: 1.4
}

.webrealisierung{
font-size: 15px;
color: black;
font-weight: normal;
text-align: left;
line-height: 1.3
}

.normallinks{
  color: #9C876D;
  text-decoration: underline; 
}

.footer{
font-size: 14px;
color: #333333;
font-weight: normal;
padding-top: 4px;
margin: 0px;
}

.footer_right{
font-size: 14px;
font-weight: normal;
padding-top: 4px;
margin: 0px;
text-align: right;
}

.img_gallery{
  border-width: 10px;
  border-style: solid;
  border-color: #D2CAB1;
  margin-right: 8px;
  margin-top: 8px;
  vertical-align: bottom;
  float: left
}

.img_gallery_right{
  border-width: 10px;
  border-style: solid;
  border-color: #D2CAB1;
  margin-top: 8px;
  vertical-align: bottom;
  float: left
}
  




p{
font-size: 16px;
color: black;
font-weight: normal;
text-align: left;
line-height: 1.3
}

h1{
font-size: 32px;
color: black;
font-weight: normal;
padding-bottom: 20px;
margin-top:50px;
}

h2{
font-size: 36px;
color: black;
font-weight: normal;
padding-bottom: 20px;
margin-top:12px;
}

h3{
font-size: 20px;
color: black;
font-weight: normal;
margin-left: 0px;
margin-bottom: -5px;
}

img{
border: none;
}

ul{
padding-left: 20px; 
}

hr{
margin-top: -15px;
margin-left: -1px;
}


