
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

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

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.rbz-koeln.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj Download
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 div.downloadWrapper {
 	margin:0px 0px 15px 0px;
 	padding:20px 0px 20px 0px;
 	width:570px;
 	background-color:#FAFAFA;
 	font-size:80%;
 	border:solid 0px red;
 	}

  div.downloadWrapper div.downloadItemWrapper {
 	margin:0px;
 	padding:0px;
 	padding-left:42px;
 	border-bottom:solid 0px #fff;
 	}

 div.downloadWrapper div.downloadItemWrapper div.downloadFileTitle {
 	float:left;
 	margin:0px;
 	padding:3px;
 	width:420px;
 	background-color:#e4e5df;
 	color:#686765;
 	border-bottom:1px solid #fff;
 	}

 div.downloadFileTitle a:link, div.downloadFileTitle a:visited {
 	color:#686765;
 	}

 div.downloadFileTitle a:hover, div.downloadFileTitle a:active {
 	color:#686765;
 	}

 div.downloadWrapper div.downloadItemWrapper div.downloadFileSize {
 	float:left;
 	margin:0px;
 	padding:3px 5px;
 	width:43px;
 	color:#686765;
 	background-color:#ACC6E1;
 	}

 div.downloadWrapper div.downloadItemWrapper div.downloadFileDescription {
 	clear:both;
 	margin:0px !important;
 	padding:0px;
 	width:425px;
 	border:solid 0px red;
 	}

 div.downloadWrapper div.downloadItemWrapper div.downloadFileDescription p{
 	margin:0px;
 	padding:0px;
 	width:auto;
 	border-bottom:1px solid #fff;
 	color:#3B3B3D;
 	background-color:#ebeef7;
 	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj institutes
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
h2.instutesHint {
	font-size: 120%;
	line-height: 15px;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	width:auto;
	}

#institute {
	margin-top: 15px;
	}

.ContentBroad #institute {
	width:838px;
	margin-left:0px;
	}

#institute div {
	float:left;
	width:180px;
	}

#institute div p, #institute div div.iDetail  {
	padding-right: 7px;
	width:auto;
	}

#institute div div.iDetail  p{
	margin-bottom:0px;
	height:130px;
	border:solid 0px red;
	}

a.iMore {
	font-size:90% !important;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj newsDates
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.teaserNewsDatesWrapper {
	margin: 13px 0;
	padding:0;
	width:180px;
	text-align: right;
	background: transparent url('http://www.rbz-koeln.de/common/css/common/teaserNewsDates_bg.gif') repeat-y top left;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	border:solid 0px red;
	}

.teaserNewsDatesWrapper h2.newsDateTitle {
	padding: 5px 22px 0 0;
	width:auto;
	height: 21px;
	color: #929292;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	font-size:110%;
	background: transparent url(http://www.rbz-koeln.de/common/css/common/teaserNewsDates_header.gif) no-repeat top left;
	}

.teaserNewsDatesWrapper ul {
	margin: 0 2px 0 0;
	list-style: none;
	}

.teaserNewsDatesWrapper ul li {
	margin: 5px 0;
	padding: 0px 21px 5px 0;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #949494;
	border-bottom: 1px dotted #c8c8c8;
	}

.teaserNewsDatesWrapper ul li strong {
	color: #757575;
	}

.teaserNewsDatesWrapper a,
.teaserNewsDatesWrapper a:visited {
	color: #949494;
	text-decoration: none;
	}

.teaserNewsDatesWrapper a:focus,
.teaserNewsDatesWrapper a:hover,
.teaserNewsDatesWrapper a:active {
	text-decoration: underline;
	}

.teaserNewsDatesWrapper img {
	margin:0;
	margin-bottom:-2px; /* needed 4 ie  */
	}







/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj socBookmarks
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#bookmarks {
	margin: 0px 11px 13px 0;
	width:100%;
	border-bottom: 1px dotted #bfdbed;
	}


#bookmarks h2.socBookmarks {
	padding:6px 20px 5px 0;
	width:auto;
	font-size:120%;
	color: #7eaed0;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	border-bottom: 1px solid #7eaed0;
	border-top: 1px solid #7eaed0;
	}

#bookmarks p {
	margin: -4px 5px 8px 0px;
	width:auto;
	text-align: right;
	}


.scBkmrk {
	float:right;
	display: block;
	margin-left:6px;
	height:20px;
	width:20px;
	}


.fBook {
	background: transparent url('common/iconFacebook.gif') no-repeat top center;
	}


.friends {
	background: transparent url('common/iconFriends.gif') no-repeat top center;
	}

.mWong {
	background: transparent url('common/iconMWong.gif') no-repeat top center;
	
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj columns
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.columnsWrapper {
	margin:0;
	padding:0;
	width:558px;
	border:solid 0px red;
	}

.ContentBroad div.columnsWrapper {
	margin:0;
	padding:0;
	width:730px;
	border:solid 0px red;
	}

.ContentBroad div.columnsWrapper h2.columnsTitle {
	margin:0;
	margin-bottom:0px !important;
	margin-bottom:0px;
	padding:0;
	font-size:110%;
	border:solid 0px red;
	width:auto;
	}


/* ie 7 */
*:first-child+html div.columnsWrapper h2.columnsTitle {
	margin-bottom:-1px !important;
	}

/* ie 7 */
*:first-child+html .ContentBroad div.columnsWrapper h2.columnsTitle {
	margin-bottom:0px !important;
	width:auto;
	}


div.contentLeftCol {
	float:left;
	margin:0;
	margin-right:30px;
	padding:0;
	width:240px;
	border:solid 0px red;
	}

.ContentBroad div.contentLeftCol {
	float:left;
	margin:0;
	margin-right:50px;
	padding:0;
	width:330px;
	border:solid 0px red;
	}

body.zmi div.contentLeftCol div.ZMSGraphic {

	}

div.contentRightCol {
	float:left;
	margin:0;
	padding:0;
	width:240px;
	border:solid 0px red;
	}

.ContentBroad div.contentRightCol {
	float:left;
	margin:0;
	padding:0;
	width:330px;
	}

/* IE 7.0 only */
*:first-child+html div.contentRightCol {
	
	}

div.contentRightCol h2, div.contentRightCol .heading2 {
	font-size: 100%;
	line-height: 1.2em;
	border:solid 0px red;
	width:auto;
	}
	
div.columnsWrapper div.contentRightCol div.ZMSGraphic div.text {
	margin:0;
	padding: 0px;
	}

div.columnsWrapper p, .ContentBroad div.columnsWrapper p {
	margin:0px 0px 5px 0px;
	padding:0px;
	width:auto;
	}

div.clearCol {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dateSchedule
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

.teaserDateScheduleWrapper {
	margin: 0px 0;
	background: transparent url('http://www.rbz-koeln.de/common/css/common/teaserDateSchedule_bg.gif') top left repeat-y;
	text-align: right;
	width:180px;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	border:solid 0px red;
	}

.teaserDateScheduleWrapper h2.dateScheduleTitle {
	margin:0px;
	padding: 8px 22px 0 0;
	width:auto;
	height: 27px;
	color: #3d8fc6;
	font-weight: normal;
	text-align: right;
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size:110%;
	background: transparent url('http://www.rbz-koeln.de/common/css/common/teaserDateSchedule_header.gif') no-repeat top left;
	}

.teaserDateScheduleWrapper ul {
	margin: 0 2px 0 0;
	list-style: none;
	}

.teaserDateScheduleWrapper ul li {
	margin: 2px 0;
	padding: 0 19px 0px 0;
	color: #3d8fc6;
	font-size: 1.0em;
	line-height:1.5em;
	}

.teaserDateScheduleWrapper #newsletter {
	margin: 0 3px 0 3px;
	padding: 5px 20px 5px 0px;
	border-top: 1px dotted #a0c6e3;
	display: block;
	}

.teaserDateScheduleWrapper a, .teaserDateScheduleWrapper a:visited {
	color: #3d8fc6;
	text-decoration: none;
	}

.teaserDateScheduleWrapper a:focus, .teaserDateScheduleWrapper a:hover, .teaserDateScheduleWrapper a:active {
	text-decoration: underline;
	}

.teaserDateScheduleWrapper #newsletter a {
	text-transform: uppercase;
	}

.teaserDateScheduleWrapper img {
	margin:0;
	margin-bottom:-2px; /* needed 4 ie  */
	}



textarea#code.form-element,
textarea#code_eng.form-element,
textarea#code_ger.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* >>>>>>>>>> ERROR in newsticker - KeyError: 'teaserColor' <<<<<<<<<< *//**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	margin:5px 0px 5px 0px;
	padding: 0px;
	width: 570px;
	background-color: #FAFAFA;
	}

#gallery ul {
	margin:0px;
	list-style: none;
	}

#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #FAFAFA;
	border-width: 5px 5px 20px;
	margin-right:25px;
	}

#gallery ul a:hover img {
	border: 5px solid #E4E5DF;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}







/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj Downloads
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.dwnldWrapper {
	margin:0;
	padding:0;
	width:100%;
	background-color:#fafafa;
	}

h2.dwnldWrapperTitle {
	}

h2.dwnldTitle_bma {
	width:460px;
	height:17px !important;
	padding-top:60px;
	padding-left:80px;
	background-color: !important;
	background:transparent url('http://www.rbz-koeln.de/common/css/common/dwnldTitle_bma.jpg') top left no-repeat;
	color:#fff;
	}

h2.dwnldTitle_ifbm {
	width:460px;
	height:17px !important;
	padding-top:60px;
	padding-left:80px;
	background-color: !important;
	background:transparent url('http://www.rbz-koeln.de/common/css/common/dwnldTitle_ifbm.jpg') top left no-repeat; 
	color:#673200;
	}

div.dwnlLeftCol {
	float:left;
	margin:0;
	margin-left:7px;
	margin-right:30px;
	padding:0;
	width:240px;
	}

div.dwnlRightCol {
	float:left;
	margin:0;
	padding:0;
	width:240px;
	}


div.clearDwnldWrapper {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}


/* -- ITEMS ------------------------*/


div.dwnldItemWrapper {
	margin:0;
	padding:0;
	border:solid 0px red;
	}

div.dwnldItemIcon {
	float:left;
	margin:0;
	padding:0;
	width:35px;
	text-align:left;
	
	}

div.dwnldItemFiles {
	float:left;
	margin:0;
	margin-bottom:20px;
	padding;0
	width:205px;
	text-align:left;
	font-size:10px;
	color:#686765;
	}

div.dwnldFileTitle {
	float:left;
	margin:0;
	padding:2px 0px 2px 6px;
	width:148px;
	}

div.dwnldFileTitle a:link, div.dwnldFileTitle a:visited {
	color:#686765;
	}

div.dwnldFileTitle a:hover, div.dwnldFileTitle a:active {
	color:#686765;
	}

div.dwnldTitle_ifbm a:link, div.dwnldTitle_ifbm a:visited {
	color:#673301;
	}

div.dwnldTitle_ifbm a:active, div.dwnldTitle_ifbm a:hover{
	color:#673301;
	}

div.dwnldTitle_bma a:link, div.dwnldTitle_bma a:visited {
	color:#D06401;
	}

div.dwnldTitle_bma a:active, div.dwnldTitle_bma a:hover{
	color:#D06401;
	}


div.dwnldFileSize {
	float:left;
	margin:0;
	padding:2px 0px 2px 6px;
	width:45px;
	}

div.dwnldSize_ifbm {
	color:#673301;
	}


div.dwnldSize_bma {
	color:#fff;
	}


div.clearDwnldFile {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}


div.clearDwnldItem {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	}



/*---- BO calendar css -----*/

table#calTabs {
	margin-top:18px;
	width:100%;
	border-collapse:collapse;
	}

table#calTabs td.active, table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
	}

table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
	}

table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
	}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
	}

table#calContentTabs {
	border-collapse:collapse;
	border:0px solid #ccc;
	border-top:0px;
	}

table#calContent tr td, table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
	}

/* -- RFH -- */
table#calContentTabs tr td {
	border-bottom:15px solid #fff;
	}

form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
	}

/* -- FF -- */
html>/**/body form#calTabSearch {
	margin-left:-1px;
	}

table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
	}

table#calContentEvent, table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	}

table#calContentEvent td,table#calContentBatch td {
	padding:0px;
	}

table#calContentEvent table#calContentBatch td, table#calContentTabs table#calContentBatch td {
	padding-left:6px;
	}

table#calContentBatch tr.odd {
	background-color:#fff;
	}

table#calContentBatch tr.even {
	/* background-color:#eee; */
	}

table#calContentBatch tr.even td {
	padding:0px; /* -- RFH -- */
	}

table#calContentBatch tr.odd td {
	padding-bottom:0px; /* -- RFH -- */
	}

table#calContentEvent tr td span.date, table#calContentBatch tr td span.date {
	margin-top:0px; /* -- RFH -- */
	}

table#calContentEvent tr td span.date,
table#calContentEvent tr td span.title, 
table#calContentBatch tr td span.date,
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
	font-weight:bold;
	}

table#calContentEvent tr td span.description, table#calContentBatch tr td span.description {
	display:block;
	border-bottom:1px solid #ccc; /* -- RFH -- */
	}

table#calContentEvent tr td span.description {
	border-bottom:0px solid #ccc; /* -- RFH -- */
	}



table#calContentEvent tr td span.cal_language {
	font-style:italic;
	}

table#calContent td#calContentPrev, table#calContent td#calContentNext {
	text-align:right !important;
	width:100%;
	padding:15px 10px 5px 10px;
	}

table#calContent td#calContentNext {
	padding-bottom:15px;
	background-color:#fee;
	}

div#calTeaser {
	width:200px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:0px;
	padding-top:6px;
	}

/* -- BO UCT -- */
div#calTeaser {
	width:190px !important;
	border-top:0px solid #fff;
	}

table#calGrid table.month td {
	text-align: center !important;
	}

div#calTeaser table#calGrid table.month, div#calTeaser table#calGrid table.days {
	width:190px !important;
	white-space:nowrap
	}

div#calTeaser table#calGrid {
	margin:0px 0px 5px -5px;
	}

/* ------------
*:first-child+html div#calTeaser table#calGrid {
	margin-left: 10px!important; /* only FF */ 
	}
------------- */

/* -- EO UCT -- */

table#calCategorySel {
	width:200px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	}

table#calCategorySel tr td {
	padding:0px 10px
	}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:180px;
	font-size:10px;
	line-height:10px;
	font-family: arial,'sans-serif';
	}

table#calGrid a:link, table#calGrid a:visited {
	text-decoration:none;
	}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:1.0em;
	width:100%;
	text-align:center;
	font-weight:bold;
	}

table#calGrid table.month a {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	}

table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
	}

table#calGrid table.days td {
	padding:0px 10px 5px 0px;
	overflow:visible;
	}

table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
	}

table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
	}

table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	text-align:right;
	font-weight:bold;
	}

table#calGrid table.days td.daynameToday, table#calGrid table.days td.daynameHeute {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
	}

table#calGrid table.days td.date,
table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	text-align:right;
	}

table#calGrid table.days td.dateToday, table#calGrid table.days td.dateHeute {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
	}

table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}

table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	color:#ee1947; 
	}	
/* ------------- EUTOS ------------------- */

table#calGrid table.days td.dayname, table#calGrid table.days td.daynameToday {
	width:20px;
	padding-bottom:3px;
	}

table#calContent {
	border-collapse:collapse;
	border-left:0px solid #ccc; /* -- RFH -- */
	border-right:0px solid #ccc; /* -- RFH -- */
	border-bottom:0px solid #ccc; /* -- RFH -- */
	}

table#calContent tr td, table#calContentTabs tr td {
	/* font-size:11px;*/ /* -- RFH -- */
	line-height:16px;
	}

table#calContent tr td {
	padding:5px
	}

table#calContentBatch tr.odd td:hover, table#calContentBatch tr.even td:hover  {
	background-color:#F6F4F4;
	}

table#calContentEvent span.date, table#calContentBatch span.date {
	color:#666; 
	margin-top:3px;
	padding-top:3px;
	border-top:0px solid #999;
	width:449px;
	}

#calEmptyBatch {
	padding: 10px;
	/* font-size:12px;*/ /* -- RFH -- */
	}

a.calNav {
	font-size:10px;
	}

tr#tr_cal_text {
	display:none;
	}

div#filterEvent table#calContent, div#filterEvent table#calContentEvent {
	border:0px;
	margin:0px;
	width:400px;
	}

div#filterEvent table#calContent td {
	border:0px;
	padding:0px;
	padding-left:1px;
	}

div#filterEvent span.date {
	border-top:0px;
	}

span.cal_place {
       font-weight:bold;
       color:#999;
        }

/*---- EO calendar css -----*/



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj contctForm
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 .rzContactform {
 	width:520px;
 	margin:2.0em 0 0 0;
 	padding:10px 10px 0 10px;
 	border:solid 1px rgb(200,200,200);
 	background-color:rgb(240,240,240);
 	}
 
 .rzContactform fieldset {
 	padding:20px 0 0 0 !important /*Non-IE6*/;
 	padding:0 /*IE6*/;
 	margin:0 0 20px 0;
 	border:solid 1px rgb(220,220,220);
 	}
 
 .rzContactform fieldset legend {
 	margin:0 0 0 5px !important /*Non-IE*/;
 	margin:0 0 20px 5px /*IE6*/;
 	padding:0 2px 0 2px;
 	color:rgb(80,80,80);
 	font-weight:bold;
 	font-size:130%;
 	}
 
 .rzContactform label.left {
 	float:left;
 	width:100px;
 	margin:0 0 0 10px;
 	padding:2px;
 	font-size:110%;
 	}
 
 .rzContactform select.rzFormSelect {
 	width:175px;
 	padding:2px;
 	border:solid 1px rgb(200,200,200);
 	font-family:verdana,arial,sans-serif;
 	font-size:110%;
 	}
 
 .rzContactform input.field {
 	width:275px;
 	padding:2px;
 	border:solid 1px rgb(200,200,200);
 	font-family:verdana,arial,sans-serif;
 	font-size:110%;
 	}
 
 .rzContactform textarea {
 	width:275px;
 	padding:2px;
 	border:solid 1px rgb(200,200,200);
 	font-family:verdana,arial,sans-serif;
 	font-size:110%;
 	}
 
 .rzContactform input.button {
 	float:right;
 	width:9.0em;
 	margin-right:20px;
 	padding:1px !important /*Non-IE6*/;
 	padding:0 /*IE6*/;
 	background:rgb(230,230,230);
 	border:solid 1px rgb(150,150,150);
 	text-align:center;
 	font-family:verdana,arial,sans-serif;
 	color:rgb(150,150,150);
 	font-size:110%;
 	}
 
 .rzContactform input.button:hover {
 	cursor: pointer;
 	border:solid 1px rgb(80,80,80);
 	background:rgb(220,220,220);
 	color:rgb(80,80,80);
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}
/**************************************/
/* (c) 2009 jklein                    */
/* Author: j. klein                   */
/* last change: 2010/01/06            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #AD3A3B;}
.secondColorMedium {background-color: #C87867;}
.secondColorLight {background-color: #DDA998;}

.primColorStrong {background-color: #166560;}
.primColorMedium {background-color: #417B6C;}
.primColorLight {background-color: #A0BDB6;}


body#web {
	margin: 0;
	padding: 0;
	padding-top:10px;
	border: 0;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 75.00%;
	position:relative;
	text-align:center;
	/* background-color: #C1D0E5; */
	background: transparent url('common/body_bg.gif') top right repeat-x fixed;
	}

.page_margins {
	margin: 0 auto;
	text-align: left;
	width: 965px;
	background:transparent url('common/shadow_leftRight.png') top left repeat-y;
	}

#topDelimiter {
	margin: 0 auto;
	width: 965px;
	height:12px;
	background:transparent url('common/shadow_top.png') top left no-repeat;
	}

#pageregionTopWrapper {
	/* margin: auto; */
	padding: 0;
	border: 0;
	width:950px;
	height:160px;
	text-align:left;
	border:solid 0px red;
	}

#Logo {
	float:left;
	margin:0;
	margin-left:24px;
	padding-top:29px;
	width:438px;
	}

#pageregionContentWrapper {
	/* margin: auto; */
	float:left;
	padding: 0;
	padding-left:15px;
	border: 0;
	width:740px;
	background-color: #fff;
	text-align:left;
	background: transparent;
	border:solid 0px red;
	}
	
#Content {
	float:left;
	margin:0;
	padding:0;
	padding-top:21px;
	width:558px;
	overflow:visible;
	border:solid 0px red;
	min-height:700px;
	height:auto !important;
	height:500px;
	}

* html #Content {
	/* IE */
	}

.ContentBroad {
	margin:0;
	padding:0;
	padding-left:10px !important;
	width:730px !important;
	overflow:visible;
	min-height:700px;
	height:auto !important;
	height:500px;
	}

#Sitemap {
	float:left;
	margin:0;
	padding:0;
	padding-top:22px;
	width:468px;
	overflow:visible;
	border:solid 0px red;
	}

#pageregionLeft {
	float: left;
	padding-top:0px;
	margin:0px;
	float: left;
	width: 179px;
	border:solid 0px red;
	}

#pageregionRight {
	float: left;
	margin:0;
	margin-left:10px;
	padding: 0;
	padding-top:0px;
	width:180px;
	border:solid 0px red;
	}

#pageregionBottomWrapper {
	/* margin: auto; */
	padding: 0;
	padding-top:0px;
	padding-bottom:20px;
	border: 0;
	width:965px;
	text-align:left;
	background: transparent;
	}

#bottomDelimiter {
	margin: 0 auto;
	margin-bottom:20px;
	width: 965px;
	height:22px;
	background:transparent url('common/shadow_bottom.png') top left no-repeat;
	}
	
/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}


/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/* -- MENU ------------------------*/
#nav {
	margin:0
	margin-right:179px;
	padding:0;
	width:740px;
	border:solid 0px red;
	}

.hlist {
	float: left;
	position:relative;
	width: 100%;
	height:29px;
	display: inline;
	line-height: 0;
	z-index: 1;
	background: transparent url('common/nav_bg.gif') repeat-x top right;
	}

.hlist ul {
	float: left; /* LTR */
	margin: 0 0 0 0; /* LTR */
	padding: 0;
	display: inline;
	}

.hlist ul li {
	float: left; /* LTR */
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	font-size: 0.9em;
	line-height: 1em;
	list-style-type: none;
	}

.hlist ul li a {
	margin: 0;
	/* padding: 0.8em 0.8em 0.8em 0.8em; */
	padding: 0.8em 1.5em 0.8em 1.5em;
	display: block;
	width: auto;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url('common/nav_divider.gif') no-repeat right top;
	}

.hlist ul li.first {
	}

.hlist ul li.first a:hover,
.hlist ul li.first_active a:hover,
.hlist ul li.first_active a {
	background: url('common/nav_first_active.gif') no-repeat left top;
	}

.hlist ul li.first a {
	padding-left:1.2em;
	}

.hlist ul li a:focus,
.hlist ul li a:hover,
.hlist ul li a:active  { 
	color: #fff; 
	text-decoration: none;
	background: transparent url('common/nav_active_bg.gif') repeat-x top right;
	}

.hlist ul li.active a {
	background: transparent url('common/nav_active_bg.gif') repeat-x top right;
	}

.hlist ul li.active a:focus,
.hlist ul li.active a:hover,
.hlist ul li.active a:active {
	color: #fff; 
	text-decoration: none; 
	}

.hlist ul li ul li a,
.hlist ul li ul li a:hover,
.hlist ul li.active ul li a,
.hlist ul li.active ul li a:hover,
.hlist ul li.first ul li a,
.hlist ul li.first ul li a:hover,
.hlist ul li.first_active ul li a,
.hlist ul li.first_active ul li a:hover {
	background: none;
	}

.hlist ul li ul { 
	padding: 4px 0 0 0;
	display: block; 
	background: url('common/hlist_background.png') repeat-x top left;
	}

.hlist ul li ul li {
	margin: 0 0 2px 0;
	display: block;
	background: url('common/hlist_background.png');
	font-size:1.1em;
	}

.hlist ul li ul li a {
	color: #122b6b;
	text-transform: none;
	}

.hlist ul li ul li a:hover {
	color: #122b6b;
	text-decoration: underline;
	}

.hlist ul li ul{
	display: block;
	left: 0;
	position: absolute;
	visibility: hidden;
	}

.hlist ul li ul li{
	display: list-item;
	float: none;
	}

.hlist ul li ul li ul{
	top: 0;
	}

.hlist ul li ul li a{
	padding: 5px 8px;
	margin: 0;
	width: 160px;
	}

/* -- BANNER ------------------------*/
#rbzBanner {
	clear: both;
	width:740px;
	height: 221px;
	background: #acc6e2 url('common/banner_rbz.png') no-repeat top left;
	border:solid 0px red;
	}

#rbzBanner #logos {
	float: right;
	margin:0
	padding:0;
	width:195px;
	border:solid 0px red;
	}


#rbzBanner #logos p.dloadhint {
	float:right;
	margin: 175px 0px 0 0;
	text-align: right;
	width:150px;
	}

#rbzBanner #logos p.dloadhint span {
	display:block;
	margin:0;
	padding:2px 20px 2px 4px;
	text-align: right;
	background-color:transparent;
	}

#rbzBanner #logo {
	float: left;
	margin: 107px 0 0 0;
	width:310px;
	}

#rbzBanner #logo img {
	float:left;
	}

#rbzBanner #logo span {
	float: right;
	display: block;
	padding: 67px 0 0 12px;
	width:200px;
	font-size:0.9em;
	}

#rbzBanner #logo,
#rbzBanner #logos span a {
	}

#rbzBanner span.dwnlds a:link, #rbzBanner span.dwnlds a:visited {
	font-size:1.1em;

	}
#rbzBanner p.dloadhint span.dwnlds a:hover, #rbzBanner p.dloadhint span.dwnlds a:active{
	
	}

.ifbm {
	float:left;
	display: block;
	height:26px;
	width:49px;
	background: transparent url('common/client_logo_ifbm.png') no-repeat top center;
	}

.ifbm:hover, .ifbm_active {
	background-position: 0 -26px;
	}

.bma {
	float:left;
	display: block;
	height:26px;
	width:49px;
	background: transparent url('common/client_logo_bma.png') no-repeat top center;
	}

.bma:hover, .bma_active {
	background-position: 0 -26px;
	}

.mta {
	float:left;
	display: block;
	height:26px;
	width:50px;
	background: transparent url('common/client_logo_mta.png') no-repeat top center;
	}

.mta:hover, .mta_active {
	background-position: 0 -26px;
	}

.pta {
	float:left;
	display: block;
	height:26px;
	width:47px;
	background: transparent url('common/client_logo_pta.png') no-repeat top center;
	}

.pta:hover, .pta_active {
	background-position: 0 -26px;
	}


/* -- MACRONAVIGATION ------------------------*/

#subnav {
	float: left;
	width: 160px;
	}

#subnav ul {
	list-style-type: none;
	margin: 17px 6px;
	padding-bottom:8px;
	line-height: 1.2em;
	font-size:110%;
	}

/* -- ul snd Level ------------------------*/
#subnav ul ul {
	font-size:100%;
	}

#subnav ul li ul {
	margin: 0px;
	padding:0px;
	}

#subnav {
	background: #acc6e2 url('common/subnav_rbz_bg.jpg') bottom left no-repeat;
	}

#subnav a:link, #subnav a:visited {
	display:block;
	padding:3px 0px 3px 3px;
	color:#fff;
	text-decoration:none;
	border-top:1px solid #fff;
	}

#subnav li:first-child a{border-top:0px solid #fff;}


#subnav a:hover, #subnav a:active, #subnav a.current {
	color:#fff;
	background:transparent url('common/subnavItem_rbz_bg.jpg') bottom left repeat-x;
	text-decoration:none;
	}

/* -- MICRONAVIGATION ------------------------*/

div#pageelement_Micronavigation {
	margin:0;
	margin-top:5px;
	margin-left:57px;
	padding:0;
	color:#fff;
	border:solid 0px red;
	color: #3399cc;
	font-size:80%;
	}

#pageelement_Micronavigation a:link, #pageelement_Micronavigation a:visited {
	color: #666666;
	text-decoration:none;
	}

#pageelement_Micronavigation a:active {
	color: #666666;
	text-decoration: none;
	}

#pageelement_Micronavigation a:hover {
	color: #3399cc !important;
	text-decoration: none;
	}


/* -- COPYRIGHT ETC. ------------------------*/

#footer {
	margin: 0 0px -20px 0;
	padding: 25px 15px 0 10px;
	color: #a1a1a1;
	}

#footer_top {
	padding: 0 0 0 15px;
	}

#footer_bottom {
	margin: 2px 0 0 0;
	padding: 2px 0 0 15px;
	border-top: 1px dotted #a1a1a1;
	}

#footer_bottom .left {
	float:left;
	}

#footer_bottom .right {
	float:right;
	padding: 0 10px 0 0;
	}

#footer {
	font-size:0.8em;
	}

#footer_top a,
#footer_top a:visited {
	margin: 0 1.8em 0 0;
	color: #0071b9;
	text-decoration: none;
	text-transform: lowercase;
	}

#footer_top a:focus,
#footer_top a:hover,
#footer_top a:active {
	color: #b4b4b4;
	text-decoration: none;
	}

#footer_bottom a,
#footer_bottom a:visited {
	color: #b4b4b4;
	margin: 0 1.7em 0 0;
	text-decoration: none;
	text-transform: uppercase;
	}

#footer_bottom a:focus,
#footer_bottom a:hover,
#footer_bottom a:active {
	color: #0071b9;
	text-decoration: none;
	}


/* -- SEARCH ------------------------*/


form.searchForm {
	margin:0;
	padding:0;
	background: transparent url('common/searchForm_bg.jpg') top left no-repeat;
	}

form.searchForm input#raw {
	background: transparent;
	border:0;
	color: #3d8fc6;
	text-align: right;
	padding: 2px 5px 2px 0px;
	width:140px;
	}

/* IE 7 */
*:first-child+html form.searchForm input#raw {
	margin-top:0px !important;
	}

#suchfeld input {
	background: transparent;
	border:0;
	color: #3d8fc6;
	text-align: right;
	padding: 2px 5px 2px 0px;
	
	}


form.searchForm input#btnSearch {
	padding: 2px 5px 2px 0px;
	margin: 0;
	border: 0px solid #006;
	background: transparent;
	color:#949494;
	}


/* -- SERVICEAVIGATION ------------------------*/

#serviceNavigation {
	float:right;
	margin:0;
	margin-right:15px;
	padding:0;
	width:473px;
	height:150px;
	text-align:left;
	border:0px solid red;
	}

/* IE &amp;lt; 7 */ 
* html #serviceNavigation {
	width:355px;
	} 

#topnav {
	float:right;
	margin: 39px 0px 24px 0px;
	}

#topnav span {
	border-bottom: 1px solid #0071b9;
	}

#topnav span span {
	border: 0;
	display:block;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	text-align:right;
	}

#topnav {
	color: #a1a1a1;
	font-size: 95%;
	}

#topnav a, #topnav a:visited { 
	color: #0071b9;
	margin: 0 1em 0 0;
	text-decoration: none;
	text-transform: lowercase;
	}  

#topnav a.last {
	margin: 0;
	}

#topnav a:focus, #topnav a:hover, #topnav a:active {
	color: #a1a1a1;
	text-decoration: none;
	}

#projects_institutes {
	clear:both;
	margin:0;
	padding:0;
	text-align:right;
	color: #a1a1a1;
	font-size: 95%;
	border:solid 0px red;
	}

#projects_institutes ul.institutes {
	margin:0;
	padding:0;
	border:solid 0px red;
	}

#projects_institutes ul.institutes li.institute {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:solid 0px red;
	}



/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
	}

td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
	}

a.sitemapTitle0:link, a.sitemapTitle0:visited, a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	}

a.sitemapTitle1:link, a.sitemapTitle1:visited, a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

a.sitemapElement0:link, a.sitemapElement0:visited, a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}

a.sitemapElement1:link, a.sitemapElement1:visited, a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #0066cc;
	width:510px;
	}

.form, div p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family:  Calibri, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 100%;
	}

h1.title {
	margin-top:0px;
	margin-bottom:3px;
	line-height: 16px;
	font-size: 150%;
	text-transform: uppercase;
	border-bottom: 1px dashed #d6d6d6;
	}

h1,.heading1 {
	margin-top:0px;
	line-height: 16px;
	font-size: 150%;
	text-transform: uppercase;
	border-bottom: 1px dashed #d6d6d6;
	}

h1.titleImg {
	text-indent:-999em;
	}


.ContentBroad h1.title,.ContentBroad h1,.ContentBroad .heading1 {
	display:none;
	}

h2,.heading2 {
	font-size: 140%;
	line-height: 14px;
	/* font-family:  Georgia, sans-serif; */
	}
	
h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	font-size: 130%;
	line-height: 18px;
	margin-bottom: 0px
	}

h4,.heading4 {
	font-size: 110%;
	line-height: 16px 
	}

h5,.heading5 {
	font-size: 105%;
	line-height: 15px 
	}

p {
	line-height: 1.3em;
	width:510px;
	}

ol {
	margin:0px 0px 0px -12px;
	}

ul {
	margin:0px 0px 0px 22px;
	padding:0;
	border:solid 0px red;
	}

#Content ul li, #Content ol li {
	padding:0px;
	line-height:1.3em;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	}

p.emphasis {
	padding:4px;
	border:solid 1px #ECEDEE;
	line-height: 1.5em;
	font-weight:bold;
	color:#AD3A3B;
	width:auto;
	}

p.description {
	line-height: 1.5em;
	width:510px;
	}

p.creator  {
	width:auto;
	}

p.small {
	width:auto;
	font-size: 10px;
	}

p.smalltext {
	width:auto;
	font-size: 10px !important; font-size: xx-small;
	}

p.dottedLine {
	margin:0;
	padding:0;
	width:auto;
	height:2px;
	background: transparent url('common/dots.gif') top left repeat-x;
	}


strong, b {

	}

a {
	color: #0066cc; 
	text-decoration:none;
	}

a:visited {
	color: #0066cc;
	}

a:focus,
a:hover,
a:active { 
	color:#000; 
	text-decoration:underline; 
	}

/* get rid of those system borders being generated for a tags */
a:active {
	outline:none;
	}

code {
	}


blockquote {
	color: #666;
	}


abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}


/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:98%;
	}
	
table.ZMSTable td { 
	background-color:#ECEDEE; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#A0BDB6;
	color:#043F7B;
	}

table.ZMSTable tr th p{
	color:#000;
	padding:0;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:2px;
	}

div.ZMSGraphic.left {
	text-align:left;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:12px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic div.text
	{
	margin:0px;
	padding: 0px;
	}

div.ZMSGraphic div.text p
	{
	margin:3px 0px 0px 0px;
	padding: 0px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	margin:0;
	margin-left:0px;
	width:180px;
	font-size: 12px !important; font-size: 12px;
	}

div.ZMSTeaserContainer {
	padding:0px;
	margin-bottom:2px;
	}

div.ZMSTeaserElement {
	margin-bottom:1px;
	padding:0px;
	width:178px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
	color : #666666;
	}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	color: #666666;
	text-transform:uppercase;
	}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active{
	color: #fff;
	text-decoration:none;
	}

div.ZMSTeaserElement div.text
	{
	padding: 6px 6px 6px 6px;
	line-height:1.3em;
	color: #808285;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #FAFAFA;
	margin: 4px;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:#666;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	color:#666;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	color:#666;
	}


/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}





/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

	} 

body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	} 

body.zmi form input.form-element{
	width:20px;
	font-size: 12px !important; font-size: xx-small;
	}

/**************************************/
/* ZMI-Correction                     */
/**************************************/
a.zmi:link,
a.zmi:visited,
#ZMIManageTabs a,
#ZMIManageTabsSub a {
	text-decoration: none !important;
	}

body.zmi div.miscellaneousWrapper p.mscFstCol_itemTitle,
body.zmi div.miscellaneousWrapper p.mscSndCol_itemTitle,
body.zmi div.miscellaneousWrapper p.mscTrdCol_itemTitle,
body.zmi div.bicPictureWrapper p.bpItemTitle {
	padding:0.5em 0em;
	font-size:18px;
	}







