/*CSS f&#65533;r Variohaus */

body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    align: center;
    margin: 0px;
    padding: 0px;
}

/*Ueberschriften */

h1, h2, h3
{
    color: #666666;
    margin: 0px;
}
h1
{
    font-size: 18px;
    margin-bottom:10px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
}

p
{
    margin-top:0;
}

/* Links im Text */
a:link, a:visited, a:active, a:hover
{ 
    text-decoration: none;
    font-weight: bold;
    color: #900000;
    font-size: 12px;
}

a:active, a:hover
{ 
  color:#666666;
}

ul li
{
    list-style-type: square;
    margin-left: -22px;
    margin-bottom:5px;
}

ol li
{
    margin-left: -12px;
    margin-bottom:5px;
}

form
{
    margin:0;
}

/*Container */
#container
{       
    width: 970px;
    margin: 0px auto 0px auto;
    float: top;
}


/* Banner, Balken und Hauptmen&#65533; */
#head
{
}

/* Kriechpfad */
#path
{
    margin-top: 5px;
    margin-left: 200px; 
}

#path a
{ 
  font-weight: normal;
  font-style: italic;
  color: #666666;
}

#path, #content, #contentwide, #pictures
{
    margin-bottom: 5px;
}

/* Mittlerer Bereich */
#middle
{
    position:relative; 
}

/* siehe http://www.csscreator.com/attributes/containedfloat.php */
.autoclear:after
{
  content: ".";
  display: block;
  position:relative; /*works better in IE5.5 or float in float situations*/
  height: 0;
  clear: both;
  visibility: hidden;
}
.autoclear {display: inline-block;}
/* Hides from IE-mac \*/
* html .autoclear {height: 1%;}
.autoclear {display: block;}
/* End hide from IE-mac */
/*]]>*/ 

/* Untermen&#65533; vertikal */
#leftnav
{
    float: left;
    height: auto;
    font-weight: bold;
}

#innerleftnav
{
    margin-bottom:20em;
}

#leftnav a:link, #leftnav a:visited
{ 
  color: #000000;
}

#leftnav a:active, #leftnav a:hover
{ 
  color: #666666;
}

#leftnav, #servicenav
{
    width: 170px;
    line-height: 25px;
}

#leftnav .active
{
    margin-right: 1px;
    margin-top:1px;
    margin-bottom:0;
    
}

#leftnav .imgactive
{
    float:left;
    margin:7px 4px 0 0;
    padding:0;
    
}

#leftnav .notactive, #servicenav a
{
    padding-left: 20px;
}

/* Trennlinie Menu */
#leftnav .line, #leftnav .lineactive, #servicenav .line, #servicenav .lineactive
{
    background-image: url(/layout/line_nav.gif);
    background-repeat: repeat-x;
    height: 1px;
    font-size: 1px; /* stupid IE */
}

#leftnav .lineactive
{
    margin-top:0;
}

/* Inhalt */
#content, #contentwide
{
    margin-left: 30px;
    padding-bottom:10px;
    float: left;
    min-height:320px;
    height:320px;
}

html>body #content, html>body #contentwide
{
    height:auto;
    min-height:320px;
}

#content
{
    width: 510px;
    padding-top:9px;
    padding-right:20px;
}

/* Breiter Inhalt (ohne Bilder rechts) */
#contentwide
{
    width: 750px;
}


/* Bild zum Text */
#pictures
{
    margin-left: 10px;
    margin-top: 5px;
    width: 200px;
    float: left;    
    clear: top; 
}

/* Servicelinks vertikal */
#servicenav
{
    position:absolute;
  left:0;
  bottom:0;
  height:9em;
  overflow:auto;
}

/* Fusszeile */
#footer
{
    color: #FFFFFF;
    background-image: url(/layout/footer.gif);
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    width: 970px; 
    line-height: 24px;
    clear: left;
}

/* Links Fusszeile */
#footer a
{
  color: #FFFFFF;
}

/* Bauland &#65533;bersicht */
.baulandoverview
{
    border-collapse:collapse;
    width:600px;
}

.baulandoverview td, .baulandoverview th
{
    border:1px solid #666666;
    padding:2px;
}

.baulandoverview th
{
    text-align:left;
    font-weight:bold;
}

/* Tabelle Bauland */
.bauland
{
    border-collapse:collapse;
    width:530px;
    margin-top:10px;
}

.bauland td, .bauland th
{
    border:1px solid #666666;
    padding:2px;
}

.bauland th
{
    text-align:left;
    vertical-align:top;
    font-weight:bold;
    width:150px;
}

/* Kontaktformular */
.contact th, 
{
    text-align:left;
    vertical-align:top;
}

.contact td, .contact th
{
    border:0;
    border-width:0;
    border-collapse:collapse;
    padding-bottom:2px;
}

.contact .left
{
    width: 100px;
}

.navisearch
{
    margin:0;
    padding:0;
    font-size:10px;
    margin-left:17px;
}

/* Seite: Unternehmen -> Unser Team */
.teampicture
{
    float:left;
    margin:2px;
    margin-bottom:10px;
}

/* Seite: Unternehmen */
.unternehmen
{
    float:left;
    margin-right:10px;
}

/* Bildergalerie */
.bildergalerie img
{
    border:1px solid #900000;
}

.bildergalerie td
{
    text-align: center;
    vertical-align: top;
}

.links
{
    float:left;
    margin-right:10px;
}

/* module picturelist */

#pictures .leftpic
{
    margin-top:2px;
    margin-bottom:2px;
}

#pictures p
{
    margin-bottom:5px;
}

#pictures {
    background-color:#FFF;
}

/* end module picturelist */

div.galeryImage {
    float:left;
    margin-right:18px;
    margin-bottom:15px;
}
.galeryImage img {
    padding:1px;
    border:1px solid #900000;
}

div.image {
    margin-bottom:15px;
    width:200px;
    background-color:#DDD;
}

div.image img {
    margin-bottom:0;
    border:none;
}

div.image .description {
    padding:3px;
    font-size:10px;
}

div.newsRight {
    margin-bottom:10px;
    padding-top:3px;
    padding-bottom:3px;
    background-color:#DDD;
}

div.newsRight div.title {
    font-size:10px;
    padding-bottom:3px;
    padding-left:2px;
    padding-right:2px;
}

div.newsRight img {
    border:none;
}

div.newsRight div.summary {
    font-size:10px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:2px;
    padding-top:3px;
}

div.mitarbeiter {
    clear:left;
    border:1px solid white;
    height:120px;
}

div.mitarbeiter div.right {
    float:right;
    width:280px;
}

div.mitarbeiter img {
    float:left;
    margin-right:10px;
}

div.mitarbeiter div.title {
    font-weight:bold;
    margin-bottom:5px;
}

div.mitarbeiter div.funktionen {
    margin-top:5px;
    margin-bottom:5px;
}

div.mitarbeiter div.email {
    margin-top:5px;
}

div.linklist {
    clear:both;
    padding-top:5px;
    padding-bottom:10px;
}

div.linklist div.link {
    float:left;
    width:220px;
}

div.linklist div.description {
    float:right;
    width:280px;
}

div.artikelliste {
    background-color:#DDD;
    padding:5px;
    margin-top:15px;
    margin-bottom:15px;
}

div.artikelliste div.title {
    margin-bottom:5px;
}

div.newsGross {
    background-color:#DDD;
    margin-top:15px;
    margin-bottom:15px;
    clear:both;
    height:100px;
}

div.newsGross img {
    float:left;
    padding:0;
    margin:0;
    border:none;
}

div.newsGross div.right {
    float:right;
    width:520px;
    padding:5px;
}

div.newsGross div.title {
    margin-bottom:10px;
}

div.validationError {
    padding-left:5px;
    padding-bottom:5px;
    font-weight:bold;
}