/* HSR-HESBO */
/* style_main */

body {
     text-align:center;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
}

#main_frame {

     /* siehe +ext Dynamic CSS */
     width:800px; /* IE */
     /*width:798px; */ /* FireFox */

     text-align:left;
     margin-left:auto;
     margin-right:auto;

     min-height:570px;
     border:1px solid #6F542E;
     /* dieses Hintergrundbild ist für die linke *und* rechte Spalte */
     background: transparent url(../images_BACKGROUND/background_left_menu_repeat_797x10.jpg) repeat-y 0 0;
}
#col_left {
     width:220px;
     min-height:680px; 
     float:left;
     border-right:1px solid #6F542E;
}
#logo {
     border-bottom:1px solid #6F542E;
     /* border-right:1px solid red; */
     width:220px;
     height:170px;
     background-color:#F5F3EE;
}
#menu_left {
     clear:left;
     height:400px;
     width:220px;
     background:transparent url(../images_BACKGROUND/background_left_menu_white_line.jpg) no-repeat 0 0;
}
#col_right {
     float:left;
     clear:right;
     /* min-height:600px; */
}
#header {
     height:115px;
     width: 577px;
}


* html #header img {overflow: hidden;}

#image_head_01 {
     width:29px;
     height:115px;
     float:left;
     border-bottom:1px solid #6F542E;
     border-right:1px solid #FFFFFF; 
}
#image_head_02 {
     width:129px;
     height:115px;
     float:left;
     border-bottom:1px solid #6F542E;
     border-right:1px solid #FFFFFF; 
}
#image_head_03 {
     width:230px;
     height:115px;
     float:left;
     border-bottom:1px solid #6F542E;
     border-right:1px solid #FFFFFF; 
}
#image_head_04 {
     width:186px;
     height:115px;
     float:left;
     border-bottom:1px solid #6F542E; 
}
DIV#content_top_space_01 {
     width:577px;
     height:10px;
     background-color:#F5F3EE;
     border-bottom:1px solid #6F542E;
}
DIV#content_top_space_02 {
     width:577px;
     height:20px;
     border-bottom:1px solid #C6BFB4;
}
#content_middle  {
     width:577px;
     margin:0; /* wichtig!! */
     padding=0; /* wichtig!! */
     /* min-height:469px; */ /* FF braucht min-height und *kein* height; IE height *oder* min-height */
     /* height:469px; */ /* FF braucht min-height und *kein* height; IE height *oder* min-height */
}
#footer {
     clear:both;
     width:100%;
     height:0;
     background-color:transparent;
}
/* Teaser */
.product_name {
text-align:left;
}



#content_middle a:link,#content_middle a:visited,#content_middle a:active{
      color: #9F0601;
      text-decoration: none;
}


#content_middle a:hover{
      color: #9F0601;
      text-decoration: underline;
}

.newsletter_forms {
     width: 475px; 
     margin-left:45px; 
     margin-top: 10px;
     margin-bottom: 30px;
}

/* Kontaktformular*/

.field_text {
	float: left;
         width: 100px;
         margin-bottom: 5px;
}

.input_field input {
	width: 250px;
         height: 20px;
         border: 1px solid black;
         background-color: #F6F3EE;
         margin-bottom: 5px; 
        

}


.input_area textarea {
	height: 100px;
         width: 250px;
         border: 1px solid black;
         background-color: #F6F3EE;
}


.submit_field input{
	position: relative;
         width: 150px;
         height: 20px;
         background-color: #DBD3C5;
}

.submit_field {
	margin-top: 15px;
         margin-bottom: 30px;
         margin-left: 100px;
}


* html .submit_field {
	margin-left: 103px;
}



