@charset "UTF-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {margin: 0px auto;padding: 0;width: 980px;}

#container {position: absolute;width: 980px;}

#header {margin: 0;padding: 0;height:180px;}
#inhalte {padding-top: 40px;padding-right: 160px;padding-bottom: 30px;padding-left: 100px;}
#footer {height:50px;clear: both;text-align: center;border-top:1px dotted #333;margin:0 45px 20px 40px;padding:10px 0}


/*
Navi----------------*/

#navcontainer{margin: 0 90px;padding:82px 0 0 0px;height: 24px;width: 835px;border-bottom: 1px solid #D64413;list-style-type: none;}
#navlist li{float: left;margin: 0;padding: 0 5px;width: auto;display: block;}
#navlist li a, #navlist li a:link{color: #3F3F3F;text-decoration: none;padding: 3px 5px 3px 5px;display: block;}
#navlist li a:hover{color: #fff;border-bottom: 3px solid #D91810;cursor: pointer;background: #FEB13F;}
#navlist li a#current, #navlist li a#current:link{color: #000;cursor: default;font-weight: bold;border-bottom: 3px solid #D91810;}
#navlist li a#current:hover{border-bottom: 3px solid #D91810;background: #FEB13F;}


/*
Table----------------*/
.preistabelle{width: 820px;border: 1px dotted #666666;font-size:95%}
.preistabelle td{border-bottom: 1px solid #FEB13F;}
.preistabelle .td-center{text-align: center;}
.preistabelle .td-marier-hell{background-color: #CBD790;}
.preistabelle .td-marier{background-color: #AEBB83;}
.preistabelle th{background-color: #FEB13F;}

