/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/**************************************/
/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #197B30;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/

#Sitemap {
/*	margin-top:60px; */
/*	margin-bottom:50px; */
/*	margin-left: 200px; */
/*	padding:0px 20px 0px 0px; */
	border:0;
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/
/*-- Channel Menu ---------------------------*/
div#Menu {
	float: right;
        width: 100%
        display: inline;
}

div#Menu ul {
	float: right;
	margin:0px;
	padding:0px;
	background-color: #197B30;
	white-space:nowrap;
	font-size:13px;
	line-height: 130%;
	display: inline;
	}
/*----- font size hack -----*/
/*/*/a{}
body #Menu {
font-size : 13px;
}
html>head:first-child+body #Menu {
font-size : 13px;
}
/* */
/*----- /font size hack -----*/
div#Menu ul li {
	line-height: 130%;
	display: inline;
	padding:0px;
	margin:0px;
	}

div#Menu a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-color: #197B30;
	color: #fff;
	text-decoration: none;
	padding: 0.30em 1em;
        font-size: 13px;
	}
div#Menu a.current {
	color:#fff;
	background-color: #197B30;
	}
div#Menu a.home {
	background-color: #197B30;
	}
div#Menu a:hover {
	background-color: #399B50;
	color: #fff;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
	border-left: 0px;
	border-right: 1px solid #ccc;
        margin-top:5px;
	}

.navDropdown
	{
	background-color: #197B30; 
	display: block;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
        color: #FFFFFF; 
}
.navDropdown:hover {
      background-color: #399B50;
}

/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
}


/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	}
h1.title {
	}
h1,.heading1 {
	}
h2,.heading2 {
	}

h3,.heading3 {
	}
h4,.heading4 {
	}
h5,.heading5 {
	}
p {
	}
ol {
	}
ul {
}

a:link, a:visited {
	color: #197B30;
	text-decoration : none;
}

a:hover, a:active {
	text-decoration : none;
	color: #000000;
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
  width: 490px;
}
div.ZMSTable table tr th {
background-color: #FF0000;
}
div.ZMSTable tr.even td {
padding:2px;
vertical-align:top;
}
div.ZMSTable tr.odd td {
padding:2px;
vertical-align:top;
}
table tr td  {
}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


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

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


div.ZMSGraphic div.graphic
	{
	padding: 0px;
	margin-right: 5px;
	}

div.ZMSGraphic div.graphic img.img{
        border: solid 1px #FFFFFF;
}




.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#FF0000; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 


/**************************************/
/* 11. Lupenbilder       */
/**************************************/

a.zoom img.zoom
	{
	width: 16px;
	height: 16px;
	background: url(/common/icon_lupe.gif);
        margin-top:2px;
        margin-right:2px;
	}

a.superzoom img.superzoom
	{
	width: 16px;
	height: 16px;
	background: url(/common/icon_lupe_plus.gif);
        margin-top:2px;
	}


/**************************************/
/* 12. Icons Navigation       */
/**************************************/

.navicon img {
        vertical-align:middle;
}

/**************************************/
/* 13. Startseitenteaser       */
/**************************************/


/**************************************/
/* 14. Tabellenlayout       */
/**************************************/

table.ZMSTable th {
background-color: #DEEEE1;
font-size:12px;
text-align: center;
font-family: arial, verdana, helvetica, sans serif;
padding-left:3px;
vertical-align:top;
}

table.ZMSTable td {
background-color: #E8F4EA;
padding-left:3px;
vertical-align:top;
}

table.ZMSTable td p {
vertical-align:top;
font-size:12px;
font-family: arial, verdana, helvetica, sans serif;
}

td.layouttable p {
font-size: 12px;
font-face: arial, verdana, helvetica, sans serif;
}

.blocksatz {
  text-align:justify;
}
div.ZMSGraphic.floatleft img { float:left; margin-right:10px; margin-bottom:5px;}
div.ZMSGraphic.floatright img { float:right; margin-left:10px; margin-bottom:5px;}

div.ZMSGraphic.left { text-align:left;}
div.ZMSGraphic.right { text-align:right;}
div.ZMSGraphic.center {	text-align:center;}
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.graphic.alignleft {
        margin-right: 5px;
        margin-bottom: 5px;
	}

div.ZMSGraphic div.graphic.alignright {
        margin-left: 5px;
        margin-bottom: 5px;
	}
