﻿@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background-color: #666666;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }

.oneColFixCtr #container {
    	width: 1020px;  
		height: 737px;
/*    	background: #FFFFFF; */
		background-image: url(../images/lp-bg.jpg); 
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

.oneColFixCtr #container_impressum {
    	width: 1020px;  
		height: 737px;
/*    	background: #FFFFFF; */
		background-image: url(../images/lp-bg-imp.jpg); 
/*		background-color: ffffff; */
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }

.oneColFixCtr #mainContent {
/*		background-image: url(../images/tonalto-bg.jpg); */
/*    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }

/* .oeffnungszeiten-flyer{
	position:relative;
	top: 675px;
	left: 170px;
	width: 810px;
	height: 40px;
	font-weight:bold;
	}
*/
.ndr{
	position:relative;
	top: 500px;
	left: 20px;
	width: 200px;
	height: 60px;
	font-weight:bold;
	}

.oeffnungszeiten-flyer{
	position:relative;
/*	top: 615px;
	left: 10px;
	width: 970px;
	height: 40px; */
	top: 430px;
	left: 870px;
	width: 130px;
	height: 100px;
	font-weight:bold;
	}

.impressum{
	position:relative;
	top: 372px;
	left: 600px;
	width: 70px;
	height: 20px;
	font-weight:normal;
	font-size: 12px;
	}
	
.impressum-text{
	position:relative;
	top: 20px;
	left: 100px;
	width: 770px;
	height: 537px;
	font-weight:normal;
	font-size: 12px;
	background-color: ffffff;
	}
		
a {display: left; font-weight:bold; text-decoration:none;  color:#782712;}
a:hover {display: left; font-weight: bold; text-decoration:underline;  color: #782712;}
