


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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 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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSTable table th 
	{ 
	background-color:#DDEFFC; 
	}
	
div.ZMSTable table 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;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}
/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#232d51; } 
.primColorLight0 { background-color:#d8d8d8; } 

.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#9DA124; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#E6E7B9; }

.teaserColor { background-color:#800000; } 

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#6884b8; } 
.neutralColorLight0 { background-color:#dcedff; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { color : #FFFFFF; background-color:#cc0000; } 

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

.navMicro, a.navMicro:link, a.navMicro:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.navListe, a.navListe:link, a.navListe:active, a.navListe:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  text-decoration: none;
}

a.navListe:hover {
  color : #cc0000;
  text-decoration: underline;
}

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

a:link, a:visited {
  color : #202c52;
  text-decoration: none;
}

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

a.pager:hover, a.pager:active {
  background-color: orange
} 

/*********************/
/* 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, Arial, Helvetica, sans-serif;
color : #333333;
font-size: 12px;
}

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

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

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

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

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

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

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

ol {
  line-height: 16px;
}

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

.small {
  font-size: 10px;
}

.caption {
  font-style: italic 
}


p.emphasis {
  background-color:#d8d8d8;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
}

.description {
  background-color:#DCEDFF;
  line-height: 16px;
  padding: 3px;
}

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

sup, sub {
  font-size: 10px 
}

form {
  margin: 0px;
}

/**********************/
/* Teaser */
/**********************/

table.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}

p.teaserTitle {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #ffffff;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

/*    color : #232d51; */
div.teaserTitle {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #232d51;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}


td.teaserText { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

p.teaserText { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

a.teaserTitle:link, a.teaserTitle:visited {
    font-weight: bold;
    font-size : 12px;
    color: #ffffff;
    text-decoration: none;
}

a.teaserTitle:hover, a.teaserTitle:active {
    color : #000000;
    text-decoration: underline;
}

a.teaserText:link, a.teaserText:visited {
    color: #6884B8;
    text-decoration: none;
}

a.teaserText:hover, a.teaserText:active {
    color: #800000;
    text-decoration: underline;
}

/* ZMS */

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

div.ZMSTeaserContainer
	{
	width:150px;
	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;
	}

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

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

.copyright, a.copyright:link, a.copyright:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
}

/*******************/
/* 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: #232d51; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #6884b8; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

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

/*************************/
/* News                  */
/*************************/

a.news:link, a.news:visited {
  font-size:11px;
  font-weight: normal;
  text-decoration: none;
}

a.news_odd:link, a.news_odd:visited {
  color:#ffffff;
  font-size:11px;
  font-weight: normal;
  text-decoration: none;
}

a.news_odd:hover {
  color:#cc0000;
  font-size:11px;
  font-weight: normal;
  text-decoration: underline;
}

ul.news {
  list-style-type:none;
  padding-left:0;
  margin:0;
}

li.news_even {
  line-height:13px;
  margin-bottom:1px;
  padding:3px;
  background-color: #dcedff;
}

li.news_odd {
  line-height:13px;
  margin-bottom:1px;
  padding:3px;
  background-color: #6884b8;
}

/*************************/
/* Macronavigation       */
/*************************/

#navcontainer{
margin:0;
padding:0;
width:100%;
}

#navcontainer ul{
margin: 0;
padding:0px 0px 0px 10px;
}

#navcontainer li{
background:#ffffff;
list-style:none;
padding:4px;
margin:0px 0px 0px 0px;
border-top:0;
border-right:0;
border-bottom:0;
border-left:1px solid #232d51;
}

#navcontainer a.navFalse:link, a.navFalse:visited {
  color:#000000;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 0px 0px 5px 0px;
}

#navcontainer a.navFalse:hover {
  color:#cc0000;
  font-weight: normal;
  text-decoration: underline;
}

#navcontainer a.navTrue:link, a.navTrue:visited {
  color:#000000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 0px 0px 5px 0px;
}

#navcontainer a.navTrue:hover {
  color:#cc0000;
  font-weight: bold;
  text-decoration: underline;
}

#navcontainer .list0 li{
background:#ffffff;
color:#000000;
list-style:none;
padding:4px;
margin:1px 0 1px 0px;
border-left:1px solid #d8d8d8;
border-right:1px solid #ffffff;
}
/* border:1px solid ##B2B4C0; */

#navcontainer .list1 li{
background:#ffffff;
color:#000000;
list-style:none;
padding:5px;
margin:1px 0 1px 0px;
border-left:1px solid #d8d8d8;
border-right:1px solid #ffffff;
}
/* border:1px solid #e7e7e7; */

/*************************/
/* References            */
/*************************/
th.tblRefs {
	padding:5px;
	font-weight: bold;
	text-align : left;
	vertical-align : top;
}

.gesperrt  { letter-spacing: 4px; }

.ZMSTable th {
	padding: 3px;
	text-align : left;
}