
/**
 * Print Styles
 */
 
/* 
#blind-navigation,
#page-meta-wrapper,
#page-header-wrapper,
#page-content-left-wrapper,
#page-footer-wrapper,
.typo3-adminPanel { display:none; }

img {
	border: 0px;
} 
*/

html, body {
    padding:0;
    margin:0;
    height:100%;
		/* z35 */
		font-size:0.95em;
}

body {
	/*background:url(img/bg.gif) top left repeat-x #ffffcc;*/
	background:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/* z35 color:#333333; */
	border:none;
	text-align:left;
	line-height:1.4;
}
body,
table,
td, th {font-size:100%;}

h1,h2,h3,h4,h5,h6,p {
	padding:6px 0 12px 0;
}
h1 {
	/* z35 font-size:220%; */
	font-size:140%;
	font-weight:bold;
}
h2 {
	font-size:120%;
	/* z35 font-size:170%; */
	font-weight:bold;
}
hr {
	margin:11px 0 11px 0;
	padding:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-top:1px solid #ccc;
	height:1px;
}

ul, ol {
	margin:0 0 10px 10px;
	/* list-style:none; */
}
ol {}
ul li, ol li {
    margin-left:3px;
    padding-left:12px;
		/* background:url(img/green_dot.gif) top left no-repeat; */
}

table,
.contenttable, 
.rundrum {
	border:none;
}

.invisible,
#blind-navigation,
#page-meta,
/* #page-header, */
#page-header-menu,
#page-header-logo,
#page-header-lang,
#page-content-subheader-box h1,
#page-content-left-wrapper,
#page-footer-left-wrapper,
#page-footer-right-wrapper,
#page-home-sitemap,
.typo3-adminPanel { display:none; visibility:hidden; }

/* #page-meta-wrapper {
	background:url(img/bg_top.png) top left repeat-y #ccc;
	height:1px;
	min-height:22px;
}
#page-header-wrapper {
	background:url(img/bg_header.png) top left no-repeat #00a03d;
	height:104px;
} */


#page-header-logo-print {
	float:left;
	padding:0px;
}
#page-header-logo-print h1 {
	font-size:170%;
	/*padding:20px 60px 0px 160px;*/
	padding:20px 40px 0px 40px;
}

#page-content-right {
	/*padding:0px 60px 0px 160px;*/
	padding:0px 40px 0px 40px;
}

#page-content-right a {
  color:#00665A;
}

/*
 * Middle maincontent column
 */
#page-maincontent-left-wrapper {
/* 	float:left; */
/* 	overflow:hidden; */
}
/*
 * Right maincontent column
 */
#page-maincontent-right-wrapper {
/*   float:left; */
}

#page-footer {
/* 	clear:both; */
}

img {
	border: 0px;
} 

.news-date { padding-top:8px; font-weight:bold; }

.slider,
.slider2,
.slider3 {
  overflow:hidden;
  height:auto;
}

/*
 *  EXT jfmulticontent
 */
 
 
.tx-jfmulticontent-pi1 .csc-firstHeader {
  display:none;
  visibility:hidden;
}

.tx-jfmulticontent-pi1 .ui-state-default, 
.tx-jfmulticontent-pi1 .ui-widget-content .ui-state-default {
  background:none;
  border:none;
  border-bottom:1px solid #C0E0D5;
}
.tx-jfmulticontent-pi1 .ui-state-active, 
.tx-jfmulticontent-pi1 .ui-widget-content .ui-state-active {
  background:none;
  border:none;
}

.tx-jfmulticontent-pi1 .ui-widget {
  font-family:Arial,Helvetica,Verdana,sans-serif;;
}

.tx-jfmulticontent-pi1 .ui-accordion .ui-accordion-content-active {
  border-bottom:1px solid #C0E0D5;
} 

.tx-jfmulticontent-pi1 .ui-widget-content {
  background:none;
  border:none; 
}

.tx-jfmulticontent-pi1 .ui-state-default .ui-icon {
	background:url(img/pfeil_inaktiv.png) left center no-repeat;
}

.tx-jfmulticontent-pi1 .ui-icon,
.tx-jfmulticontent-pi1 .ui-state-active .ui-icon {
	background:url(img/pfeil_aktiv.png) left center no-repeat;
}

.tx-jfmulticontent-pi1 .ui-accordion .ui-accordion-content {
  display:block !important;
  visibility:visible !important;
  overflow: visible !important;
  height:auto !important;
}


