@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
}

hr
{
	background-color: #143315; /* Farbe für Opera und Firefox */
	color: #143315; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	margin-bottom: 8px;
	margin-top: 6px;
}

strong
{
	color: #143315;
}

.txt
{
	font-size: 12px;
	line-height: 16px;
}

ul
{
	list-style-type: none;
}

.access,
h6
{
	position: absolute;
	left: -7000px;
}

.clearfix
{
	min-height: 1%;
}

* html .clearfix
{
	height: 1%;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e6e5e5;
}

img 
{
	border: none;
	display: block;
}

:focus 
{
	outline-style: none;
	outline-width: 0;
}


/* +++ TEXTE +++ */

div.h1
{
	padding: 11px 0 27px;
}

div.h1 h1
{			
	font-size: 29px;
	line-height: 38px;
	color: #143315;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 12px;
	line-height: 16px;
	color: #143315;
	padding: 0 0 7px;
}

/* +++ TEXTE ENDE +++ */
/***********************************************************************/
/* +++ LINKS +++ */

a
{
	color: #aa6554;
	text-decoration: none;
}

a:visited 
{
	color: #143315;
}

a:active
{
	color: #000;
}

a:hover 
{
	text-decoration: underline;
}

a.klein
{
	font-size: 11px;
	line-height: 15px;
}

div#news ul li,
div#news ul li a
{
	font-size: 11px;
	line-height: 16px;
	color: #555;
}

/* +++ LINKS ENDE +++ */
/***********************************************************************/
/* +++ DIVISIONS +++ */
div.wrap
{
	min-height: 100%;
	width: 970px;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #143315;
	border-right: 1px solid #143315;
	background: url(img/bg-grey.gif) repeat-y #fff 768px 0;
}

div.main
{
	padding: 130px 0 0;
	overflow: auto;
	padding-bottom: 27px; /* must be same height as footer */
	background: url(img/bg-green.gif) repeat-x transparent 0 0;
}

/* Footer styles */
div.footer
{
	position: relative;
	margin: 0 auto;
	margin-top: -27px; /* negative value of footer height */
	height: 27px;
	clear: both;
	width: 970px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div.footer-content
{
	background: #143315;
	border-bottom: 1px solid #000;
	padding: 6px 28px;
}

div.footer-content p,
div.footer-content a
{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

div.footer p.adresse
{
	float: left;
	width: 723px;
}

div.footer ul
{
	float: right;
}

div.footer ul li
{
	font-size: 11px;
	line-height: 14px;
	float: left;
	background: url(img/list-middot.gif) no-repeat 5px 6px;
	padding: 0 0 0 12px;
}

div.footer ul li:first-child
{
	background: none;
	padding: 0;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/***********************************************************************/
/* END: Footer styles*/

div#sidebar
{
	background: #e6e5e5;
	width: 184px;
	padding: 116px 0 18px 18px;
	float: right;
}

div#sidebar p,
div#sidebar a
{
	color: #143315;
	font-size: 11px;
	line-height: 15px;
}

div#gruen
{
	background-color: #143315;
	height: 130px;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 0;

}

div#content
{
	float: left;
	width: 530px;
	padding: 87px 0 0 45px;
}

div#news
{
	background: url(../images/news_box.gif) transparent no-repeat;
	width: 292px;
	height: 122px;
	top: 14px;
	left: 27px;
	padding: 35px 23px 21px;
	position: absolute;
	z-index: 10;
}

div#logo
{
	width: 180px;
	height: 180px;
	top: 14px;
	left: 776px;
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 0;
}
/* ##### SlideShow #### */
/***********************************************************************/
/* SLIDESHOW */
div.slideshow-wrapper
{
	position: absolute;
	top: 14px;
	left: 389px;
	width: 375px;
	height: 179px;
}

#slideshow-1
{
	float: left;
	width: 180px;
	height: 180px;
	z-index: 12;
	border: 0;
	overflow: hidden;
}

#slideshow-2
{
	float: left;
	margin: 0 0 0 14px;
	width: 180px;
	height: 180px;
	border: 0;
	overflow: hidden;
}

#slideshow-1 img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 180px;
	overflow: hidden;
}

#slideshow-2 img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 180px;
	overflow: hidden;
}
/* SLIDESHOW ENDE */
/***********************************************************************/
/* CONTENT */

div.content p
{
	font-size: 11px;
	line-height: 17px;
	color: #555;
	padding: 0 0 12px;
}

div.content ul
{
	padding: 0 0 12px;
}

div.content ul li
{
	font-size: 11px;
	line-height: 15px;
	color: #555;
	padding: 0 0 0 12px;
	margin: 0;
	background: url(img/list-bullet.gif) no-repeat 0 6px;
}

div.content fieldset
{
	border: none;
}

div.content legend
{
	font-family: arial, helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.content label
{
	font-size: 11px;
	line-height: 15px;
	color: #555;
}

div.content input.text
{
	border: 1px solid #555;
	padding: 1px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}

div.content input.submit
{
	border: 1px solid #143315;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	background: #143315;
}

/* CONTENT */
/***********************************************************************/
/* MENU */

div.menu
{
	width: 168px;
	padding: 90px 0 0;
	float: left;
}

div.menu ul li
{
	padding: 0 0 5px;
}

div.menu ul li a,
div.menu ul li span
{
	border: 3px solid #a4ac90;
	background: url(img/menu-arrow.gif) no-repeat #143315 148px 5px;
	padding: 4px 25px;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	display: block;
	cursor: pointer;
}

div.menu ul li a
{
	background: none;
	background-color: #143315;
}

div.menu ul ul
{
	background: #fff;
	padding: 12px 15px 7px 29px;
}

div.menu ul ul li
{
	font-size: 11px;
	line-height: 16px;
}

div.menu ul ul li a,
div.menu ul ul li span
{
	background: none;
	padding: 0;
	display: inline;
	border: none;
	color: #143315;
}

/* MENU */
/***********************************************************************/
/* BREADCRUMBS */

div.breadcrumb ul
{
	width: 100%;
}

div.breadcrumb ul li
{
	float: left;
	background: url(img/breadcrumb-arrow.gif) no-repeat transparent 3px 4px;
	font-size: 10px;
	line-height: 13px;
	padding: 0 0 0 13px;
}

div.breadcrumb ul li a
{
	color: #555;
}

div.breadcrumb ul li.first
{
	padding: 0;
	margin: 0;
	background: none;
}

/* END: BREADCRUMBS */
/***********************************************************************/
/* caption styling */

div.image.right
{
	float: right;
	padding: 5px 0 6px 12px;
}

div.image.left
{
	float: left;
	padding: 5px 12px 6px 0;
}

.caption-top,
.caption-bottom
{
	color: #ffffff;
	padding: 12px 0;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	cursor: default;
	border: 0 solid #ffffff;
	background: #143315;
}

.caption-top
{
	border-width: 0px 0px 8px 0px;
}

.caption-bottom
{
	border-width: 1px 0px 0px 0px;
}

.caption a
{
	border: 0 none;
	text-decoration: none;
	background: #143315;
	padding: 0.3em;
}

.caption a:hover
{
	background: #202020;
}

.caption-wrapper
{
	float: right;
}

br.c
{
	clear: both;
}

/* END: caption styling */
/***********************************************************************/
/* START: gallery styling */

div.galerie ul li
{
	float: left;
	background: none;
	margin: 0 6px 0 0;
	width: 170px;
	height: 151px;
}

div.galerie ul.galerie li
{
	padding: 19px 31px 0;
	width: 108px;
	height: 132px;
	background: url(img/galerie-ordner.gif) no-repeat 0 0 transparent;
}

div.galerie ul li a
{
	font-size: 0;
	line-height: 0;
}

div.galerie ul.galerie li:first-child
{
	margin-left: 0;
}

div.galerie ul.galerie h2
{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

div.galerie ul.galerie p.date
{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

div.galerie ul.bilder li
{
	padding: 0;
}

div.galerie ul.bilder li
{
	width: 112px;
	padding: 0;
}

div.galerie ul.bilder li a
{
	display: block;
	height: 87px;
}

div.galerie ul.bilder li img
{
	border: 3px solid #A4AC90;
	margin: 0 auto;
}

div.galerie ul.bilder p
{
	text-align: center;
}

/* END: gallery styling */
/***********************************************************************/
/* START: links seite */

div.links a
{
	float: left; margin: 0 4px 4px 0;
}

/* END: links seite */
/***********************************************************************/
/* START: termine styles */

dl.termine
{
	float: left;
	width: 350px;
	padding: 0 0 27px;
}

dl.termine dt
{
	border-top: 1px solid #143315;
	margin: 6px 0 0;
	padding: 8px 0 0;
	font-weight: bold;
}

dl.termine dt:first-child
{
	border: none;
	padding: 0;
	margin: 0;
}

dl.termine dt,
dl.termine dd
{
	color: #555;
	font-size: 11px;
	line-height: 17px;
}

dl.termine dt,
dl.termine dd.title
{
	color: #143315;
}

dl.termine dd.title
{
	font-weight: bold;
}

/* kalender */

div.kalender
{
	float: right;
	width: 169px;
}

div.kalender table
{
	border-collapse: separate;
	border-left: 4px solid #a6ad91;
	border-right: 4px solid #a6ad91;
	border-bottom: 4px solid #a6ad91;
}

div.kalender table caption
{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #143315;
	padding: 12px 2px 2px;
	text-align: center;
	background: #a6ad91;
}

div.kalender tr.labels
{
	text-align: center;
}

div.kalender td
{
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	height: 23px;
	width: 23px;
	text-align: center;
	vertical-align: middle;
}

div.kalender td.day:hover
{
	background: #89998a;
	color: #fff;
}

div.kalender td.d7
{
	background: #f2f2f2;
}

div.kalender td.event-timespan,
div.kalender td.event-timespan:hover
{
	background: #a6ad91;
}

div.kalender td.event,
div.kalender td.event:hover
{
	background: url(img/kalender-bg-termin.gif) no-repeat transparent 0 0;
}

div.kalender td.current-day,
div.kalender td.current-day:hover
{
	background: url(img/kalender-bg-current-day.gif) no-repeat transparent 0 0;
}

div.kalender td a
{
	display: block;
	padding: 3px 0 0;
	width: 22px;
	height: 19px;
	cursor: pointer;
	color: #000;
}

/* END: termine styles */
/***********************************************************************/
/* START: tooltip */

div.tooltip
{
	display: none;
	width: 150px;
	position: absolute;
	top: 250px;
	left: 574px;
	z-index: 100;
	padding: 0;
	background: #e6e5e5;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
}

div.tooltip h2
{
	display: block;
	background: #143315;
	color: #fff;
	margin: 0;
	padding: 5px;
}

div.tooltip p
{
	color: #555;
	padding: 5px;
}

/* END: tooltip */
/***********************************************************************/

