/*
whf.at - Stylesheet
Author: Alex Hofbauer

This CSS is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Use it - reuse it - abuse it. Everyone can web for free!

*/
html {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

body {
  margin: 0 0 50px 0;
  padding: 20px 0 0 0;
  text-align: left;
  background: #e7e1d9;
}

a img {
  border: none;
  background-color: transparent;
}

/*.transpng {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); remove the original image every other browser displays correctly
}*/


#page {
  width: 770px;
  margin: 0 auto;
  background: white url(images/contbg.gif) bottom right no-repeat;
  padding: 0 0 0 0;
  border: 1px solid #5385bf;
}
#top {
  color: grey;
  padding: 8px 10px 5px 0;
  margin: 0 0 5px 0;
  display: block;
  text-align: right;
  vertical-align: middle;
}
#top a {
  color: black;
  text-decoration: none;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
#top a:hover {
  text-decoration: none;
  border-top: 3px solid #aeceed;
  border-bottom: 3px solid #aeceed;
}
  
#header {
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
  background: transparent url(images/navbg.gif) repeat-x top left;
  height: 60px;
  border-bottom: 6px solid #aeceed;
  border-top: 6px solid #aeceed;
}
  
#logoimg {
  height: 55px;
  width: 310px;
  margin: 5px 0px 0px 10px;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');*/
  display: inline; /* it's the double-margin bug. */
}

#slogoimg {
  height: 23px;
  width: 189px;
  margin: 18px 45px 0px 0px;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slogan.png');*/
  display: inline;
}
    

#pagenav, #subnav {
  clear: both;
  width: 755px;
  height: 20px;
  padding: 5px 0 0 0;
  margin: 5px auto;
  background: white;
}
    
#pagenav ul, #subnav ul {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  display: block;
  width: 592px;
}

#pagenav ul li, #subnav ul li {
  display: block;
  width: 104px;
  float: left;
  margin: 0 8px;
}

#pagenav ul li a, #subnav ul li a {
  text-decoration: none;
  font-weight: normal;
  color: black;
  display: block;
  width: 100px;
  padding: 2px 0 2px 0;
  border: 1px solid white;
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin: 1px 0 1px 0;
}

#pagenav #home a:hover          {  }
#pagenav #firmenprofil a:hover  {  }
#pagenav #leistungen a:hover    {  }
#pagenav #partner a:hover       {  }
#pagenav #aktuelles a:hover     { background-color: #ffe493; border-color: orange; }
#pagenav #kontakt a:hover       {  }

#pagenav #home, #pagenav #kontakt {
  margin-left: 0px !important;
}

#pagenav a:hover {
  text-decoration: none;
  border-color: #aeceed;
  font-weight: bold;
  color: black;  
}

#pagenav a.active_site, #pagenav a.active_site:hover, #subnav ul li a.active_subsite, #subnav ul li a.active_subsite:hover {
  color: #aeceed;
  text-decoration: none;
  border: 1px solid #aeceed !important;  
  margin: 2px 1px 2px 1px;
  font-weight: normal;
  background: white !important;
}

#subnav {
  clear: both;
  width: 710px;
  height: 25px;
  padding: 10px 0 0 0;
  margin: 10px auto 5px auto;
  border-top: 1px dashed #aeceed;

}
    
#subnav ul {
  width: 243px;
  border: none;
  height: 25px;
}

#subnav ul li a {
  color: black;
  border: none;
  border: 2px solid white;
  font-weight: bold;
  margin: 0;
}
  
#subnav ul li a:hover {
  border: 2px solid #fcd30f;
  font-weight: bold;
  background: white;
  color: black;
}

#subnav ul li a.active_subsite, #subnav ul li a.active_subsite:hover {
  margin: 1px 0 1px 0;
}




#content {
  padding: 40px 50px 60px 50px;
  margin: 0;
  background: transparent;
  color: #2e5378;
  text-align: justify;
  /* Let us do some friggin' browser magic for the all fucked up IE */
  min-height: 300px;
  height: auto;
}  
* html #content { height: 300px; } /* PUFF! the magic dragon */
html + body #content { height: 300px; } /* PUFF! the magic dragon again */  


h1 {
  color: black;
  font: bold 13px Verdana, Arial, Helvetica, sans;
  text-align: left;
  margin: 0 0 5px 0;
}

h2 {
  color: black;
  font: bold 12px Verdana, Arial, Helvetica, sans;
  text-align: left;
  margin: 0 0 5px 0;
}
h2 a {
  color: #FF6700 !important;
  font-weight: normal;
}

.describer {
  color: black;
  text-align: left;
}
  
h3 {
  color: black;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 5px 0;
}

hr {
  height: 1px;
  color: #aeceed;
  border: 1px dashed #aeceed;
}


.shadow {
  background: url(images/imgshadow.gif) bottom right no-repeat;  
  margin: 4px 0 0 4px;
  padding: 0px 4px 4px 0;
}
.shadow > img { /* guess who doesn't understand ">". Right! Beloved IE. */
  border: 1px solid #aeceed;
  padding: 4px;
  position: relative;
  margin: -4px 0px 0px -4px;
  float: left;
}
* html .shadow img {
  border: 1px solid #aeceed;
  padding: 4px;
  position: relative;
  margin: -4px 0px 0px -4px;
  float: left;
} 
html + body .shadow img { 
  border: 1px solid #aeceed;
  padding: 4px;
  position: relative;
  margin: -4px 0px 0px -4px;
  float: left;
}

.border {
  border: 1px solid #aeceed;
  padding: 4px;
  margin-left: -4px;
} 

.shadow div.contentbox, .shadow div.contentbox-white {
  border: 1px solid #aeceed;
  padding: 8px;
  position: relative;
  margin: -4px 0px 0px -4px;
  font: 11px Verdana, Arial, Helvetica, sans;
  text-align: left;
  background: #f2f7fd;  
}
.shadow div.contentbox-white {
  background-color: white;
}
.wrapper {
  padding-bottom: 17px;
}

    
.content-left {
  margin: 0 0 20px 0;
}
.content-right {
  margin: 0 0 20px 20px;
}
    
.ileft { float: left; }
.iright { float: right;  }
.inew { clear: both; }

.icenter { margin: 0 auto; text-align: center; }
.spacer { width: 70px; }


.more {  text-align: right; }        
.more a {
  color: black;
  padding: 2px 0 2px 0;
}
.more a:hover {
  background-color: #aeceed;
  text-decoration: none;
  font-weight: normal;
}
  
#content a {
  color: black;
}

.bold {
  font-weight: bold;
  }

/* "Maybe we're victims of fate
    Remember when we'd celebrate
    We'd drink and get high until late
    And now we're all alone"
    
    Protect me from what I want
    Protect me from what I want
    Protect me from what I want
    Protect me protect me
*/


