/*
Yahoo! CSS Reset via: http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* gaumensupport.de kochtuete.de CSS Version 1.1 (c) 2010 Animaux Design/Alexander Rutz */

html {
font-size: 100%;
} 

body {
font-size: 1em;
font-family: Georgia, serif;
color: black;
background: white;
}

p, ul, ol {
font-size: 0.8em;
line-height: 1.563em;
padding: 0em;
margin: 0em 0em 0.833em 0em;
}

h1 {
font-weight: normal;
font-size: 1.5em;
line-height: 1.25em;
padding: 0.5em 0em 0em 0em;
margin: 0em 0em 0.5em 0em;
}

h2 {
font-weight: normal;
font-size: 1.125em;
line-height: 1.25em;
padding: 0.6em 0em 0em 0em;
margin: 0em 0em 0.6em 0em;
}

h3 {
font-weight: normal;
font-style: italic;
font-size: 0.8em;
line-height: 1.563em;
padding: 0.833em 0em 0em 0em;
margin: 0em 0em 0.833em 0em;
}

a:link {
text-decoration: none;
color: rgb(210,102,40);
}

a:visited {
text-decoration: none;
color: rgb(210,102,40);
}

a:hover {
text-decoration: none;
color: black;
border-bottom: 1px dotted rgb(210,102,40);
}

a:active {
text-decoration: none;
color: rgb(210,102,40);
border-bottom: 1px solid white;
}

/* subnavi inaktiv ausgeblendet */
div.navi li li, div.navi ul ul {
display: none;
margin: 0em;
}

/* subnavi aktiv eingeblendet */
div.navi li.active ul, div.navi li.active li {
display: block;
}

div.navi li.active ul {
padding-bottom: 1em;
}

/* navi generell */
div.navi li.active a, div.navi li a {
font-size: 1.5em;
line-height: 1.5em;
text-transform: lowercase;
display: block;
border-bottom: 0px;
margin-bottom: 0.5em;
}

/* navi aktiv */
div.navi li.active a {
color: black;
font-style: italic;
}

/* subnavi generell */
div.navi li.active ul li a, div.navi li.active li.active a {
color: rgb(210,102,40);
font-style: normal;
font-size: 1.4em;
line-height: 1.5em;
padding: 0.4em 0em 0em 0em;
margin-left: 0.625em;
display: block;
border-bottom: 0;
}

/* subnavi aktiv */
div.navi li.active ul li.active a {
color: black;
font-style: italic;
}

a img:hover {
opacity: 0.5;
}

ul {
list-style-type: disc;
padding-left: 1.5em;
}

ol {
list-style-type: decimal;
padding-left: 1.5em;
}

.navi ul {
list-style-type: none;
padding-left: 0em;
}

div {
padding: 0em;
margin: 0em;
}

div.mitte {
position: relative;
width: 56.875em;
margin: 0em auto;
}

div.navi {
position: relative;
top: 9.5em;
left: 0em;
width: 18.125em;
z-index: 7;
padding-top: 0.85em;
}

div.inhalt {
position: absolute;
top: 9.5em;
left: 19.375em;
width: 37.5em;
z-index: 7;
padding-bottom: 2em;
}

img.logo {
position: absolute;
top: 0em;
left: 0em;
width: 37.5em;
height: 10em;
z-index: 7;
}

img.illu {
position: fixed;
bottom: 0em;
width: 18.125em;
height: 8.75em;
z-index: 3;
}

/* shop */

#error {
font-size: 0.8em;
font-family: Georgia, Serif;
color: rgb(210,102,40);
margin: 1em 0em 0em 0em;
-moz-border-radius: 0.35em;
-webkit-border-radius: 0.35em;
border-radius: 0.35em;
}

#error ul, #error i {
font-size: 1em;
line-height: 1.5em;
}

fieldset {
border: none;
margin: 0em 1em 0em 0em;
padding: 0em 0em 0.5em 0em;
}

legend, label {
font-size: 0.8em;
line-height: 1.5em;
font-family: Georgia, Serif;
margin: 0em;
padding: 0em;
color: black;
}

input, textarea {
color: white; 
background: rgb(210,102,40);
border: none; 
width: 20em;
margin: 0.2em 0.5em 0em 0em;
padding: 0.25em;
}

textarea {
margin: 0.4em 0.5em 0em 0em;
}

.exemplare input {
width: 20em;
}

#button {
text-decoration: none;
color: black;
background: rgb(240,240,240);
padding: 0.6em 0.75em 0.65em 0.75em;
margin: 0em 0.8em 0em 0em;
-moz-border-radius: 0.35em;
-webkit-border-radius: 0.35em;
border-radius: 0.35em;
border: 0.2em solid rgb(210,102,40);
}

#button:hover {
background: rgb(210,102,40);
color: white;
}

#button:active {
background: #EAEAEA;
color: black;
}

div.facebook {
padding: 1em 0em 0em 0em;
margin: 3em 1em 0em 0em;
border-top: 0.1em solid rgb(210,102,40);
clear: both;
}
