/*********************************************************************************************
*  CSS-Datei: handheld.css
*
*  Website: www.webandbreakfast.de
*  Autor: Katharina Hirsch
*  Version: 1.0 vom 30.12.2005
*
**********************************************************************************************/

/* Rückstellung aller Einstellungen
===============================================================================*/

* {
        margin:0;
        padding:0;
}

/* Allgemeine Seitenformatierungen
===============================================================================*/

html, body {
        width: 97%;
        height: 99.9%;
        background-color: #ffffef;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 100.01%;
        margin-left: 5px;
}


li {
margin-left: 1em;
}

#navigation ul, #seite ul {
list-style-type: square;
margin-bottom: 1em;
list-style-position: outside;
font-size: 90%;
}

#content ul {
list-style-type: circle;
margin-bottom: 1em;
list-style-position: outside;
font-size: 90%;
}

p {
font-size: 90%;
line-height: 1.2em;
margin-bottom: 1em;
}

blockquote p {
width: 80%;
margin-left: 1em;
}

#home blockquote p {
        background-color: #EFF1EF;
}

#philosophie blockquote p {
        background-color: #F1DED5 !important;
        }

#leistungen blockquote p {
        background-color: #FDF7D3 !important;
        }

#referenzen blockquote p {
        background-color: #EAEBC2 !important;
        }


.fett {
font-weight: bold;
}

.italic {
font-style: italic;
}

a {
color: blue;
text-decoration: none;
border-bottom: 1px solid blue;
}

a:hover, a:focus {
border-bottom: 1px dashed blue;
}

a:visited {
color: #00AFFF;
border-bottom: 1px solid #8EB6C7;
}

a:visited:hover, a:visited:focus {
border-bottom: 1px dashed #00AFFF;
}

h1 {
font-family: "Times New Roman", serif;
}

#home h1, #kontakt h1, #impressum h1 {
background-color: #CCD6BC;
}

#philosophie h1, #zielgruppe h1, #herangehen h1 {
        background-color: #D99384;
}

#leistungen h1, #analyse h1, #konzeption h1, #realisierung h1, #betrieb h1, #preise h1 {
        background-color: #FDE77D;
}

#referenzen h1, #ref_liegeradmagazin h1, #ref_baerenstich h1, #ref_baerenmagazin h1, #ref_teddystiftung h1, #ref_sv h1, #ref_zentralkartei h1, #ref_amv h1 {
        background-color: #C0CE5F;
}

#team h1, #knowhow h1 {
        background-color: #8EB6C7;
}

h2 {
        color: #000;
        font-size: 150%;
        font-weight: normal;
        padding: 0 8px;
        border-left: 12px solid #CCD6CB;
        margin: 10px 0;
}

/* farbige Ränder bei Überschriften im Contentbereich
===============================================================================*/

#philosophie h2, #zielgruppe h2, #herangehen h2 {
        border-left: 12px solid #d99384;
}

#leistungen h2, #analyse h2, #konzeption h2, #realisierung h2, #betrieb h2, #preise h2 {
        border-left: 12px solid #FDE77D;
}

#referenzen h2, #ref_liegeradmagazin h2, #ref_baerenstich h2, #ref_baerenmagazin h2, #ref_teddystiftung h2, #ref_sv h2, #ref_zentralkartei h2, #ref_amv h2 {
        border-left: 12px solid #C0CE5F;
}

#team h2, #knowhow h2 {
        border-left: 12px solid #8EB6C7;
}

acronym {
        border-bottom: 1px dotted #CCD6CB;
        cursor: help;
}

img {
margin-bottom: 1em;
border: 1px solid black;
}

.team_text {
margin-bottom: 1em;
}

#content a.extern:before {
        content: url(../images/ext.gif);
}

form {
width: 95%;
}

#content label, #content input, #content button {
        font-size: 95%;
        line-height: 2em;
}

#content button {
        margin-top: 1em;
        margin-right: 0.6em;
        padding: 0 5px;
}

#content label {
        width: 8em;
        text-align: right;
     }

#content input {
width: 90%;
          border: 1px solid #FFFFE7;
             margin-left: 10px;
               padding: 2px 2px 2px 5px;
        cursor: pointer;
        vertical-align: middle !important;
        background-color: #CCD6CB;
}

#content textarea {
        border: 1px solid #FFFFE7;
        background-color: #CCD6CB;
        width: 90%;
        margin-left: 10px;
        margin-bottom: 3px;
        font-size: 95%;
        font-family: Helvetica, Arial, sans-serif;
        cursor: pointer;
        padding: 2px;
}


#content input:hover, #content input:focus, #content textarea:hover, #content textarea:focus {
        background-color: #FFFFE7;
        border: 1px solid #CCD6CB;
}

.pflicht {
        font-weight: bold;
}


#content fieldset {
        border: 1px solid #CCD6CB;
        padding: 5px;
}

#header {
font-size: 90%;
}

img.stat {
display: none;
}
