/* Allgemein */

html {
height: 101%; }

body { 
font-family: arial, sans-serif; 
font-size: 12pt;
background-color: #ffffff; 
margin: 0; 
padding: 0; }

div#seite { 
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 1000px;
min-height: 500px;
text-align: left;
position: relative; }

/* Oben */

div#kopf { 
position: relative;
top: 0;
left: 0; }

img#einkaufstueten { 
position: absolute;
left: 0;
top: 0; 
z-index: 100; }

div#titel { 
position: absolute;
left: 227px;
top: 60px;
z-index: 100; 
border: 1px solid #888888;
background-image: url('/images/bg.png'); }

div#titel div {
background-image: url('/images/bg.png'); }

div#untertitel { 
position: absolute;
left: 393px; 
top: 122px; 
z-index: 101; 
border: 1px solid #cccccc;
background-color: #ffffff; 
padding: 0px 10px 0px 10px; }

div#untertitel h2 {
margin: 0;
font-size: 10pt;
font-family: arial, sans-serif;
font-weight: normal;
font-style: italic;
color: #aaaaaa; }

/* Content Bereich */

div#inhalt {
position: relative;
top: 130px;
left: 0;
margin-left: -30px;
padding: 10px; }

div#navigation {
position: absolute;
top: 0px;
left: 0px;
padding: 10px;
width: 250px;
min-height: 300px;
font-size: 0.8em; }

div#main {
position: absolute;
top: 0px;
left: 260px;
padding: 10px;
width: 600px;
min-height: 300px; }

/* shadowed boxes */
.or {
background:url(/images/box/or.png) top right no-repeat; }
.ol {
background:url(/images/box/ol.png) top left no-repeat; }
.ur {
background:url(/images/box/ur.png) bottom right no-repeat; }
.ul {
background:url(/images/box/ul.png) bottom left no-repeat; }
.inbox {
margin:0;
padding: 10px 20px 30px 30px; 
min-height: 175px; }

h1 {
font-family : Book Antiqua, Georgia, "Times New Roman", Times, serif; font-size: 1.3em;}
h2 {
font-family : Book Antiqua, Georgia, "Times New Roman", Times, serif; }
h3 {
font-family : Book Antiqua, Georgia, "Times New Roman", Times, serif; }


.gutschein {
margin-left: -15px;
width: 600px;
font-size: 0.8em; }
