/* 1.0 | hannes | 2005-11-29 | jagdhof.com */

/* STANDARD HTML TAGS */

body {
	background: #B36600 url(/grafik/body_bg.gif) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 { 
	color: #AE6700; 
	font: 28px 'Alex Brush', Arial, Helvetica, sans-serif;
	font-weight: normal; 
}
h2 { font: bold 110% Arial, Helvetica, sans-serif; }
h3 { font-size: 100%; }
hr {
	border: 1px solid #F2DDA6;
	border-bottom: 1px dashed #DAAF64;
	clear: both;
}

#headlineswf {
	margin: 10px 0;
/*	padding: 10px 0;*/
}
/* TEMPLATE */
#panorama {
	width: 710px;
	margin: 0 auto;
	height: 253px;
	text-align: left;
	background: url(/grafik/adresse_bg.jpg) no-repeat left top;
}
#panorama th {
	font-weight: normal;
	width: 235px;
	height: 253px;
	font-size: 12px;
}
#adresse { margin: 127px 0 0 30px; }

/* CONTAINER */
#maincontainer { 
	width: 700px;
	margin: 0 auto;
}
#menu, #container { float: left; text-align: left; }
#menu {	width: 230px; }
#container {
	width: 470px;
	background: url(/grafik/content_bg.gif) no-repeat left top;
}
#content { 
	padding: 5px 20px; 
	line-height: 150%;
}
#copyright {
	text-align: right;
	padding: 25px 4px 4px 0;
	font: 10px Arial, Helvetica, sans-serif;
	clear: both;
}
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/* BILDBOXEN */
.imagebox { 
	margin: 1em 0;
	clear: both;
}
.imagebox img { 
	margin: 1px 1px 0 0;
	border: 1px solid #DAAF64;
}
/* TABELLE */
.tabelle {
	background-color: #FFF;
	border: 1px solid #DAAF64;
}
.tabelle th {
	background-color: #EED094;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	padding: 3px 0;
}
.tabelle td {
	background-color: #F2DDA6;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0;

}

/* LOGO LATSCH */
#logo { text-align: center; margin-bottom: 30px;}

/*DIVPOPUP*/
#divpopup {
	position: absolute;
	top: 240px;
	margin-left: 200px;
	width: 350px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #FFFFFF;
	color: #F2DDA6;
	background-color: #864F00;
	opacity: .90;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
}
#divpopup h2 {
	margin-top: 2px;
	font-size: 16px;
}
#divpopup hr { 
	clear: both;
	border: 1px solid #864F00;
	border-bottom: 1px dashed #DAAF64;
}
#divpopup #close {
	position: absolute;
	top: 5px;
	right: 3px;
	margin: 0;
}
#divpopup div { text-align: right; }
#divpopup a { color: #F2DDA6; }
#divpopup a:hover { text-decoration: none; }
