/************************************************************/
/* PURE BOARDING CSS: Extensions							*/
/* 1.0 Search Box (Macina)									*/
/*  1.1 Suchformulare										*/
/*  1.2 Resultat Navigation									*/
/*  1.3 Suchresultate										*/
/* 2.0 TMailform                   							*/
/* 3.0 Calendar												*/
/*  3.1 Calendar context menu								*/
/* 4.0 DAM Gallery											*/
/* 5.0 TT News												*/
/*  5.1 News Navigation										*/
/*  5.2 Single News View									*/
/*  5.3 News Archiv											*/
/* 6.0 IRFAQ											*/
/* 7.0 WT Gallery												*/
/* 8.0 GoogleMap                                            */
/************************************************************/


/* 1.0 Search Box (Macina)  */

	/* 1.1 Suchformulare */

div.tx-indexedsearch_forms_padding {
padding-left:10px;
margin-top:10px;
font-size:12px;
color:#879197;
line-height:17px;
letter-spacing:0.4px;
}
	
div.tx-indexedsearch_forms_padding form {
margin:0px;
}
	
div.tx-indexedsearch input[type=image] {
float:left;
}
div.tx-indexedsearch input[type=text] {
width:120px;
}
	
div.tx-indexedsearch select {
width:120px;
}

/* 1.2 Resultat Navigation (Definiert ohne Template in class.tx_indexedsearch.php) */
div.tx-indexedsearch p {
padding-left:10px;
color:#879197;
}
	
div.tx-indexedsearch ul {
height:25px;
padding:0px;
margin-bottom:20px;
margin-left:141px;
}
		
div.tx-indexedsearch li {
border:1px solid #ccd4d9;
margin:2px;
padding:2px;
padding-left:6px;
padding-right:6px;
float:left;
font-size:11px;
list-style-type:none;
}
	
	
/* 1.3 Suchresultate */
div.search_results {
width:400px;
padding-left:10px;
color:#879197;
}

td.search_results_title{
font-weight:bold;
}
	
td.search_results_percent{
font-size:10px;
}
	
td.search_results_description{
padding:4px;
border: 1px solid #ccd4d9;
border-bottom:0px;
}	
	
td.search_results_info{
padding:4px;
font-size:10px;
border: 1px solid #ccd4d9;
border-top:0px;
}
	

/* 2.0 TMailform */

div.tx-pilmailform-pi1 {
	margin-left:141px;
	margin-top:5px;
}

div.tx-pilmailform-pi1 td{
	vertical-align:top;
}

div.tx-pilmailform-pi1 input.styleButton {
	border-top:1px solid #0861a8;
	border-bottom:1px solid #0861a8;
	border-left:1px solid #0861a8;
	border-right:1px solid #0861a8;
	WIDTH: 110px;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #ffffff;
}

/* 3.0 Powermail */

span.tx-srfreecap-pi2-cant-read {
color: #696969;
}

.tx-srfreecap-pi2-image {
background-color: #FFF;
border: 1px solid #333;
margin: 0;
margin-top: 10px;
padding-bottom: 10px;
display: block;
}



/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	/* label */
	display: block;
	width: 200px;
	float: left;
	font-weight: bold;
    color:#515151;
    white-space:normal;
    padding: 0 0 10px 0;

}
fieldset.tx-powermail-pi1_fieldset input {
	margin-left:0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_date,
fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	border:1px solid #ccc;
	background:#f8f8f8 none;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
    padding:2px;
	width:300px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_time,
fieldset.tx-powermail-pi1_fieldset input[type=time]{
    width:60px;
}


fieldset.tx-powermail-pi1_fieldset textarea:focus,
fieldset.tx-powermail-pi1_fieldset input:not([type="submit"]):focus {
	background:#fff none;
	border:1px solid #333;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 3px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0 0 0.5em 0;
	clear:both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a{
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a dfn{
	/* Description */
	display: none;
	text-decoration: none;
    position:absolute;
    z-index:1;
    width: auto;
    height:15px;
    padding:3px 10px 5px 10px;
    background-color:#00559E;
    border:1px solid #00559E;
    font-size:11px;
    color:#fff;
    text-decoration: none;
    /* CSS3 spicing for mozilla and webkit */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
    box-shadow:0 0 6px #ddd;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html fieldset legend.tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn{
	/* Description on mouseover */
	display: block;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
/*background-color: #d8d8d8;*/
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset.tx-powermail-pi1_fieldset fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
	position: relative;
}
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
}
.powermail_mandatory {
	color: #f00;
}
.placeholder {
    color:#999;
}

.powermail_mandatory_helper{visibility:hidden;height:1px;position:absolute;}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
	margin-left: 200px;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
	margin-left: 7px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner input,
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner input {
	float: left;
	position: relative;
	clear: left;
}

        /* Multiple JS */
div.fieldsets {
    clear: both;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset legend,
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset.ui-tabs-hide{
    display:none;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset {
    padding-top:15px;
}
div.powermail_multiple_js fieldset.tx-powermail-pi1_fieldset fieldset legend {
    display:block;
}
ul.powermail_multiplejs_tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.powermail_multiplejs_tabs li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    list-style-type: none;
}
ul.powermail_multiplejs_tabs li a {
    display: block;
    padding: 5px 10px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    background: #E0E0E0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    outline: none;
}
ul.powermail_multiplejs_tabs li a.act {
    background: #F0F0F0;
    color: #333;
    padding:5px 10px 6px 10px;
    position:relative;
    margin-bottom:-1px
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;
    z-index:10;
    text-align:left;
    height:auto;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	width:198px !important;
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow:0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#FA8800;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../img/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(../img/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:18px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}

/* slider root element */
.slider { 
	background:#3C72E6 url(../img/h30.png) repeat-x 0 0; 
	height:9px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #333;
	width:300px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 8px #000;
	box-shadow:inset 0 0 8px #000;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff url(../img/h30.png) repeat-x 0 0; 
	height:28px;
	width:28px;
	top:-12px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #000;
	cursor:move;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	box-shadow:0 0 6px #000;
	-moz-border-radius:14px;
	-webkit-border-radius:14px; 
	border-radius:14px;
}

/* the input field */
fieldset.tx-powermail-pi1_fieldset input.powermail_text.range {
	float:left;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:50px;
}


	

/* 5.0 TT News */
/* Extension NEWS */
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
clear:left;
height:1px;
border: 1px solid #F9FFE5;
}
.news-latest-container HR.clearer {
clear:right;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
float: left;
width: 600px;
height: auto;
border:none;
/*background-color:#FFF;*/
}


.news-latest-container a:hover {		
color:#FFF;
text-decoration:none;	
}

.news-latest-gotoarchive {
font-weight:bold;
margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
color:#FFF;
}
.news-latest-gotoarchive A {
color:#FFF;
}
.news-latest-item {
/* IE hack */
height: 1%;
line-height: 1.3;
/* IE hack end */
height: 255px !important;
padding: 2px;
margin:2px;
border:1px solid #FFF;
background-color:#0072ba;
filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;
color: #fff;
width: 133px;
float: left;
}

.news-latest-item {
text-align: left;
margin-bottom: 10px;
}
.news-latest-container p {
color: #FFF;
clear: left;
}

div.frontnews h2, div.frontnews h3 {
min-height: 60px;
height: auto;
}

.news-latest-item h2 a, .news-latest-item h3 a, .news-latest-item h2{
color: #FFF;
font-size: 0.9em;
}


.news-latest-item IMG {
margin-bottom:5px;
margin-right:0px;
border:1px solid #666;
float:left;
margin-left: 5px;
}
.news-latest-category IMG {
margin-bottom:5px;
margin-right:0px;
border:1px solid #666;
float:left;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
font-size:9px;
padding-left: 10px;
}

.news-latest-morelink {
height:12px;
}

.news-latest-morelink A {
float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
float: left;
width: 540px;
height: auto;
border:none;
background-color:#FFF;
}

.news-list-container p, .news-list-item p {
color: #FFF;
clear: left;
padding-left: 0px;
}

.news-list-container a:hover {		
color:#FFF;
text-decoration:none;	
}

.news-list-item {
/* IE hack */
height: 1%;
line-height: 1.3;
/* IE hack end */
height: auto !important;
padding:3px;
margin:3px;
border:1px solid #FFF;
background-color:#0072ba;
color: #fff;
float: left;
width: 523px;
}

.news-search-form {
padding:3px;
margin-bottom:5px;
border:1px solid #0072ba;
background-color:#0072ba;
}
.news-search-emptyMsg{
margin:0px;
}
.news-search-form FORM {
margin:0px;
}
.news-list-container H2 {
margin-bottom: 5px;
padding: 2px;
background-color:#0072ba;
}
.news-list-container H2 A:LINK,.news-list-container H2 A:VISITED,.news-list-container H2 A:HOVER {
color:#fff;
padding-left:5px;
}
.news-list-container H2 A {
color:#fff;
}

.news-list-date {
color: #fff;
width: 120px;
text-align: left;
height: 20px;
margin-top: -2px;
margin-right: -2px;
margin-left: 10px;
font-weight: bold;
background-color:#0072ba;
}

.news-list-date a {
color: #FFF;
text-decoration: none;
}

.news-list-date a:hover{
color: #FFF;
text-decoration: underline;
}

.news-list-imgcaption {
float: left;
padding-top:3px;
padding-right:3px;
font-size: 9px;
}


.news-list-container IMG {
height: auto;
max-width: 170px;
w\idth: 150px;
height: auto;
float: right;
border:1px solid #fff;
margin-bottom:5px;
margin-right:10px;
margin-left:5px;
}
.news-list-category IMG {
float: none;
border:none;
margin:0px;
}

.news-list-morelink,.news-list-category, .news-list-morelink A {
font-size:10px;
margin-left:3px;
color: #fff;
}

.news-list-morelink  {
margin-bottom:3px;
}
.news-list-browse {
text-align: center;
}

.news-list-browse a {
color: #0072ba;
}

.browseLinksWrap a:hover {
color: #0072ba;
text-decoration: underline;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
background-color:#000 /*#05498e*/;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
background-color:#000 /*#05498e*/;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
padding:3px;
margin: 5px;
border:1px solid #0072ba;
background-color:#0072ba;
min-height: 250px;
height: auto;
width: 522px;
}

.news-single-item H1 {
margin-left:0px;
margin-bottom: -10px;
color: #FFF;
}

.news-single-item H2 {
margin-left:0px;
margin-bottom: 10px;
color: #FFF;
}


.news-single-item p.bodytext {
padding-left: 10px;
color: #FFF;
}



.news-single-img, .news-single-img a {
float: left;
margin-left:5px;
margin-right: 5px;
margin-bottom: 5px;
padding: 0;
border: none;
}

.news-single-item a {
color: #FFF;
}

.news_img .news-single-imgcaption, p.news-single-imgcaption {
padding:3px;
color: #FFF;
}

.news_img .news-single-category {
float: left;
}
.news_img .news-single-backlink, .news-single-backlink a {
padding: 10px;
color: #FFF;
font-weight: bold;
font-size: 10px;
}

.news-single-rightbox {
margin-left: 10px;
margin-right: 5px;
float: right;
text-align:right;
color: #FFF;
}

/*  Listen in NEWS SINGLE */
div.news-single-item ul {
margin:0px;
margin-top:7px;
padding:0px;
padding-left:5px;
color: #FFF;
}
	
div.news-single-item li  {
/*list-style-position:inside;*/
padding-top:6px;
padding-right: 5px;
padding-bottom:0px;
margin-left:20px;
margin-top:0px;
margin-bottom:0px;
font-size:12px;
color: #FFF;
line-height:20px;
letter-spacing:0.4px;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
font-size: 9px;
margin-left: 10px;
color#FFF;
}
.news_img .news-single-author {
padding-bottom: 3px;
}
.news-single-additional-info {
background-color:#0072ba;
clear: both;
margin-top: 15px;
/*border: 1px solid #666;*/
padding:3px;
padding-bottom:0px;
color: #FFF;

}
.news-single-related,.news-single-files,.news-single-links  {
/*border: 1px solid #666;*/
margin:0px;
margin-bottom: 3px;
margin-left: 10px;
padding:3px;
background-color:#0072ba;
color: #FFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
margin-left:5px;
color: #FFF;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
font-weight: bold;
font-size: 11px;
margin-left:10px;
width:90%;
color: #FFF;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#0072ba;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #0072ba;
	background-color:#0072ba;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #0072ba;
	background-color:#0072ba;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #0072ba;
	padding: 2px;
	background-color:#0072ba;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#596ea3;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/* 6.0 IR FAQ TEMPLATE_DYNAMIC */

.tx-irfaq-pi1 dt, .tx-irfaq-pi1 .additional-info { margin-left: 10px; }

.tx-irfaq-pi1 .irfaq-search-form { margin-left: 10px; margin-top: 10px; }

/* 7.0 WT Gallery */

div.tx-wtgallery-pi1 h2.wtgallery_list {
display: none;
}
div.tx-wtgallery-pi1 h2.wtgallery_single {
display: none;
}

div.wtgallery_list {
	padding: 1px;
	margin: 5px 3px;
	background-color: #444;
}

/* 8.0 Googlemap */

div.template_map {
	margin-left:10px;
	margin-top:5px;
}

div.tx-lumogooglemaps-pi1 {
	margin-left:10px;
	margin-top:5px;
}

div.tx_lumogooglemaps_pi1_infobox {
	width:270px;
}

