/***************/
/* 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; } 
.neutralColorMedium { background-color:#9A9A9A; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 

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

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

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

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

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

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

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

a:link, a:visited {
  color : #000066;
  text-decoration: underline;
}

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

.print,a.print:link, a.print:visited {
  color : #000000;
  text-decoration: none;
}

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

a.pager:hover, a.pager:active {
  background-color: #000066;
  text-decoration: underline;
} 

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

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

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

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

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

h2,.heading2 {
color: #000000;
font-weight: bold;
font-size: 16px;
line-height: 16px;
margin-top: 25px; 
margin-bottom:0px; }

h3,.heading3 {
color: #999999;
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 }

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

p {
font-size: 12px;}

ol {
  line-height: 15px;
}

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

.small {
  font-size: 10px;
}

.caption {
  font-style: italic 
}


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

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

em, i  {
  font-style: italic; 
}

b, strong{
  font-weight: bold;
}

sup, sub {
  font-size: 10px 
}




/**********************/
/* Formulare */
/**********************/

	form {
	  margin: 0px;
	  overflow: hidden;
	  display: block;
	}
	
	/* login */

		.zend_form { 
			width: 350px;
			font-size: 0.82em;
			background: #fff8d9;
			overflow: hidden;
			margin: 2em 0;
		}

		.zend_form dt, .zend_form dd { 
			border-top: 1px solid #FFFFFF;
			margin: 0;
			overflow: hidden;
		}
		
		.zend_form dt { 
			width: 35%;
		}
		
		.zend_form dd { 
			width: 65%;
		}

		* html .zend_form dt { 
			margin-right: -3px;
		}

		* html .zend_form dd { 
			width: 100%;
			margin-left: -3px;
		}

		.zend_form dt label { 
			display: block;
			margin: 0.25em 0.5em 0.25em 2em;
			padding-top:0.5em;
		}

		.zend_form dd input, .zend_form dd textarea { 
			display: block;
			margin: 0.5em 0.5em;
			width:19em;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 1em;
		}
		
		.zend_form dd textarea { 
			overflow: auto;
		}

		.zend_form dt { 
			clear: both;
			float: left;
		}

		.zend_form dd { 
			overflow: hidden;
		}

		.zend_form .errors { 
			color: red;
		}

		.zend_form .errors li { 
			margin-bottom: 0.5em;
		}

		*[type="hidden"], .hidden {
			display: none !important;
		}

		*[type="submit"], .submit {
			width: 10em !important;
		}


		/* Fehlertexte bei Validierungsfehlern */
		.shvalerr { 
			color: #cc0000;
			font-weight: bold; 
		}

		/* Markierung von Pflichtfeldern */
		.shmust {
			color: #cc0000;
			font-weight: bold; 
		}

		/* Hervorgehobenes Feld */
		.shem {
			background-color: #fff5f4; 
		}

		/* Statusmeldungen */
		.statusBox {
			border: 1px solid #cccc99;
			background-color: #FFFFCC;
			padding: 2px; 
		}
		.statusMsgOK { color: #339900; }
		.statusMsgFailure { color: #cc3300 }

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

/* BO teaser_normal */

	.teaser_item {
		font-size: 0.9em !important;
		padding-bottom: 1px;
	}
	
	.login a:link, .login a:visited, .login a:hover {
		display: block;
		line-height: 120%;
		margin-bottom: 0.4em;
		text-decoration: none;
		background: url(../common/meta_nav.gif) 0px 0.2em no-repeat;
		padding: 0 0 0 12px;
		color: #333;
	}	
	
	.login a:hover {
		text-decoration: underline;
	}
	
	.login_title {
		font-weight: bold;
		border-bottom: 1px solid #9a9a9a;
	}

/* EO teaser_normal */

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

P.teaserTitle {
    font-family : Arial,Helevetica,sans-serif;
    color : #3284BC;
    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;
}


TD.teaserText { 
padding : 0px;
}

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

A.teaserTitle:link, A.teaserTitle:visited {
    font-family : Arial,Helevetica,sans-serif;
    color : #3284BC;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    text-decoration: none;
}

A.teaserTitle:hover, A.teaserTitle:active {
	font-family : Arial,Helevetica,sans-serif;
    color : #3284BC;
    font-size : 12px;
    line-height : 15px;
    font-weight: bold;
    text-decoration: underline;
}

A.teaserText:link, A.teaserText:visited {
    font-family : Arial,Helevetica,sans-serif;
    color : #3284BC;
    font-size : 12px;
    line-height : 15px;
    font-weight: normal;
    text-decoration: none;
}

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


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

.copyright,td.copyright {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}
a.copyright:link, a.copyright:visited {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000066;
  text-decoration: underline;
  
}
/*******************/
/* 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; }


div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft {
	float:left;
	margin: 0 10px 0 0;
}
div.ZMSGraphic.floatright {
	float:right;
	margin: 0 0 0 10px;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.graphic.alignleft {
	float:left;
	margin: 0 10px 0 0;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
	margin: 0 0 0 10px;
}
div.ZMSGraphic div.text {
	padding:0 4px;
}
div.ZMSGraphic div.text p{
	margin:0;
}
