@import url("../../fragile/design/banner.css");

body {
	background-image:  url(bg_diner.jpg);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #A87B1E;
	text-align: right;
	letter-spacing: 2px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B4831D;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A87B1E;
	text-align: left;
	letter-spacing: 2px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B4831D;
	font-variant: small-caps;
}
table.text td.left {
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1C14D;
}
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}
#muster a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD161;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-align: right;
	letter-spacing: 2px;
	padding: 3px;
	border-bottom: 1px solid #B4831D;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	letter-spacing: 2px;
	padding: 3px;
	border-bottom: 1px solid #B4831D;
	font-weight: bold;
}

table.content {
	background-image: url(bg_content.jpg);
	background-repeat: repeat-y;
}
table.content td.top {
	background-image: url(bg_contenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
}
table.content td.bottom {
	background-image: url(bg_contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.text td {
	margin: 5px;
	padding: 15px;
	text-align: justify;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #411B04;
	line-height: 18px;
}

#galerie { clear: left; float:left; }

#galerie .gruppe {
	border: none;
	margin: 10px;
	padding: 5px;
	clear: both;
	float: left;
	display: block;
	width: 95%;
}
#galerie .bild {
	float: left;
	display: inline;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	width: 120px;
}
#galerie .bild img {
	margin: 5px;
	border: 2px solid #AB7D1F; 
	
	width: 100px;
	height: auto;
}

#galerie .bild img:hover {
	border: 2px solid #CC6600; 
}

#NAVIGATION {
	 position:absolute; 
	 left:0px; 
	 top:21px; 
	 width:100%; 
	 height:210px; 
	 z-index:2;
}

#CONTENT {
	 position:absolute; 
	 left:0px; 
	 top:245px; 
	 width:100%; 
	 height:100; 
	 z-index:3;
}
#DEKORATION {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:216px;
	z-index:1;
	background-image: url(bg_dekoband.jpg);
	background-repeat: repeat-x;
}
@media screen {
	.noprint { display: inline; }
}
@media print {
	.noprint { display: none; }
}

