


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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:#666666; } 
.primColorLight0 { background-color:#E7E7E6; } 

.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:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; }

/****************/
/* Bereiche ******/
/****************/

#menue /* Bereich der Hauptnavigation */
 {  height: auto;
 width: 180px;
 padding: 0px;
 margin: 0px;
 position: absolute;
 z-index: 3;
 left: 15px;
 top: 0px; 
 border-color: #232f5a; 
 border-style: solid; 
 border-top-width: 0px; 
 border-right-width: 1px; 
 border-bottom-width: 1px; 
 border-left-width: 1px
 }

#inhalt   /* Bereich Inhalt */
 {  padding-right: 25px;
 padding-bottom: 25px;
 position: absolute;
 z-index: 1;
 left: 230px; 
 top: 3px;
 height: auto; 
 width: auto;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px}


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

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

.navMacroPub0, a.navMacroPub0:link, a.navMacroPub0:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.navMacroPub1, a.navMacroPub1:link, a.navMacroPub1:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #D5D579;
}

.navMacroDoc0, a.navMacroDoc0:link, a.navMacroDoc0:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

.navMacroDoc1, a.navMacroDoc1:link, a.navMacroDoc1:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background-color: #E7E7E6;
}

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

a { font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 font-size: 11px;
 line-height: 140%;
 font-weight: bold;
 text-decoration: none;
}

a:link, a:visited {
  color : #232f5a;
}

a:hover, a:active {
  color : #999999;
}

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

ul.linklist /* Hauptnavigation, Listenformat (ul) */
 {  font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 140%;
 text-align: left;
 vertical-align: top;
 padding: 0px;
 margin: 0px
 list-style-image: none;
 list-style-type: none; } 
 
.link_head /* Hauptnavigation, Rubrik */
 {  font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #232f5a;
margin-top:0px;
 padding-top: 1px;
 padding-right: 3px;
 padding-bottom: 2px;
 padding-left: 5px;
 text-align: left;
 vertical-align: middle;
 height: auto; 
 width: auto;
 letter-spacing: 0.05em;
 border-color: #232f5a; 
 border-style: solid; 
 border-top-width: 0px; 
 border-right-width: 0px; 
 border-bottom-width: 0px; 
 border-left-width: 0px
 }
  
.link_liste /* Hauptnavigation, Dokument */
 {  font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 vertical-align: top;
 padding-right: 0px;
 padding-bottom: 3px;
 height: auto;
 width: auto;
 padding-top: 3px;
 padding-left: 5px;
 letter-spacing: 0.05em;
 border-color: #666666; 
 border-style: solid; 
 border-top-width: 0px; 
 border-right-width: 0px; 
 border-bottom-width: 1px; 
 border-left-width: 0px}
 
.link_liste_ende /* Hauptnavigation, letztes Dokument */
 { font-family: Arial, Helvetica, sans-serif; 
 font-weight: normal; 
 vertical-align: top; 
 padding-right: 0px; 
 padding-bottom: 3px; 
 height: auto; 
 width: auto; 
 padding-top: 3px; 
 padding-left: 5px; 
 letter-spacing: 0.05em; 
}

.link_hell /* Hauptnavigation, weisse Schrift auf dunklem Grund */
 {  
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

div.nav_abstand {
padding:0px;
margin:0px;
}
/*********************/
/* 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, th, tr, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size: 12px;
}

body {
line-height: 17px;
background-color: #FFFFFF;
margin-top:0px;
margin-left:0px;
}

h1,.heading1{  
font-size: 150%;
font-weight: 600; 
color: #990000;  
line-height: 120%;}

h2,.heading2 {  
font-size: 120%; 
line-height: 120%; 
font-weight: 600; 
color: #666666; 
vertical-align: bottom}

h3,.heading3 {  
font-size: 12px; 
 font-style: normal; 
 line-height: 140%; 
 font-weight: 600; 
 color: #666666; 
 text-decoration: none; 
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 padding-top: 0px; 
 padding-right: 0px; 
 padding-bottom: 0px; 
 padding-left: 0px}

h4,.heading4 {
font-weight:600; 
color: #000000;
font-weight:bolder;
font-size: 12px;
}

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

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

ol {
  line-height: 17px;
}

ul
 {   
 text-decoration: none}

ul.eingerueckt
{list-style:none;
}
 
li
 {  list-style-image: none;
 padding-bottom:10px;
 text-decoration: none}

.small {
  font-size: 10px;
}

.caption {
  font-style: italic 
}

P.merksatz {
 font-style:italic;
font-size:11px;
}

.description {
  background-color:#F1F1F1;
  line-height: 16px;
}

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

sup, sub {
  font-size: 10px 
}

form {
  margin: 0px;
}

li.punktliste /* Listenformat */
 {  list-style-type: disc; 
 list-style-position: outside; 
 padding-bottom: 0px}

.feuerbach /* Schriftzug "Feuerbach" */
 {  font-family: Arial, Helvetica, sans-serif; 
 line-height: 200%; 
 font-size: 14px; 
 font-weight: bold; 
 color: #232f5a; 
 z-index: 3; 
 }

div.feu_bild-laden,div.feu_bild_mittig-laden{
margin:0px;
padding:0px;
}

/***********************/
/* ZMSGraphic        */
/***********************/

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

div.ZMSGraphic div.graphic { 
background-color:transparent; 
margin:0px 12px 12px 12px;
}


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

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);
}

div.ZMSTable table
{
border:1px;
border-color:#666666;
border-style:solid;
}

/***********************/
/* ZMSTable        */
/***********************/

div.ZMSTable table th 
{ 
background-color:#232f5a;
border:1px;
border-color:black;
border-style:solid; 
padding-left:5px;
padding-right:5px;
vertical-align:top;
}

div.ZMSTable table td { 
background-color:transparent;
border:1px;
border-color:black;
border-style:solid;
padding-left:5px;
padding-right:5px;
vertical-align:top;
}

div.ZMSTable table th p {
color:#ffffff;
}

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

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

P.teaserTitle {
    font-family : Geneva,Arial,Helevetica,sans-serif;
    color : #999999;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

TD.teaserTitle {
padding: 0px;
background-image:url(/misc_/zms/spacer.gif); 
}


TD.teaserText { 
padding : 0px;
background-image:url(/misc_/zms/spacer.gif); 
}

P.teaserText {
    font-family : Geneva,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: #666666;
    text-decoration: none;
}

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

A.teaserText:link, A.teaserText:visited {
    color: #000099;
    text-decoration: none;
}

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


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

.copyright, a.copyright:link, a.copyright:visited {
  font-family: Verdana, Geneva, 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: #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; }
