


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

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
	{
	}


/*********************/
/*- Layout-Elements -*/
/*********************/

div.ZMSGraphic {
background-color:#FFFFFF;
padding: 0px 4px 0px 4px;
}

/*
div.ZMSGraphic {
background-color:#FFFFFF;
border: 30px;
}
*/



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


div.ZMSGraphic {
	background-color:transparent; 
}


#tab_left tab_left.td{
 margin: 0px;
	padding: 0px;
        border-right:1px;
        width=250px;
        background-color: #000000;

             }

#Logo_top	{
        height:60px
	border: 0px;
	margin: 0px;
	padding: 0px;
     
	}

#Logo_top_line	{
        height:0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
     
     	}

#Logo_top_line_blue	{
        height:8px;
	border: 0px;
	margin: 0px;
	padding: 0px;
        background-color:#0E4C87;
     
     	}


#Logo_buttom_line	{
        height:44px;
	border: 0px;
	margin: 0px;
	padding: 0px;
        background-color:#0E4C87;
     	}

#


body#root {
	line-height:16px;
	margin: 0;
	padding: 0;
	border: 0;
        font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color:#000000
	position:relative;
	text-align:center;
	}
	
#pageregion {}
#pageregionTop {}
#pageregionContentExtrashell {}
#pageregionContentOutershell {}
#pageregionContentInnershell {}

#pageregionContent {}
#pageregionLeft {}
#Content {} 

/*-- Broad: without pageregionRight --*/
#pageregionContentOutershellBroad {}

#pageregionContentInnershellBroad {}
#pageregionContentBroad {}
	
#ContentBroad {}
	
/*-- /Broad: without pageregionRight --*/


#pageregionBefore {}

#pageregionRight {}
#pageregionBottom {}

#pageregionBottom p {}

#Description  {
	margin: 0;
	padding: 0;
	}

/****************/
/*---- Logo ----*/
/****************/
#Logo	{
	border: 0px;
	margin: 0px;
	padding: 0px;
       	}
#Logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/****************/
/*--- Links ----*/ 
/****************/

a:link, a:visited {

	text-decoration : none;
        color:#0E4C87;
	background: transparent; 
	}

a:hover {

	text-decoration : none;
	color:#0E4C87;
	background: transparent; 
	}

a:active {

	text-decoration : none;
	color:#0E4C87;
	background: transparent;  
	}

/*********************/
/* Functional Page Elements*/
/*********************/

/*----- Channel  -----*/

/*-----Micronavigation-----*/

#Micronavigation {
	padding:0px;
	}

#Micronavigation, #Micronavigation a, #Micronavigation span {
	font-size:  xx-small;	
	}

#Micronavigation span {
	font-weight:100;
	}



/*-----Macronavigation-----*/
#Macronavigation {/*
	margin: 0px 0px 25px 0px;
	padding: 0px;
	border: 0px;
	margin-top: 35px !important;
	margin-top: 50px;
	margin-top/**/:/**/50px;*/
        position:absolute;
	}


#Macronavigation ul {
/*--	border-top: 1px so  lid silver;	-*/
/*--	border-bottom: 1px solid #fff;	-*/	
	}
	
#Macronavigation ul li {
	margin-left: -20px;
	color:#0E4C87;
	padding: 0;
	padding-top: 10px;
	border: 0px;
	line-height: 1.0em;
	font-size: 8pxl; 
    
	}

	
#Macronavigation ul li.doc	{
	/*list-style: disc url(common/icondoc.gif) inside;*/
        list-style: none;

	}
#Macronavigation ul li.folder	{
	/*list-style: disc url(common/iconfolder.gif) inside;*/
	
       list-style: none;
   	}
#Macronavigation ul li a:link {
	
	}


#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	}
#Macronavigation dd {
	padding: 0;
	margin: 0 0 0 0;
	}  

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

h1, h2,  h3, h4, h5, .heading1, .heading2, .heading3, .heading4, .heading5{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #154076;
}

.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: 11px;
line-height: 16px;
}

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

h1.title {
color: #204B8C;
font-weight: bold;
font-size: 18px;
line-height: 24px;
margin-top:18px; 
}

h1.title1 {
color: #336CB3;
font-weight: bold;
font-size: 24px;
line-height: 28px;
margin-top: 10px;
margin-left:190px;
margin-bottom: 4px; 
}

h1,.heading1{
font-weight: bold;
font-size: 12px;
line-height: 25px;
margin-top:16px; 
}

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

h2.news {
font-weight: bold;
font-size: 15px;
line-height: 18px;
margin-bottom: 0px;
}

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

h3.titlehome {
color: #D1150B;
}

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

h4.news {
font-weight: bold;
font-size: 12px;
line-height: 14px;
margin-top: 0px;
margin-bottom: 4px;
}

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



p, li, th, td, blockquote
	{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 16px;
	}



p.description	{
	font-weight:bold;
	}
p.caption		{
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


blockquote {	
	padding-left:10px;
}

ol, ul {
	margin: .5em 0;
	padding-left: 10px;
	margin-left: 10px;
	}
li {
	line-height: 140%;
	margin:0px;
	margin-bottom: 0px;
	padding: 0;
	padding-left: 5px;
	margin-left: 15px;
	list-style: disc outside;
	text-align: left;
	}

ol li	{
	list-style-type: decimal;
	}

ul ul li {
	margin-top: 10px;
	list-style: disc url(common/innerlistblack.gif) outside;
	vertical-align: top;
	}

p.creator, p.smalltext {
	font-size: x-small;  
	}


#Content dl	{
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
	}

#Content dd {
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	}

code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #000000;
	font-size: xx-small;
}



/*********************/
/* Special-Objs, Tables */
/*********************/

#corporateprofile td ul li, #corporateprofile td p {
	font-family: arial, Helevetica, serif;
	}


th	{
	font-weight: bold;
	}

/****************/
/* Forms */
/***************/

.form {
	color: #000;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	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: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form-button  {
	font-size: x-small;
	} 

#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}
	
#formarea label	{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
	}

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

table.teaserElement {
	border-spacing: 0pt 0pt;
	border-collapse: collapse;
	border-style: none;
	text-align:left;
}

.title {
	line-height : 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
}


td.title p {
     
	#padding: 0px;
	#color:#0E4C87;
	#background-image:url(common/spacer.gif); 
}

.text p {
	font-weight : normal;
        color: #000000;
	text-decoration : none;
	font-size: 12px;
        line-height: 12px;
}

.text p.heading1{
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
}

a.title:link, a.title:visited,
a.title:hover, a.title:active {
	font-weight: bold;
	text-decoration: none;

}

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

/*******************/
/* Sitemap   */
/*******************/

td.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #444444;
  border-right-style: solid 1px white;
 }

td.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid 1px white;
 }

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

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

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

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


/*************************/
/* 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:#DDEFFC; }
div.ZMSTable table td  { background-color:#EEEEEE; }

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

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#334565; }
.primColorMedium0 { background-color:#465F8B; } 
.primColorLight0  { background-color:#FFFFFF; } 

.secndColorStrong1 { background-color:#55A873; }
.secndColorStrong0 { background-color:#9BC594; }
.secndColorMedium1 { background-color:#BEDABA; } 
.secndColorMedium0 { background-color:#D1E3CE; }
.secndColorLight1  { background-color:#DBE7DA; }
.secndColorLight0  { background-color:#FFFFFF; }

.teaserColor { background-color:#FFFFFF; } 

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong0 { background-color:#79818E; }
.neutralColorMedium0 { background-color:#B6BBC2; } 
.neutralColorLight0  { background-color:#FFFFFF; } 
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:transparent; } 
