/*  Stylesheet fuer ANSH GmbH  */
/*  Erstellt:         NWe - 24.10.07  */
/*  Letzte Aenderung: NWe - 11.03.08  */

/* helles grau: #999
   dunkles grau: #666 */

/* standard definitionen */
html,
body,
div {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
img,
a img {
border: none;
}
a:active,
a:hover {
color: #f00;
text-decoration: underline;
}
p {
line-height: 1.3em;
}
hr.separator {
display: none;
}
.clr {
clear: both;
}

/* end standard definitionen */

/* positionierung und aussehen der boxen */
body {
margin: 0;
padding: 0;
background-color: #666;
text-align: center;
}
#wrapper {
width: 982px;
height: 100%;
margin-left: auto;
margin-right:auto;
text-align: left;
}
#page {
background-color: #fff;
border: 1px solid #fff;
}
#header {
background: #fff url(../images/header.jpg);
background-repeat: repeat-x;
background-position: right top;
}
#navigation {
position: absolute;
width: 980px;
top: 182px;
}
#navigation li.nav-home {width: 54px; border-bottom: none; border-left: none;}
#navigation li.nav-unternehmen {width: 98px; border-bottom: none;}
#navigation li.nav-service {width: 64px; border-bottom: none;}
#navigation li.nav-events-news {width: 105px; border-bottom: none;}
#navigation li.nav-verkauf {width: 67px; border-bottom: none;}
#navigation li.nav-vermietung {width: 86px; border-bottom: none;
/* Zur Zeit ausgeblendet, weil noch in Vorbereitung */
display: none;
}
#navigation li.nav-kontakt {width: 65px; border-bottom: none;}
#main {
padding: 0;
margin: 0;
min-height: 300px;
}
#col1 {
float: left;
width: 630px;
margin: 0;
margin-top: 10px;
min-height: 450px;
}
#col2 {
width: 350px;
margin: 10px 0 0 630px;
}
#col3 {
background-color: #fff;
padding: 40px;
padding-top: 30px;
}
#col1-content {
background-color: #fff;
border-right: 1px solid #666;
padding: 40px;
padding-top: 10px;
}
#col2-content {
background-color: #fff;
margin: 40px;
margin-top: 10px;
padding-top: 10px;
}
#col2-content img {
text-align: center;
}
#footer {
clear: both;
display: block;
margin-top: 10px;
width: 980px;
height: 35px;
background: #999;
}
#footer-content {
padding-left: 20px;
padding-top: 5px;
}

/* schrift und spez. definitionen */
h2 {
font-size: 1.7em;
color: #00f;
font-weight: 100;
padding-top: 0px;
padding-bottom: 20px;
}
h3 {
font-size: 1.7em;
color: #00f;
font-weight: 100;
border-bottom: 1px solid #999;
}
h4 {
font-size: 1.1em;
color: #000;
font-weight: bold;
border-bottom: 1px solid #000;
margin-bottom: 0;
}
#footer-content {
font-size: 85%;
}
#footer a {
color: #000;
}

#list li {
line-height: 1.7em;
}
.left {
float: left;
margin-right: 40px;
border: 1px solid black;
}
.kontaktperson {
min-height: 160px;
}
/* end schrift und spez. definitionen */

/* kontaktformular */
form p {
clear: left;
margin: 0;
padding: 0;
padding-top: 0.5em;
}
form p label {
float: left;
width: 150px;
}
form p label.label-checkbox {
float: left;
width: 200px;
margin-left: 150px;
border: none;
background-color: #fff;
}
form input.checkbox {
width: 20px;
border: none;
background-color: #fff;
}
form input,
form textarea {
width: 300px;
border: #666 1px solid;
background-color: #ebebeb;
}
form input:focus,
form textarea:focus {
background-color: #fff;
}
form input.submit {
width: 100px;
margin-left: 150px;
}
/* end kontaktformular */

/* oeffnungszeiten table */
table.oz {
width: 100%;
border-collapse: collapse;
empty-cells: show;
}
table.oz td {
border: 1px dotted gray;
vertical-align: top;
height: 20px;
width: 33%;
padding: 3px;
}
/* end oeffnungszeiten table*/

/* startseite table */
table.dl-table {
width: 100%;
empty-cells: show;
}
table.dl-table tr {
background: #efefef;
}
table.dl-table td {
border: none;
padding: 7px 5px;
vertical-align: top;
}
table.dl-table td.tpic {
text-align: center;
vertical-align: middle;
}
table.dl-table td p {
padding: 0;
}
ul.dl {
padding-left: 15px;
margin: 0;
}
ul.dl li {
padding-top: 3px;
}

/* clear-fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
