body {
	background-image: url(images/bg.jpg);
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	color: #CFBE79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html {
	height: 100%;
}
* html body {
	height: 100%;
}

/************************************************************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f5c33d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f5c33d;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/************************************************************************/
hr {
	height: 15px;
	width: 100%;
	border-width:0;
	background-image: url(images/star.png);
	background-repeat: repeat-x;
}
/************************************************************************/
#header {
	height: 141px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -141px;
	height: 100%;
	padding-bottom: 80px;
}
#wrapper #logo {
	height: 162px;
	width: 525px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#wrapper #topmenue {
	float: right;
	width: 610px;
	height: 82px;
	background-image: url(images/tmbg.png);
	background-repeat: no-repeat;
	margin-top: 25px;
}
#wrapper #main {
	clear: both;
	padding: 0;
	margin: 0;
	padding: 10px;
}
.cleardiv {
	clear: both;
}
#wrapper #main #maincol {
	width: 815px;
	float: left;
}
#wrapper #main #maincol #ctop {
	background-image: url(images/ctop.png);
	width: 794px;
	height: 66px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
/************************************************************************/
#wrapper #main #maincol #ctop .longtitle {
	background-image: url(images/ltl.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 72px;
	float: left;
	max-width: 490px;
	min-width: 290px;
	width:auto !important;
	width:490px;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
}
#wrapper #main #maincol #ctop .longtitle .lcontent {
	background-image: url(images/ltr.png);
	background-repeat: no-repeat;
	height: 72px;
	line-height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-position: right;
	padding-right: 45px;
	padding-left: 40px;
	white-space: nowrap;
	color: #681510;
}
/************************************************************************/
#wrapper #main #maincol #content {
	background-image: url(images/cbg.png);
	width: 794px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	/** Alle anderen Browser **/
	min-height:850px;
	height:auto !important;
	/** Internet Explorer **/
	height:850px;

}
#wrapper #main #maincol #content .text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
}
#wrapper #main #maincol #cbottom {
	background-image: url(images/cbottom.png);
	width: 794px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#wrapper #main #rightcol {
	float: right;
	width: 345px;
}
#footer {
	position: absolute;
	height: 67px;
	width: 100%;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	bottom: 0px;
}
/************************************************************************/
#wrapper #topmenue ul.topmenu {
	margin		: 0px;
	padding		: 0px;
	padding-left	: 35px;
	padding-top	: 33px;
	list-style	: none;
}
#wrapper #topmenue ul.topmenu li {
	display		: inline;
	padding-left	: 5px;
	padding-right   : 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #563D20;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #563D20;
}
#wrapper #topmenue ul.topmenu li a {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	text-transform	: uppercase;
	color		: #FFEAD2;
	text-decoration	: none;
	padding		: 4px;
}
#wrapper #topmenue ul.topmenu li a:hover {
	color		: #563D20;
}
#wrapper #topmenue ul.topmenu li.active a {
	color: #FFEAD2; 
}
#wrapper #topmenue ul.topmenu li.active a:hover {
	color: #563D20;
}
/************************************************************************/
.tnews {
	padding-bottom	: 20px;
}
.tnews .date{
	width		: 90px;
	height		: 94px;
	background-image: url(images/datebg.png);
	background-repeat: no-repeat;
	float		: left;
}
.tnews .date .month {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 15px;
	font-weight	: bold;
	text-transform	: uppercase;
	color		: #FFFFFF;
	text-align	: center;
	padding-top	: 8px;
}
.tnews .date .day {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 25px;
	font-weight	: bold;
	text-transform	: uppercase;
	color		: #681510;
	text-align	: center;
	padding-top	: 10px;
}
.tnews .date .year {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: normal;
	text-transform	: uppercase;
	color		: #681510;
	text-align	: center;
}
.tnews .title {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	font-weight	: bold;
	color		: #f5c33d;
	padding-left	: 10px;
	float		: right;
	width		: 654px;
}
.tnews .newstext {
	padding-left	: 10px;
	padding-top	: 10px;
	width		: 654px;
	float		: right;
}

.tnews .newstext .hr {
	margin-top	: 10px;
	height		: 15px;
	width		: 99%;
	border-width	: 0;
	background-image: url(images/star.png);
	background-repeat: repeat-x;
}

.tnews .cleardiv{
	clear: both;	
}
/************************************************************************/
.nnews {
}
.nnews .date{
	width		: 90px;
	float		: left;
}
.nnews .title {
	padding-left	: 10px;
	width		: 654px;
	float		: right;
}
.nnews .cleardiv {
	clear: both;	
}
/************************************************************************/

#rightcol div.menue {
	width: 285px;
	margin-right: auto;
	margin-left: auto;

}
#rightcol div.menue div h3 {
	margin: 0px;
	padding: 0px;
	width: 285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	height: 28px;
	line-height: 30px;
	background-image    : url(images/menu_t.png);
	background-repeat   : no-repeat;
}
#rightcol div.menue div  {
	width              : 285px;
	background-image   : url(images/menu_b.png);
	background-repeat  : no-repeat;
	background-position: left bottom;
	padding-bottom     :10px;
}
#rightcol div.menue ul.rightmenue {
	padding			: 0px;
	margin			: 0px;
	padding-right	: 30px;
	padding-left		: 25px;
	margin-top      : 0px;
	margin-bottom  :18px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightcol div.menue ul.rightmenue li {
	margin-top		: 0px;
	margin-bottom	: 6px;
	list-style		: none;
}
#rightcol div.menue ul.rightmenue li a {
	background-image: url(images/sbbg.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	height:19px;
	display	: block;
	margin-left: 3px;
	padding-left: 10px;
	text-decoration	: none;
  color : #FFFFFF;
}
#rightcol div.menue ul.rightmenue li a:hover {
	background-image: url(images/sbbg1.gif);
	background-repeat: no-repeat;
	color:#194050;
}
#rightcol div.menue ul.rightmenue li.itemActive a {
	background-image: url(images/sbbg1.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	height:19px;
	display	: block;
	margin-left: 3px;
	padding-left: 10px;
	margin-bottom:6px;
	color:#194050;
	text-decoration	: none;
}
#rightcol div.menue ul.rightmenue li ul {
	display         :none;
	padding			: 0px;
	margin-right	: 0px;
	margin-left		: 15px;
}
#rightcol div.menue ul.rightmenue li.active ul {
	display:block;
	margin-top: 6px;
}
#rightcol div.menue ul.rightmenue li.itemActive ul li a {
	background-image: url(images/sbbg.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	height:19px;
	display	: block;
	margin-left: 3px;
	padding-left: 10px;
	text-decoration	: none;
  color : #FFFFFF;
}
#rightcol div.menue ul.rightmenue li.itemActive ul li a:hover {
	background-image: url(images/sbbg1.gif);
	background-repeat: no-repeat;
	color : #194050;
}
/************************************************************************/
div.galimg {
  float   : left;
  margin: 7px;
  border: 5px solid #FFFFFF;
}

