
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}

body {
 background-color: #e3ed8c;
 background-image: url(../img/body_bg.gif);
 background-repeat: repeat-y;
 background-position: top center;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #000000;
 font-weight: normal;
 line-height: 19px;
 height: 100.1%;
}

p {
 margin: 0;
 padding: 0;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #000000;
 font-weight: normal;
 line-height: 19px;
}

h1 {
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 font-family: arial, sans-serif;
 font-size: 15px;
 font-weight: bold;
 line-height: 19px;
 color: #659d0c;
}

a {
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #669d0d;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #669d0d;
 font-weight: normal;
 text-decoration: underline;
}


.bold {
 font-weight: bold;
}

.green {
 color: #a5cb23;
}

.normal {
 font-weight: normal;
}

.small {
 font-weight: normal;
 font-size: 9px;
}

form {
 display: inline;
}

input, textarea {
 margin: 0;
 padding: 3px;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #000000;
 border: 1px solid #CCC;
}

input.none {
 border: none;
}

select {
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 color: #000000;
}

input.button {
 color: #FFF;
 font-weight: bold;
 background-color: #84b13d;
 border: 2px solid #5a7b25;
}

input.error, textarea.error {
 background-color: #84b13d;
 border: 1px solid #84b13d; 
 color: #FFF;
}

input.error_black, textarea.error_black {
 border: 1px solid #84b13d; 
 color: #000;
}


div#wrapper {
 position: relative;
 width: 700px;
 margin: auto auto;
 min-height: 100%;
 height:auto !important;
 height:100%;
}

div#head_container {
 position: relative;
 height: 282px;
 width: 700px;
 background-image: url(../img/head_bg.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

div#head_container img#logo {
 position: absolute;
 top: 39px;
 left: 31px;
}

div#head_container div#menu {
 position: absolute;
 height: 60px;
 bottom: 0;
}

div#head_container div#menu ul {
 margin: 0;
 padding: 0;
}

div#head_container div#menu ul li {
 list-style: none;
 display: inline;
 margin: 0;
 padding: 0;
}

div#head_container div#menu ul li a {
 display: block;
 float: left;
 height: 60px;
 margin: 0;
 margin-right: 4px;
 padding: 0;
}

div#content_container {
 position: relative;
 width: 700px;
 padding-bottom: 46px;
 background-image: url(../img/content_bg.gif);
 background-position: top left;
 background-repeat: no-repeat; 
}

*+html div#content_container {
 padding: 0;
}

* html div#content_container {
 padding: 0;
}

div#main_content {
 float: left;
 /* width: 620px; */
 width: 370px;
 padding-left: 40px;
 padding-right: 40px; 
 padding-top: 50px;
 padding-bottom: 35px;
}

div#main_content p {
 text-align: justify;
 margin-bottom: 15px;
}

div#main_content p.top {
 background-image: url(../img/top_bg.gif);
 background-repeat: repeat-x; 
}

div#main_content p.top img {
 border-right: 10px solid #FFF;
}

div#main_content table.plan {
 table-layout: fixed;
 margin-bottom: 40px;
}

div#main_content table.plan tr td {
 vertical-align: top;
 text-align: left;
 padding-right: 10px;
 padding-bottom: 5px;
}

div#main_content table.plan tr td p.price {
 margin: 0;
 padding: 2px;
 font-weight: bold;
 text-align: center;
 background-color: #e7f2c5;
}

div#main_content table.plan tr td p.info {
 margin: 0;
 padding: 2px;
 font-weight: bold;
 text-align: center;
 background-color: #84b13d;
 color: #FFFFFF;
 text-transform: uppercase;
}

div#main_content table.klein tr td p.price {
 padding: 0px;
}

div#main_content table.klein tr td p.info {
 padding: 0px;
}



div#main_content table.plan tr td.top p.top {
 margin-top: 3px;
 margin-bottom: 3px;
}

div#main_content span.zusatzstoffe {
 font-weight: normal;
 vertical-align: super; 
 font-size: 8px;
} 

div#main_content span.days { 
 font-size: 12px;
 color: #659d0c;
} 

div#main_content span.week_day {
 font-family: arial, sans-serif;
 font-size: 26px; 
 font-weight: bold;
 color: #659d0c;
}

div#main_content span.num_day {
 font-size: 11px; 
 color: #659d0c; 
}

div#main_content table.kontakt {
 table-layout: fixed;
}

div#main_content table.kontakt tr td {
 padding-bottom: 6px;
}


div#info_content {
 float: left;
 width: 250px;
}

div#info_content a {
 color: #000;
}

div.info_background {
 padding-top: 220px; 
 background-image: url(../img/suppe_bg.jpg);
 background-position: top right;
 background-repeat: no-repeat; 
}

div.info_box {
 position: relative;
 margin-top: 50px;
 margin-left: 15px;
 width: 196px;
 background-image: url(../img/box_top_left.gif);
 background-position: top left;
 background-repeat: no-repeat; 
 z-index: 10;
 text-align: center;
}

div.info_box p {
 background-color: #b7d54f;
 padding: 15px;
 text-align: center;
}

div.info_box p span.big {
 color: #FFF;
 font-family: arial, sans-serif;
 font-weight: bold;
 font-size: 15px;
 line-height: 17px;
}

div.info_box div.star {
 position: absolute;
 width: 45px;
 height: 46px;
 top: -15px;
 left: -14px;
 background-image: url(../img/box_star.gif);
 background-position: top left;
 background-repeat: no-repeat;
 z-index: 1000;
}

div.info_box div.top_right {
 position: absolute;
 width: 19px;
 height: 19px;
 top: 0;
 right: 0;
 background-image: url(../img/box_top_right.gif);
 background-position: top left;
 background-repeat: no-repeat;  
 z-index: 100;
}

div.info_box div.bottom_left {
 position: absolute;
 width: 18px;
 height: 19px;
 bottom: 38px;
 left: 0;
 background-image: url(../img/box_bottom_left.gif);
 background-position: top left;
 background-repeat: no-repeat;  
 z-index: 100;
}

*+html div.info_box div.bottom_left { bottom: 40px; }
* html div.info_box div.bottom_left { bottom: 40px; }

div.info_box div.bottom_right {
 position: absolute;
 width: 19px;
 height: 19px;
 bottom: 38px;
 right: 0;
 background-image: url(../img/box_bottom_right.gif);
 background-position: top left;
 background-repeat: no-repeat;  
 z-index: 100;
}

*+html div.info_box div.bottom_right { bottom: 40px; }
* html div.info_box div.bottom_right { bottom: 40px; }




div#footer_container {
 position: absolute; 
 bottom: 0;
 width: 100%;
 height: 30px;
 background-color: #FFFFFF;
}
* html div#footer_container { bottom: -1px; }

div#footer_container p {
 font-size: 10px;
 padding-top: 8px;
 text-align: center;
 color: #3c3c3c;
}

div#footer_container a, div#footer_container a:hover {
 font-size: 10px;
 color: #3c3c3c;
}


/* LOGIN */

#overlay { 
 position: absolute; 
 top: 0; 
 left: 0; 
 z-index: 900; 
 width: 100%; 
 height: 500px; 
 background-color: #000;
}

#overlay_content {
 position: absolute; 
 top: 50%; 
 left: 50%; 
 z-index: 1000; 
 width: 230px; 
 height: 130px; 
 padding: 10px; 
 margin-left: -125px; 
 margin-top: -75px; 
 background-color: #FFF; 
 border: 5px solid #CCC;
}

#overlay_content #edit_content {
 overflow: auto;
 overflow-x: hidden;
 margin-top: 10px;
 margin-left: -10px;
 height: 390px;
 width: 600px;
 padding: 10px;
 padding-top: 0px;
}


#overlay_content #overlay_close {
 position: absolute; 
 top: -3px; 
 right: 0px; 
 font-size: 9px; 
 background: #CCC; 
 padding: 2px; 
 padding-left: 5px; 
 width: 10px; 
 cursor: pointer;
}

div#info_content ul.cms_menu {
 margin: 0;
 padding: 0;
}

div#info_content ul.cms_menu li {
 list-style: none;
 margin: 0;
 padding: 0;
}

div#info_content ul.cms_menu li a {
 display: block;
 margin: 0;
 padding: 3px;
 padding-left: 10px;
 width: 200px;
 background-color: #FFF;
 color: #000; 
 text-decoration: none;
}

div#info_content ul.cms_menu li a:hover, div#info_content ul.cms_menu li a.aktiv {
 background-color: #66ac22;
 color: #FFF;
 text-decoration: none;
}

div#main_content table.cms_list {
 table-layout: fixed;
 margin-bottom: 40px;
}

div#main_content table.cms_list tr td {
 padding: 2px; 
 padding-left: 5px;
 border-bottom: 1px solid #EEE;
 white-space: nowrap;
 overflow: hidden;
}

div#main_content table.cms_list tr td.headline {
 background: #66ac22; 
 color: #FFF; 
 border: none;
}

div#main_content table.cms_list tr td.underline {
 background: #b4dd8c; 
 color: #000; 
 border: none;
}

div#main_content table.cms_list tr td a {
 color: #000;
}


div#main_content table.cms_standard {
 table-layout: fixed;
}

div#main_content table.cms_standard tr td{
 overflow: hidden;
}










/* --- AJAX AUTOCOMPLETE --- */
/* ------------------------- */

div.autocomplete {
 position: absolute;
 width: 350px;
 background-color: #FFFFFF;
 border: 1px solid #888888;
 margin: 0px;
 padding: 0px;
}

div.autocomplete ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

div.autocomplete ul li.selected {
 background-color: #eeeff1;
}

div.autocomplete ul li {
 list-style-type: none;
 display: block;
 margin: 0;
 padding: 2px;
 padding-left: 10px;
 cursor: pointer;
 font-weight: bold;
 font-size: 13px;
 color: #000;
}

div.autocomplete ul li .informal {
 font-weight: normal;
 font-size: 11px;
 color: #000000;
}



/* ------------------------- */
/* --- AJAX AUTOCOMPLETE --- */
