/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
  border: 0;
  outline: none;
  
}

form {
  margin: 0;
  padding: 0;
}

  body { 
    font-size: 12pt;
    color: white;
    font-size: 100%;
    font-family: arial;
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(images/bg_tiled.jpg) repeat;
    text-align: justify;
}


   body img{
    border: 1px solid #9f9331;
    }
    
  body h1{
  margin: -5px 0;
}

  body h2{
  font-weight: 100;   
  color: white;
  font-size: 16pt;
  margin: -3px 10px;
}                   
  body h2 a{ 
  padding-left: 10px;
  color: white;
} 

  body h2 a:hover{
    padding-left: 10px;  
    text-decoration: none;
    background-image:url(images/button_1_hover.png);
    background-repeat:no-repeat;
    color: #e1c800;
    }

  body h3{
  font-weight: 100;  
  color: #e1c800;
  font-size: 8pt;
  margin: 3px -5px 0px 20px;
}

  body a{ 
  color: rgb(225,200,0);
  text-decoration: none;
}

  body a:hover{ 
    text-decoration: underline;
}


/*Layout:*/
  #wrapper {
    position: relative; 
    margin: 0 auto;
    height: 100%;
    width: 960px;
    }

   
  #header_light {
    position: absolute; 
    margin-left: auto;  
    margin-right:auto;
    height: 350px;
    width: 100%;
    background-image: url(images/header_light.png);
    }
    
  #header_cubes {
    margin-top: 50px;
    height: 6px;
    width: 100%;
    background-image: url(images/header_cube.jpg);
    }
  #header {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    }

  #header_space {
    margin: 0 auto;
    height: 16px;
    width: 100%;
    }

  #header_title {
    margin-left: 0px;  
    height: 29px;
    width: 400px;
    /*background: url(images/title_1.png);
    */
    }
  #header_title img {
    border: 0;
    }
     
    
  .header_button {
    float: left;
    margin-top: 28px;
    margin-left: 0px;     
    width: 120px;
    height: 28px;
    text-indent: -10px;
    text-shadow:black 2px 2px;
    }
  .header_button a {
    padding-left: 10px;
    } 
  .header_button a:hover {  
    text-decoration:underline;
    background-image:url(images/button_1_hover.png);
    background-repeat:no-repeat;
    }
    
  #content { 
    height: 512px;
    width: 960px;
    font-size:8pt;
    font-size-adjust: left;
    }
    
  .content_box {
    margin-top: 12px; 
    height: 180px;
    width: 960px;
    font-size:8pt;
    font-size-adjust: left;
    }

  .content_box a:hover {
    color: #e1c800;
    text-decoration: none;
    }
    
  .content_image {
    float: left;
    height: 180px;
    width: 660px;
    font-size-adjust: left;
    }

  .content_text {
    float:right;
    height: 180px;
    width: 220px;
    text-align: justify;
    }
    
  .content_line {
    float: left;
    position: absolute;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;  
    margin-right:auto;
    height: 1px;
    width: 200px;
    background: yellow;
    }

  #impressum {
    float: left;
    margin-top: 10px;
    height: 20px;
    width: 960px;
    text-align: center;
    font-size: 8pt;
    color: gray;
    }
  #impressum a {
    color: gray;
    }
  #impressum a {
    color: gray;
    }
/*About:*/
  #about {
    height: 240px;
    width: 800px;
    font-size: 10pt;
    color: white;
    margin-top: 38px;

    }
  #about h2{
    margin: -5px 20px;
    font-size: 16pt;
    }
  #about h3{
    margin: 3px -5px 0px 20px;
    font-size: 8pt;
    }
  #about_image {
    float: right;
    height: 100%;
    width: 250px;
    margin-left: 20px;
    margin-top: -16px;
    font-size: 10pt;
    color: ;
    }
  #about_image img {
    margin-bottom: 14px;
    margin-right: 20px;

    }
  #about_image font {
    font-size: 12pt;
    padding-top: 14px;
    margin-left: 16px;
    }
    
  #portfolio {
    width: 960px;
    margin-top: 32px;
    float: left;
    }
  #portfolio img{
    margin: 8px;
    
    }

  #portfolio_box {
    width: 960px;
    height: 260px;
    }

  #portfolio_text {
    float: left;
    width: 350px;
    }
  #portfolio_video {
    float: right;
    width: 590px;
    height: 100%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    