@charset "UTF-8";


@media screen, projection
{ 
  #col1 { float: left; width: 30%;  margin:0 20px 0 14% }
  #col2 { float: right; width: 50%;  margin:0 }
  #col3 { width: auto; margin: 0 25% 0 25%}
  #col1_content { padding: 0 20px 0 5px }
  #col2_content { padding: 0 20px 0 0px }
  #col3_content { padding: 0 10px }    
  
  /*-------------------------------------------------------------------------*/
  /**
   * Für footer
   *
   */ 
   
  #footer #col1 { float: left; width: 30%;  margin:0 20px 0 14% }
  #footer #col2 { float: right; width: 50%;  margin:0 }
  #footer #col1 #col1_content { padding: 0 20px 0 5px }
  #footer #col2 #col2_content { padding: 0 20px 0 0px }   
  
  
  #hintergrund_leitbild {
    clear:both;
    margin: 0px 0px 0px 0px; padding: 45px 0px 0px 0px;
    min-height: 320px;
    width: auto;
    background-image: url(../../images/seitenblatt/mondrian_rechtecke.png);
    background-repeat: no-repeat;
    background-position:center;
  }
  
  #logo {
    clear:both;
    text-align: center;
    width: 500;
    margin-top: -210px;
    margin-left: -630px;
  }

  .jterms_gross{
    color: #f15c1b;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
  }

  .devise_gross_1{  
    margin-right: -160px;
    margin-bottom: -30px;
    color: #636163;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
  }

  .devise_gross_2{
    margin-right: -170px;
    margin-top: 500px;
    color: #9a5233;
    background-color: #fae6c7;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
  }


  #title_block {
    clear:both;
    text-align: center;
   }
 
  #title_block #title_text {
    float: left;
    color: #636163;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25em;
    text-align: left;
    min-width: 400px;
    max-width: 40%;
    margin-left: 15%;
  }
  
  #title_block #button_position {
    padding: 0 0 0 0px;
    margin-left: 55%;
    margin-top: 50px;
  }
 
 
  #title_block #button_position a #title_button {
    float: none;
    line-height: 3em;
    text-align: center;
    width: 300px;
    min-height: 70px;
    
    background-image: url(../../images/titelseite/test_button.png);
    background-repeat: no-repeat;
    background-position: center right;
    
    color: #a84418;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    
  }
    
  #title_block #button_position a:hover #title_button {
    background-image: url(../../images/titelseite/test_button_hover.png);
    background-repeat: no-repeat;
    background-position: center right;
  }

  #col1_content ul li p {margin:0; padding:0;}
	
}