 	@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background-image:url(../images/7.gif);
	height: 100%;	
	}
#master {
	margin: auto;
	position:relative;
	width: 1050px;
	border: 1px solid black;
	padding: 0px;
	background-image: url(../images/transparent.png);
	}
#footer{
	width:100%;
	border: 1px solid #666;
	text-align:center; 
	background-color:#CCC;
	}
#oeffnungszeiten{
	width:100%;
	border-bottom: 1px solid #666;
	text-align:center; 
	background-color:#fed222;
	color: #000000;
	font-weight: 600;
	text-align:right;
	}	
#content {
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 4px;
	overflow: auto;
	/* height: 350px; */
	height: 580px;
	width: 1040;
	border: 1px solid #666; 
	}
#index {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.abholen {
	/* background-color: #ee688e; */
	background-color: #eb82a2; 
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 5 px;
	padding-bottom: 5px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	border: 1 px solid black;
	width: 600px;
	text-align:center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
	}
	

.bestellmenge {
	/* background-color: #0094e9;*/
	background-color: #69c5f0;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 5 px;
	padding-bottom: 5px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	border: 1 px solid black;
	text-align:center;
	font-weight: bold;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	
	}
.geschenk {
	background-color: #aaa9a5;
	color: black;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 5 px;
	padding-bottom: 5px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	border: 1 px solid black;
	width: 600px;
	text-align:center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
	}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	}

/* .sortiment td {
	border-bottom: 1px solid black;
	} */
.tableBright {
	 /*background-color: #0C9;*/
	/* background-image: url(../images/shade_bright.png);*/
	border-bottom: 1px solid #CCC;
	 }
.tableDark {
	background-image: url(../images/shade_dark.png);
	}
	
#banner {
	border-bottom: 1px solid black;
	overflow:hidden;
	}
.sortiment {
	width: 100%;
	}
td .sortiment {
	border-spacing:0px;
	}
.zutaten {
	font-size: small;
	}
td.zutaten {
	border-bottom: 1px solid black;
	}
th {
	text-align:left;
	}
#buttons {
	text-align:center;
	}
.button {
	padding: 10px 4px 7px 4px;
	}