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

html {
	height:100%;
}

body {
	color:#57310e;
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
	background:url(images/bg_pattern2_s.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:none;
}

a {
	border:none;
	color:#39220c;
	text-decoration:none;
}

a:hover {
	color:#bd4b12;
}

h3 {
	color:#85350f;
	font-size:14px;
}


#mainframe {
	width:990px;
	margin:auto;
	padding:0%;
	position:relative;
	/*border:1px solid;*/
	clear:both;
}

#footer {
	background:#FFFFFF;
	width:970px;
	height:20px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	text-align:center;
}

.footer_content {
	font-size:14px;
	font-weight:bold;
	color:#39220c;
	font-family:"Times New Roman", Times, serif;
	float:left;
	margin-top:0px;
	padding-left:35px;
	padding-right:35px;
	border-left:#57310e 1px solid;
	height:20px;
}

.footer_link {
	text-decoration:none;
}

.footer_link:hover {
	color:#bd4b12;
}

.karte_link {
	font-size:13px; 
	font-weight:bold;
	background:url(images/spoon.png) no-repeat;
	padding-left:30px;
	height:30px;
}

#mini_content {
	position:absolute;
	width:480px;
	height:250px;
	top:285px;
	left:400px;
}

.preis {
	width:120px; 
	text-align:right;
}

#superlink {}

#superlink:hover {
	cursor:pointer;
}
	
#superlink_content {
	width:230px;
	height:90px;
	position:absolute;
	left:640px;
	top:105px;
	background:url(images/transp.gif) repeat;
}

#superlink_content:hover {
	cursor:pointer;
}

.zutaten {
	font-size:9px;
}
#Adminbereich #ausgeblendet {
	background-color: #ded1b6;
	border: 1px outset black;
	margin-bottom:10px;
	margin-left:150px;
}
#Adminbereich #normal {
	background-color: #f0eadd;
	border: solid 1px black;
	margin-bottom:10px;

}

