

/*
	C S S  F O R  P R I N T
	======================== 
*/

body {
	color: #000;
	font-family: "DIN Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff !important;
	background-image: none !important;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a img {
	border: 0;
	outline: none;
}


#header, #bottom, #eventpopup, #marktpopup, #sliderNavLeft, #sliderNavRight, #sliderNavLeftEmpty {
	display: none;
}

#middle {}

#slider {}


/* A R C S - S L I D E R
  ------------------------*/

#arcs {
	width: 100% !important;
}

.arc {
	width: 220px;
	height: 360px;
	margin: 0px 20px 20px 0px;
	float: left;
	overflow: hidden;
}

.arc .content .top {
	height: 145px;
	background-repeat: no-repeat;
	background-color: #000;
}

.arc .content .top img.img-overlay {
	display: none;
}

.arc .content .bottom {
	color: #fff;
	background-color: #000;
	width: 220px;
	height: 25px;
}

.arc .popup {
	padding: 0px 0 20px 0px;
	display: block;
}

.arc .popup p {
	font-size: 8pt;
	padding: 0 0 5px 0;	
}

.arc .popup p.desc, .arc .popup p.urls {
	font-weight: bold;	
}


/* S T A T I C  C O N T E N T - S L I D E R 
  -----------------------------------------*/

#staticcontent {
	width: 100% !important;
}

.colspan1, .colspan2, .colspan3 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	float: none;
}

#staticcontent h2 {
	font-size: 12pt;
	padding-bottom: 10px;
}
#staticcontent h2.title-spacer {
	display: none;
}
#staticcontent p {
	font-size: 11pt;
	padding-bottom: 10px;
}

#staticcontent p.important {
	font-weight: bold;
}

#staticcontent div.dl { 
	display:none 
}


/* G A L L E R Y - S L I D E R
  ---------------------------- */

#gallery {
	width: 100% !important;
}

.gallery-item {
	width: 460px;
	margin: 0px 5px 5px 0px;
	float: left;
}



/* A G E N D A - S L I D E R
   ------------------------- */


#agenda{
	width: 100% !important;
}

.agenda-event {
	width: 200px;
	height: 360px;
	margin: 0px 20px 20px 0px;
	float: left;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	overflow: hidden;
}

.agenda-event .bar {  
	font-weight: bold;
	padding: 5px 0 5px 5px;
	line-height: 13pt;
}

.agenda-event p {
	padding: 5px 5px 0 5px;
}

.agenda-event a {
	padding: 0 1px 0 1px;
}

.agenda-event .top {
	font-weight: bold;
}

.agenda-event h1 {
	padding: 10px 5px 0 5px;
	font-size: 16pt;
}
.agenda-event h2 {
	padding: 7px 0 5px 5px;
	font-size: 14pt;
}
.agenda-event h3 {
	padding: 5px 5px 0 5px;
	font-size: 11pt;
}

.agenda-event .bodytext {
	font-size: 9pt;
}

.agenda-event .footer {
	font-weight: bold;
}


