* {
margin: 0;
padding: 0;
border: 0;
}
html {
	height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
letter-spacing: 1px;
   background: url(images/bg.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
  
}

li {
list-style: none;
}


#site {
width: 1040px;
margin: 0 auto;
}
.photo img {
float: left;
width: 60%;
padding-right: 10px;
}
#gesamt {
background-color: #fff;
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding: 0.3em;
}
/* Базовые стили формы */
form{
  margin:0 auto;
  max-width:95%;
  box-sizing:border-box;
  padding:40px;
  border-radius:5px; 
  background:RGBA(255,255,255,1);
  -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);        
  box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, .45);  
}
/* Стили полей ввода */
.textbox{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
  font-size:18px; 
  padding:10px;
  margin-bottom:30px;  
}
.message:focus,
.textbox:focus{
  outline:none;
   border:#3c5a05 2px solid;
   color:#3c5a05;
}
/* Стили текстового поля */
.message{
    background: rgba(255, 255, 255, 0.4); 
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    padding:10px;
    margin-bottom:30px;
    overflow:hidden;
}
/* Базовые стили кнопки */
.button{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  background:#3c5a05;
  color:#FFF;
  font-family: 'Open Sans', sans-serif;  
  font-weight:400;
  font-size: 16pt;
  transition:background .4s;
  cursor:pointer;
}
/* Изменение фона кнопки при наведении */
.button:hover{
  background:#80b438;
}
#kopf {
background-image: url(images/kopf.png);
background-repeat: no-repeat;
height: 115px; 
margin-bottom: 12px;
}

#mitte {
width: 55%;
float: left;
line-height: 135%;
margin-bottom: 1em;
padding-right: 1em;
padding-left: 1.5em;

}
#mitte a {
text-decoration: none;
}
.modelle {
margin-bottom: 10px;
text-align: justify;
}
.dekolinie {
padding-top: 15px;
padding-bottom: 15px;
}
.big_small img{
width: 200px;
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
margin: 0 10px 5px 0; /*margin between images*/
}
.big_small img:hover{
-webkit-transform:scale(2); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(2); /*Mozilla scale version*/
-o-transform:scale(1.4); /*Opera scale version*/
}
.comment {
font-size: 80%;	
}
.title {
text-align: center;
font-size: 110%;
font-weight: bolder;
}
#video {
margin: 10px auto;
}

#video img {
border: 1px #949494 outset;
}
.betont {
color:#c00607;
font-size: 110%;
padding-bottom: 8px;
padding-top: 8px;
}

.modelle_ueberschrift {
color:#c00607;
font-size: 110%;
}
table.modification {

/* Ширина таблицы */
    border: 1px solid #666; /* Рамка вокруг таблицы */
    border-bottom: none; /* Убираем линию снизу */
	font-size: 130%;
   }
 table.modification  TD{
    padding: 3px; /* Поля вокруг содержимого ячеек */
   }
   
   table.modification TD {
    border-bottom: 1px solid #666; /* Линия снизу */
   }
	

.pbeschreibung {
margin: auto;
margin-top: 10px;


}
table.beschreibung {
width: 100%;
font-size: 110%;
text-align: right;
	border-spacing: 7px 11px;
}
table.space {
width: 100%;
font-size: 110%;
text-align: left;
	border-spacing: 7px 11px;

}
.even { /* Стиль для серых колонок */
    background: #949494; /* Цвет фона */
    color: black; /* Цвет текста */
	text-align: left; 
	border: 3px solid #949494;

   }
.trleft {
	
	text-align: center; 
}
#links {

width: 11.8em;
float: left;
line-height: 145%;
padding-left: 8px;
}
#links a {
text-decoration: none;
color: #000;
}
#links .adresse {
margin-top: 10px;
}
#navbar {
        margin: 0;
        padding: 0;
        list-style-type: none;
        
      }
      #navbar li {
        border-left: 10px solid #666;
        border-bottom: 1px solid #666;
      }
      #navbar a {
        background-color: #949494;
        color: #fff;
        padding: 5px;
        text-decoration: none;
   
        
        display: block;
      }
      #navbar a:hover {
        background-color: #666;
        border-left: 5px solid #c00607;
      }
	  .telefon  img{
	   margin:0 15% 0 15%;
	   margin-bottom: 10px;
  width:70%;

	  }
	  .telefon span {

	
	  font-weight: bold;
	

	  }
	  
	  #navbar1 {
        margin: 0;
		margin-bottom: 10px;
        padding: 0;
        list-style-type: none;
        border: 2px solid #666;
        border-radius: 20px 5px;
        width: 550px;
        text-align: center;
        background-color: #949494;
      }
      #navbar1 li { display: inline; }
      #navbar1 a {
        color: #fff;
        padding: 5px 10px;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        width: 150px;
      }
      #navbar1 a:hover {
        border-radius: 20px 5px;
        background-color: #c00607;
      }

#rechts {
width: 11.5em;
float: right;
padding: 0.6em;
padding-top: 0;

}

#rechts 
 a {
        background-color: #949494;
        color: #fff;
        padding: 5px;
        text-decoration: none;
   
     
        display: block;
		margin-bottom: 8px;
		border-left: 10px solid #666;
   
      }
	  
	  #rechts  a:hover {
        background-color: #666;
        border-left: 5px solid #c00607;
      }



.adresse {
padding-bottom: 10px;
font-size: 110%;
line-height: 1.3em;
}
.adresse img {
	max-width: 100%;
	margin: auto;
	margin-top: 10px;
}
.adresse span {

color: #deaa1f;
font-weight: bold;
}
.line  {
 border-top: 1px solid #deaa1f; /* Параметры линии */
margin-bottom: 10px;

}
#fuss {
clear: both;
text-align: center;
background-color:  #949494;
        color: #fff;
		font-size: 85%;
		letter-spacing: normal;
		font-weight: bold;
		padding: 0.5em 1em 0.5em 2em;
}
.liste {
margin: 15px 20px;
}
.liste  li {
list-style: square;
margin-bottom: 8px;
list-style-position: inside;
}
.gallery table {
border: 1px #949494 dashed;
margin-top: 10px;
margin-bottom: 10px;
}
.centrum {
text-align: center;
font-size: 115%;
font-weight: bold;
margin-bottom: 8px;
margin-top: 8px;
}
.mctext {
text-align: justify;
}
.anzeige {
font-size: 120%;
padding: 15px;
line-height: 1.6em;
color: #ad0f10;
}
.anzeige span {
font-weight: bolder;
}

#form{
  
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    width: 600px;
}
#form h2{       
    border-bottom: 1px dashed #949494;
    color: #c00607;
    font-size: 20px;
    margin: 10px 26px;
    padding: 0 5px 10px 0;
	}
#form fieldset{
    margin:0;
    padding:0;
    border:none;	
    float:left;
    display:inline;
    margin-left:26px;
}		
 
#form p{margin:.5em 0;}
#form label{display:block;color:#5B5B5B;margin-bottom:1px;}	
#form input, #form textarea{
    color:#6B6B6B;
    border: none;
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;		
    background-color: #F7F7F7;
    padding:3px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    color: #5B5B5B;
}
#form input {
width:224px;
}

#form textarea{

    height:120px;
	width:286px;
    overflow:auto;
}
				
#form p.submit{
    clear:both;
    padding: 10px 25px 20px;
    margin:0;
    text-align:right;
}

#form button{

    width:120px;
    line-height:28px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    border: solid 1px #666;
    border-radius: 5px;
    background-color: #949494;
    color:#fff;
    text-align:center; 
	font-size: 120%;
	font-weight: bolder;
}

#form button:active {
    background-color: #c00607;


}
h1 {
line-height: 1.2em;
margin-bottom: 10px;
color:#c00607;
text-align: center;	
}

#rechts a.linkRight {
margin: 0;
padding: 0;
border: 0;
}	

