@charset "UTF-8";
/* -- Allgemeines -- */
BODY {
    background: #e7f3f7 url(../img/grauwebklein.jpg) fixed repeat 0 0;
    color: black;
    padding: 1%;
    min-width: 640px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*A:link { color: #99B2FF; text-decoration: underline; }
A:visited { color: #0000B2; text-decoration: underline;}*/
A:link { color: #47A; text-decoration: underline;}
A:visited { color: #658; text-decoration: underline;}

.skip {
    position: absolute;
    margin-left: -999px;
    width: 990px;
}

H2, H3, H4 { font-weight: normal; }
H1, H2, H3, H4, H5, H6 {
    color: #69C;
    font-family: Georgia, "Times New Roman", Times, serif;
}

H1 {
    font-size: 2.7em;
    font-weight: normal;
    line-height: 0.8em;
    padding: 0.6em 0 0.2em 0.4em;
    border-bottom: 1px dashed #E6E6FA;
}

H2 {
    font-size: 1.7em;
    margin: 0.7em 0;
}

H3, H4, H5, H6 {
    font-size: 1.2em;
    margin: 0.5em 0;
}

HR {
    border-top: 1px solid #69c;
}

IMG {
    display:block;
    border: solid 1px #aaa;
    padding: 1px;
    max-width: 95%;
}

BLOCKQUOTE {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #aaa;
}

ADDRESS {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style:  normal;
    margin-left: 2em;
}

.head2 {
    clear:left;
}

.fleft {
    float: left;
    margin: 0 1em 0.2em 0;
}

.fright {
    float: right;
    margin: 0 0 0.2em 1em;
    padding: 1px;
}

/* -- Layoutspezifisches -- */
#container {
    font-size: 0.8em;
    max-width: 70em;
    margin: auto;
    border: 1px solid #aaa;
    border-top: 0;
    background: white;
}

#footer {
    clear: both;
    padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
    background: black url(../img/gizmoauge2.jpg) no-repeat;
    height: 64px;
    padding: 0 20px;
    text-align: right;
    line-height: 54px;
    font-size: 54px;
    overflow: hidden;
    letter-spacing: -3px;
    margin: 0;
}

#logo A {
    color: white;
    text-decoration: none;
}

#logo A SPAN { /* invertiert */
    color: black;
    background: white;
    padding-right: 0.1em;
    font-weight: bold;
}

/* - Menü - */
#menu {
    background: transparent url(../img/blauerbalken0.jpg) repeat-x 0 0;
    padding: 5px 5%;
    margin: 0;
    text-align: right;
    color: yellow;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
}

* HTML #menu {
    height: 30px;
}

#menu LI {
    font-size: 15px;
    display: inline; /* Menüpunkte nebeneinander */
    list-style-type: none;
    border-left: 1px solid white;
    padding: 0 10px 0 15px;
    font-weight: bold;
}

#menu LI A {
    color: white;
    text-decoration: none;
}

#menu LI A#unterseite { /*gelb markiert */
    color: yellow;
    text-decoration: none;
}

/* - Subnavigation, Rechte Spalte - */
DL#subnav {
    width: 26%;
    min-width: 10em;
    float: right;
    padding: 70px 1% 1em 1%;
    margin: 1em 1% 0 1%;
    border-left: 1px dotted #aaa;
    font-size: 0.9em;
    background: transparent url(../img/lizagizmo.jpg) no-repeat 65% 0%;
}
* HTML DL#subnav { padding-top: 85px; padding-left: 3%;}
HTML* DL#subnav { padding-top: 85px;}

DL#subnav DT {
    font-size: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0.5em;
    margin-top: 1em;
    border-top: 1px dotted #aaa;
}

DL#subnav DD {
    padding: 0;
    margin: 0.2em 0;
    line-height: 1.4em;
}

DL#subnav DD SPAN#ich {
    background: transparent url(../img/ich-rund2.jpg) no-repeat center;
    width: 100px;
    height: 50px;
    float:right;
    padding: 0;
    margin: 0.2em 0;
}

DL#subnav DD SPAN.aktuelles {
    font-style: italic;
    font-weight: bold;
}
DL#subnav A {
    white-space:nowrap;
}

DD.IMGSUBNAV {
	text-align: center;
	border: none;	
}

/* - Der Hauptinhaltsteil - */
#main {
    padding: 0 31% 20px 20px;
    line-height: 1.5em;
}

P.archiv {
    font-weight: bold;
    color: #69C;
	margin: .7em 0;
    border-bottom: 2px solid #69c;
    padding-bottom: .7em;
}

P.archiv A{
    font-weight: normal;
}

DIV.bericht {
    border-bottom: 1px dotted #aaa;
    padding-bottom: .7em;
}
DIV.bericht UL {
    list-style-type: disc;
    margin-left: 1em;
    padding-left: 1em;
}

EM.name2 {
    font: italic normal normal 1em serif;
    margin: 1em 0;
}

DIV.trennlinie {
    border-bottom: 2px solid #69c;
    padding-bottom: 1em;
}
DIV.trennlinie P {
    margin: .7em 0;
}
DIV.trennuebersicht {
    padding: 0;
}

UL.rezepte {
    list-style-type: none;
}
DL.rezept UL {
    list-style-type: disc;
    padding-left: 1em;
    margin-left: 1em;
}
DL.rezept OL {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-left: 1em;
}
DL.rezept DD {
    margin-bottom: .5em;
}
DL.rezept DD I {
    display:block;
    padding-left: 2.5em;
}
DIV#main DT {
    margin-top: 1em;
}

UL#galerie {
    margin-top: .7em;
    list-style-type: none;
}

UL#galerie LI {
	line-height: 1.6em;
}

DIV.galerie {
    margin-top: .7em;
}

UL.galerie {
    width: 100%;
}
UL.galerie LI{
    list-style-position:outside;
    list-style-type:none;
    /*margin-left: 160px;*/
    float:left;
    width:119px;
    height:135px;
}

UL.galerie LI SPAN {
    display:block;
    line-height: 1.25em;
    width: 100px;
    font-size: 70%;
    font-family: Arial,Helvetica,sans-serif;
}

TABLE {
    margin-top: 1em;
}
TH {
    font-weight: normal;
    text-align:  left;
    width: 40%;
    border-bottom: 1px dashed #69c;
    padding: 4px 0;
}
TD {
    width: 60%;
    border-bottom: 1px dashed #69c;
    padding: 4px 0;
}
TR.unten TH, TR.unten TD { border-bottom: 0; }

DIV#impressum {
    padding: 1em 0;
}
DIV#impressum H2 {
    font-size: 0.9em;
    margin: 0.5em 0;
}
DIV#impressum P {
    font-size: 0.8em;
}
DIV#impressum BLOCKQUOTE {
    margin-top: .7em;
}IV#impressum BLOCKQUOTE {
    margin-top: .7em;
}
