body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url("images/bg.jpg");
	background-color: #9A2329;
	background-repeat: repeat;
	background-position: 0px -60px;
	background-attachment: fixed;
}

form {
	padding:0;
	margin:0;
}

td, body, input, textarea {
	color: #000000;
	font-family: Arial, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

input, textarea {
	border-color: #67161D;
	background-color: #FDF2E8;
	border-width: 1px;
}

input:focus, textarea:focus {
	background-color: #FFF;
}

input[type="submit"] {
	color: #FFF;
	font-weight: bold;
	background-color: #67161D;
}

fieldset {
	/* border-color: #67161D; */
}

legend {
	color: #67161D;
}

hr {
	border-color: #FDF2E8 transparent transparent transparent;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	display: block;
	height: 1px;
}

hr.big {
	border-top-width: 3px;
}

a, a:visited 	{ color: #67161D;}
a:hover 		{ color: #FFF;	 }

.red { color: #67161D; }

.red_border {
	border-style: solid;
	border-width: 1px;
	border-color: #67161D;
}

.white { color: #FFF; }	

#outbox {
	width: 700px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left; 
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
}

#banner {
	border-color: black;
	border-width: 2px;
	border-style: solid;
	height: 100px;
	text-align: center;
	background-color: #7d1d24;
	-khtml-opacity:0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.banner {
	background-repeat: no-repeat;
	width: 700px;
	height: 100px;
}

body > #outbox > #banner > div.banner {
	background-image: url("images/banner.png");
	background-position: 35px 0px;
}

* html #outbox #banner div.banner {
	background-position: top right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner.png'); 
}

#hidden {
	overflow: hidden;
	visibility: hidden;
	height:0px;
}

#menu {
	height: 65px;
	overflow: hidden;
}

#menu a {
	position: relative;
	top: 20px;
	display: block;
	width: 99px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 2px 0;
	float: left;
}

a.b-willkommen 							{	background-image: url("images/bd-willkommen.png"); 	}
a.b-willkommen:hover, a.ba-willkommen 	{	background-image: url("images/ba-willkommen.png"); 	}
a.b-info 								{ 	background-image: url("images/bd-info.png"); 		}
a.b-info:hover, a.ba-info 				{	background-image: url("images/ba-info.png"); 		}
a.b-bilder 								{	background-image: url("images/bd-bilder.png"); 		}
a.b-bilder:hover, a.ba-bilder 			{	background-image: url("images/ba-bilder.png"); 		}
a.b-preise 								{	background-image: url("images/bd-preise.png"); 		}
a.b-preise:hover, a.ba-preise 			{	background-image: url("images/ba-preise.png"); 		}
a.b-kontakt 							{	background-image: url("images/bd-kontakt.png"); 	}
a.b-kontakt:hover, a.ba-kontakt 		{	background-image: url("images/ba-kontakt.png"); 	}
a.b-links 								{	background-image: url("images/bd-links.png"); 		}
a.b-links:hover, a.ba-links 			{	background-image: url("images/ba-links.png"); 		}
a.b-gaestebuch 							{	background-image: url("images/bd-gaestebuch.png"); 	}
a.b-gaestebuch:hover, a.ba-gaestebuch 	{	background-image: url("images/ba-gaestebuch.png"); 	}

table.contents {
	border-color: black;
	border-width: 2px;
	border-style: solid;
	width: 700px;		
}

td.outcontents { 
	background-color: #7d1d24;
	-khtml-opacity:0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}

td.contents {
	background-color: #edd7c5;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

div.contents { margin:20px; }

.impressum, .impressum:link, .impressum:visited {
	color: #edd7c5;
	font-style: normal;
	position: relative;
	bottom: 10px;
	font-size: 12px;
}

.impressum a, .impressum a:link, .impressum a:visited {
	color: #edd7c5;
	text-decoration: none;
}

.new { background-color: #ccecc2; }

.small { font-size: 11px; }

table.images  {}
table.images td.image {
	width: 138px;
	height: 138px;
	background-color: #77191f;
	text-align: center;
	cursor:pointer;
}

table.images td.image:hover { background-color: #dc9863; }

table.images td.space {
	width:21px;
	height: 138px;
}

table.images td.vspace {
	height:21px;
}


a.icon img:hover {
	background-color: #FFF;
}
