@import url('reset_and_more.css');

/*	Body / HTML	
**************/
body { 
	margin:0;
  	padding:0;
  	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	color: #333;
	line-height: 1.5;
			background: #fff;

}

html {
		background: #fff;

}

#printdiv {
	display: none;
}


#wrapper {
     width: 100%;
}

/* header
********/


#header {

}

#headerleft {
	height: 120px;
	width: 100%;
	float: left;
/*	background: #245693; */
	background: #003161;
	border-bottom: 1px solid #8c9fab;	
}

#headerright {
	display: none;
}

/* logo
******/

#logo {
	float: left;	
	text-align: left;	
	margin: 34px 0 0 0;
}

#logo .logo_text_1 {
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 22px;
	margin: 0 0 -10px 18px;
}

#logo .logo_text_2 {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 19px;
}

a#logo {
	text-decoration: none !important;
}

/* content
*********/


#contentwrapper {
	margin: 0 20px 20px 20px;
}

.content-top {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
}


.content-slot-1 {
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
}

.content-slot-2-3 {
	float: right;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
}

/* logos
*******/

.logoswrapper {
	display: none;
}

/* navigation - header_meta_navi 
********************************/

#header_meta_navi {
	display: none;
	
}
/* navigation - abstand 
**********************/


.view-1,
.view-2 ,
.view-3 {
}


/* navigation - navi-main 
************************/

#navi-main {
     font-family: 'PT Sans',sans-serif;
}
ul#nav1 {
	display: none;
}


/* sprachwahl / headernavi
*************************/

.sprachwahl {
	position: absolute;
	top: 5px;
	left: 9px;
	text-align: left;
}

ul#headernavi {
	float: right;
}

ul#headernavi {
    font-family: Verdana,Arial,Helvetica,sans-serif;	
	display: inline-block;
	margin: 5px 0 0 10px;
}

ul#headernavi li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;

}

ul#headernavi li a {
	font-size: 10px;
	color: #fff;
	float: left;
	text-decoration: none;
}


/* headernavibottom
******************/


.headernavibottom {
    font-family: Verdana,Arial,Helvetica,sans-serif;	
	display: inline-block;
	width: 100%;
/* 	background-color: #285993; */
	background-color: #003161;
	
}

.headernavibottom ul {
	padding: 10px 0 5px 19px;
}

.headernavibottom ul li {
	font-size: 10px;
	margin: 0 0 8px 0;
	list-style: none;
}

.headernavibottom ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 1;
}

.headernavibottom ul li a.aktiv{
	color: #000;
}


/* logosbottom
*************/

.logosbottom {
	display: block;
}

.logosbottom {
	margin: 15px 0 35px 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;		
}

.logosbottom h3 {
	font-size: 12px;
	margin: 10px 0 10px 10px;
	color: #000;
}

.logosbottom a.logos {
	display: none;
	
}


.logosbottom p {
	display: block;
	text-decoration: none;
	font-size: 10px;
	margin: 5px 0 0 19px;
		color: #000;
}


.logosbottom a.logolink {
	display: block;
	color: #285993;
	text-decoration: none;
	font-size: 10px;
	margin: 5px 0 0 19px;
}


/** navi 
*******/

a#navzeigen,
a#navzeigen_en {
	float: left;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	height: 10px;
	margin: -25px 0 0 21px;
}

ul#nav2 li.navschliessen,
ul#nav2 li.navschliessen_en  {
	float: left;
	text-decoration: none;
	background-color: #245693;	
	padding: 0 0 5px 0;
}

ul#nav2 li.navschliessen a,
ul#nav2 li.navschliessen_en a{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}


ul#nav2 {
	display: none;
	top: 120px;
	width: 100%;
	background-color: #275994;	
	font-size: 20px;
}


ul#nav2 ul {
	display: none;
}

ul#nav2 li  {
	width: 100%;
	line-height: 1.7;
	background-color: #3C699C;	
	border-bottom: 1px solid #8c9fab;
	list-style: none;
}

ul#nav2 li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 21px;
}

ul#nav2 li a.openclose {
	display: block;
	color: #000;
	float: right;
	width: 35px;
	margin: 0 12px 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/nav_arrows.png') no-repeat 0 5px; 		
}

ul#nav2 li a.openclose.open {
	background: url('../images/nav_arrows.png') no-repeat 0 -95px; 		
}

ul#nav2 li ul li a.openclose {
	display: block;
	color: #000;
	float: right;
	width: 30px;
	padding: 0 5px 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/nav_arrows.png') no-repeat 0 -145px; 		
}

ul#nav2 li ul li a.openclose.open {
	background: url('../images/nav_arrows.png') no-repeat 0 -245px; 		
}

ul#nav2 li ul {
	margin: 0 0 -1px 0;
}

ul#nav2 li ul li {
	background-color: #658AAE;
	text-decoration: none;
	border-bottom: 1px solid #8c9fab;
}

ul#nav2 li ul li a {
	color: #ddd;
	padding: 0 0 0 15px;
}

ul#nav2 li ul li ul{
	margin: 0 0 -2px 0;
}

ul#nav2 li ul li ul li{
	background-color: #8EAAC0;
	text-decoration: none;
	border-bottom: 1px solid #8c9fab;	
}

ul#nav2 li ul li ul li a {
	color: #ddd;
	padding: 0 0 0 30px;
}

/**/


#breadcrumb {
    font-family: Verdana,Arial,Helvetica,sans-serif;	
	font-size: 10px;
	margin: 5px 0 20px 21px;
	display: inline-block;	
	height: 14px;			
}

ul.rex-breadcrumb li {
	float: left;
	margin: 0 4px 0 0;
	list-style: none;
}


ul.rex-breadcrumb {
	float: left;
}

ul.rex-breadcrumb li.rex-lvl1 {
	display: none;
}

ul.rex-breadcrumb a {
	text-decoration: none;
	color: #2b62a3;
}

ul.rex-breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
}

#breadcrumb li:before {
 content: '> ';
}
#breadcrumb li:before:last-child {
 content: ' ';
}
 
 
/********/

.red {
	color: #e53932;
}

.blue {
	color: #2688ce;
}




a:link {
	color: #004980; /* #285992; */
	text-decoration:underline ;
	}
a:visited {
	color: #004980; /* #285992; */
	text-decoration:underline;
	}

a:focus,
a:hover,
a:active {
	color: #000;
	text-decoration:underline;
}
 
 
 
h1 {
	font-size: 22px !important;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #000;
}

h2 {
	font-size: 20px;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #003161;
}

h3 {
	font-size: 18px;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #003161;
}


h4 {
	font-size: 16px !important;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #003161;
}

h5 {
	font-size: 14px;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #000;
}

h6 {
	font-size: 13px;
    font-family: 'PT Sans',sans-serif;
	margin: 2px 0 10px 0;
	color: #000;
}


p {
	margin: 0 0 15px 0;
}

.textbild ul,
.zweispalter ul,
.accordioninhalt ul,
table ul	{list-style: none; margin: 0px 0 15px 0;}
.textbild ul ul,
.zweispalter ul ul,
.accordioninhalt ul ul {list-style: none; margin: 2px 0 5px 0;}
.textbild ul li,
.zweispalter ul li,
.accordioninhalt ul li,
table ul li	{
    font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-weight: normal;
	font-size: 12px;	
	color: #333;
	margin-bottom: 14px;
	line-height: 1.5;
	margin: 0 0 5px 2px;
	padding: 0 0 0 12px;
    background: url('../images/dot.png') no-repeat 0 7px;	
}


.textbild ol,
.accordioninhalt ol	{list-style: decimal; margin: 0 15px 20px 0;}
.textbild ol ol,
.accordioninhalt ol ol	{list-style: decimal; margin: 10px 0 5px 0;}
.textbild ol li,
.accordioninhalt ol li	{
     font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;	
	color: #333;
	margin-bottom: 10px;
	line-height: 1.5;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;	
}	

/*textbild*/

.textbild .floatLeft {
	float:left;
	margin: 0 15px 0 0;
	
}

.textbild .floatRight {
	float:right;
	margin: 0 0 0 15px;
}


.textbild img {
	margin: 5px 0 0 0;
}

.subline p{
	font-size: 11px !important;
	margin: 0 0 4px 2px !important;
	padding: 0 0 2px 0 !important;
}

.subline {
	font-size: 11px;

}


.subline .extern  {
	margin: 0;
	padding: 0;
	background: none;
}

.textbild sup,
.textbild sub {
	height: 0;
	line-height: 1;
	font-size: 10px;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

.textbild .border {
	border: 1px solid #555;
}

.textbild sup {
	bottom: .7ex;
}

.textbild sub {
	top: .7ex;
}


/* zweispalter */

.zweispalter {
	width: 100%; 
	margin: 0 0 20px 0;
	padding: 0;
}

.zweispalter_1 {
	float: left;
  	width: 47%;
}

.zweispalter_2 {
	float: right;
  	width: 47%;
}

.zweispalter .floatLeft {
	float:left;

}

.zweispalter .floatRight {
	float:right;
}

.zweispalter img {
	margin: 0;
	width: 70%;
}

.zweispalter.partner a img {
	margin: 0;
}


/******/

.abstand {
	clear: both;
	display: inline-block;
	width: 100%;
}

.abstandtrennline {
	clear: both;
	display: inline-block;
	width: 100%;
	background:  url('../images/px.gif') repeat-x left center;
}

.abstandtrennline.partner {
	clear: both;
	display: inline-block;
	width: 100%;
	height: 2px !important;
	margin: 0 0 20px 0;
	background:  url('../images/px.gif') repeat-x left center;
}



/***/

.content_full {
	width: 100%;
}

.content_half {
	width: 50%;
}

.content_quarter {
	width: 50%;
}


/*Accordion*/

.accordionueberschrift {
	color: #003161 ; /*#224a78; */
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 3px 5px 12px;
	background: url('../images/arrow_right_small_grey.png') no-repeat 0 6px;
}

.accordionueberschrift.hover {
	color: #003161;
	cursor:pointer;
	background: url('../images/arrow_right_small_blue.png') no-repeat 0 6px;
}

.accordionueberschrift.aktiv {
	color: #285992;
	background: url('../images/arrow_small_down.png') no-repeat 0 8px;	
}


.content-top .accordioninhalt {
	width: 95%;
}

.accordioninhalt {
	width: 95%;
	background-color: #efefef;
	padding: 10px 20px 5px 15px;
	margin: 0 0 15px 0;
	display: inline-block;
	
}


/*	Formulare *****************************************************************/
#rex-xform fieldset {
}

#rex-xform #form_formular {
line-height: 1.5;
}

#rex-xform legend {
}

#rex-xform p.formtext,
#rex-xform p.formselect {
	display: inline-block;
	width: 100%;
}


#rex-xform label {
	display:inline-block;
	float:left;
	width: 35%;

}

#rex-xform input {
	color: #000;
	font-size:12px;
	width: 60%;
	border:1px solid #aaa;
	background-color:#fff;
	padding: 3px;
}


#rex-xform p.formselect select {
	color: #000;
	float: left;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#fff;
	padding:3px;
}



#rex-xform p.formtextarea textarea {
	color:#285993;
	font-size:12px;
	width: 60%;
	float: left;
	border:1px solid #aaa;
	background-color:#fff;
	margin:0 0 8px 0;
	padding:3px;
    font-family: Verdana,Arial,Helvetica,sans-serif;	
}

#rex-xform input:focus,
#rex-xform p.formselect select:focus,
#rex-xform p.formtextarea textarea {
	color:#285993;
	border-color:#285993;
}


#rex-xform p.formsubmit label {
	display:none;
}

#rex-xform p.formsubmit input {
	width: 61.5%;
	float: left;
	display:inline-block;
	font-size: 14px;
	color: #000;
	padding: 3px;
	line-height: 1.2;
	background-color: #96BBCA;
	border:1px solid #555;
	margin: 0 0 0 35%;
}

#rex-xform p.formsubmit input:hover {
	border:1px solid #000;
	background-color: #005A95;
	color: #fff;
	cursor: pointer;
}


#rex-xform .form_warning {
	background-color:#fff;
	color:#cd0a0a;
}

#rex-xform ul.form_warning {
	color:#cd0a0a;
	font-weight: bold !important;
	border: 1px solid #cd0a0a;
	background-color: #f0b5b5;
	margin: 15px 0 15px 0;
	padding: 15px 15px 15px 0;
}

#rex-xform ul.form_warning li {
	margin: 0 0 0 50px;
	padding: 0;
	color: #000;
	font-weight: normal;
	background-image: none;
	list-style-type: disc;
}


/* */

.MathJax_MathML {
	font-size: 20px !important;
}


/* */

table.tbl1 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

table.tbl1 p {
	margin: 0;
}	

table.tbl1 th,
table.tbl1 td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
}

.noborder {
	border: none !important;
}



table.ohne_rahmen th,
table.ohne_rahmen td {
	border: none;
}

table.tbl1 td,
table.tbl1 th {
	padding: 5px;
}

table.tbl1 thead th {
	text-align: left;
	background: #E6EDF5;
	color: #285992;
}

table.tbl1 thead th p {
	margin: 0;
	padding: 0;
}

table.tbl1 tbody th {
	font-weight: bold;
}

table.tbl1.background tbody tr {
	background: none !important;
}
table.tbl1.background tbody tr td,
table.tbl1.background tbody tr th {
	padding: 0 5px 0 0 !important;
}

table.tbl1 tbody tr { background: #fff; } /* #FCFDFE */



table.tbl1 tbody tr.odd { background: #F7F9FC; }

table.tbl1 tfoot th
table.tbl1 tfoot td {
	font-size: 85%;
}

table.tbl1 td.algn-cntr,
table.tbl1 th.algn-cntr {
	text-align: center;
}

table.tbl1 td.algn-lft,
table.tbl1 th.algn-lft {
	text-align: left;
}

table.tbl1 td.algn-rght,
table.tbl1 th.algn-rght {
	text-align: right;
}


.cd_container {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px 0;
}


.cd_container h1,
.cd_container h2,
.cd_container h3,
.cd_container h4,
.cd_container h5,
.cd_container h6 {
	line-height: 1.2;
	margin: 0 0 2px 0;
}

p.cdtitle {
	font-size: 22px !important;
    font-family: 'PT Sans',sans-serif;
	margin: 0 0 10px 0;
	color: #000;
	width: 100%;
}

a p.cdtitle:hover {
		color: #285992 !important;
}

.h_line {
	border-bottom: 1px solid #bbb;
}

.cd_container .countdown {
	float: right;
	margin: -2px 0 0 0;
	padding: 2px 5px 2px 5px;
	zoom: 1;

}

.cd_container .countdown .red{
	color: #f00 !important;
}

.textvordemcountdown {
	float: left;
	margin: 0 5px 0 0;
}

.hasCountdown {
	display: inline-block;
}



.countdown_section {
	margin: 0 5px 0 0;
	float: left;
}



.cd_container .textbild{
	display: none;
	margin: 5px 0 0 0;
}

.cd_container a {
	text-decoration: none; 
}

.cd_container a:hover {
	text-decoration: underline; 
}

/*	suche
************************/

.sucheingabe {}

.suchfeld {}

.sucheingabe #rexsearch_form  {}

.sucheingabe .textbild p {
}

.sucheingabe #rexsearch_form label {
	width: 35%;
}

.sucheingabe #rexsearch_form input {
	color: #000;
	font-size:12px;
	width: 55%;
	border:1px solid #aaa;
	background-color:#fff;
	padding: 3px;
	margin: 0 0 15px 0;
		min-height: 17px;
}
	


.sucheingabe #rexsearch_form input:focus {
	color:#285993;
	border-color:#285993;
}


.sucheingabe #rexsearch_form .search:hover,
.sucheingabe #rexsearch_form .search:active {
	border:1px solid #000;
	background-color: #005A95;
	color: #fff;
	cursor: pointer;
}

.sucheingabe #rexsearch_form .search {
	width: 55%;
	float: left;
	display:inline-block;
	font-size: 14px;
	padding: 3px;
	color: #000;
	line-height: 1.2;
	background-color: #96BBCA;
	border:1px solid #555;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 35%;
}

.sucheingabe #rexsearch_form .search:hover {
	border:1px solid #000;
	background-color: #005A95;
	color: #fff;
	cursor: pointer;
}


ul.searchresults  {
	margin: 0 !important;
	width: 100%;
}

ul.searchresults li {
	font-size: 12px !important;
	margin: 0 !important;
	padding: 15px 0 10px 18px !important;
	border-bottom: 1px solid #A2BAC9;	
}


ul.searchresults {
	display: inline-block;
	margin: 0 0 0 10px;
}


ul.searchresults li {
		list-style: none;
}

	
ul.searchresults li:hover {}

ul.searchresults li h4 {
	display: block;
	font-size: 13px;
	margin: 2px 0 10px 0;
	background: none;
}

ul.searchresults li a {
}

ul.searchresults li a:hover {
}

.searchresults li p {
	font-weight: normal;

}

.url{

}



.searchresults .highlightedtext .strong{
	color: #23b9ce !important;
}



/* pagination */

ul.pagination {
		margin: 15px 0 0 15px !important;
		list-style: none;
}

ul.pagination li {
	font-weight: bold !important;
	background-image: none !important;
	float: left;
	font-size: 12px;
	margin: 3px !important;
	padding: 5px !important;
	border: 1px solid #A2BAC9;	

}

.ellipse {
	float: left;
	padding: 3px;
}

ul.pagination li a{
	color: #38659A;
	text-decoration: none;
}

ul.pagination li a:hover{
	color: #285993;
	text-decoration: none;
}



/* publikationen */

.publikationsliste {
	padding: 0;
}

.pupitem  {
	width: 116px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

.pupitem .subline {
	font-size: 10px;
}

.pupitem a img {
	border: 1px solid #ddd;	
}

.pupitem a:hover img {
	border: 1px solid #285993;	
}


.publikationscontent {
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;	
	border-bottom: 1px solid #333;
}


.publikationscontent img {
	float: left;
	margin: 0 10px 30px 0 !important;
	border: 1px solid #ddd;
}

.publikationscontent .textbild {
	width: 95%;
}

.publikationscontent p {
	clear: both;
}




/*	Downloads  *****************************************************************/
	
	
.download_container {
	display: inline-block;
	width: 95%;
	margin: 0 0 8px 18px;
}


.download_container a,
.download_container a:link,
.download_container a:visited  {
	margin: 0 3px 3px 3px;
	display: inline-block;
	text-decoration: underline;

}

.download_container a:active,
.download_container a:hover {
	cursor: pointer;
}

.download_container .filename {
	float: left;
	font-weight: normal;
	margin: 0;
}
	
	
.download_beschreibung {
	font-weight: normal;
	font-size: 11px;
	margin: -2px 0 5px 23px;
}















/* news */

.newscontainer {
	background: #fff !important;
}

.news {
	background: #fff !important;	
}

ul.news {
	display: inline-block;
	width: 100%;
	margin: 0;
}

ul.news li {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px 0px !important;
	padding: 0;
	list-style: none;	
	border-bottom: 1px solid #ddd;		
}

ul.news .source,
ul.news .datum {
	float: left;
	display: inline-block;
	margin: 0;
	font-size: 10px;
	font-weight: 200;
	color: #2d2d2d;
	padding: 0 !important;
	text-decoration: none;
}


ul.news .source  {
	float: right;
	text-align: right;
	display: inline-block;
	margin: 0;
	font-size: 10px;
	font-weight: 200;
	color: #2d2d2d;
	padding: 0 !important;
}

ul.news .source a,
ul.news .source a.extrern {
	padding: 0;
	float: right;
	color: #000;
	text-decoration: none;
	background-image: none;
}

ul.news .source a:hover {
		color: #285992;
}

ul.news .title {
	font-size: 22px;
	width: 100%;
	display: inline-block;
    font-family: 'PT Sans',sans-serif;
	margin: 5px 0 2px 0;
	line-height: 1.25;
	color: #224a78;
}

ul.news .title a {
	color: #003161; /* #224a78; */
	text-decoration: none;
}

ul.news .title a:hover {
	color: #000;
	text-decoration: underline;
}

ul.news .subtitle {
	font-size: 10px;
	width: 100%;
	display: inline-block;
	margin: -5px 0 10px 0;
	line-height: 1.2;
	color: #000;
	display: inline-block;
}

ul.news img {
	clear: both;
	float: left;
	margin: 5px 10px 5px 0;
}

ul.news p {

}


ul.news .moreintern,
ul.news .moreextern {
}

ul.news .readmore {
	float: left;
	width: 100%;
	font-size: 12px !important;
	padding: 0 0 15px 0;
	text-align: right;
}

ul.news .readmore a {
}

ul.news .readmore a:hover {

}

/**/

.einzelnenewswrapper {
	width: 100%;
	display: inline-block;
}

li.einzelnenews_highlight {
/*	background-color: #005A95 !important;	*/
	background-color: #003161 !important;

}

li.einzelnenews_highlight .source,
li.einzelnenews_highlight .datum {
	float: left;
	display: inline-block;
	margin: 8px 5px 0 20px;
	font-size: 10px;
	font-weight: 200;
	color: #ddd;
	padding: 0 !important;
	text-decoration: none;
}


li.einzelnenews_highlight .source  {
	float: right;
	text-align: right;
	display: inline-block;
	margin: 8px 20px 0 0;
	font-size: 10px;
	font-weight: 200;
	color: #ddd;
	padding: 0 !important;
}

li.einzelnenews_highlight .source a,
li.einzelnenews_highlight a.extrern {
	padding: 0;
	float: right;
	color: #ddd;
	text-decoration: none;
	background-image: none;
}

li.einzelnenews_highlight .source a:hover {
		color: #fff;
}

li.einzelnenews_highlight .headerimg {
	float: left;
	width: 92%;
	margin: 10px 4% 5px 4%;
}

li.einzelnenews_highlight .title {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	width: 92%;
	float: left !important;
	color: #fff;
	font-size: 22px;
}


li.einzelnenews_highlight .title a {
	color: #fff;
	text-decoration: none;
}

li.einzelnenews_highlight .title a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}

li.einzelnenews_highlight .subtitle {
	display: inline-block;
	margin: 10px 0 0 2%;
	width: 48%;
	float: left !important;
	line-height: 1.2;
	color: #fff;
}

li.einzelnenews_highlight .text {
	display: inline-block;
	margin: 5px 20px 0 20px;
	float: left !important;
	font-weight: normal;
	line-height: 1.2;
	color: #eee !important;
}

li.einzelnenews_highlight .readmore {
	float: right;
	width: 100%;
	font-size: 11px;
	padding: 0 20px 15px 0;
	text-align: right;
}

li.einzelnenews_highlight .readmore a {
	color: #ddd;
}

li.einzelnenews_highlight .readmore a:hover {
		color: #fff;
}

/* News Select */


.auswahl {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;	
	border-bottom: 1px solid #ddd;		
}




/* news pagination */

.page_navigation {
	width: 100%;
	display: inline-block;
	margin: -12px 0 0 0;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin: 0 3px 0 0;
	color: #000;
	text-decoration:none;
	float: left;
	background-color:#96BBCA;
}

.page_navigation a:hover, .alt_page_navigation a:hover {
	background-color: #518BAF;
}

.active_page{
	background-color: #005A95 !important;
	color: #fff !important;
}	


/*** Kalender Ausagen */

/* Übericht Kurzübersicht */

a.kalender_kurzinfo {
	width: 100%;
	display: inline-block;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
.kalender_kategorie_name{
	font-size: 10px;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	color: #000;
	/* color: #285992; */

}

.kalender_datum {
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	/* color: #285992; */
}

.kalender_uhrzeit {
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	/* color: #285992; */

}

.kalender_titel {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;	
	line-height: 1.2;
	color: #003161;
	margin: 0;
}


a.kalender_kurzinfo:hover .kalender_titel{
	color: #000;
	text-decoration: underline;
}

a.kalender_kurzinfo:hover .kalender_uhrzeit,
a.kalender_kurzinfo:hover .kalender_datum,
a.kalender_kurzinfo:hover .kalender_kategorie_name{
	color: #000;
}

a.seminarbacklink {
	width: 100%;
	display: inline-block;
	float: left;
	text-align: right;
	margin: -10px 0 0 0;
}

.kalinfos {
	width: 100%;
	display: inline-block;
}

.kalinfos p {
	margin: 0;
}

.kallinks {
	float: left;
	width: 30%;
}
.kalrechts {
	width: 70%;
	float: left;
}


table .download_container {
	display: inline-block;
	width: 95%;
	margin: 0 0 8px 0;
}

#sitemap ul a {
	text-decoration: none;
}

#sitemap ul	{list-style: none; margin: 0px 0 15px 0;}
#sitemap ul ul {list-style: none; margin: 2px 0 5px 0;}
#sitemap ul li	{
    font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-weight: normal;
	font-size: 16px;	
	color: #333;
	line-height: 1.5;
	margin: 0 0 15px 0;
	padding: 0 0 15px 12px;
    background: none;	
    border-bottom: 1px solid #222;
}

#sitemap ul li ul {
	padding: 10px;
}
#sitemap ul li ul li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-weight: normal;
	font-size: 14px;	
	color: #333;
	line-height: 1.5;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
    background: none;	
    border: none;
}

#sitemap ul li ul li ul {
	padding: 10px;
}

#sitemap ul li ul li ul li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-weight: normal;
	font-size: 12px;	
	color: #333;
	line-height: 1.5;
	margin: 0 0 5px 2px;
	padding: 0 0 0 50px;
    background: none;	
    border: none;    
}
	   
	   
.monat {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #1b497f; /* #1b497f; /* #005A95; */
	width: 100%;
	display: inline-block;
	padding: 4px 0 3px 3px;
	margin: 20px 0 10px 0;
}
	   
.footable-nav {
	width: 100%;
	display: inline-block;
	margin: 15px 0 15px 0;
}

.footable-nav li {
	float: left;
	list-style: none;
	background-color:#96BBCA;	
	margin: 0 3px 0 0;
}

.footable-nav li a {
	padding:3px 5px;
	color: #000;
	text-decoration:none;
	float: left;

}


.footable-nav li a:hover {
	background-color: #518BAF;
}

.footable-nav .footable-page-current {
	background-color: #005A95 !important;
}

.footable-nav .footable-page-current a{
	color: #fff !important;
}

.footable-nav .footable-page-current a:hover{
	background-color: #518BAF;
}    
    
.page_navigation a, .alt_page_navigation a{
}

.page_navigation a:hover, .alt_page_navigation a:hover {
	background-color: #518BAF;
}





.footable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: solid #aaa 1px;
  font-size: 12px;
  color: #444;
}


.footable.breakpoint > tbody > tr > td.expand {
  background: url('plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #efefef;
  
}

.footable > tbody > tr:hover {
 /* background: #fbf8e9; */
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 5px;
  text-align: left;
  color: #fff;  
}

.footable > thead > tr > th {
	border-top: none;
}


.footable > tbody > tr > td {
	color: #555;
}

.footable > tbody > tr > td.footable-cell-detail {
  border-left: none;
}

.footable > thead > tr > th, .footable > thead > tr > td {
/*	background: #005A95; */
	background-color: #1b497f; /* #1b497f; /* #005A95; */
	color: #fff;
	
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {

}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
}

.footable > tbody > tr:last-child > td.footable-first-column {
}

.footable > tbody > tr:last-child > td.footable-last-column {
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

.footable > tbody img {
  vertical-align:middle;
}

.grossesbild {
	margin: 0 0 10px -100px;

}


.footable > tfoot > tr > th, .footable > tfoot > tr > td {
  color: #fff;
  border-top: 1px solid #ccc;
  padding: 5px;
}


.footable tbody tr.zebra {
      background: #efefef;
}

.footable strong {
	font-weight: normal !important;
	font-size: 12px;
	display: inline-block;
	margin: 0px 0 0 0;
	width: 100px;
	min-width: 100px;	
	vertical-align: top;	
	
}


.nameunderline {
	color: #004980 !important;
	text-decoration: underline;
}

.nameunderline:hover {
	color: #000 !important;

}

.phone strong {
	font-weight: normal !important;
	font-size: 12px;
	display: inline-block;
	margin: 5px 0 0 5px;
	width: auto;
}

.tabcontent {
	color: #000;
	font-size: 12px;
	display: inline-block;
}

.sucheingabe {
	display: block;
}


#such_feld {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  padding: 3px 0 3px 8px;
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #444444;
  width: 99%;
  text-decoration: none;
  float: left;
  min-height: 17px;
}

.sucheingabe .chzn-single, .sucheingabe  .chosen-single{
	width: 99%;
}


.bold {
	font-weight: 600;
}

.reset {
  float: right;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  font-size: 10px !important;
  padding: 2px;
  color: #444444;
  text-decoration: none;
}

.reset:hover {
	color: #004A81 !important;
    border: 1px solid #004A81;
	cursor: pointer;

}

label {
	float: left;
	width: 20%;
    padding: 0;
    margin: 0;

}


.tdcenter  {
		width: 87px;
		padding: 0 !important;
		margin: 0 !important;
}

.tdcenter img {
	width: 90%;
	padding: 5%;
}








/* blog */

ul.blog {
	display: inline-block;
	width: 100%;
	margin: 0;
}

ul.blog li {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0px !important;
	padding: 0 0 0 0;
	list-style: none;	
	border-bottom: 1px solid #ddd;		
}

ul.blog .source,
ul.blog .datum {
	float: left;
	display: inline-block;
	margin: 0;
	font-size: 10px;
	font-weight: 200;
	color: #2d2d2d;
	padding: 0 !important;
	text-decoration: none;
}


ul.blog .source  {
	float: right;
	text-align: right;
	display: inline-block;
	margin: 0;
	font-size: 10px;
	font-weight: 200;
	color: #2d2d2d;
	padding: 0 !important;
}

ul.blog .source a,
ul.blog .source a.extrern {
	padding: 0;
	float: right;
	color: #000;
	text-decoration: none;
	background-image: none;
}

ul.blog .source a:hover {
		color: #285992;
}

ul.blog .title {
	font-size: 22px;
	width: 100%;
	display: inline-block;
    font-family: 'PT Sans',sans-serif;
	margin: 5px 0 2px 0;
	line-height: 1.25;
	color: #224a78;
}

ul.blog .title a {
	color: #003161; /* #224a78; */
	text-decoration: none;
}

ul.blog .title a:hover {
	color: #000;
	text-decoration: underline;
}

ul.blog .subtitle {
	font-size: 10px;
	width: 100%;
	display: inline-block;
	margin: -5px 0 10px 0;
	line-height: 1.2;
	color: #000;
	display: inline-block;
}

ul.blog .floatLeft img {
	clear: both;
	margin: 5px 0 5px 0;
}

ul.blog .floatRight img {
	clear: both;
	margin: 5px 0 5px 0;
}


ul.blog .textbild {
	margin: 0 0 15px 0;
}



ul.blog li ul li {
	text-decoration: none;
	border: none;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 15px;
}

em {
	font-style: italic;
}

.accordioninhalt_projekt ol  {
	text-decoration: none;
	border: none;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 25px;
}









/*Projekte*/

.accordionueberschrift_projekt {
	color: #003161 ; /*#224a78; */
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 3px 10px 12px;
	background: url('../images/arrow_right_small_grey.png') no-repeat 0 6px;
	border-bottom: 1px solid #efefef;
	display: inline-block;
	width: 100%;
}

.accordionueberschrift_projekt.hover {
	color: #003161;
	cursor:pointer;
	background: url('../images/arrow_right_small_blue.png') no-repeat 0 6px;
}

.accordionueberschrift_projekt.aktiv {
	color: #285992;
	padding: 0 3px 0 12px;
	background: url('../images/arrow_small_down.png') no-repeat 0 8px;	
	border: none;
}


.content-top .accordioninhalt_projekt {
	width: 95%;
}

.accordioninhalt_projekt {
	display: inline-block;
	width: 95%;
	background-color: #efefef;
	padding: 10px 20px 5px 15px;
	margin: 0 0 15px 0;
	display: inline-block;
}

.pr_ueberschrift {
	font-weight: bold;
	width: 100%;
	font-size: 11px;
	margin: 0 0 10px 0; 
	border-bottom: 1px solid #ddd;
}

.accordioninhalt_projekt ul {
	margin:  0 0 0 20px;	
}

.accordioninhalt_projekt ul li {
	margin-bottom: 10px;
}


.accordioninhalt_projekt ul.abstand {
	margin-bottom: 15px;
}

.koordination {
	margin-top: -17px;
}

.accordioninhalt_projekt .beschreibung {
	max-width: 100%;
	display: block;
	margin:  0 -10px 15px -5px;
	padding:  10px;
	font-size: 12px !important;
	background: #efefef;
	color: #000;
}

.accordioninhalt_projekt .beschreibung a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


.accordioninhalt_projekt .pr_image {
	width: 100%;
	max-height: 360px;

	text-align: center;
}

.accordioninhalt_projekt .pr_image img{
	max-height: 350px;
	max-width: 98%;
	padding: 5px;
}


.accordioninhalt_projekt .bildunterschrift {
	margin-top: 5px;
	font-size: 12px;
}

.accordioninhalt_projekt .bildcopyright {
	float: right;
	margin-top: -15px;
	font-size:  9px;
}

.pr_image {
	margin-bottom: 20px;
}

a.pr_link {
	padding: 5px;
	float: right;
}

#antragsstellerform  {
	position: relative;
	margin: 0 0 30px 0;
	display: inline-block;
	width: 100%;
}


.accordioninhalt_projekt.jobs p{
	font-weight: 200 !important;
}
