/**
 * SNTL Publishing
 * (en) zms stylesheet
 * (de) zms Stylesheet
 *
 * @creator       jk
 * @file          style.css
 * 
 */

/**************************************/
/* Colorscheme                        */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #9F0013;}

.secondColorStrong {background-color: #35700;}
.secondColorMedium {background-color: #51ad00;}
.secondColorLight {background-color: #98d660;}

.primColorStrong {background-color: #7e2200;}
.primColorMedium {background-color: #914224;}
.primColorLight {background-color: #e08665;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pageelement_Micronavigation
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.pageelement_MicroNavWrapper {
	margin:75px 0px 0px 21px;
	padding:0px;
	height:21px;
height:23px;
background-color:#fff;
border:solid 0px red;
	}


#micronavigation {
	float:left;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 21px;
	font-size:11px;
	background-color:#fff;
	width:692px;
height:13px;
	border:solid 0px red;
	font-weight:bold;
	}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#micronavigation  {
	width:692px;
padding:4px 0px 4px 21px;} 
}

#micronavigation, #micronavigation span {
	color:#004a99;
	}

#micronavigation a:link, #micronavigation a:visited {
	color:#004a99;
	}

#micronavigation a:hover, #micronavigation a:active {
	color:#8bb9e4;
	}

div#recAndPrint {
	float:left;
	margin:0px;
	padding:0px 0px 1px 0px;
	font-size:80%;
	height:20px;
	width:247px;
	background-color:#fff;
	border:solid 0px red;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- FOOTER COPYRIGHT
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#footer{
	color:#fff;
	font-size:85%;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	font-weight:normal;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer span.cpHint {
	color:#8bb9e4;
	}

#btoggle:hover {
	cursor:pointer;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Sitemap - http://interaktionsdesigner.de/stuff/sitemap.php
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.csc-sitemap ul {
	padding:0 0 0 15px;
	}

.csc-sitemap ul li {
	background:none;
	margin:4px 0;
	list-style-type:none;
	}

.csc-sitemap a {
	outline:none;
	}

/* Toggle All Button oben */
#sitemap-toggleAll {
	display:block;
	margin:10px 0 10px 10px;
	padding: 0 0 0px 25px;
	background:url('common/sitemap-sprite.png') no-repeat left white;
	outline:none;
	}

#sitemap-toggleAll.open {
	background-position:0 -16px;
	}

#sitemap-toggleAll.close {
	background-position:0 2px;
	}

/* ZMSDocument and ZMSFolder */
.csc-sitemap a.smFolder, .csc-sitemap a.smPage {
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url('common/sitemap-sprite.png') no-repeat left center white;
	margin-right:3px;
	}

/* ZMSFolder */
.csc-sitemap a.smFolder.closed {
	background-position:0 -48px;
	}

.csc-sitemap a.smFolder.opend {
	background-position:0 -32px;
	}

/* smPage */
.csc-sitemap a.smPage {
	background-position:0 -64px;
	}

/**************************************/
/* Layout                             */
/**************************************/

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pageregionTop
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.topFunctionsWrapper {
	margin:0px;
	padding:0px;
	text-align:right;
	border:solid 0px red;
	}

div.rakLogo {
	float:left;
	width:310px;
	height:88px;
	margin:-13px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	border:solid 0px white;
	}

div#nav{
	float:left;
	width:500px;
	margin:40px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	border:solid 0px white;
	}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#nav  {margin:39px 0px 0px 30px;} 
	}

div.fontRezise {
	float:left;
	width:100px;
	margin:44px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	text-align:right;
	border:solid 0px white;
	}

div.clearAll {
	clear:both;
	margin:0px;
	height:0px;
	height:0px;
	}

#topNav {
	color: #fff;
	background: transparent;
	width:100%;
	border:solid 0px red;
	margin:0px 0px -1px 0px;
	padding:5px 0px 0px 0px;
	}

#topNav span {
	padding:0px 23px 0px 0px;
	}

#topNav span a:link, #header #topNav span a:visited {
	color:#fff;
	}

#topNav span a:hover, #header #topNav span a:active {
	color:#004998;
	}

#topNav span a:hover, #header #topNav span a:active {
	color:#8bb9e4;
	}

div#search{
	margin:0;
	padding:0;
	height:37px;
	background: transparent url('common/search.png') right 10px no-repeat;
	}

form.searchForm {
	margin:0px 0px 0px 0px;
	padding:0;
	}

form.searchForm input#raw {
	margin:15px 11px 0px 0px;
	padding:0px 0px 0px 10px !important;
	height:17px;
	width:144px;
	background: transparent;
	border:solid 0px red;;
	color:#696969;
	font-size:14px;
	}

form.searchForm #btnSearch{
	border:solid 0px red;;
	}

div#startPageSlider {
	margin:0px 0px 0px 21px;
	}

a.rakInternal {
	padding-right:8px;
	}

a.rakContact {
	padding-left:20px;
	}
	
ul#recDdown {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border:solid 0px red;
	}

ul#recDdown li {
	float:left;
	margin:0px;
	padding:0px;
	}

ul#recDdown li.rPage {
	width:106px;
	}

ul#recDdown li.pPage {
	width:140px;
	}

ul#recDdown li ul#recList {
	margin:-4px 0px 0px 0px;
	padding:0px;
	width:178px;
	list-style-type:none;
	background-color:#fff;
	text-align:left;
	border-top:solid 1px #fff;
	border-right:solid 1px #c5c5c5;
	border-left:solid 1px #c5c5c5;
	border-bottom:solid 0px #c5c5c5;
	display:none;
	position:absolute;
	}

ul#recDdown li ul#recList li {
	float:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	background-color:#fff;
	border-bottom:solid 1px #c5c5c5;
	width:178px;
	display:block;
	}

ul#recDdown ul#recList li a:link, ul#recList li a:visited {
	padding:0px 0px 0px 28px;
	color:#004084;
	}

ul#recDdown ul#recList li a:hover, ul#recList li a:active {
	color:#8bb9e4;
	}

ul#recDdown ul#recList li.recFacebook {
	background: #fff url('common/iconRecFacebook.gif') 5px 0px no-repeat;
	}

ul#recDdown ul#recList li.recTwitter {
	background: #fff url('common/iconRecTwitter.gif')  5px 0px  no-repeat;
	}

ul#recDdown ul#recList li.recEmail {
	margin:5px 0px 0px 0px;
	background: #fff url('common/iconRecEmail.gif') 5px 0px no-repeat;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pageelement_Topnavigation - FUNCTIONS
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
span.topLogo {display:block; float:left; margin:53px 0px 10px 11px; padding:0px; border:solid 0px red;}

span.topFunctions {float: right; padding:61px 10px 0px 0px; color:#757575;}

span.topFunctions a:link, span.topFunctions a:visited {
	display:block;
	float:left;
	margin:0;
	margin-right:2px;
	padding:0;
	width:20px;
	height:16px;
	}

span.topFunctions a.iSitemap:link, span.topFunctions a.iSitemap:visited {
	background: transparent url('common/functionsSpride.gif') 0px -64px no-repeat;
	}
span.topFunctions a.iSitemap:hover, span.topFunctions a.iSitemap:active{
	background: transparent url('common/functionsSpride.gif') 0px -80px no-repeat;
	}

span.topFunctions a.iContact:link, span.topFunctions a.iContact:visited {
	background: transparent url('common/functionsSpride.gif') 0px -96px no-repeat;
	}
span.topFunctions a.iContact:hover, span.kpFunctions a.iContact:active{
	background: transparent url('common/functionsSpride.gif') 0px -112px no-repeat;
	}

span.topFunctions a.iPrint:link, span.topFunctions a.iPrint:visited {
	background: transparent url('common/functionsSpride.gif') 0px -32px no-repeat;
	}
span.topFunctions a.iPrint:hover, span.topFunctions a.iPrint:active{
	background: transparent url('common/functionsSpride.gif') 0px -48px no-repeat;
	}

span.topFunctions a.iSearch:link, span.topFunctions a.iSearch:visited {
	background: transparent url('common/functionsSpride.gif') 0px 0px no-repeat;
	}
span.topFunctions a.iSearch:hover, span.topFunctions a.iSearch:active{
	background: transparent url('common/functionsSpride.gif') 0px -16px no-repeat;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pageelement_Slider 
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 700px;
	height: 390px;
	margin: 0 auto;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}

div.anythingSlider .anythingWindow {
	border-top: 0px solid #777;
	border-bottom: 0px solid #777;
	}

div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #7C9127;
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}


a.start-stop {
	display:none; 
	}




/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	padding: 0 45px 28px 45px;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 0%;
	position: absolute;
	display: block;
	z-index:10;
	}

div.anythingSlider .arrow a {
	display: block;
	margin: 0px 34px 0 34px;
	width: 53px;
	height:351px;
	text-align: center;
	outline: 0;
	background: url(common/arrows_slideImgNav.png) no-repeat;
	text-indent: -9999px;
	z-index:11000;
	}

div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 0; }
div.anythingSlider .forward a { background-position: -79px 0px; border:solid 0px red;}
div.anythingSlider .back a { background-position: 0px 0px; border:solid 0px red;}
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: -79px -352px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: 0px -352px; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; }
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
	}

.slideItem {
	margin:0px;
	padding:0px;
	height:552px;
	border:solid 0px red;
	}

.slideItem div, .slideItem p, .slideItem ul, .slideItem img {
	margin:0px;
	padding:20px 35px 20px 35px;
	color:#000;
	font-weight:normal;
	}

.slideItem div ul li{
	color:#fff;
	}

div#startPageSlider {
	margin:0px 0px 0px -24px;
	}

ul.thumbNav {
	position:absolute;
	top: 355px;
	left:479px;
	}

div.siContent {
	position:relative;
	margin:0px;
	padding:18px 19px 0px 19px;
	top:253px;
	left:21px;
	width:338px;
	height:116px;
	overflow:hidden;
	border:solid 0px red;
	background:#034483 url(common/siContent_bg.png) top left repeat-x;
	color:#fff;
	z-index:10;
	}

div.siContent h2, div.siContent p {
	color:#fff;
	}

div.siContent p {
	margin:0px;
	padding:0px;
	font-size:110%;
	line-height:220%;
	color:#fff;
	}

div.siContent p a.siMore {
	display:block;
	margin:0px;
	padding:0px 0px 0px 16px;
	position:absolute;
	top:99px;
	left:224px;
	background: transparent url(common/iconArrowSiMore.png) 0px 11px no-repeat;
	color:#fff;
	}

div.siContent p a:link, div.siContent p a:visited {
	color:#fff;
	}

div.siContent p a:hover, div.siContent p a:active {
	color:#fff;
	text-decoration:underline;
	}


/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a {
	background: transparent url(common/iconSliderNav.png) top left no-repeat !important;
	color: #fff;
	}

div.anythingSlider .thumbNav a.cur {
	background: transparent url(common/iconSliderNavHi.png) top left no-repeat !important;
	color: #fff;
	}

/* Navigation Links */
div.anythingSlider .thumbNav a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	height: 11px;
	width:11px;
	margin: 0 0 0 0;
	text-indent:-10000px;
	outline: 0;
	border:solid 0px red;
	background: transparent url(common/iconSliderNav.png) top left no-repeat; !important;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- pageelement_Copyright 
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.bottomToggle {
	width:99%;
	margin:0px 0px -30px 0px;
	padding:10px 0px 0px 0px;
	text-align:right; 
	}

div.bottomWrapper {
	margin:0px;
	padding:0px;
	border:solid 0px red;
	}

div.bottomWrapper div.bottomLogo {
	float:left;
	margin:0px;
	padding:0px 0px 0px 13px;
	width:195px;
	}

div.bottomWrapper div.bottomAddress {
	float:left;
	margin:0px;
	padding:13px 0px 0px 0px;
	width:718px;
	border:solid 0px red;
	}

div.bottomWrapper div.bottomAddress span.address {
	padding:0px 0px 0px 32px;
	}

p.topOfPage {
	margin:-4px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	}

p.topOfPage a:link, p.topOfPage a:visited {
	color:#fff;
	padding-right:17px;
	}

p.topOfPage a:hover, p.topOfPage a:active {
	color:#82b4e2 !important;
	}

p.topOfPage a span {
	padding:0px 0px 0px 20px;
	background: transparent url(common/arrowPageTop.gif) 0px 5px no-repeat;
	}

div.bottomWrapper div.bottomAddress div.bmiscWrapper {
	font-size:125%;
	margin:20px 0px 0px -208px;
	padding:0px 0px 80px 0px;
	border:solid 0px red;
	width:960px;
 	background: transparent url(common/bottom_bg.png) bottom left repeat-x;
	}

span.hintBottom {
	color:#82b4e2;
	}

div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul {
	border:solid 0px red;
	margin:3px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	}

div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul li {
	padding:0px 0px 3px 13px;
	margin:0px;
	background: transparent url(common/arrowListItemBottom.png) 0px 5px no-repeat;
	}


div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul li a:link, div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul li a:visited {
	color:#fff;
	}

div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul li a:hover, div.bottomWrapper div.bottomAddress div.bmiscWrapper div ul li a:active {
	color:#82b4e2 !important;
	}

div.rakAddress {
	float:left;
	margin:0px 0px 0px 23px;
	padding:0px;
	width:240px;
	line-height:19px;
	border:solid 0px red;
	}

div.rakContacts {
	float:left;
	margin:0px;
	padding:0px;
	width:186px;
	border:solid 0px red;
	}

div.rakLookingFor {
	float:left;
	margin:0px;
	padding:0px;
	width:166px;
	border:solid 0px red;
	}

div.rakLinks {
	float:left;
	margin:0px;
	padding:0px;
	width:136px;
	border:solid 0px red;
	}

div.rakSocMedia {
	float:left;
	margin:0px;
	padding:0px;
	width:188px;
	border:solid 0px red;
	}

div.rakSocMedia ul li a.goTwitter {
	padding-left:20px;
	background: transparent url(common/iconTwitter.png) 0px 0px no-repeat;
	}

div.rakSocMedia ul li a.goFbook {
	padding-left:20px;
	background: transparent url(common/iconFacebook.png) 0px 0px no-repeat;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- TOC
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* pageelement_Index  */
div.tocIndex_DatesWrapper {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.tocIndex_DatesWrapper h2.ti_datesTitle {
	margin:0px 0px 0px 7px;
	padding:0px;
	color: #323131;
	font-size:135%;
	}

table.tiDates {
	margin:12px 0px 10px 0px;
	width:99%;
	border:0px;
	}

table.tiDates tr {
	border-bottom: 1px solid #c5c5c5;
	}

table.tiDates tbody td { border-bottom: 0px solid #c5c5c5;  border-right: 0px solid #c5c5c5; }

table.tiDates tbody tr:hover td {
	background:#fff;
	}

table.tiDates td.tiDate {
	padding:0.5em 0em 0.5em 0em;
	}

table.tiDates td.rpDateTitle {
	padding:0.5em;
	}

table.tiDates td.rpDateTitle a, table.tiDates td.tiDateTitle a:link, table.tiDates td.tiDateTitle a:visited {
	color:#003f84;
	}

table.tiDates td.tiDateTitle a, table.tiDates td.tiDateTitle a:hover, table.tiDates td.tiDateTitle a:active {
	color:#9FB9ED;
	}

div.indexWrapper {
	}

div.indexWrapper h2 {
	margin:0px 0px 10px 0px;
	font-size:120%;
	}

div.indexWrapper div.indexItem {
	margin:5px 0px 8px 0px;
	padding:0px 0px 16px 0px;
	border-bottom:solid 1px #c5c5c5;
	}

div.indexWrapper div.indexItem h3.indexItemTitle {
	margin:0px;
	padding:0px;
	font-size:105%;
	}

div.indexWrapper div.indexItem p.indexItemDesc {
	margin:0px;
	padding:0px;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Forms
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.form-submit { font-size:12px; }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- error message
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#outline {
	width: 500px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 60px;
	background: #FFFFFF;
	}

#errorboxoutline {
	width: 500px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #cfcfcf;
	}

#errorboxheader {
	width: 500px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #777;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	border-bottom: 0px solid #cfcfcf;
	}

#errorboxbody {
	margin: 0px;
	padding: 10px;
	padding-left:0px;
	text-align: left;
	}

#techinfo {
	margin: 0px;
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
	color: #777;
	}

#techinfo p, #techinfo ul, #techinfo ul li {
	color: #777;
	}

/**************************************/
/* TEXT                               */
/**************************************/

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


h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#323131;
	margin-bottom:10px;
	font-weight:bold;
	}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:145%;
	margin-bottom:30px;
	font-weight:normal;
	color:#cb0000;
	}

h2{
	font-size:125%;
	margin-bottom:5px;
	}

h2.as_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:145%;
	margin-bottom:20px;
	font-weight:normal;
	color:#cb0000;
	}


h3{
	font-size:125%;
	margin-bottom:5px;
	}

h4{
	font-size:115%;
	margin-bottom:2px;
	font-weight:bold;
	}

h5{
	font-size:100%;
	margin-bottom:2px;
	font-style:italic;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	}

ul {
	list-style-type:square;
	}


/*--- Links ----------------------------------------------------------------------------------------- */

a:link { color:#004084; background:transparent; text-decoration:none;}
a:visited { color:#8bb9e4; background:transparent; text-decoration:none;}
a:visited  { text-decoration:none;}

a:focus,a:hover,a:active { color:#8bb9e4; text-decoration:none; }

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

span.mono {font-family:"Courier New", Courier, monospace;font-style:normal;color:#56636f;background:#f4f5f6;border:1px #aab2ba dotted;padding:0 .3em}

/*-- Hilite Searchresult Term --*/
span.highlight {
	padding:2px 5px 2px 5px;
	color:#444;
	background:#FFF290;
	font-weight:normal;
	}


/**************************************/
/* ZMS-Graphic                        */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	margin-bottom:1.5em !important;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
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:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:18px;
	margin-top:2px;
	}

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

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

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

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

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

a.fancybox img {
	border:0px;
	padding:0px 0px 3px 0px !important;
	background:none;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#teaser
	{
	width:202px;
	font-size:100%;
	}

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

div.ZMSTeaserElement
	{
	width:200px;
	margin-bottom:20px;
	}

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

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited, div.ZMSTeaserElement div.title {
	font-weight:normal;
	text-decoration:none;
	padding: 2px 0px 2px 0px;
	display: block;
	font-size:115%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#c1002f;
	}

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

div.ZMSTeaserElement div.text {
	padding:5px 0px 5px 0px;
	color:#555;
	font-size:100%;
	}

div.ZMSTeaserElement div.text p {
	margin:0px 0px 3px 0px;
	padding:0px;
	line-height:1.4em;
	}
div.ZMSTeaserElement div.text a:link, div.ZMSTeaserElement div.text a:visited {
	padding:0px;
	color:#c1002f;
	}

div.ZMSTeaserElement div.text a:hover, div.ZMSTeaserElement div.text a:active {
	color:#8bb9e4;
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
table.ZMSTable th {
	margin:0px;
	padding:8px 5px 7px 25px;
	background-color:#8bb9e4;
	font-size:1.2em;
	}

table.ZMSTable th p {
 	margin:0px;
 	padding:0px;
 	color:#fff;
 	}

table.ZMSTable td {
	padding:8px 5px 7px 25px;
	background-color:#ebebec;
	}

table.ZMSTable td p {
	margin:0px;
	padding:0px;
	}

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

  table { width: 100%; border-collapse:collapse; margin-bottom: 0.5em; border-top: 0px #888 solid; border-bottom: 0px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  thead th { color: #000; border-bottom: 0px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 0px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #c5c5c5;  border-right: 1px solid #c5c5c5; }
  tbody tr td:last-child {border-right: 0px solid #c5c5c5 !important; }
  tbody tr:last-child td {border-bottom: 0px solid #c5c5c5 !important; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: none; }
  tbody tr:hover td { background: none; }

  table.ZMSTable tbody tr:hover tbody th.sub { background:#ebebec; }
  table.ZMSTable tbody tr:hover td { background:#ebebec; }


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

div.ZMSFile, div.ZMSLinkElement { 
	background-color: #fff;
	margin: 0px 0px 2px 0px;
	}

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:100%;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited {
	padding-left:6px;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	color:#004084;
	}

div.ZMSFile div.title img {
	margin-bottom:8px;
	}

div.ZMSFile div.title a:hover, div.ZMSFile div.title a:active, 
div.ZMSLinkElement div.title a:hover, div.ZMSLinkElement div.title a:active {
	color:#8bb9e4;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text {
	display:none;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description {
	padding:0px 0px 0px 20px;
	font-size:100%;
	}








/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObjs
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- PRINT 
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

body.print {
	background:none;
	background-color:#fff;
	top:0px;
	left:5px; /* LTR */ 
	}

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

.zmiTableRowEven {
	background-color:#eee;
	}

.zmiTableRowOdd {
	background-color:#ccc;
	}

body.zmi table {
	width:100%;
	border-top: 0px #888 solid;
	border-bottom: 0px #888 solid;
	}

body.zmi table tbody td {
	border-bottom: 0px solid #c5c5c5;
	border-right: 0px solid #c5c5c5;
	}

body.zmi tbody tr:hover tbody th.sub {
	background: none;
	}

body.zmi tbody tr:hover td {
	background: none;
	}

body.zmi div.rpTocItemWrapper div.rpTocItem {
	float:none;
	}


