@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html { overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #c08349;
}

a:hover {
	text-decoration: underline;
	color: #c08349;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;
	line-height: 140%;
}



span.small, p.small { font-size: 80% }
span.error { color:#CC0000; font-weight: bold; }
span.ok { color:green; font-weight: bold; }
span.javascript { display: none; }
span.hide { display: none; }
span.show { display: block;}
span.indent {margin: 0 0 0 15px }
span.highlight { color: #c08349; ; font-weight: bold;}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #e1ebf5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #304757;
}

.wrapper {
	margin: 0 auto;
	width: 941px;
	padding-left: 14px;
}

.header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	height: 95px;
}

.header .logo {
	width: 118px;
	height: 71px;
	float: left;
	margin-left: 95px;
}

.navigation {
	height: 19px;
	padding: 71px 0 0 360px;
	font-size: 10px;
}

.navigation ul li {
	float: left;
	color: #7a7b7d;
	line-height: 19px;
}

.navigation ul li a {
	color: #7a7b7d;
	line-height: 19px;
	padding: 0 10px;
	float: left;
}
.navigation ul li.selected a {
  color: #C08349;
}

.main {
	clear: both;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.clear {
	clear: both;	
}

.sidebar-left {
	width: 171px;
	float: left;
	padding-right: 8px;
	margin-top: -4px;
	margin-bottom: 20px;
	position: relative;
	font-size: 11px;
}

* html .sidebar-left {
	margin-right: -18px;
}

.sidebar-left h2 {
	background-color: #fff;
	line-height: 18px;
	color: #c08349;
	zoom: 1;
	font-weight: bold;
	padding-left: 5px;
	margin-left: -14px;
	margin-bottom:2px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.sidebar-left ul {
	float: left;
	clear: both;
}

.sidebar-left ul li {
	float: left;
	min-height: 19px;
	clear: both;
	width: 177px;
	background-image: url(../images/nav-list-bg.gif);
	background-repeat: no-repeat;
}

.sidebar-left ul li a {
	color: #304757;
	width: 171px;
	height: 19px;
	line-height: 19px;
	float: left;
	padding-left: 6px;
	padding-bottom: 2px;
}

.sidebar-left ul li a:hover {
	text-decoration: none;
}

.sidebar-left ul li.selected {
	background-image: url(../images/nav-list-selectedbg.gif);
	background-repeat: no-repeat;
	margin-left: -6px;
	position: relative;
	float: left;
	width: 177px;
	padding-left: 6px;
}

* html .sidebar-left ul li.selected {
	margin-left: -3px;
}

.sidebar-left ul li.selected a, 
.sidebar-left ul li ul li.selected a,
.sidebar-left ul li.subnav ul li.selected a,
.sidebar-left ul li a:hover {
	color: #c08349;
}

.sidebar-left ul li.subnav a {
	background-image: url(../images/subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 8px;
	margin-left: 5px;
}

.sidebar-left ul li.subnav.opened a {
	background-image: url(../images/subnav-arrow-opened.gif);
	background-position: 0px 8px;
}

.sidebar-left ul ul {
	display: none;
	padding-left: 7px;
	margin-left: -7px;
}

.sidebar-left ul li.opened ul {
	display: block;
}

.sidebar-left ul li.subnav ul li a {
	background: none !important;
	color: #304757;
}

.sidebar-left ul li.subnav ul li a:hover {
	color: #c08349;
}

.content {
	width: 578px;
	float: left;
	/* background-color: #F3F6FB; */
	border-top: 16px solid #fff;
}

* html .content {
	margin-bottom: -16px;
}

.content .inner-sidebar {
	float: left;
	width: 178px;
	font-size: 11px;
}

/* page-col1.html */
.content-inner {
  float: right;
  padding: 8px 11px 11px 0px;
  width: 555px;
}

/* page-standard.html */
.col2 .content-inner {
  width: 377px;
}

/* page-fullwide.html */
.fullwide .content {
  width: auto;
  margin-right: 5px;
  float: none;
  border-top: none;
  background-color: #ffffff;
}
.fullwide .content-inner {
  width: auto;
  float: none;
  padding: 0px 11px 11px 11px;
  margin-top:-4px;
}
.fullwide .content h1 {
  background-color: #fff;
	line-height: 18px;
	color: #c08349;
	zoom: 1;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom:0px;
	margin-left: -25px;
	margin-bottom:10px;
	position: relative;
	clear: both;
	overflow: hidden;
	font-size:11px;
	background: #ffffff;
}


.content .block h3 {
	background-color: #c08349;
	color: #fff;
	font-weight: bold;
	padding-left: 7px;
}

.content .block .block-content {
	background-color: #e2e2d8;
	padding: 10px 7px;
	color: #7a7b7d;
}

.content h1 {
	color: #304757;
	font-size: 18px;
	padding-bottom: 16px;
}

.content h2 {
	font-weight: bold;
}

.content .internal-link {
	color: #c08349;
	background-image: url(../images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	margin-left: 3px;
}

.content ul {
	/* overflow: hidden; */
	padding-bottom: 10px;
}

.content ul li {
	background-image: url(../images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 3px 0 3px 10px;
	margin-left: 5px;
}

.content .bottom {
	padding-bottom: 15px;	
}

.content .termin {
	background-image: url(../images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 8px;
	color: #304757;
}

.sidebar-right {
	width: 170px;
	padding-right: 5px;
	float: right;
	margin-top: 15px;
	font-size: 11px;
}

.sidebar-right form {
	padding-bottom: 10px;
	zoom: 1;
	overflow: hidden;
}

.sidebar-right form label {
	color: #c08349;
	width: 170px;
	font-weight: bold;
}

.sidebar-right form input {
	width: 140px;
	height: 12px;
	border: 1px solid #eeeeeb;
	float: left;
	padding: 2px 3px;
	color: #95979b;
}

.sidebar-right form input.submit {
	border: none;
	background: none;
	background-image: url(../images/input-submit.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;
}

.sidebar-right h3 {
	color: #c08349;
	font-weight: bold;
	padding-top:15px;
}


.sidebar-right ul li {
	zoom: 1;
	margin-bottom: 2px;
}

.sidebar-right ul li a {
	color: #7a7b7d;
	background-color: #e2e2d8;
	display: block;
	padding: 3px 0px 3px 5px;
}

.sidebar-right ul li a:hover,
.sidebar-right ul li.selected a {
	color: #c08349;
	text-decoration: none;
}

.sidebar-right ul li.selected {
	border-left: 5px solid #c08349;
	margin-left: -5px;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	font-size: 10px;
}
.footer-top {
	background-image: url(../images/footer-top.gif);
	background-repeat: no-repeat;
	height: 13px;
}
.footer-bottom {
	background-image: url(../images/footer-bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	clear: both;
}
.footer-content {
  padding: 0px 6px 0px 10px;
  min-height: 1em;
}

.footer ul li {
	width: 154px;
	float: left;
}

.footer ul li a {
	color: #7a7b7d;
	font-size: 10px;
}

.footer .top {
	position: absolute;
	bottom: 11px;
	right: 7px;
	width: 154px;
}

.footer .top a {
	color: #c08349;
	font-size: 10px;
}


/************************************************************************/
/* css_syled_content
/************************************************************************/
/* 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 black;
		padding: 0px 0px;
	}

	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: 35px;
	}

	/* 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: 35px;
	}

	/* 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: 35px;
	}
	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: 15px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 15px; 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: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !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: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !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: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* 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 */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
  DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

/************************************************************************/
/* tx_indexedsearch
/************************************************************************/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* cd additional styles for all projetcts */
.tx-indexedsearch .tx-indexedsearch-searchbox legend { display: none; }
.tx-indexedsearch .tx-indexedsearch-search-submit { padding: 0.8em 0 0 11em; }
.tx-indexedsearch .tx-indexedsearch-searchbox p { padding: 0.3em 0 0 11em; }

.tx-indexedsearch .tx-indexedsearch-searchbox{ border-bottom: 1px solid #d8d9d9; padding-bottom: 1em; margin-bottom :1.3em}
.tx-indexedsearch .tx-indexedsearch-res .res { padding-top: 1.0em;}
.tx-indexedsearch .tx-indexedsearch-res h3 { border-bottom: 1px solid #d8d9d9; }
.tx-indexedsearch .tx-indexedsearch-res .percent { font-size: 13px }
.tx-indexedsearch-res { padding-bottom: 0.8em }
.tx-indexedsearch-res p { padding: 0.5em 0 }

.tx-indexedsearch .browsebox { margin-top: 1em; }
.tx-indexedsearch .browsebox li { background: none !important; margin: 0 0.8em 0 0 !important; padding: 0 !important; }
.tx-indexedsearch .browsebox li a { padding: 2px 5px; border: 1px solid transparent;}
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a { background-color: #d8d9d9; }
.tx-indexedsearch .browsebox li a:hover { border: 1px solid #d8d9d9; }

/* cd additional styles only for some projects */
.tx-indexedsearch .icon { display: none; }
.tx-indexedsearch .result-number { display: none; }

.tx-indexedsearch .item-size { display: none; }
.tx-indexedsearch .item-crdate { display: none; }
.tx-indexedsearch .item-mtime { display: none; }

/************************************************************************/
/* tt_news
/************************************************************************/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}


.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin: 0;
}

.news-latest-item {
	padding:3px;
	margin:0;
}

.news-latest-item IMG {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}




.news-latest-item > p {
	margin:0;
	padding:0;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
}

.news-list-container H2 {
	margin: 0px;
	background-color: #C08349;
	color: #fff;
	padding: 2px 5px;
}
.news-list-container H2 a {
  color: #fff;
}

.news-list-date {
	float: right;
	display:block;
	padding: 2px 5px;
	font-size: 92%;
	color: #fff;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: left;
	margin: 0 15px 5px 0px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-container p {
	margin: 8px 5px;
}

.news-list-morelink  {
	background-image:url(../images/subnav-arrow.gif);
  background-position: 1px 50%;
  background-repeat:no-repeat;
  padding-left: 10px;
  margin-left: 6px;
}



	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}

.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding: 2px 5px; border: 1px solid transparent;
}
.activeLinkWrap {
	color: #C08349;
}
.browseLinksWrap a {
	text-decoration: none;
}
.browseLinksWrap a:hover {
	border: 1px solid #ddd;
}
.activeLinkWrap {
	background-color: #ddd; border: 1px solid #ddd;
}


.page-browser { clear: both; text-align: center; margin: 0 auto; }
.page-browser span, .page-browser a, .page-browser strong { padding:2px 5px; font-weight: normal; border: 1px solid transparent;}
.page-browser strong { background-color: #ddd; border: 1px solid #ddd;}
.page-browser a:hover { border: 1px solid #ddd; }

.browsebox { margin-top: 1em; }
.browsebox li { background: none !important; margin: 0 0.8em 0 0 !important; padding: 0 !important; }
.browsebox li a { padding: 2px 5px; border: 1px solid transparent;}
.browsebox li.tx-indexedsearch-browselist-currentPage a { background-color: #d8d9d9; }
.browsebox li a:hover { border: 1px solid #d8d9d9; }




	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;
}

.news-single-item h2 {
  margin-bottom: 1em;
}
.news-single-img {
	float: right;
	margin: 0 0 0 15px;
	padding:0;
}

.news-single-img img {
	border:none;
}

.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}

.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
  margin: 20px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #d8d9d9;
}



.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-files DD A {
	padding:0 3px;
}


	/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}


.amenu-act {
	background:#fff;
	font-weight:bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;

}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url('../typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}






/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

/************************************************************************/
/* rahmen
/************************************************************************/
    DIV.csc-frame { border: 0px; }
    DIV.csc-frame-invisible {}
    DIV.csc-frame-rulerBefore { border-top: 1px solid #e3e4e5; }
    DIV.csc-frame-rulerAfter { border-bottom: 1px solid #e3e4e5; }
    DIV.csc-frame-indent { padding-left: 100px; }
    DIV.csc-frame-indent3366 { padding-left: 33%; }
    DIV.csc-frame-indent6633 { padding-right: 33%; }
    DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #e3e4e5; }
    DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #e3e4e5; }

    DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
    DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

/************************************************************************/
/* bulletlist
/************************************************************************/
  ul.csc-bulletlist-1 {
    margin-left: 0;
  }
  
  .csc-bulletlist-1 li {
    list-style: none;
    background-image: url(../images/bulletlist-1.png) !important;
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding: 0 0px 0px 15px;
    color: #ec008c;
  }

/************************************************************************/
/* tx_srfreecap_pi2
/************************************************************************/
.filelist-row { clear: both; padding-bottom: 1.3em;}
.filelist-image { float: left; width: 150px; }
.filelist-content { padding-left: 150px; }
.filelist-title { font-weight: bold; }

/************************************************************************/
/* tx_srfreecap_pi2
/************************************************************************/
.tx-srfreecap-pi2-image { margin-left: 1em; }
.tx-srfreecap-pi2-cant-read { }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

/************************************************************************/
/* tx_wecmap_pi1
/************************************************************************/
.tx-wecmap_map .sidebar {display:block; overflow: auto;}
.tx-wecmap-map .startendaddress {display: block; color: grey; font-size: 85%;}
.tx-wecmap-map .infotitle { font-weight: bold; font-size: 110%;}

/************************************************************************/
/* grids
/************************************************************************/
  .subcolumns{width:100%;overflow:hidden}
  .c50l,.c25l,.c33l,.c38l,.c44l,.c56l,.c66l,.c75l,.c62l{float:left}
  .c50r,.c25r,.c33r,.c38r,.c44r,.c56r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
  .c25l,.c25r{width:25%}
  .c33l,.c33r{width:33.333%}
  .c50l,.c50r{width:50%}
  .c66l,.c66r{width:66.666%}
  .c75l,.c75r{width:75%}
  .c38l,.c38r{width:38.2%}
  .c62l,.c62r{width:61.8%}
  .c44l,.c44r{width:44%}
  .c56l,.c56r{width:56%}
  .subc{padding:0 3px}
  .subcl{padding:0 3px 0 0}
  .subcr{padding:0 0 0 10px}

/************************************************************************/
/* special pages
/************************************************************************/

/* p7 sitemap */
#p7 h2 { color: #C08349;}
.tx-flseositemap-pi1 ul li { 
  background: none;
  margin: 0;
  padding:0px 0px 1px 0px;
}
.tx-flseositemap-pi1 ul li li{ 
  margin: 0;
  padding:0px 0px 1px 0px;
}
.tx-flseositemap-pi1 ul li a { color: #304757 }
.tx-flseositemap-pi1 ul li li a { color: #7A7B7D }
