/*  CSS - Cascading Style Sheet */
/*  © Thomas Lang.November 2004 */
/*  =========================== */


/* Globale Styles */
/* -------------- */

body{
color:white;
}

body.content {
scrollbar-face-color:#616366;
scrollbar-highlight-color:#616366;
scrollbar-3dlight-color:#BEC2C9;
scrollbar-darkshadow-color:#616366;
scrollbar-shadow-color:#BEC2C9;
scrollbar-arrow-color:#BEC2C9;
scrollbar-track-color:#616366;

background-color:#616366;
background-image:url(../images/bg.gif);
background-attachment:fixed;
background-repeat:no-repeat;

font-family:'Eras Medium ITC',sans-serif;
color:#ffffff;
font-size:12pt;
padding-right: 3em;
padding-left: 3em;
padding-top: 2em;
}

a:link { font-weight:bold; color:#8594B5; text-decoration:none }
a:visited { font-weight:bold; color:#8594B5; text-decoration:none }
a:hover { font-weight:bold; color:#A8B4CD; text-decoration:none }
a:active { font-weight:bold; color:#A8B4CD; text-decoration:none }
a:focus { font-weight:bold; color:#A8B4CD; text-decoration:none }

a {
cursor:pointer;
}


/* Spezifische Styles */
/* ------------------ */


/* Gebaeude Deatils */

#optionlist{
font-size:7pt
}

#print_close{
position: absolute;
right: 8px;
bottom: 4px;
visibility: visible;
}

.bild_button{
cursor:pointer;
}

/* Architektur */

.main_header{
font-size:14pt;
font-weight:bolder;
border-bottom-width:1pt;
border-bottom-style:solid;
border-bottom-color:#A8B4CD;
color:#A8B4CD;
width:350px;
}

.sub_header{
font-size:12pt;
font-weight:bold;
color:white;
vertical-align:bottom;
height:40px;
}

.description{
font-size:11pt;
color:white;
vertical-align:top;
}


/* Kontakt */

td.contact {
font-weight:bold;
}

/* Firmenprofil */
.header {
font-family:'Eras Medium ITC',sans-serif;
color:#ffffff;
font-size:14pt;
line-height:14pt;
text-align: center;
padding-left: 20em;
}

p.content {
font-family:'Eras Medium ITC',sans-serif;
color:#ffffff;
text-align: justify;
font-size:12pt;
line-height:12.5pt;
}

p.signature {
text-align: right;
padding-top: 0.8em;
font-size:14pt;
line-height:13pt;
}

i.signature {
    font-size:12pt;
    line-height:10pt;
}

/* Mitarbeiter */

td.mitarbeiter_header {
font-weight:bolder;
font-size: 15pt;
width: 270px;
}

td.mitarbeiter_subheader{
font-weight:bold;
font-size:10pt;
}

td.lebenslauf_pdf_dl{
vertical-align:top;
text-align:right;
height:35px;
}

/* Niederenergie-, Passivhaus */

.ne_header {
color:#A8B4CD;
font-weight:bold;
font-size:13pt;
}