html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
}


body {
	background: #fff url(../img/bg_pattern.jpg) repeat-x;
	
}


/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */



#container {
	background: #fff url(../img/contentbg.gif) repeat-y;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;	
}

* html #container {
	height: 100%;
}


#header {
	background: url(../img/header.jpg) no-repeat;
	width: 760px;
	height: 190px;
	padding-top: 8px;
	margin: 0 10px 0 10px;
}

#header a, #header a:hover {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#footer {
	width: 780px;
	height: 44px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -44px;
}

#footer a#impressumlink {
	display: block;
	width: 733px;
	height: 34px;
	background: url(../img/impressum.jpg) no-repeat;
	margin: 0 22px;
}

#footer a#impressumlink:hover {
	display: block;
	width: 733px;
	height: 34px;
	background: url(../img/impressum_mousedown.jpg) no-repeat;
	margin: 0 22px;
}

#navigation {
	background: url(../img/navbg.jpg) no-repeat;
	margin: 0 29px;
	height: 30px;
	overflow: hidden;
}

#navigation ul {
	padding: 0 0 0 23px;
	margin: -1px 0 0 0;
	list-style: none;
}

#navigation li {
	display: inline;
	list-style: none;
}

#navigation li a, #navigation li a:hover {
	text-decoration: none;
}

#navigation img {
	border: none;
	margin: none;
}

#content {
	margin: 0 29px;
	background: url(../img/terminheader.jpg) top right no-repeat;
	padding-bottom: 50px;
}

#colmain {
	width: 532px;
	float: left;

}


#contentmain {
	padding-right: 10px;
	padding-bottom: 20px;
}


#colright {
	width: 150px;
	float: left;
	padding: 62px 20px 42px 20px;
	background: url(../img/terminfooter.jpg) bottom left no-repeat;	
	min-height: 85px;
}

* html #colright {
	height: 85px;
}

/*
################################################
			EVENT LIST
################################################
*/

.event {
	padding-bottom: 18px;
	background:url(../img/hr_right.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

.pagebrowser {
	text-align: center;
	margin-bottom: -24px;
}

.pagebrowser span {
	padding-left: 2px;
	padding-right: 2px;
}

/*
################################################
			NEWS
################################################
*/

.teaseritem {
	margin-bottom: 25px;
}

.teaseritem p {
	margin-bottom: 5px;
}

.morelink, .backlink {
	text-align: right;
	font-size: 11px;
	padding-top: 3px;
}

.morelink a {
	background: url(../img/arrow_next.gif) no-repeat right 0;
	padding-right: 18px;
	font-weight: bold;
}

.backlink a {
	background: url(../img/arrow_back.gif) no-repeat right 0;
	padding-right: 18px;
	padding-top: 4px;
	font-weight: bold;
}


/*
################################################
			slideshow
################################################
*/
.tx-rgsmoothgallery-pi1 {
	clear: both;
}

.sIFR-active .slideInfoZone h2 {
	visibility: visible;
}


/* slide show menu */

.csc-menu, .csc-menu-1 {
	list-style: none;
	margin: 0;	
}

.csc-menu li, .csc-menu-1 li {
	list-style: none;
	background: url(../img/list_arrow2.gif) no-repeat 0 2px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0;
}

.csc-menu li.act, .csc-menu-1 li.act {
	background: url(../img/list_arrow1.gif) no-repeat 0 2px;
}

.csc-menu li a, .csc-menu-1 li a {
	color: #54320e;
}


/*
################################################
			HELPERS
################################################
*/

div.hr {
	margin: 20px 0;
	height: 8px;
	background: url(../img/hr.jpg) no-repeat;
}

hr {
	display: none;
}

.csc-header {
	clear: both;
}
