/*======================== RESET =======================*/

* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
img {
	border: 0;
	}
hr {
	display: none;
	}
	
/*================== GLOBAL FONTSTYLES ==================*/

body {
	color: #333;
	font: 76% Verdana, Arial, sans-serif;
	}
a {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #666;
	}
a.mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */
	
/*=============== LOCAL FONTSTYLES =================*/

div#container-head h1 {
	padding: 0;
	font-size: 1px;
	color: #fff;
	}
div#container-head h1 a {
	display: block;
	position: absolute;
	top: 34px;
	margin-left: 20px;
	width: 267px;
	height: 100px;
	background: url(pics/cenote.png) no-repeat 0 0;
	font-size: 1px;
	color: #fff;
	}
div#content {
	font-size: 1em;
	line-height: 1.5em;
	}
div#content ul {
	padding-left: 1.4em;
	}
div#content ul li {
	padding: .1em 0 .1em 0;
	}
div#content h1 {
	display: block;
	margin-bottom: 1em;
	padding: .2em .5em .2em .5em;
	color: #333;
	background-color: #dceeed;
	border: 1px solid #ddd;
	font-size: 1.4em;
	font-weight: normal;
	}
div#content h2 {
	margin-bottom: .5em;
	padding: .2em .5em .2em .5em;
	font-size: 1.2em;
	font-weight: bold;
	}
div#content h3 {
	clear: both;
	padding: .5em .5em .2em .5em;
	font-size: 1.1em;
	font-weight: bold;
	}
div#content h4, h5, h6 {
	padding: .2em .5em .2em .5em;
	font-size: 1em;
	font-weight: bold;
	}
div#content p {
	padding: .2em .5em .2em .7em;
	font-size: 1em;
	line-height: 1.5em;
	}
div#content p.meldung {
	padding: 0 .5em 1.4em .7em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #f30;
	border-bottom: 1px solid #ddd;
	}
div#content p.small {
	font-size: .8em;
	}
div#content q {
    font-style: italic;
    }	
div#content ul {
	margin-bottom: .5em;
	padding: .2em .5em .2em 1.9em;
	}
div#content-extra p {
	margin: 0;
	font-size: .9em;
	line-height: 1.5em;
	}
div#foot p {
	padding: 1em .5em .2em 2.7em;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
	}
body.impressum div#content h2 {
	clear: both;
	float: left;
	width: 20%;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	}
body.impressum div#content p {
	float: left;
	width: 70%;
	}
body.impressum div#content p.small {
	float: left;
	width: 30%;
	}
body.angebote div#content ul {
	margin-bottom: 2em;
	padding: .2em .5em 1em .7em;
	font-size: .8em;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	}
body.angebote div#content ul li {
	clear: both;
	width: 32em;
	margin-bottom: 0;
	}
body.angebote div#content ul li ul {
	margin-bottom: 0;
	padding: 0 0 0 1.9em;
	font-size: inherit;
	border: 0;
	list-style-type: circle;
	}
.produkt {
	float: left;
	}
.preis {
	float: right;
	color: #f30;
	font-weight: bold;
	}


/*================= TABELLEN ====================*/


table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	}
td {
	vertical-align: top;
	padding: .5em;
	border: 1px solid #ddd;
	}
th {
	vertical-align: top;
	padding: .5em;
	border: 1px solid #ddd;
	background-color:#dceeed;
	}

/*================= CONTAINER ====================*/

html, body {
	}
div#container-page {
	background: #fff;  /* Validator Warnung - testen ob nötig */
	}
div#container-head {
	background-image: url(pics/bg-header.png);
	background-repeat: repeat-x;
	}
div#content div.imgbox {
	float: left;
	width: 200px;
	margin: .5em 1em .5em .5em;
	border: 1px solid #ddd;
	text-align: center;
	}
div#content-extra {
	background-color: #fff;  /* Validator Warnung - testen ob nötig */
	}
div#content-extra div {
	margin-bottom: .5em;
	padding: 10px;
	background-color:#dceeed;
	border: 1px solid #ddd;
	}
div#container-foot {
	background-image: url(pics/bg-footer.png);
	background-repeat: repeat-x;
	}
div#map {
	height: 150px;
	margin: 1em;
	}

/*================= NAVIGATION ==================*/

div#content-sec ul {
	border: 1px solid #ddd;
	}
div#content-sec ul li a {
	padding: .5em .5em .2em .5em;
	text-decoration: none;
	margin-bottom: 1px;
	font-weight: bold;
	color: #333;
	background-color: #dceeed;
	}
div#content-sec ul li.current a {
	padding: .5em .5em .2em .5em;
	text-decoration: none;
	margin-bottom: 1px;
	font-weight: bold;
	color: #333;
	background-color: #dceeed;
	text-decoration: underline;
	}
div#content-sec ul li ul {
	border: 0;
	}
div#content-sec ul li.current ul li a {
	padding: .5em .5em .2em 2em;
	margin-bottom: 1px;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: #f0f0f0;
	}
div#content-sec ul li a:hover {
	padding: .5em .5em .2em .5em;
	color: #fff;
	background-color: #179489;
	}
div#content-sec ul li ul li a:hover {
	padding: .5em .5em .2em 2em;
	color: #fff;
	background-color: #179489;
	}
div#content-sec ul li ul li.current a {
	padding: .5em .5em .2em 2em;
	color: #666;
	background-color: #f0f0f0;
	text-decoration: underline;
	}

/*================================= LAYOUT ===================================*/
/*===================== DO NOT EDIT BELOW THIS LINE ==========================*/

html, body {
	height: 100%;
	}
body {
	width: 100%;
    width: expression( document.documentElement.clientWidth < 801 ? "820px" : "100%" );
    /* verursacht: Lexical error at line 278, column 67. Encountered: "?" (63), after : ""  -  wird aber für Internet Explorer benötigt */
	min-width: 820px;
	}
div#container-page {
	margin: 0;
	text-align: left;
	position: relative;
	min-height: 100%; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 100%; /* for IE */
	}
div#container-head {
	height: 150px;
	}
div#container-content {
	zoom: 1;    /* Validator Fehler -  wird aber für Internet Explorer benötigt */
	padding: 20px 0 40px 0;
	}
div#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
div#wrapper {
	float: left;
	width: 100%;
	}
div#content {
	margin: 0 14em 0 15em;
	padding: 0 1em 5em 1em;
	}
div#content-sec {
	float: left;
	width: 14em;
	margin-left: -100%;
	padding: 0 0 0 1em;
	}
div#content-extra {
	float: right;
	width: 13em;
	padding: 0 1em 5em 1em;
	margin-left: -15em;
	}
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* for certain IE widths */
	height: 90px;
	}
#foot {
	padding: 0 1em;
	font-size:inherit;
	}
	
/*================================ NAVIGATION =================================*/

#content-sec ul,
#content-sec ul li {
	list-style-type: none;
	zoom: 1;  /* Validator Fehler - wird aber für Internet Explorer benötigt */
	}
#content-sec ul {
	display: block;
	}
#content-sec ul li a {
	display: block
	}
div#content-sec ul li a {
	display: block;
	}
div#content-sec ul li a {
	display: block;
	}
div#content-sec ul li ul {
	display: none;
	}
div#content-sec ul li a:hover,
div#content-sec ul li .current {
	display: block;
	}
div#content-sec ul li ul li a:hover,
div#content-sec ul li ul li .current {
	display: block;
	}
body div#content-sec ul li.current ul {
	display: block;
	}

