/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */
/* global */
html{height: 100%;}
.google {
width:468px;
background-color:#000000;
}

* {margin: 0; padding: 0;}

body {
  background-image: url(style_01_FILES/body.jpg);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 62.5%;
}

/*---------------- Main structure --------------*/
.trenner IMG{
width:481px;
}

.googlereg p{
margin-left:90px;
margin-bottom:5px;
}

#container {
  width: 885px;
  font-size: 1.2em;
  background-image: url(style_01_FILES/container.jpg);
  background-repeat: repeat-y;
float:left;
}

#right {
padding-top:280px;
}

#header {
  background-image: url(style_01_FILES/header.jpg);
  height: 288px;
  margin-top: 0px;
}

#header h2{
margin-left:400px;
padding-top:150px;
}

#header form{
margin-left:300px;
}

#sideheader {
  background-image: url(style_01_FILES/sideheader.jpg);
  height: 576px;
  width: 145px;
  position: absolute;
  left: 740px;
  top: 0px;
}

#left_column {
  width: 160px;
  margin-top: 0px;
  float: left;
  background-image: url(style_01_FILES/left_column.jpg);
  background-repeat: no-repeat;
  margin-left: 70px!important;
  margin-left: 35px;
}

.left_column_boxes {
  border: 1px dotted #AA8661!important;
  border: none;
  padding: 3px;
  margin-bottom: 20px;
}

#content {
        width:488px;
  padding-right: 0px;
  margin-left: 250px;
}
      
#footer {
margin-left: 250px;
  padding: 20px;
  clear: both;
}
      
/*-----------TEXT FORMATTING------------- */

p {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #814F2C;
}
   
p.center {
  text-align: center;
  font-size: 0.8em;
}

h1 {
padding:10px;
  font-size: 20px;
  color: #55311B;
}

   
h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.6em;
  font-style: italic;
  color: #926B4A;
  text-align: center;
}

h4 {color: #926B4A;
margin-bottom: 15px;
}





dl {
  font-size: 0.8em;
  margin-top: 0px;
}

dt {
  font-size: 1.2em;
  margin-bottom: 3px;
  color: #666600;
}

dd {
  margin-bottom: 15px;
  color: #814F2C;
}

.news:first-letter {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: bold;
}

a:link, a:visited, a:active  {color: #666600}
a:hover {color: #805D3F}


/*-------------- Navigation --------------*/

#navcontainer {  
}

#navcontainer ul {
  list-style-type: none;
}

#navcontainer a {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #A47F52;
  font-weight: bold;
  height: 1.5em;
}

#navcontainer a:link, #navlist a:visited {
  color: #65391E;
  text-decoration: none;
  font-style: italic;
}

#navcontainer a:hover {
  color: #fff;
  font-style: normal;
  background-image: url(style_01_FILES/menu_hover.png)!important;
  background: none;  
}

/*------------ Contact form -----------------*/

label {
  font-style: italic;
}

form.contact_us {
  width: 160px;
}

input.fields_contact_us {
        display: block;
        width: 160px;
        background: url(style_01_FILES/menu_hover.png)!important;
    background: none;
    border-top: 1px solid #C0935C;
    border-left: 1px solid #C0935C;
    border-bottom: 1px solid #D9B17D;
    border-right: 1px solid #D9B17D;
    margin-top: 3px;
      margin-bottom: 3px;
}

textarea {
          width: 448px;
          background: url(style_01_FILES/menu_hover.png)!important;
      background: none;
                  border-top: 1px solid #C0935C;
      border-left: 1px solid #C0935C;
      border-bottom: 1px solid #D9B17D;
      border-right: 1px solid #D9B17D;
      display: block;
          margin-top: 3px;
}

.submit_button_contact {
  margin-top: 15px;
  width: 100%;
  padding: 2px;
  background: none;
  cursor: pointer;
  color: #926B4A;
  border: none;
  font-size: 1.8em;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

