﻿/**
 * @author  Andrea Brunner
 * @copyright Andrea Brunner
**/


/**
Grundformatierung
**/
* {
      margin: 0px;
      padding: 0px;
}



html, body {
      background: #ffffff; 
      width: 1050px;
      margin: 0px left;  /** links **/
      border: 0px solid red;
      height: auto;
    /** overflow: hidden;   !important; /* FF Scroll-leiste **/ 
      background-image: url(../images/hg_verena_troidl.jpg);
      background-repeat:no-repeat;
}


/**
Schriften
**/

body {
      font-family: calibri, arial, sans serif;
      font-size: 16px;
      color: #000000;
}

h1 {
      font-size: 22px;
      color: #4BACC6;
      font-weight: bold;
      margin: 0px 0px 30px 0px;
}

h2 {
      font-size: 16px;
      font-weight: bold;
      margin: 0px 0px 10px 0px;
}

h3 {
      font-size: 16px;
      font-weight: bold;
      margin: 30px 0px 16px 0px;
}

p {
      margin: 0px 0px 16px 0px;
      line-height: 16px;
}

p.article-infobox {
      font-size: 14px;
      line-height: 16px;
}

p.header {
      font-size: 14px;
      font-weight: bold;
      margin: 10px 200px 0px 0px;
      text-align: right;
}



/** LAYOUT **/
header#main-header { 
      width: 100%;
      border: 0px solid blue;
      height: 130px;
      float: left;
     
}

/**
 Navigation
**/

#sidebar {
      width: 250px;
      height: auto;
      float: left;
      border: 0px solid green;
      
}

/**
 Navigation 1
**/
#nav_1 .navi_oben {
      width: 190px;
      list-style: none;
      margin: 0px 30px 0px 20px;
      padding: 0px 0px 0px 0px;
      font-size: 14px;
      border: 0px solid red; 
}

#nav_1 .navi_oben li a {
      width: 190px;
      height: 25px;  /** height = line-height => Inhalt wird vertikal mittig ausgerichtet**/
      display: block;      
     /**  background-color: rgba(75, 172, 198, 0.8); **/ 
      background-color: rgb(75, 172, 198); 
      border: 1px solid white; /** white **/
      margin: 0px 0px 5px 0px;
      padding: 0px 5px 0px 5px;
     /* padding: 0px 5px 0px 5px; */
      text-decoration: none;
      color: #fff;
      line-height: 25px;
  /**     text-shadow: 1px 1px 0px #000000; **/
}

#nav_1 .navi_oben li a:hover {
      /**  background-color: rgb(220, 220, 220); **/
    background-color: rgba(255, 255, 255, 0.8); 
      /** color: rgb(75, 172, 198); **/
      color: #F79647;
    /**  color: rgba(75, 172, 198, 0.8);  **/
      text-decoration: underline;
        
}


/**
 ENDE-Navigation
**/


#streifen {
      width: 200px;
      height: 190px;
      margin: 0px 30px 10px 20px;
      border: 0px solid green;
      background-image: url(../images/streifen.jpg); 
}

#vtroidl {
      width: 200px;
      height: 190px;
      margin: 0px 30px 10px 20px;
      border: 0px solid green;
      background-image: url(../images/1verena_troidl.jpg); 
}

/**
 BEREICH FÜR DEN INHALT
**/
      
article#inhalt {
      width: 550px;
      margin: 120px 0px 30px 0px;
      padding: 0px 15px 0px 0px;
      border: 0px solid silver;
      float: left;
  /**    background-color: white;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8; **/
}



#inhalt .liste_inhalt {
      
      margin: 0px 0px 10px 20px; 
      padding: 0px 0px 0px 0px;
border: 0px solid red;
}
      
#inhalt .liste_inhalt li {
      
      margin: 0px 0px 5px 0px; 
      padding: 0px 0px 0px 0px; 
border: 0px solid green;
}

/**
 ENDE-INHALT
**/


/**
 INFOBox
**/


section#infobox {
      width: 215px;
      height: auto;
      margin: 200px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border: 0px solid red;
      float: left;
      -moz-box-shadow: 15px 5px 10px #999;
      -webkit-box-shadow: 15px 5px 10px #999;
      -o-box-shadow: 15px 5px 10px #999;
      box-shadow: 15px 5px 10px #999;      
} 

header#header-infobox {
      margin: 0px 0px 0px 0px;
      padding: 5px 5px 5px 5px;
      background-color: #CCCC00;
      border-top: 1px solid gray; 
      border-left: 1px solid gray;
      border-right: 1px solid gray;   
      width: 100%;
      float: left;
}

article#article-infobox {
      margin: 0px 0px 0px 0px;
      padding: 5px 5px 5px 5px;
      background-color: white;
      border: 1px solid gray;  
      width: 100%;
      float: left;
}


footer {
      clear: both;
      width: 100%;
      border: 0px solid blue;
      height: 50px;
      font-size:11px;
      line-height: 50px;
      display: block;
      text-align: center;
 }
