/******************************
typo.css
Stylesheet-Datei

Autor:      Carsten Witt 
Version:    2009-05-20
******************************

0.	Grundlegendes

1. Typographie
1.1	Ueberschriften
1.2	Text
1.3	Links
1.4	Listen
1.5	Tabellen
1.6	Formulare
1.7	Bilder

2.  Bestimmte Seiten

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

/*******************************
0. 		Grundlegendes
******************************/
body,
input[type="text"],
textarea {
    font-family: "Trebuchet MS", Calibri, Verdana, Helvetica, sans-serif;
    
}

@media screen {
    body {
        font-size: 72%;
        line-height: 1.6em;
    }
    
    #layout {
        color: #596970;
    }    
}

@media print {
    body {
        font-size: 72%;
        line-height: 1.6em;
    }
}


.lessimportant { font-size: 0.9em; }

/*******************************
1.1		Ueberschriften
******************************/
h1 {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 0.05em;
    word-spacing: -0.15em;
}

h1.page { 
    text-transform: uppercase; 
    line-height: 1.25em;
}

@media screen {
    h1 { color: #fecb00; }
}



h2 {
    font-size: 1.25em;
}

h3 {
    font-weight: bold;
    font-size: 1.05em;
}

/*******************************
1.2		Text
******************************/
strong, b { font-weight: bold; }
em, i { font-style: italic; }

div.teaser {
    font-size: 1.2em;
    word-spacing: -0.05em;
}

@media print {
    div.teaser {
        font-size: 2em;
        word-spacing: -0.05em;
        color: #000000;
        top: 180px;
        position: absolute;
    }
    div.teaser div { display: none; }    
}


#hausdetails div.teaser {
    margin-top: 12px;   
}

#hausdetails div.teaser div {
    font-size: 0.9em;
    color: #a2a2a2;
}



div.teaser div.category_string {
    font-size: 0.9em;
    color: #bbb;
    margin-bottom: 12px;
}


body #lbCaption {
    font-weight: normal;   
}
ul.hauskategorien li div {
    color: #384f55;
}

.messagestack.info {
    font-size: 1.4em;
    text-align: center;
    line-height: 1.5em;
    color: #888;
    color: #669;
}

div.exposenavigation { font-size: 1em; }



/*******************************
1.3		Links
******************************/

a { color: inherit; }

#mainnavi ul li a:hover,
#mainnavi ul li a:active,
#mainnavi ul li a:focus,
#zusatzinfo ul li a:hover,
#zusatzinfo ul li a:active,
#zusatzinfo ul li a:focus  { text-decoration: none; }


@media screen {
    div.exposenavigation a {
        text-decoration: none; 
        color: inherit !important;
        color: #596970;
    }
    div.navigation a { 
        text-decoration: none; 
        color: white;    
    }

    div.navigation a:hover,
    div.navigation a:active,
    div.navigation a:focus,
    div.exposenavigation a:hover,
    div.exposenavigation a:active,
    div.exposenavigation a:focus { text-decoration: underline; }

}


.exposenavigation a {
    color: #a0adb0;
}

ul.hauskategorien a {
    color: #496268;    
    font-weight: bold;    
}


.exposenavigation a:hover,
.exposenavigation a:active,
.exposenavigation a:focus,
ul.hauskategorien li a:hover,
ul.hauskategorien li  a:active,
ul.hauskategorien li  a:focus {
    text-decoration: underline;   
}

/*******************************
1.4		Listen
******************************/


div.exposenavigation ul li {
    line-height: 1em;
}

.navigation .subnavi {
    font-size: 0.9em;   
}

/*******************************
1.5		Tabellen
******************************/
div.details table caption {
    font-size: 1.3em;
}

div.details table tr.odd th,
div.details table tr.odd td {
    background-color: #f7f7f7;
}

/*******************************
1.6		Formulare
******************************/

form h4 {
    font-weight: bold;
    font-size: 1.15em;   
}

input[type="text"],
textarea {
    font-size: 1.2em;   
}

/*******************************
1.7		Bilder
******************************/



/*******************************
2.		Bestimmte Seiten
******************************/




#hausnavi a {padding: 5px; background-color: #ebeaeb; color: #a0adb0}
#hausnavi a:hover {color: #496268}
#hausnavi div {padding: 5px; background-color: #ebeaeb; color: #a0adb0; display: inline; margin: 0px 5px 0px 2px}