/* global.css - contains all global redefinitions of HTML elements */

/* Basis 13px
	20px 153.85%
	19px 146.15%
	18px 138.46%
	17px 130.77%
	16px 123.08%
	15px 115.38%
	14px 107.69%
	13px 100%
	12px 92.31%
	11px 84.62%
	10px 76.92%
	 9px 69.23%
	 8px 61.54%
*/

/* Basis 12px
	20px 166.67%
	19px 158.34%
	18px 150.00%
	17px 141.66%
	16px 133.34%
	15px 125.00%
	14px 116.67%
	13px 108.34%
	12px 100.00%
	11px 91.67%
	10px 83.34%
	 9px 75.00%
	 8px 66.67%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 13px;
	font-size: 100%;
	font: small Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #E8E8E8;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0 3px 0;
}

div.Column3 h1.csc-firstHeader,
div.Column2 h1.csc-firstHeader,
h1 {
	font-size: 108.34%;
	color: #000000;
	margin: 10px 0 2px 0;
}

h2 {
	font-size: 100%;
	color: #000000;
}

h3 {
	font-size: 100%;
	margin-top: 3px;
	color: #000000;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;	
}

h4 {
	font-size: 100%;
	color: #000000;
}

h5 {
	font-size: 100%;
	color: #000000;
}

h6 {
	font-size: 100%;
	color: #000000;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #B20035;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div.category_header h1 a {
	font-weight: bold;	
}
div.category_header h1 a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------- lists */
ul {
	padding: 2px 3px 5px 21px;
}
ul li {
	font-size: 100%;
}
ol {
	padding: 2px 3px 5px 25px;
}

/* ------------------------------------------------------- table */
table {
	border-collapse:collapse;
	margin-bottom:5px;
	
}
td, th {
	padding: 2px;
	/*border: 1px solid #CCCCCC;*/
	border:none;
}

thead,
thead td{
	font-weight: bold;
}

/* tl 080422: auskommentiert wegen tableruler
tr.ruled,
table tr:hover{
	background-color: #EEEEEE;
}*/

th {
	background-color: #EEEEEE;
}

/* ------------------------------------------------------- other */
abbr, acronym, dfn {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}

option {
	padding: 0 3px;
}
blockquote {
	padding-left: 25px;
}

/* content.css - contains all CSS Classes for content elements  */

.align-right{ text-align: right; }

hr.clean {
	clear: both;
	width: 100%;
	color: white;
	display: block; 
  	visibility: hidden;
}

h1.csc-firstHeader {
	font-size: 200%;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	padding: 0px;
	font-weight: normal;
	margin: 0px 0px 32px 0px;
	border: 0px none;
}

a.external-link-new-window {

}
a.external-link-new-window:hover {

}

.news-single-imgcaption,
dd.csc-textpic-caption {
	color: #999999;
	font-size: 91.67%;
}

/* not needed lw_af 080526 */
/*
.clickenlarge a{
	float: right;
	background-image: none !important;
	padding: 2px 5px 0px 0px !important;
	left: 5px !important;
	position: relative;
	
}
*/
/* ------------------------------- Links */
a:focus {
   outline: none;
}

a.download {
	/*padding-left: 20px;
	background: url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/disk.gif)  left no-repeat;
	padding-top: 1px;*/
}

a.mail {
	padding-left: 20px;
	background: url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/email.gif)  left no-repeat;
}

a.pdf-download {
	padding-left: 20px;
	padding-top: 1px;
	background: url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/icon_pdf.gif)  left no-repeat;
}

/* ------------------------------------------------- header */

#lang_fontsize img { margin-top: 2px; }

/* ------------------------------------------------- left_side */
#content_title h1 {
	font-size: 92.31%;
	font-family: Arial, Helvetica, sans-serif;
	color: #B20035;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	margin: 0px 0px 21px 0px;
}
/* ------------------------------------------------- right_side */

#right_side h1 {
	font-size: 100%;
	border-top: 1px solid #8B8078;
	border-bottom: 1px solid #8B8078;
	color: #8B8078;
	padding: 3px 5px 3px 10px;
	margin: 0px;
	background-color: #E8E8E8;
	float: left;
	width: 165px;
	font-weight: bold;
}

#right_side p.head {
	color: #FFFFFF;
	padding: 3px 4px 7px 4px;
}
#right_side p {
/*  tl: no left padding in p
	padding: 5px 7px 5px 7px;*/
	padding: 5px 7px 5px 0;
}


#right_side p {
	background-color: #E8E8E8;
	padding: 12px 5px 0px 10px;
	width:165px;
	float: left;
}

#right_side p.prep {
	font-weight: bold;
	border-bottom: 1px solid #d2ddde;
}

#right_side .news-latest-item p {
/*  tl: no left padding in p
	padding: 5px 7px 5px 7px;*/
	padding: 0;
}

#right_side span.news-list-date {
	display: block;
	text-align: left;
	color: #000000;
	padding: 2px 10px 1px 10px;
}
#right_side div.news-latest-item h3 {
	font-size: 109.1%;
	padding: 0px 5px 0px 10px;
	margin: 0px;	
}
#right_side div.news-latest-item p.bodytext {
	display: inline;
}

/* --------------------------------------------- MultiColumn Content */
div.Column2,
div.Column3,
div.rs-frame {
	width: 100%;
	clear:both;
	overflow:hidden;
}

.Column2_1 { clear:both; }

.Column2_1 h1.csc-firstHeader, 
.Column2_2 h1.csc-firstHeader {
	font-style:normal;
	color: #000000;
	margin: 5px 0;
}

div.Column2_1,
div.Column2_2 {
	float: left;
	width: 49%;
}
div.Column2_1 { padding-right: 2%; }

div.Column3_1,
div.Column3_2,
div.Column3_3 {
	float: left;
	width: 31%;
}
div.Column3_1,
div.Column3_2 { padding-right: 2%; }


/* --------------------------------------------------- Drop Down Site Map */
.tx-dropdownsitemap-pi1 img { display: none; }

/* --------------------------------------------------- Content Title and Print */
.tx-timtabsociable-pi1 {
	padding: 0 10px 0 0;
	display: inline;
}
	
#header_print a img {
	float: right;
	padding: 0 5px;
}

ul.contentHeader {
	display: inline;
	height: 20px;
}

ul.contentHeader li.contentHeader-left {
	display: inline;
	list-style:none;
}

ul.contentHeader li.contentHeader-left h1 {
	float: left;
	padding: 0 0 0 27px;
	list-style: none;
	font-weight: bold;
	display: inline;
	background: none;
	border: 0;
	list-style:none;
}
ul.contentHeader li.contentHeader-right {
	float: right;
	list-style: none;
	display: inline;
}

ul.contentHeader li.contentHeader-right a img {
	padding: 0 10px 0 0;
	display: inline;
}

/* --------------------------------------------------- LW Footer Link */
#lw_link a{ color: #CCCCCC; }

/* ---------------------------------------------------- RTE stuff    */

table.table-100 { width: 100%; }
td.td-25 { width: 25%; }
td.td-33 { width: 33%; }
td.td-50 { width: 50%; }
td.td-verticaltop { vertical-align:top;}
td.td-right { text-align: right;}
td.td-bgandvt { vertical-align:top;background-color: #D6F3FF;}
td.td-background { background-color: #D6F3FF;}
tr.tr-background { background-color: #D6F3FF;}
tr.tr-bold { font-weight: bold; }
p.p-bigger {font-size: 116.67%;}


/* --------------------------------------------------- Page Not Found */
#page_not_found {
	margin: 50px auto 0 auto;
	padding: 0px;
	border: solid 1px #C6C3BD;
	width: 780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#page_not_found #header_top {
	text-align: right;
	padding: 0px;
	height:125px;
	background-color:#B20035;
}

#page_not_found #content_area {
	clear: both;
	background-color: #FFFFFF;
	padding: 15px;
	border-top: solid 1px #000000;
}

#page_not_found #content_area a { font-size: 13px; }

/* --------------------------------------------------- FE Login */
.tx-felogin-pi1 th {
	width: 100px;
	text-align: right;
	background-color:#FFFFFF;
}
/* ---------------------------------------------------- pagebrowser lw_af_080919 */
.pagebrowser ul {
   margin:0;
   padding:10px 10px 0 10px;
   list-style: none;
}

.pagebrowser li{
   display: inline;
}

/* -------------------------------------- Content Frames */
div.frame1 .csc-firstHeader {
	margin: 10px 0px 0px 0px;	
}
div.frame1 {
	border: 2px solid green;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px; 
}
div.frame2 {
	border: 2px solid red;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px; 
}

/* --------------------------------- search box ---- */
div.search-box {
	background-color: #E8E8E8;
	height: 69px;
	width: 180px;
	float: left;
	border-bottom: 1px solid #8B8078;
	margin: 0px 0px 5px 0px;
}
div.search-box h2 {
	font-size: 100%;
	border-top: 1px solid #8B8078;
	border-bottom: 1px solid #8B8078;
	color: #8B8078;
	padding: 3px 5px 3px 10px;
	margin: 0px;
}
form#indexedsearch {
	display: block;
	width: 170px;
	padding: 15px 5px;
}
/* CE */
div.contentElement {
	width: 180px;
	float: left;
}

/* Calendar - News */
div.news-list-item div.date {
	width: 114px;
	float: left;
	font-weight: normal;
}
div.news-list-item div.place {
	width: 114px;
	float: left;
	font-weight: normal;	
}
div.news-list-item div.teaser {
	width: 250px;
	float: left;
	font-weight: normal;	
}
/* news */
div.news-single-img {
	width: 482px;

	position: relative;
}

/* ------ calendar ------ */
#content div.news-calendar {
	margin-top: 2px;
}

div.labels {
	margin-top: 26px;
	border-top: 1px solid #000000;
	padding-top: 2px;
	font-weight: bold;	
}
div.labels div.city,
div.labels div.date {
	width: 114px;
	float: left;
}
div.labels div.event {
	width: 250px;
	float: left;
}
div.yearsel span.div {
	padding: 0px 5px;
}
div.yearsel span.ison a {
	color: #000000;
	font-weight: bold;
}
div.yearsel span.ison a:hover {
	text-decoration: none;
}

/* --------- nussli branding header */
#header_menu li.branding {
	padding: 0px 15px 0px 0px;	
}
#header_menu li.branding img {
	padding: 0px 2px 0px 0px;
}

/* rs */
#right_side div.news-latest-item h3 {
	border-bottom: 0px none;
}

#right_side div.rs-frame {
	background-color: #e8e8e8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
	border-bottom:1px solid #8B8078;
}

* html #right_side div.rs-frame {
	margin-right: -3px;	
}

* html #header_image {
	margin-right: -3px;
}


/* search results */
#website .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #ffffff;	
}

/* extranet */
div.extranet h1 {
	font-size: 192.25%;
	color: #8B8078;
	margin: 7px 0px 0px 17px;
	font-weight: normal;
	width: 200px;
	float: left;
}
div.extranet div.logout {
	width: 200px;
	float: right;
	text-align: right;
	padding: 11px 11px 0px 0px;
}

div.extranet div.logout a {
	background: url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/button-nussli.gif)  no-repeat right top;
	padding: 1px 18px 2px 5px;
	border: 1px solid #8b8078;
	color: #ffffff;
	font-weight: bold;
	font-size: 84.62%;
	cursor: pointer;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
div.extranet div.logout a:hover {
	text-decoration: none;
}

/* buttons */
input.search-button,
input.submit { 
	background: url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/button-nussli.gif)  no-repeat right top;
	padding: 0px 10px 1px 0px;
	border: 1px solid #8b8078;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	width:60px;
}

input.searchbox-sword {
	width: 90px;
}

/* sitemap */
div.csc-sitemap ul {
	padding:0px;
}

/*1. Ebene*/
div.csc-sitemap ul li {
	font-weight:bold;
	list-style:none;
	margin:20px 0 0 0;
}

div.csc-sitemap ul li.csc-sitemap-1-first{
	margin:0px;
}

div.csc-sitemap ul li a {
	font-weight:bold;
}

/*2. Ebene*/
div.csc-sitemap ul li ul{
	border-top:1px solid #000000;
	margin:5px 0 0 0;
}

div.csc-sitemap ul li ul li.csc-sitemap-2-first{
	margin:5px 0 0 0;
}

div.csc-sitemap ul li ul li.csc-sitemap-2{
	margin:0px;
}

span.more {
	display: block;

}

a.button-link {
	background:transparent url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/button-nussli.gif)  no-repeat scroll right top;
	border:1px solid #8B8078;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:84.62%;
	font-weight:bold;
	padding:1px 18px 2px 5px;	
}
a.button-link:hover {
	text-decoration: none;
	background:transparent url(../../typo3conf/ext/lw_nussli_basis/res/css/../images/active-btn.gif)  no-repeat scroll right top;	
}

/*3. Ebene*/
div.csc-sitemap ul li ul li  ul{
	border-top:none;
	margin:0px;
}

div.csc-sitemap ul li ul li ul li{
	padding:0 0 0 20px;
	margin:0px;
}

div.csc-sitemap ul li ul li ul li a{
	font-weight:normal;
}

/*4. Ebene*/
div.csc-sitemap ul li ul li ul li ul li{
	padding:0 0 0 40px;
}

/*5. Ebene*/
div.csc-sitemap ul li ul li ul li ul li ul li{
	padding:0 0 0 60px;
}
input, textarea, select,button {
    margin-bottom: 1px ! important;
	padding: 1px 1px 1px 1px;
	border: 1px solid #000000;  
    color: #454545;
    background-color: white;
    vertical-align: middle;
	font-size: 100%;
}
fieldset.form input, fieldset.form textarea, fieldset.form select, fieldset.form button{
	margin: 4px 0 0 4px;
    float: left;
}
fieldset.form div select,
fieldset.form div input {
	width: 236px;
}
fieldset.form label.left-label{
	width: 113px;
	padding-right: 10px;
	text-align: left;
}

fieldset.form label{
    text-align: left;
    width: auto;
	padding: 1px 5px 0 5px;
	margin: 4px 0 0 0;
	float: left;
}



fieldset.form input.checkbox {
	border: none;
	width: auto;
}
fieldset.form input.submit {
	width: auto;
}

fieldset.form .requiredInput {
  border: 1px #000000 solid;
}


fieldset.form div{
   clear: both;
}

fieldset.form .cap-field {
    visibility: hidden;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
}
fieldset.form .cap-field div.hide {
    border: 1px solid red;
	width: 520px;
	background-color: #FFFFFF;
	height:30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
legend {
	font-weight: bold;
}

.error{
	color:#FE7D1F;
}

.required {
	color: #000000;
}

#tx-srfeuserregister-pi1-static_info_country{
	height: 22px;	
}


/*  news - search */
.tx-ttnews-browse-table input.search-button,
#header_menu input.search-button {
	padding: 0;
}
/* news */
.tx-ttnews-browse-form input.search-button {
	background-image: url(/fileadmin/templates/images/resultset_next.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 20px;
}

.news-search-button {
    padding: 0;
}




/* --------------------------------------------------- Search */
input.search-button {
	border: 1px solid gray;
	border-style: outset;
}
input.searchbox-sword {
	font-family:Arial, Verdana, Helvetica, sans-serif;
    margin-bottom: 1px ! important;
	margin-right: 4px;
	padding: 1px;
	border: 1px solid #BBBBBB;  
    color: #777777;
    background-color: white;
    vertical-align: middle;
}
.tx-indexedsearch-selectbox-type,
.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch-selectbox-media,
.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch-selectbox-group {
	width: 150px;
}	

.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch-selectbox-lang {
	float: right;
}
.tx-indexedsearch-selectbox-order {
	width: 200px;
}

form.indexedsearch input {
	border: none;
}

form td, 
form th {
	border: none;
}


/* felogin */
div.tx-felogin-pi1 h3 {
	border: 0px none;
	margin-bottom: 26px;
}
div.tx-felogin-pi1 input {
	width: 220px;
}
div.tx-felogin-pi1 fieldset.form label.left-label {
	width: 124px;
	text-align: left;
}

/* contact formular */
#comment {
	width: 236px;	
}
#title {
	width: 240px;
}
div.legend {
	margin: 20px 0px 10px 0px;
}

fieldset.form div {
	clear: none;
	float: left;
	width: 100%;
}
fieldset.form label.left-label {
	padding-left: 0px;
}
fieldset.form input.checkbox {
	margin: 5px 0px 0px 0px;
}

p.req-text {
	padding: 10px 0px 0px 0px;
	font-style: italic;
}
.error {
	color: #B20035;
}

fieldset.form label.info-label {
	width: 450px;
}
/* overwrite.css - contains overwrite rules for specific predefined extension rules */

/* ------------------------------------------------ overwrite Forms */
.csc-mailform-check,
.csc-mailform-radio {
	border: none;
}

.calendar-image {
	border: none;
}

/*
tl 080528: auskommentiert tableruler
table tbody tr:hover {
	background-color: white;
}*/

/* ------------------------------------------------------------ NEWS */
/* ------------------------------------------------ search */
.news-search-form {
	font-size: 100%;
}

.news-search-form table td {
	padding-left: 0;
}
/*------------- list */
.news-list-item {
	clear: both;
	margin: 0 0 0 0;
}

.news-latest-container {
	background-color: #E8E8E8;
	padding: 3px 0px 12px 0px;
	border-bottom: 1px solid #8B8078;
	margin-bottom: 5px; 
}

.news-latest-item {
	background-color: #E8E8E8;
	padding: 7px 0px 0px 0px;
}

/* ------------------------------------------------ single view */
.news-single-header {
	/*border-bottom: 1px solid #E2EEEC;*/
/*	float: left;*/
}

.news-single-item h2 {
/*	float: left;*/
	margin: 0;
	padding: 0;
}

div.news-single-timedata {
	font-size: 91.6%;
	margin:0 0 5px 0;
}

.news-single-item h3 {
	clear: both;
}

div.news-single-category {
/*	clear: both;*/
/*	float: left;*/
	width: 350px;
	color: #666666;
}

.news-single-item p.bodytext {
	clear: both;
}

.news-single-item div.imagefx {
	margin:25px 0 0 0;
}

p.news-single-author {
	float: right;
	text-align: right;
	padding-top: 0;
	color: #666666;
	padding-bottom: 5px;
}
.news-single-img {
	clear: both;
}

.news-single-backlink {
	padding: 0px;
}

.news-single-additional-info dt {
	font-weight: bold;
}

.news-single-additional-info img{
	margin-right: 5px;
}
dl.news-single-related,
dl.news-single-files,
dl.news-single-links{
	margin-top: 10px;
}

.news-list-item img {
	float: left;
	margin: 0 10px 4px 0;
}

#right_side .news-list-item p {
}

/* list item*/
div.news-list-container {
	width: 100%;
	float: left;
	margin-top:  10px;
	border-bottom: 1px solid #000000;
}
div.news-list-item {
	width: 100%;
	float: left;
	border-top: 1px solid #000000;
	margin-bottom: 12px;
	padding-top: 6px;
}
div.news-list-item div.image {
	width: 114px;
	height: 90px;
	float: left;
	overflow: hidden;
	margin: 23px 10px 0px 0px;
}

div.news-list-item div.date_press {
	width: 114px;
	float: left;
	margin: 4px 10px 0px 0px;
}
div.news-list-item div.date_press span.news-list-date {
	font-weight:normal;
}

div.news-list-item div.info {
	width: 355px;
	float: left;
}
div.info span.news-list-date {
	font-size: 91.6%;
}
div.news-list-item div.info h2 {
	font-size: 100.00%;
	margin: 4px 0px 0px 0px;	
}
/* ------------------------------------------------ browse */
.tx-ttnews-browsebox {
	clear: both;
}
.tx-ttnews-browsebox table td {
	border: none;
}

.tx-ttnews-browsebox img {
	vertical-align: text-top;
}

.tx-ttnews-browsebox-SCell a {
	font-weight:bold;
	text-decoration: underline;
}

.browse-to-site {
	padding-left: 20px;
}

.tx-ttnews-browse-form {
	padding-right: 20px;
}

.browse-site-field {
	font-size: 100%;
}
/* ------------------------------------------------ results */
.tx-indexedsearch-res td, 
.tx-indexedsearch-res th {
	border: none;
}
/* ---------------------------------------------------------------- SEARCH */
.tx-indexedsearch table td {
	padding: 0;
}

.tx-indexedsearch-browselist-currentPage strong a {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color:#E5F7FF;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:red;
}

/* ------------------------------------------------ csc-uploads / filelist */

.csc-uploads,
.csc-uploads td {
	border: none;
}

.csc-uploads .csc-uploads-icon {
	vertical-align: top;
	padding: 4px 4px 4px 0;
}

.csc-uploads .csc-uploads-fileSize {
	vertical-align: top;
	text-align: right;
	padding-left: 30px;
}

/* ------------------------------------------------ newloginbox */

.tx-newloginbox-pi1 form table th {
	background-color: #FFF;
	text-align: right;
}

/* text image pic */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
}
div.csc-textpic-intext-left ul,
div.csc-textpic-intext-right-nowrap ul {
/*	float: left;*/
	list-style-position:outside;
}

div.csc-textpic-intext-left dl {
	padding-right: 10px;
}

/*div.csc-textpic-intext-left > div.csc-textpic-text p:first-child {
	border: 1px red solid;
}*/

/* ------------------------------------------------ irfaq */
.tx-irfaq-pi1 .additional-info {
	border-top:1px solid #8B8078;
}

.tx-irfaq-pi1 dt p {
	/*font-weight:normal;*/
}

dt.tx-irfaq-dynheader {
	margin:0 0 5px 0;
}

div.tx-irfaq-pi1 p.showall {
	padding:0 0 10px;
}

div.tx-irfaq-pi1 {
	margin:0 0 15px 0;
}

/* ------------------------------------------------ bddb_flvvideogallery */
#playlist {
	clear: both;
	overflow:hidden;
	padding:0px 0px 5px 0px;
}

#flvplayercaption {
	margin:0 0 10px 0;
}

#playlist .play_list_bottom {
	clear: both;
	padding:0px 5px 5px 0px;
}

.flvplayer_listpic_firstofrow,
 .flvplayer_listpic_lastofrow,
  .flvplayer_listpic  {
	width:115px;
	height:100px; 
}

.flvplayer_listpic_firstofrow {
	margin:0px;
    padding:0 5px 5px 0;
}

.flvplayer_listpic_lastofrow {
   margin:0px;
   padding:0 0px 5px 0;
}

.flvplayer_listpic {
   margin:0px;
   padding:0 5px 5px 0;
}

#flvcaption {
	width:auto;
}

#player {
	margin:0 10px 10px 0;
}

/* ------------------------------------------------ popup */
#content_area.popup,
 #content_strict.popup,
  #content.popup {
	width:800px !important;
	float:none;
	clear:both;
	overflow:hidden;
	height:500px !important;
}

  #content.popup img,
  #content.popup map {
	width:800px;
}
/* CSS styles for print output*/

/*
* {
  margin:0px;
  padding:0px;
  border:none;
}

html, body {
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
}*/

/* --------------------------------------- Layout */

html, body {
	color: black;
}

#content {
	padding-top: 10px;
}

#website {
	clear:both;
	overflow:visible;
}

div.Column2, div.Column3, div.rs-frame {
	overflow:visible;
}

/* --------------------------------------- Hiding */

#header-left,
#logo,
#header_image,
#over_content_box,
#home_page,
#footer,
#content_actions,
#footer,
#content_actions,
#left_side,
#content_actions_header,
#right_side,
#lang_fontsize,
.category_header,
#header_image,
#content_actions_footer,
div.news-single-backlink a,
.news-list-morelink a,
.tx-ttnews-browsebox,
#lw_link{
	display: none;
}

#logo_print{
	display:block;
}

/*#content_area {
	clear: both;
}

hr.clean {
	clear: both;
	width: 100%;
	color: white;
	display: block; 
  	visibility: hidden;
}

div.Column2_1,
div.Column2_2 {
	float: left;
	width: 40%;
	padding: 5px;
}

div.Column2_1 {
	padding-right: 2%;
}

ul,ol {
	margin: 0px 0px 0px 20px;
}*/

/* --------------------------------------- Globals */

table {
	margin-left: 3px;	
}

table td,
table th {
	border: none;
}

input, textarea, select {
	border: 1px solid #666666;
	margin: 2px;
}

form table td,
form table th {
	border: none;
}



/* TYPO3 default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption{text-align:center}
DIV.csc-textpic-caption-r .csc-textpic-caption{text-align:right}
DIV.csc-textpic-caption-l .csc-textpic-caption{text-align:left}
/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn{float:left;display:inline}
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG{border:2px solid #000;padding:0}
DIV.csc-textpic-imagewrap{padding:0}
DIV.csc-textpic IMG{border:none}
/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image{float:left}
/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL{list-style:none;margin:0;padding:0}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI{float:left;margin:0;padding:0}
/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image{float:left}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT{float:none}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD{float:none}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG{border:none}
/* FE-Editing Icons */DL.csc-textpic-image{margin:0}
DL.csc-textpic-image DT{margin:0;display:inline}
DL.csc-textpic-image DD{margin:0}
/* Clearer */DIV.csc-textpic-clear{clear:both}
/* Margins around images: *//* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image{display:inline;/* IE fix for double-margin bug */margin-right:10px}
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image{display:inline;/* IE fix for double-margin bug */margin-left:10px}
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image{display:inline;
/* IE fix for double-margin bug */margin-left:10px}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption{margin:0}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG{margin:0}
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image{margin-bottom:5px}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow{margin-bottom:5px;display:block}
DIV.csc-textpic DIV.csc-textpic-imagerow{clear:both}
/* No margins around the whole image-block */DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol{margin-left:0!important}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol{margin-right:0!important}
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap{margin-right:15px!important}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap{margin-left:15px!important}
/* Positioning of images: *//* Above */
DIV.csc-textpic-above DIV.csc-textpic-text{clear:both}
/* Center (above or below) */DIV.csc-textpic-center{text-align:/* IE-hack */center}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap{margin:0 auto}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image{text-align:/* Remove IE-hack */left}
DIV.csc-textpic-center DIV.csc-textpic-text{text-align:/* Remove IE-hack */left}
/* Right (above or below) */DIV.csc-textpic-right DIV.csc-textpic-imagewrap{float:right}
DIV.csc-textpic-right DIV.csc-textpic-text{clear:right}
/* Left (above or below) */DIV.csc-textpic-left DIV.csc-textpic-imagewrap{float:left}
DIV.csc-textpic-left DIV.csc-textpic-text{clear:left}

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap{float:left}
/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap{float:right}
/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap{float:right;clear:both}
/* Hide from IE5-mac. Only IE-win sees this. \*/* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text{height:1%}
/* End hide from IE5/mac *//* Left (in text, no wrap around) */DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap{float:left;clear:both}
/* Hide from IE5-mac. Only IE-win sees this. \*/* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text{height:1%}
/* End hide from IE5/mac */

/* irfaq */
.tx-irfaq-dynans-hidden {
	display:block;
}

div.tx-irfaq-pi1 p.showall,
 div.tx-irfaq-pi1 dt.tx-irfaq-dynheader img {
	display:none;
}

.tx-irfaq-pi1 dt p {
	font-weight:bold;
}
