@charset "utf-8";
/************************************************
    CSS StyleSheet
    diebestenimnordwesten.de

    Media: print

    www.ahlersheinel.de
************************************************/

/* STRUKTUR
************************************************/

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

html {
    height: 100%;
}


body {
    background: #eee url("/images/body/balken.jpg") repeat-x;
    font-family: arial,helvetica,sans-serif;
    color: #454c52;
    font-size: 80%;
    text-align: center;
    line-height: 140%;
}


/* Container
*************************************************/

#wrapper {
    background: #fff url("/images/body/grey.gif") repeat-y 100%;
    margin: 0 auto;
    width: 890px;
    text-align: left;
    background-color: #fff;
}

#head {
    height: 80px;
}

.diebestenlogo{
    float: left;
    margin: 22px 0 14px 0px;
}

.schafferlogo {
    margin-top: 30px;
    float: right;
}

#headimage {
    display: none;
}

#teaser {
}

#teaser a {
}

#navbar {
    display: none;
}

#content {
    width: 460px;
    min-height: 390px;
    padding: 2em 3em 0em 1em;
    float: left;
}

#content a {
    text-decoration: underline;
    color: #32992b;
}

#sidebarbox {
    display: none;
}

#europalogo img {
    margin: 0 0.5em 0.5em 0.5em;
}

#footer {
    display: none;
}

#footer span {
    display: none;
}

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

h1 {
    font-size: 170%;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    color: #004c91;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 1em;
    color: #004c91;
}

h2.abstandunten {
    margin-bottom: 0.5em;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 0.7em 0;
    color: #004c91;
}

h4 {
    margin-top: 10px;
}

#head h1{
    margin:0;
}

a {
    color: #454c52;
}

a:hover {
    color: #32992b;
}

a:visited {
    color: #454c52;
}

a, a:link, a:active {
    text-decoration: none;
}


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

ul.navi li {
    /*border: 1px solid red;*/
    margin-left: 0px;
    overflow: hidden;
    width: 150px;
    margin-bottom: 0.5em;
    list-style: none;
}

ul.navi li a, ul.navi li a.active {
    background-position: 0 0.2em;
    background-repeat: no-repeat;
}

ul.navi li a {
    display: block;
    color: #444;
    background-image: url(/images/body/liste-hover.jpg);
    padding-left: 20px;
}

ul.navi li.active a {
    color: #32992b;
    background-image: url(/images/body/liste.jpg);
}

ul.navi li ul li a {
    padding-left: 2.5em;
}

ul.navi li a:hover, ul.navi li.active ul li a:hover {
    color: #32992b;
    background-image: url(/images/body/liste.jpg);
}


ul.subnav {
    margin-top: 1.5em;
    font-size: 90%;
    line-height: 130%;
    list-style: none;
}

/* CONTENT
************************************************/

#content p {
    margin-top: 0.5em;
}

#content ul{
    list-style: none;
}

#content ul li {
    margin-top: 0.3em;
}

#content ul#kontakt {
    width: 400px;
    margin-bottom: 0.5em;
}

#content ul#kontakt li span {
    width: 100px;
    float: left;
}

#content ul.klienten {
    margin: 0 0 1em 13px;
    list-style: disc;
}

#content ul.team {
    margin-top: 1em;
    display: block;
    width: 460px;
    float: left;
}

#content ul.team li {
    float: left;
    width: 153px;
    height: 207px;
}

#content ul.team li img {
    display: block;
    margin-bottom: 3px;
}

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

#sidebarbox h3 {
    margin-top: 1em;
}

#sidebarbox dl dt {
    font-weight: bold;
    line-height: 180%;
}

#sidebarbox dd.more {
    margin-bottom: 1.5em;
}



/* FORMULAR
************************************************/

input, textarea.form {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0.1em 0.5em;
    color: #444;
    font-family: arial,helvetica,sans-serif;
}

input:focus, input:hover, textarea:focus,textarea:hover {
    background-color: #f2f9ff;
}

#content input.form, #content textarea.form {
    width: 400px;
    font-size: 100%;
}

#content input.auswahl {
    width: 70px;
    size: 15;
}

input.button {
    margin-top: 5px;
    color: #444;
    padding: 0px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    font-size: 95%;
}

input.button:focus, input.button:hover {
    color: #444;
    border: 1px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f2f9ff;
}

input { vertical-align: middle; }

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

label.inline {
    display: inline;
}

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

a.zurueck {
    text-decoration: underline;
    margin-top: 1em;
}

p.margintop { margin-top: 1em; }
.clear { clear: both; }
.none { display: none; }
.L { float: left; margin-right: 1em; }
.R { float: right; margin-left: 1em; }

img.L, img.R { margin-top: 0.3em; }


