/* Allgemeines Layout */
body {
  background: #6887b1 url(images/base_background.png) top left repeat-x;
  padding-top: 0px;
  padding-bottom: 30px;
}

.navbar {
	min-height: 36px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-inverse { 
	border-color: #00385d;
	background-color: #00385d;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #004c86;
}

.top-bar {
	background: #004c86;
	border-color: #004c86;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
}

.navbar-collapse {
	padding-right: 0px;
    padding-left: 0px;
}

.skyline {
	display: block;
	width: 100%;
	height: 120px;
	background: url(images/skyline.jpg) top left;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
}

.caret {
	color: #fff;
}

.active .caret {
	color: #004c86;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #fff;
	color: #004c86;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #fff;
	color: #004c86;
}

.nav_breadcrumb {
	background: #eee;
	display: block;

	padding-left: 25px;
	font-size: 1em;
}

.aktuellesdatum {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 22px;
	vertical-align: center;
}


/* FODUS */
a:focus {
  border: 3px solid #00a1ff;
}

/* Sprungmarken */

p#sprungmarken {
	position: absolute;
	display: block;
	width: 250px;
	height: 15px;
    z-index: 1000;
    top: -300px;
    left: -300px;
    color: #fff;
}
p#sprungmarken a:link,
p#sprungmarken a:visited {
	position: absolute;
	color: #000;
	background: #f1f1e9;
	padding: 0 3px;
	font-size: 11px;
}
#sprungmarken a:hover,
#sprungmarken a:focus,
#sprungmarken a:active {
    top: 302px;
    left: 302px;
}


/* Suche */
.contentblock .tx-indexedsearch-searchbox-sword {
	float: left;	
	margin-left: 10px;
}
.contentblock .tx-indexedsearch-searchbox-button {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

#navbar #tx_indexedsearch_top {
	position: absolute;
	right: 5px;
	top: 1px;
}	
#navbar .tx-indexedsearch-searchbox-sword {
	width: 100px;
	color: #000;
	margin: 4px 5px 0px 5px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5x;
    float: left;	
}

#navbar .tx-indexedsearch-searchbox-button {
	margin: 8px 10px 0px 5px;
	background: none;
    background-image: url(images/lupe.png);
    background-size: 20px 20px;
    border: 0;
    display: block;
    height: 20px;
    width: 20px;
}


@media (max-width: 767px) {
	#navbar #tx_indexedsearch_top {
		position: absolute;
		left: 5px !important;
		top: 10px;
	}	
	#navbar .tx-indexedsearch-searchbox-button {
		float: left !important;	
	}
}

.tx-indexedsearch-res {
	font-size: 1.1em;
}
.tx-indexedsearch-info {
	display: none;
}




/* Dropdown Multilevel */
	
.dropdown-submenu{
	position:relative;
}
.dropdown-submenu > .dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
	display:block;
}
.dropdown-submenu > a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right: -6px;
}
.dropdown-submenu:hover > a:after{
	border-left-color:#ffffff;
}
.dropdown-submenu .pull-left{
	float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}



/* Komponenten */
.logo a {
	font-family: sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	color: white;
	margin-bottom: 10px;
	margin-top: 20px;
	display: inline-block;
}

.logo a:hover {
	text-decoration: none;	
	background: #004c86;
}

.nav>li>a {
	padding: 0px 0px 0px 16px;
}

.navbar-nav>li>a {
	padding: 8px 18px 8px 20px;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
	font-size: 1.1em;
}

.dropdown-menu>li>a:hover {
	background-color: #00a1ff;
	color: #fff;
} 

@media (max-width: 1200px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 1.05em;
		padding: 8px 10px 8px 22px;
	
	}
	.navbar-inverse .dropdown-menu>li>a {
		font-size: 1.05em;
		padding: 8px 10px 8px 26px;
	
	}
}

@media (max-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 0.93em !important;
		padding: 8px 6px 8px 6px !important
	}
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 0.93em !important;
		border-bottom: 1px solid #fff;	
		padding: 8px 4px 8px 20px !important;
	}

}


.contentblock {
	background: #fff url(images/contentblock.gif) bottom left repeat-x;
	border-top: 4px solid #00a1ff;
	box-shadow: 1px 1px 1px;
	padding: 16px;
	font-size: 1em; 
	color: #193241;
	margin-top: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

@media (min-width: 992px) {	
	.contentblock {
		padding: 16px 32px 16px 32px;
	}
}

.navbar-inverse .navbar-nav>.active>a {
	color: #00385d;
    background-color: #fff;
}

.navbar-inverse .navbar-toggle {
	    border-color: #fff;
}


.contentblock p {
	font-size: 1.2em;
}

.hidden {
	display: none;
}


@media (max-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 8px 4px 8px 24px;
		font-size: 1.3em;
	}
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
}

.breite50cont {
	width: 100%;
	height: auto;
	overflow: auto;
	display: block;
}

.breite50cont .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.breite50cont .col-md-6:nth-child(1) {
	padding-right: 24px;
}


/* KONTRASTE */
.kontrastbar {
	display: block;
	text-align: center;
}
.kontrastbar span {
	float: left !important;
	margin-right: 8px;
}
a.kont_normal {
	float: left !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px !important;
	background: url(images/kontrast_no.gif) center left no-repeat !important;
	margin-top: 8px;
}

a.kont_schwarz {
	float: left !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px !important;
	background: url(images/kontrast_sw.gif) center left no-repeat !important;
	margin-top: 8px;
}

a.kont_gelb {
	float: left !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px !important;
	background: url(images/kontrast_gb.gif) center left no-repeat !important;
	margin-top: 8px;
}

a.kont_blau {
	float: left !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px !important;
	background: url(images/kontrast_bg.gif) center left no-repeat !important;
	margin-top: 8px;
}



/* Inhalte */


/* Header */

#minusBtn, #plusBtn {
	color: #ffc000;
	font-weight: bold;
	background: none;
	border: 0px;
}

#minusBtn { font-size: 0.9em; padding-right: 0px;}
#plusBtn { font-size: 1.2em; }

.langButton {
	width: 28px;
	height: 23px;
	border: 2px solid #6887b1;
}
#lang1 {
	background: url(images/de.gif) top left no-repeat;	
	margin-left: 5px;
}
#lang2 {	
	background: #6887b1 url(images/br.gif) top left no-repeat;	
}
#lang3 {
	background: #6887b1 url(images/le.gif) top left no-repeat;	
}


/* Sprachwahl */

.activeLang {
	border: 1px solid white;
	border-bottom: 4px solid white;
	border-top: 2px solid white;
}







/* Content */

.csc-default a {
	color: rgb(0, 87, 154);
	text-decoration: none;
	font-weight: bold;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #193241;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
}

h2 {
	font-size: 1.7em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-style: italic;
}

iframe {
  max-width: 100%;
}


footer {
	font-size: 0.8em;
}

/* LINKS */

a.internal-link img, a.download img, a.external-link-new-window img {
	display: none;
}

/* Global Filter */
#globalfilter {
	position: absolute;
	top: 134px;
	background: rgba(0,57,96,0.7);
	right: 30px;
	color: #193241;
	border-radius: 8px;
	padding: 5px;
}

#globalfilter h5 {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.filtertable {
	border-spacing: 6px;
	border-collapse: separate;
}
.filtertable tr td {
	padding: 4px;
	vertical-align: center;
	background: rgba(33,97,142,0.8);
}

.filterset {
	height: 28px;
	line-height: 22px;
	font-size: 14px;
	background: #fff;
}

@media (max-width: 991px) {
	#globalfilter {
		top: 170px;
	}
}

@media (max-width: 767px) {
	#globalfilter {
		right: 20px;
		top: 190px;
	}
}


/* LISTEN */

.csc-default ul li {
	font-size: 16px;
}

.csc-default ol li {
	font-size: 16px;
}

.downloadelement, .linkelement {
	border-bottom: 1px dashed #c8c8c8;
	margin-bottom: 10px;
}
.ergebnisitem {
	border-bottom: 1px dashed #c8c8c8;	
}
.news-list-item {
	border-bottom: 1px dashed #c8c8c8 !important;	
}


/* News */
.news-list-item {
	border-bottom: 1px solid #193241;
	padding: 10px 0 0px 0;
}

.news-list-item h2 a {
	font-size: 0.8em;
}

.news-list-date {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

.news-list-category {
	display: none;
}
.news-list-date.news-list-date-single {
	font-size: 1.5em;
}


/* PAGEBROWSER */
.showResultsWrap {
	margin-top: 15px;
	font-size: 1.5em;
}

.browseLinksWrap span, .browseLinksWrap a {
		font-size: 1.5em;
}




/* KONTAKT */

.csc-mailform label {
	width: 100%;
	display: block;
	padding-right: 10px;
	font-size: 16px;
	font-weight: normal;
}

.csc-mailform-field {
	background: #f0f0f0;
	margin-bottom: 5px;
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.csc-mailform-field select {
	min-width: 200px;	
}


/* STADTFUEHRER */

.tx-fhstadtfuehrer-pi2, .tx-fhstadtfuehrer-pi3 {
	background: #fff url(images/contentblock.gif) bottom left repeat-x;
	border-top: 4px solid #00a1ff;
	box-shadow: 1px 1px 1px;
	font-size: 1em; 
	color: #193241;
	margin-top: 20px;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	padding-bottom: 50px;
}

.tx-fhstadtfuehrer-pi3 form {
		max-width: 500px;
}


.tx-fhstadtfuehrer-pi2 fieldset, .tx-fhstadtfuehrer-pi3 fieldset {
	border: 0px !important;
	background: none !important;
	display: block;
	text-align: center;	
}


h1.formtitel, h1.ergebnistitel {
	background: #00a1ff !important;
	color: #fff;
	font-size: 1.5em;
	padding: 0px;margin: 0px;
	padding: 8px;
	overflow: auto;
	height: auto;
	display: inline-block;	
	clear: both;
}

.tx-fhstadtfuehrer-pi2 h1, .tx-fhstadtfuehrer-pi3 h1 {
	background: #00a1ff !important;
	color: #fff;
	font-size: 1.5em;
	padding: 0px;margin: 0px;
	padding: 8px;
	overflow: auto;
	height: auto;
	display: inline-block;	
	clear: both;	
}

.tx-fhstadtfuehrer-pi2 p, .tx-fhstadtfuehrer-pi3 p {
	font-size: 1.3em;
}

.tx-fhstadtfuehrer-pi2 form, .tx-fhstadtfuehrer-pi3 form.suche {
	width: 360px;	
	margin: 0 auto;
	display: block;
	height: auto;
	overflow: auto;
	/*padding-bottom: 50px;*/
}

.ergebnis {
	background: #fff url(images/contentblock.gif) bottom left repeat-x !important;
	width: 100%;
	display: block;
	height: auto;
	overflow: auto;
	/*padding-bottom: 50px;*/
}

.ergebnisbox {
	margin: 0 auto !important;
	max-width: 300px;
}

.ergebnis p {
	font-size: 1.5em;
}

#inhalt a.backtosearch {
	background: #004c86 !important;
	color: #fff;
	font-size: 1em;
	padding: 0px;margin: 0px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;	
	margin-top: 5px;
	overflow: auto;
	height: auto;
	display: inline-block;	
	clear: both;	
	text-decoration: none;
}

#inhalt h1.ergebnistitel a {
	font-size: 0.8em;
}

#suchebuttonid {
	background: #00a1ff;
	color: #fff;
	font-size: 1.5em;
	display: block !important;
	clear: both;
	margin-top: 30px;
}

.elementinhalt, .suchbranche {

}

.elementinhalt label, .suchbranche label {
	font-size: 1.2em;
	font-wight: normal;
}

.suchtable {
	width: 200px;
	margin: 0 auto;
}

.suchtable td {
	padding: 2px;
}

#branche select, #branche input, #sword {
	width: 200px !important;
}

#branche input {
	height: 16px;	
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

#branche_select2, .remove_br, .remove_br2 {
	margin-left: 126px;
}




/* Ergebis Detail */

.ergebnis h1.ergebnis {
	font-size: 1.3em !important;
	padding: 4px;
	text-align: center;
}


.ergebnis h2 {
	font-size: 1.2em !important;
	padding: 6px; 
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #00a1ff;		
}

.ergebnis h3.ergebnis {
	font-size: 1.4em;
	padding: 4px;
	background: none !important;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #00a1ff;	
}

h3.ergebnis span {
	background: none !important;
    border-left: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ergebnis .icon {
	padding: 10px;
	text-align: center;
}

.ergebnis dt {
	width: 50%;
	padding-right: 14px !important;
}
.ergebnis dd {
	margin-left: 50%;
    margin-top: -1.40em;
}


.ergebnis dl {
	border-bottom: 1px dashed #bce6ff;
}

.ergebnis dt, .ergebnis dl, .ergebnis dd {
	font-size: 1.05em;
}

dd dd {
    margin-left: 0em !important;
    margin-top: -1.8em !important; 
}

p.kommentar {
	font-size: 1.2em !important;
	padding: 10px;
	text-align: center;
}

div#ergebnisliste {
	padding: 16px 32px 16px 32px !important;
}

div#ergebnisliste div.titel {
	font-size: 1.4em;
	font-weight: 350;
	padding: 3px !important;
	padding-left: 0px !important;
	background: none !important;
	
}
div#ergebnisliste div.titel a {
		text-decoration: none;
}

div#ergebnisliste div.branche {
	background: none !important;
}

#oeffnungszeiten dt {
	display: none;
}


#suchebuttonid {
	display: inline !important;
}

.ergebnis h2, .ergebnis h3.ergebnis {
	font-size: 1.1em !important;
}


.ergebnis dl h2 {
	font-weight: normal;
}




/* Admin-Bereich */
.tx-fhstadtfuehrer-pi3-admin {
	
}

.tx-fhstadtfuehrer-pi3-admin #statusbox, .tx-fhstadtfuehrer-pi3-admin form {
	margin: 0 auto;
	max-width: 600px;	
}

.tx-fhstadtfuehrer-pi3-admin .fh_header {
	color: #fff;
	background: #00a1ff;
	height: 30px;
	font-size: 16px;
	
}

.tx-fhstadtfuehrer-pi3-admin fieldset h1 {
	width: 100%;
	font-size: 14px;
	height: 20px;
	line-height: 18px;
	padding: 0px;
}

.tx-fhstadtfuehrer-pi3-admin .modulelement {
 	text-align: left;
}

.tx-fhstadtfuehrer-pi3-admin label {
	text-align: right;
	font-size: 14px;
	float: none;
}
.tx-fhstadtfuehrer-pi3-admin .elementinhalt label {
	text-align: right;
}

.tx-fhstadtfuehrer-pi3-admin div.elementinhalt h2 {
	font-size: 16px !important;
}

.tx-fhstadtfuehrer-pi3-admin .elementinhalt .radio {
	float: left;
	margin-right: 5px;
}

.tx-fhstadtfuehrer-pi3-admin  #oeffnungszeiten {
	max-width: 600px;	

	margin-top: 20px;
	margin-bottom: 20px;
}


.tx-fhstadtfuehrer-pi3-admin .hidden {
	display: block;
}

#inhalt a {
	color: rgb(0, 87, 154);
	text-decoration: none;
	font-weight: bold;
}

.news-list-browse {
	text-align: center;
	margin-bottom: 20px;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size: 10px;
}

/* NEWS */

.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:10px;
}



/*-----------------------------------  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-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;
}

.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink  {
	padding-left:5px;
}



/*---------------------------------  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:0 1px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;


}

.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	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 {
	padding: 10px;
}



.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;
}
