
body {
	background: url('images/hintergrund.jpg'); 
	text-align:center;
	margin:0; padding: 0;
}
#inhalt { 	
	margin:-270px 0px 0px -215px;
	top: 50%; 
	left: 50%;
	position:absolute;
	padding:0;
	vertical-align:middle;
	text-align:left;
	width:  433px;
	height: 547px;
	background: url('images/Documento.png');
}
#documento { 	
	width: 863px; height: 543px;
	margin:-268px 0px 0px -425px;
	top: 50%; 
	left: 50%;
	position:absolute;
	padding:0;
	vertical-align:middle;
	text-align:left;
	font-family: Times, "Times New Roman"; /* Comic Sans MS, Courier, "Courier New"; */
}
#documento_dientro { 	
	width: 850px; height:504px;
	margin:-264px 0px 0px -405px;
	top: 50%; 
	left: 50%;
	position:absolute;
	padding:0;
	text-align:left;
	font-weight:bold;

}
#coin {
	z-index:99;
}
#texto {
	font-family: Times, "Times New Roman"; /* Comic Sans MS, Courier, "Courier New"; */
	font-size: 17px;
	color: #48090E;
	width: 355px;
	margin:20px 0 0 30px;
	line-height: 22px;
	font-weight:bold;
	padding: 30px 0 0 0;
	text-align:center;
	/* border:1px solid #F00; */
}

#texto_alternativa {
	font-family: Times, "Times New Roman"; /* Comic Sans MS, Courier, "Courier New"; */
	font-size: 17px;
	/* color: #d2bca7; */
	color: #e4bd72;
}

#panelo {
	font-family: Times, "Times New Roman"; /* Comic Sans MS, Courier, "Courier New"; */
	font-weight:bold;
	color: #48090E;
	text-align:center;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	padding: 25px 0 0 0;
}
.speisekarte {
	margin-bottom:0;
	padding-bottom:0;
	text-decoration: underline;
}
.italics, td {
	font-style:italic;
}


.smaller {
	font-weight:normal;
}

a {
	text-decoration:none;
	/* color: #e4bd72; */
	color: #4a3929;
}
#popupImage {
	
}
a:hover {
	text-decoration:underline;
}
a.link {
	color: #e4bd72;
}

input, textarea {
	background-color: #dbbe7c;
	border: 1px solid #573724; /*#9f643c;*/
	font-family: Times, "Times New Roman"; /* Comic Sans MS, Courier, "Courier New"; */
	font-size:14px;
	width: 250px;
}

.border {
	border: 2px solid #48090e;
}


/*
 * 
 * popup
 */
 

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
} 