/*
CCS3 - Wölfel-Site
*/
html, body {
font: 96% arial,sans-serif;text-align:center;
text-align:left;
color: #272727;
background-color: #fff;
color:#272727;

}
/*
###############################################################
### ALLGEMEINE EINSTELLUNGEN                              #####
###############################################################
*/
* {
margin:0px;
padding:0px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

img,table {
border: none;
}

/* 
###############################################################
### CONTAINTER STRUKTUR                                   #####
###############################################################
*/
#wrapper {
background-color: white;
width:780px;
margin:auto;
min-height:500px;
padding-top:30px;
padding-bottom:10px;
}
#topwrapper {
width:780px;
height:270px;
background-color: white;
}
#corporatelogo {
width:180px;
height:270px;
float:left;
}

#toplogo {
width:600px;
height:270px;
float: right;
}

#mainwrapper {
background-color: #fff;
margin-top:10px;
width:780px;
min-height:700px;
}

#mainwrapper_full {
margin-top:10px;
width:780px;
min-height:700px;
}
#leftwrapper {
padding-top: 5px;
width:180px;
min-height:260px;
overflow: hidden;
float:left;
}

#content {
border-style: solid;
border-width: 1px;
border-color: #ccc;
font: 10 px arial,sans-serif;
margin-left: 180px;
background-color: white;
padding-left: 12px;
padding-right: 6px;
padding-top: 15px;
padding-bottom: 15px;
width:575px;
min-height:260px;
box-shadow: 6px 6px 4px #888888;
}
#tabelle {
border-style: solid;
border-width: 1px;
border-color: #ccc;
font: 10 px arial,sans-serif;
margin-left: 180px;
background-color: white;
padding-left: 12px;
padding-right: 6px;
padding-top: 15px;
padding-bottom: 15px;
width:575px;
min-height:260px;
box-shadow: 6px 6px 4px #ABABAB;
}
/*****************FOOTER================*/
#footer {
margin-top:28px;
background-color: white;
color: #666666;
font-size:0.9em;
width:100%;
text-align:center;
padding-top:2px;
padding-bottom:2px;
}
/* Zum Abschliessen von Float-Konstrukten */
.clear {
clear:both;
height:0px;
width:0px;
font-size:0.0em;
visibility:hidden;
}

/*
#############################################################
### FOOTER                                              #####
#############################################################
*/
#footer {
margin-top:14px;
background-color: white;
color: #666666;
font-size:0.9em;
width:100%;
text-align:center;
padding-top:2px;
padding-bottom:2px;
}
#footer ul {
display:inline; /*Enfernen, falls Menüs auf einer Zeile erscheinen sollen */
}
#footer ul li {
display:inline;
}
#footer a {
display:inline-block;
color:white;
text-decoration:none;
padding-left:7px;
padding-right:7px;
text-align:center;
}
#footer a:hover,
#footer #current a {
color: #ccc;
text-decoration:underline;
}
/*
#############################################################
### STYLING ELEMENTS                                    #####
#############################################################
*/
/* Überschriften Inhaltsbereich */
h1 {
font: bold 1.3em arial, helvetica, sans-serif;
color: #272727;
margin-bottom:5px;
padding:0px;
}
h2 {
font: bold 1.2em arial, helvetica, sans-serif;
color: #272727;
margin-bottom:5px;
padding:0px;
}
h3 {
font: bold 1.0em arial, helvetica, sans-serif;
color: #272727;
margin-bottom:5px;
padding:0px;
}
h4 {
font: 1.0em  arial, helvetica, sans-serif;
color:#272727;
margin-bottom:5px;
padding:0px;
}

/* Links: Contentbereich*/
#content a:link,
#content a:active,
#content a:visited {
color:#0081af;
text-decoration:none;
}


}
* html #mainwrapper {
margin-top:0px;
}

.slideshow {
  overflow: hidden;
  height: 270px;
  width: 600px;
  }

/*!...........MENÜTEIL............................
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#cssmenu {
  font-weight: bold;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}
#cssmenu li {
  font: 80% Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu li a {
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  color: black;
  display: block;
  margin: 0;
  padding: 15px 15px;
  text-decoration: none;
  font-weight: normal;
}

#cssmenu li a:hover {
  background-color: #eee;

  color: black;
  padding-bottom: 15px;
}
#cssmenu .active a{
  background-color: #eee;
  background-image: url(../images/Marke1.gif);
    font-weight: bold;
  color: black;
  list-style: none;
}


/* End */
