@charset "utf-8";
/************************************************
    CSS StyleSheet
    halbrock.de
    
    Media: Screen
    Part:  Main
    
    last change: DM 2005-10-21

************************************************/

/*********************************
    BASIC
*********************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: small;
    background: #fff;
    font: small/140% "Lucida Grande", verdana, helvetica, Arial, sans-serif;
    background: #fff url("/pics/body/bg_halusite.gif") repeat-y 50% 0;
    color: #333;
    text-align: center;
}

#wrapper {
    width: 794px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 2em;
    background: url("/pics/body/wrapperbg.jpg") no-repeat 0 0;
}

#sidebar {
    float: left;
    width: 230px;
    padding-top: 110px;
}

#content {
    float: left;
    width: 520px;
    min-height: 400px;
    margin-bottom: 2em;
}


#head {
    height: 110px;
    height: 110px;
    overflow: hidden;
    /*text-indent: -2000px;*/
}

#head p {
    margin-top: 40px;
    height: 37px;
    background: url("/pics/body/logo_halusite.gif") no-repeat 100% 0;
}

#head p a {
    text-indent: -2000px;
    display: block;
    text-decoration: none;
    height: 37px;
}

#tabs {
    float: right;
    width: 40px;
    text-align: right;
    overflow: hidden;
}

/*********************************
    SIDEBAR
*********************************/

ul.navi {
    list-style: none;
    width: 200px;
    margin-bottom: 0.5em;
}

ul.navi a {
    display: block;
    text-decoration: none !important;
}

ul.small a {
    font-size: 90%;
}

/*********************************
    TEXT
*********************************/

h1, h2, h3 {
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #492;
}

h1 {
    font-size: 140%;
    margin-bottom: 1em;
    line-height: 120%;
}

h2 {
    font-size: 120%;
    margin: 1em 0 0.5em 0;
}

h3 {
    font-size: 100%;
    margin: 1em 0 0.5em 0;
}

p {
    margin-bottom: 1em;
}

p.leadtext {
    font-weight: bold;
    color: #666;
    margin-bottom: 1.5em;
}

a, a:link, a:active {
    text-decoration: underline;
    color: #492;
}

a:visited {
    text-decoration: underline;
    color: #7b5;
}

a:hover {
    color: #027;
}

/*********************************
    NAVIGATION
*********************************/

ul.navi ul {
    list-style: none;
}

ul.navi a, ul.navi a:visited {
    padding: 2px 15px;
    text-decoration: none;
    color: #333;
}

ul.navi ul a {
    padding: 2px 25px;
}

ul.navi a.active, ulnavi a.active:visited {
    background-color: #fff;
    color: #492 !important;
}

ul.navi ul a.active, ul.navi ul a.active:visted {
    background-color: transparent;
    color: #492;
}

ul.navi ul a {
    padding-left: 30px !important;
}

ul.navi a:hover {
    background-color: #fff;
}

/*********************************
    TABS
*********************************/

#tabs ul {
    list-style: none;
    margin: 0 auto;
    background: url("/pics/body/tabbg.gif") no-repeat 100% 100%;
    height: 565px;
}

#tabs ul li {
    clear: both;
    text-indent: -2000px;
}

#tabs ul li a {
    margin-top: 23px;
    display: block;
    float: right;
    width: 14px;
    text-decoration: none;
}

#tabs ul li span {
    visibility: hidden;
}


#tabs ul li.fvk a {
    height: 217px;
    background: url("/pics/body/tabs.gif") no-repeat -14px 0;
}

#tabs ul li.fvk a:hover {
    background: url("/pics/body/tabs.gif") no-repeat 0px 0;
}

#tabs ul li.halusite a {
    height: 83px;
    background: url("/pics/body/tabs.gif") no-repeat -28px 0;
}

#tabs ul li.halusite a:hover {
    background: url("/pics/body/tabs.gif") no-repeat -28px 0;
}

#tabs ul li.fahrzeug a {
    height: 128px;
    background: url("/pics/body/tabs.gif") no-repeat -70px 0;
}

#tabs ul li.fahrzeug a:hover {
    background: url("/pics/body/tabs.gif") no-repeat -56px 0;
}

/*********************************
    LISTS
*********************************/

#content ul, #content ol {
    padding-left: 3em;
    margin-bottom: 1em;
}

dl {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #aaa;
}

dt {
    font-weight: bold;
    color: #000;
    font-size: 100%;
    border-top: 1px solid #aaa;
    padding-top: 0.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

dt span {
    display: block;
    font-size: 70%;
}

#content ul.subnav {
    float: left;
    width: 100%;
    list-style: none;
    margin: 1em 0 0 0;
    font-size: 90%;
    line-height: 120%;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
    padding-left: 0;
}

#content ul.subnav li {
    padding: 5px 0.5em;
}

#content ul.subnav li.L {
    float: left;
}

ul.subnav li.R {
    float: right;
    margin: 0;
}

/*********************************
    SITEMAP
*********************************/

#sitemap ul {
    padding-left: 0 !important;
}

#sitemap ul li {
    list-style: none;
    padding-top: 0.5em;
}

#sitemap ul ul {
    margin-top: 1em;
}

#sitemap ul li ul li {
    list-style: disc;
    margin-left: 2.5em;
    line-height: 110%;
    padding: 0;
}

#sitemap ul li a {
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #492;
}

#sitemap ul li ul li a {
    letter-spacing: 0;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

/*********************************
    PROJECTLISTS
*********************************/

dl.projekte dt {
    clear: both;
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #aaa;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 110%;
}

dl.projekte dd {
    margin-left: 120px;
    line-height: 120%;
}

dl.projekte dt span.img {
    float: left;
    diaply: block;
    width: 120px;
    height: 80px;
}

dl.projekte dt img {
    width: 100px;
    height: 75px;
}

/*********************************
    FORMS
*********************************/

#search {
     width: 170px;
     background: #ddf1d7 url("/pics/body/searchbg.gif") repeat-y 0 0;
     padding: 10px 15px;
}

#search input.form {
    width: 120px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

div#search input.submit {
    border: 0;
    background: url("/pics/body/lupe.gif") no-repeat 0 0;
    text-indent: -200px;
    width: 20px;
    height: 20px;
    cursor: hand !important;
}

input, select, textarea {
    font-weight: normal;
}

label {
    display: block;
    color: #444;
    font-size: 90%;
}

p.noblock label {
    display: inline;
}

input.form, textarea.form {
    padding: 2px 5px;
}

input.form, textarea.form, select.form { 
    background-color: #fafef9;
    border: 1px solid #bdb;
    width: 450px; 
    color: #037;
}

input.form:hover, textarea.form:hover, select.form:hover { 
    background-color: #fff;
}

input.form:focus, textarea.form:focus, select.form:focus { 
    border: 1px solid #492 !important;
}

select.form {
    width: 460px;
}

select.form option {
    padding: 2px 5px;
}

input.short {
    width: 200px;
}

input.button {
    background-color: #fafef9;
    border: 1px solid #bdb;
    border-right: 1px solid #492;
    border-bottom: 1px solid #492;
    color: #492;
    margin-top: 1em;
    font-size: 90%;
    padding: 3px 1em;
}

input.button:hover {
    background-color: #bdb;
}

/*********************************
    MISC
*********************************/

.clear {
    clear: both;
}

label {
    display: block;
    font-size: 90%;
}

img.float-left {
    float: left;
    margin-right: 1em;
}

img.float-right {
    float: right;
    margin-left: 1em;
}

div.box {
    background-color: #e5e5e5;
    padding: 0.5em;
    margin-top: 1.5em;
    margin-bottom: 1.0em;
}

div.box img {
    line-height: 0;
    margin: 0;
}

div.box h3 {
    margin-top: 0;
    margin-bottom: 0.7em;
}

/*********************************
    LANGUAGE-SELECTOR
*********************************/

ul#lang {
    margin-top: 10px;
    list-style: none;
    text-align: left;
}

ul#lang li {
    display: inline;
    padding: 0;
    padding-right: 10px;
}

ul#lang li a {
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
}

/*********************************
    TABELLEN
*********************************/

table {
    border-collapse: collapse;
    table-layout: fixed;
}

table caption {
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #c5102b;
    margin-bottom: 0.5em;
}

table th {
    font-weight: normal;
    color: #555;
}

table th, table td {
    border-bottom: 1px solid #aaa;
    padding: 0.2em 0.5em;
}

table td {
}

table .alternative {
    background-color: #f5f5f5;
}


/*********************************
    LIGHTBOX
*********************************/

#lightbox {
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
}	

#lightboxCaption { line-height: 120%; float: left; }
#keyboardMsg { line-height: 120%;  float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both; }
#overlay img { border: none; }

#overlay { background-image: url("/source/lightbox/overlay.png"); }

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url("/source/lightbox/blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/source/lightbox/overlay.png", sizingMethod="scale");
}


