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

/* BO testimonial.f_css_defaults */

div.testimonial { padding: 0px 10px; }

div.testimonial .image {
float: left;
}

div.testimonial .text {
margin-left:120px;
}
div.testimonial .text h2 {
font-size: 12px;
line-height:1em;
}

div.testimonial p {
font-style:italic;
line-height:1.2em;
font-size:12px;
margin-top:7px;
}
div.testimonial p span {
font-weight:bold;
font-size:bigger;
}
div.testimonial p a {
display:block;
margin-top:3px;
}
/* EO testimonial.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#224765; }
.primColorMedium0 { background-color:#0080B8; }
.primColorLight0 { background-color:#8EAAC0; }

.secndColorStrong1 { background-color:#000000; }
.secndColorStrong0 { background-color:#6F778C; }
.secndColorMedium1 { background-color:#83A9C4; }
.secndColorMedium0 { background-color:#D0DBE7; }
.secndColorLight1 { background-color:#DEE4F5; }
.secndColorLight0 { background-color:#F1F4FB; }

.teaserColor { background-color:#FF9933; }

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; }
.neutralColorLight0 { background-color:#E7E7E7; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:transparent; }

#channel_logo {
	display: block;
	color: white;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border: 0;
	width: 100px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 1.25em;
	text-align: center;
}

body.live	{
	margin: 0;
	padding: 0;
	border: 0;
	background: #D0DBE7;
	font-family:  Arial, Helvetica, Verdana, Geneva,sans-serif;
}

/****************/
/* Navigation */
/***************/

.navMicro {
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 11px;
text-decoration: none;
}

.navMacroPub0, .navMacroDoc0,
.navMacroPub1, .navMacroDoc1,
.navMacroPubIcon, .navMacroDocIcon {
  line-height: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

/***************/
/* Links */
/***************/

a:link, a:visited  {
  color: #224765;
  text-decoration: underline;
}
a:link img {
  border:0;
}
a:hover, a:active {
  color : #224765;
  text-decoration: underline;
}

.navChannel0, .navChannel1 {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
}

.navChannel1, .navMacroPub1, .navMacroDoc1 {
  font-weight: bold;
  border-bottom: 1px dotted #FFFFFF;
}

a.navChannel0:link, a.navChannel0:visited,
a.navChannel1:link, a.navChannel1:visited  {
  font-family:  Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
}

a.navMacroPub0:link, a.navMacroPub0:visited,
a.navMacroDoc0:link, a.navMacroDoc0:visited,
a.navMicro:link, a.navMicro:visited {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
}

a.navChannel0:hover, a.navChannel0:active,
a.navChannel1:hover, a.navChannel1:active,
a.navMacroDoc0:hover, a.navMacroDoc0:active {
	border-bottom: 1px solid #FFFFFF;
}

/*********************/
/* Textbody-Elements */
/*********************/

 /* neutralColor_medium */
h1, h2,  h3, h4, .heading1, .heading2, .heading3, .heading4 {
font-family: Arial, Helvetica, sans-serif;
/* color: #2E628B; */
color: #666;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Arial, Helvetica, sans-serif;
color : #666;
font-size: 12px;
}

body {
font-size: 12px;
line-height: 16px;
background-color: #FFF;
margin-top: 0px;
margin-left: 0px;
}

h1.title {
/* color: #005285; */
font-size: 18px;
line-height: 24px;
margin-top:18px; }

h1,.heading1 {
font-size: 18px;
line-height: 20px;
margin-top:16px; }

h2,.heading2 {
font-size: 15px;
line-height: 18px;
margin-top:20px;
font-weight:bold;
margin-bottom: 0px
}

h3,.heading3 {
font-size: 14px;
line-height: 16px;
margin-bottom: 0px}

h4,.heading4 {
font-size: 12px;
line-height: 12px }

h5,.heading5 {
color: #005285;
font-weight: normal;
font-size: 12px;
line-height: 14px }

p {
font-size: 12px;
line-height: 15px }

ol {
font-size: 11px;
line-height: 15px;
list-style-type: decimal }

ul {
font-size: 11px;
line-height: 15px;
list-style-image:url(common/Welle_dunkel.gif);}

.small {
font-size: 9px;}

.caption, .description {
	font-style: normal;
	font-weight: normal;
}


p.emphasis {
  color: #005285;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #005285;
  text-align: center;
}

.Adresse {
font-size: 10px }

.Referenz {
font-size: 10px }

em {
	font-weight: normal;
	font-style: normal;
	color: #0080B8;
}

strong {

}
sup, sub {
font-size: 10px }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [ZMS default] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div#Teaser, div#teaser
	{
	line-height: 1.2em;
	}
div.ZMSTeaserContainer
	{
	padding:0px;
	margin-bottom:10px;
	font-size: 10px;
	border:0;
	}
div.ZMSTeaserElement
	{
	text-align:center;
	}

div.ZMSTeaserElement div a:link img.title,
	{
	border:0;
	padding:0;
	margin:0;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-align:left;
	border:0;
	padding:2px;
	margin:0;
	color: white;
	font-size: 12px;
	}

div.ZMSTeaserElement div.text,
div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited
	{
	padding: 0 4px ;
	text-align: left;
	color: white;
	}

p.teaserTitle {
	font-weight:bold;
	text-align:left;
	border:0;
	padding:2px;
	margin:0;
	font-size: 12px;
	}
p.teaserText {

	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [ZMS default] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.ZMSGraphic img { border:0px; }
div.ZMSGraphic
	{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	}

div.ZMSGraphic div.graphic
	{
	margin-right: 10px;
	margin-left: 2px;
	}
/* tf: sollte ins ZMS default_css */
div.ZMSGraphic div.graphic.alignleft { float:left; text-align:right; margin-right:13px; }
div.ZMSGraphic div.graphic.alignright { float:right; text-align:left; margin-left:13px; }
div.ZMSGraphic.floatleft { margin-right:13px; }
div.ZMSGraphic.floatright { margin-left:13px; }

div.ZMSGraphic div.text {
	padding:0; border:0;
	margin-right: 10px;
	}

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

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

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

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatright {
	float:right;
	margin-left:1em;
}
.floatleft {
	float:left;
	margin-right:1em;
}
img.imgNoborder {
	border:0px;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [ZMS default] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

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

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

/**********************/
/* Functions */
/**********************/

.Copyright,.functionSearch {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.functionSearch {
color : #FFFFFF;
}

a.functionSearch:link, a.functionSearch:visited {
font-family:  Arial, Helvetica, sans-serif;
font-size: 10px;
color : #FFFFFF;
text-decoration : none;}

a.functionSearch:hover, a.functionSearch:active, a.Copyright:hover, a.Copyright:active  {
text-decoration : underline;
}

a.Copyright:link, a.Copyright:visited {
color : #003366;
text-decoration : none;
}



a.forumNav:link, a.forumNav:visited  {
color : #003366;
font-weight: bold;
text-decoration: underline;
}


a.forumNav:active, a.forumNav:hover {
color : #000000;
font-weight: bold;
text-decoration: none;
background-color: #E1E8EF;
}


/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #000066;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

TD.sitemapTitle1 {
  background-color: #FF6600;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle1:link, A.sitemapTitle1:visited {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.sitemapTitle0:hover, A.sitemapTitle0:active ,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #E8F2F9;
  text-decoration: underline;
}

A.sitemapElement0:link, A.sitemapElement0:visited {
  font-weight: normal;
  text-decoration: none;
}
A.sitemapElement1:link, A.sitemapElement1:visited {
  font-weight: bold;
  text-decoration: none;
}

A.sitemapElement0:hover, A.sitemapElement0:active ,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #FF6600;
  text-decoration: underline;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #000066; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#cccccc; }
.ftTD { background-color:#efefef; }

