


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [DirectEdit2.0]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

form.DirectEdit
	{
	}
	
a.DirectEdit:link, a.DirectEdit:visited
	{
	background-color: white;
	}

a.DirectEdit:hover, a.DirectEdit:active
	{
	background-color: yellow;
	}

div.DirectEditManageForm
	{
 	border: 1px solid black; 
 	background-color: black;
 	width: 749px; 
 	}

div.DirectEditManageForm div.zmiNeutralColorMedium0
	{
 	padding: 10px;
	}

div.DirectEditManageForm div.zmiNeutralColorMedium0 div.zmiNeutralColorLight0
	{
 	padding: 4px;
	}

div.DirectEditActionList
	{
	font-size:xx-small;
 	border: 1px solid black; 
 	background-color: white;
 	}

div.DirectEditActionList div.action,
div.DirectEditActionList div.action a:link, div.DirectEditActionList div.action a:visited
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: white;
	text-decoration: none;
	}

div.DirectEditActionList div.action
	{
	border: 1px solid white;
	}

div.DirectEditActionList div.actionActive,
div.DirectEditActionList div.actionActive a:hover, div.DirectEditActionList div.actionActive a:active
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: silver;
	text-decoration: none;
	}

div.DirectEditActionList div.actionActive
	{
	border: 1px dotted gray;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:#EFEFEF; 
	margin: 4px;
	}

div.ZMSGraphic.floatleft
	{ 
	float:left;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
	}

div.ZMSGraphic.center
	{ 
	text-align:center;
	}

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
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);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th 
	{ 
	background-color:#DDEFFC; 
	}
	
table.ZMSTable td { 
	background-color:#EEEEEE; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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
	{
	}


/****************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#000066; }
.primColorMedium0 { background-color:#0099ff; } 
.primColorLight0 { background-color:#d4ddee; } 

.secndColorStrong1 { background-color:#532767; }
.secndColorStrong0 { background-color:#004499; } 
.secndColorMedium1 { background-color:#8F5792; } 
.secndColorMedium0 { background-color:#488B4F; } 
.secndColorLight1 { background-color:#eaeeff; }
.secndColorLight0 { background-color:#dd7700; }

.teaserColor { background-color:#b4bbdd; } 

.neutralColorBlack { background-color:#000000; } /* Neutrale/neutralisierende Farbe f?t geeignet (meist Schwarz) */
.neutralColorStrong0 { background-color:#999999; } /* Neutrale/neutralisierende Farbe f?t geeignet (meist sehr dunkles Grau) */
.neutralColorMedium0 { background-color:#CCCCCC; } /* Neutrale/neutralisierende Farbe f?t geeignet (meist sehr Dunkelgrau) */
.neutralColorLight0 { background-color:#E7E7E7; } /* Neutrale/neutralisierende Farbe f?t geeignet (als Hintergrund geeignet) */
.neutralColorWhite { background-color:#FFFFFF; } /* Nichtfarbe */
.neutralColorTrans { background-color:#00FF00; } /* Transparente Farbe */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [ZMS default] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{
	clear:none; 
	margin: 0;
	padding:0;
	border:0;
	background-color:transparent;
	}

div.ZMSGraphic img
	{
	margin:0px;
	border:0;
	}

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


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

.navMicro, .navMacroPub, .navMacroDoc {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:12px;
text-decoration: none;
}

.navChannel {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-color : #FFFFFF;
color : #FFFFFF;
text-decoration: none;
margin-left: 4px;
margin-right: 4px;
}

.navMacroPub  { 
line-height: 10px;
color : #323232;
text-decoration: None;
}

.navMacroPubIcon  { 
line-height: 10px;
}

.navMacroDoc  {  
line-height: 10px;
color : #323232;
text-decoration: None;
}

.navMacroDocIcon { 
line-height: 10px;
}

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

a:link  {
color : #0099ff;
text-decoration : underline;
}

a:visited  {
color : #004499;
text-decoration : underline;
}

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

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

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

a.navMacroPub:link, a.navMacroDoc:link, 
a.navMacroPub:visited, a.navMacroDoc:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #323232;
text-decoration : none;
}

a.navMicro:link, a.navMicro:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color : #004499;
line-height:12px;
text-decoration : none;
}

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

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

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

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

h1.title {
color: #004499;
font-weight: bold;
font-size: 18px;
line-height: 20px;
margin-top:10px; }

h1,.heading1{
color: #323232;
font-weight: bold;
font-size: 15px;
line-height: 18px;
margin-top:16px; }

h2,.heading2 {
color: #004499;
font-weight: bold;
font-size: 15px;
line-height: 18px}

h3,.heading3 {
color: #323232;
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-bottom: 16px}

h4,.heading4 {
color: #004499;
font-weight: bold;
font-size: 12px;
line-height: 14px }

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

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

ol {
font-size: 12px;
line-height: 16px;
list-style-type: decimal; }
}

ul {
font-size: 12px;
line-height: 16px;
list-style-type: square; }

.small {
font-size: 9px;}

/* .caption steht jetzt unter Word-Formatvorlagen */

.description {
font-size: 11px;
color: #343E5F;
font-style: normal; }

p.emphasis, p.Merksatz, li.Merksatz, div.Merksatz {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif; 
font-style: normal;
font-weight: bold;
background-color:#CCCCCC;
margin-left: 20px;
margin-right: 30px;
font-size: 12px;
line-height: 15px; 
}

.Adresse {
font-size: 10px }

/* .Referenz {font-size: 10px } : steht jetzt unter Word-Formatvorlagen */

em {
font-weight: normal;
font-style: italic;}

sup, sub {
font-size: 10px }


/**********************/
/* Word-Formatvorlagen plus .caption und .Referenz */ 
/**********************/

.caption, p.MsoCaption, li.MsoCaption, div.MsoCaption
	{
                     margin-top:6.0pt;
	margin-right:0cm;
	margin-bottom:12.0pt;
	margin-left:0cm;
	line-height:125%;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#3A198D;}

p.Tabellenspaltentitel, li.Tabellenspaltentitel, div.Tabellenspaltentitel, .Tabellenspaltentitel
	{
	margin:0cm;
	margin-bottom:.0001pt;
	line-height:125%;
	background:#efefef;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#3A198D;}

p.Tabellentitel, li.Tabellentitel, div.Tabellentitel, .Tabellentitel
	{
	margin:0cm;
	margin-bottom:.0001pt;
	line-height:125%;
	background:#cccccc;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#3A198D;
	font-weight:bold;}

p.Tabellenzeilentitel, li.Tabellenzeilentitel, div.Tabellenzeilentitel, .Tabellenzeilentitel
	{
	margin:0cm;
	margin-bottom:.0001pt;
	line-height:125%;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#3A198D;}

.Referenz, p.Referenz, li.Referenz, div.Referenz
	{
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:18.0pt;
	margin-bottom:.0001pt;
	text-indent:-18.0pt;
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

p.Tiefgestellt, li.Tiefgestellt, div.Tiefgestellt
	{
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	vertical-align:sub;}

p.Hochgestellt, li.Hochgestellt, div.Hochgestellt
	{
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	vertical-align:super;}


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

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

div.ZMSTeaserContainer
	{
	width:167px;
	padding:1px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:2px;
	}

div.ZMSTeaserElement
	{

	}

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

div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
                     color: #004499;
                     text-decoration: none;
	padding: 2px;
	}

div.ZMSTeaserElement div.text
 	{
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	line-height: 16px;
	padding: 5px;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited
    {
    color: #004499;
    text-decoration: none;
    }

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

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
    {    
    color: #004499;
    text-decoration: none;
    }

div.ZMSTeaserElement div.text a:hover,
div.ZMSTeaserElement div.text a:active
    {
    color: #800080;
    text-decoration: underline;
    }

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

/table.ZMSTable {
border-collapse:collapse;
}
table.ZMSTable tr th,
div.ZMSTable tr.even th {
background-color:#ccc;
font-weight : bold;
text-align:left;
border:1px solid #fff;
}
table.ZMSTable tr td {
text-align:left;
vertical-align:top;
border:1px solid #fff;
width:20%;
}
table.ZMSTable tr.even td {
background-color:#eee;
vertical-align:top;
}
table.ZMSTable tr.odd  td {
background-color:#eee;
vertical-align:top;
}

/**********************/
/* Mozilla-Tabellenzellenoptimierung */ 
/**********************/

div.ZMSTable table {margin-top:10px;}
div.ZMSTable table {margin-bottom:5px;}
/* td>p{margin:0px;} */
/* th>p{margin:0px;} */
div.ZMSTable table td>div.ZMSTextarea>p{margin:0px;}
table {border-collapse:collapse;}
table tr td p.MsoNormal {margin:0px;}
.ZMSTable p {margin:0px;}

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

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

.functionSearch {
color : #FFFFFF;
line-height: 16px;
}

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

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

a.copyright:hover, a.copyright:active  {
text-decoration : none;
}

a.copyright:link, a.copyright:visited {
color : #004499;
text-decoration : none;
}

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

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

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

A.sitemapTitle0:link, A.sitemapTitle0:visited {
  font-weight: normal;
  color: #004499;
  text-decoration: none;
}

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

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

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

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

A.sitemapElement0:hover, A.sitemapElement0:active ,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #dd7700;
  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 */

/* Textfarben */
.clDarkBlue { color:#374797; }
.clDarkGray { color:#666666; }

/* Hintergrundfarben */
.bgDarkBlue { background-color:#374797; }
.bgMediumBlue { background-color:#abbace; }
.bgLightBlue { background-color:#ffffff; }
.bgDarkGray { background-color:#cccccc; }
.bgMediumGray { background-color:#efefef; }
.bgLightGray { background-color:#f1f1f1; }

.ftTiny {
color:#666666;
font-family : Arial,Geneva,sans-serif;
font-size : 10px;
font-weight : normal;
}

.ftStrong {
font-family : Arial,Geneva,sans-serif;
font-size : 12px;
font-weight : bold;
}

.ftInput, input {
font-family : Arial,Geneva,sans-serif;
color : #000000;
font-size : 12px;
}

u {
text-decoration: underline;
}

.form-optional {
    font-family : Verdana,Arial,Geneva,sans-serif;
    font-size : 12px;
    font-weight : bold;
    font-style : normal;
}

.form-element {
    font-family : Arial,Geneva,sans-serif;
    color : #000000;
    font-size : 12px;
    font-weight : normal;
    font-style : normal;
}


