/*********************/
/*- Layout-Elements -*/
/*********************/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:100.01%;
	}

body#root {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #eff3fa;
	position: relative;
	text-align: center;
	}

#pageregion {
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	width: 800px;
	text-align: left;
	background-color: #ecf3f9;
    border-left: 1px solid #c7daee;
    border-right: 1px solid #c7daee;
	}

#pageregionTop {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#fff;
	}

#pageregionLeft {
	width: 170px;
	float: left;
	padding: 0;
	margin: 0;
    background-color: #ecf3f9;
	}

#pageregionNavigation {
	background-color: #fff;
	padding: 0px 0px 10px;
	}

#Content {
	margin-left: 190px;
	min-height: 450px;
	padding: 0px 15px 10px;
	background-color: #fff;
    border: 1px solid #c7daee;
	border-right: 0;
	} 

#pageregionBefore {
	padding-top: 0px;
	}

#pageregionRight {
	padding: 0;
	}

#pageregionBottom {
	background-color: #ecf3f9;
	border: 0;
    border-bottom: 4px solid #284173;
	clear: both;
	padding: 10px 10px 10px 198px;
	}

#Description  {
	margin: 0;
	padding: 3px 0 0;
	color: #284173;
	}


/****************/
/*---- Logo ----*/
/****************/

#Logo	{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #284173;
        height: 80px
	}

#Logo img {
	margin: 0;
	padding: 0;
	border: 0;
	}

#Printlogo {
	padding-bottom: 25px;
	}

/*******************************/
/*---- Menu (Channel Bar) ----*/
/*******************************/

#Menu {
    padding: 5px 0 0;
    margin: 0;
    background-color: #ecf3f9;
   }

#Menu a {
    font-weight: bold;
    font-size: 0.8em;
    background-color: #fff;
    padding: 0 0.5em;
    color: #284173;
    text-decoration: none;
    margin: 0 2px;
    border-top: 1px solid #a2c2e3;
    border-left: 1px solid #c7daee;
    border-right: 1px solid #a2c2e3;
    position: relative;
    left: 188px;
   }

#Menu a:hover {
    border-top: 1px solid #ac554b;
    border-left: 1px solid #cb958e;
    border-right: 1px solid #ac554b;
   }

#Menu a.active {
    border-top: 1px solid #7caad8;
    border-left: 1px solid #a2c2e3;
    border-right: 1px solid #7caad8;
    padding: 0 0.5em 0.1em;
   }


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

a:link, a:visited {
	color: #039;
	font-weight : normal; 
	text-decoration : none;
	}

a:hover {
	color: #039;
	font-weight : normal; 
	text-decoration : underline;
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #000;
	}



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

/*-----Micronavigation-----*/
#Micronavigation {
    padding: 0.3em 0;
    text-align: left;
    width: 570px;
    margin: 0;
	}

#Micronavigation, #Micronavigation a, #Micronavigation span {
	font-size: 8pt;
	}

#Identifier {
    text-align: left;
    font-size: 0.75em;
    color: #284173;
    margin: 0;
    padding: 0 10px 20px;
    width: 170px;
    border-bottom: 1px solid #c7daee;
   }

#Identifier b {
    font-size: 1.1em;
   }

/*-----Macronavigation-----*/
#Macronavigation {
    border-bottom: 1px solid #c7daee;
    width: 170px;
    margin: 0;
    padding: 20px 10px;
   }

#Macronavigation ul li {
	line-height: 12pt;
	font-size: 9pt;
	}
#Macronavigation ul li.parent	{
	list-style: url(common/global/arrow_parent.gif) outside;
	}
#Macronavigation ul li.folder	{
	list-style: url(common/global/arrow_folder.gif) outside;
	margin-left: 15px;
	}
#Macronavigation ul li.doc	{
	list-style: url(common/global/arrow_doc.gif) outside;
	margin-left: 15px;
	}
#Macronavigation ul li a:link {
	font-weight: normal;
	}

#Translate {
    padding: 20px 20px 0;
    font-size: 8pt;
    width: 150px;
   }

#Search {
    padding: 10px 20px 20px;
    margin: 0;
    width: 150px;
   }

#Search input {
	border: 1px solid #284173;
	width: 110px;
	height: 18px;
	padding: 0;
	margin: 0;
	}
	
#Search input.image {
	margin: 0;
	margin-left: 4px;
	padding: 0;
	border: 0;
	vertical-align: middle;
	width: 16px;
	height: 18px;
	}

#Links {
    width: 170px;
    border-top: 1px solid #c7daee;
    padding: 20px 10px;
   }

#Copyright table tr td {
    font-size: 0.7em;
   }

#Copyright table tr td img{
    vertical-align: middle;
   }

/*********************/
/* Content-Elements  */
/*********************/

#Headline h1 {
	border-bottom: 1px solid #284173;
	margin: 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14pt;
	}

#Headline h1:first-letter {
	font-size: 125%;
	}

#Headline img#pic {
	padding-top: 30px;
	}

#DocTitle {
	border-bottom: 3px solid #284173;
	padding-bottom: 1px;
	margin: 0px;
	}

h2, h3	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 15px 0px 10px;
	padding: 0px;
	}

h2	{
	font-size: 12pt; 
	}

h2:first-letter {
	font-size: 120%;
	}

h3	{
	font-size: 10pt; 
	}

h3:first-letter {
	font-size: 120%;
	}

p, li, th, td, blockquote
	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	}

/*----- font size hack -----*/
/*/*/a{}
body p, body li, body th, body td, body blockquote, body pre {
font-size : 10pt;
}
html>head:first-child+body p, 
html>head:first-child+body li, 
html>head:first-child+body th, 
html>head:first-child+body td,
html>head:first-child+body blockquote {
font-size : 10pt;
}
/* */
/*----- /font size hack -----*/	


p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}

p.description {
	font-weight:bold;
	}

blockquote {
	border: thin dotted #284173;
	padding:10px
       }

ol, ul {
	margin: 5px 0;
	padding-left: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}

li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 140%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-left: 5px;
	list-style: disc outside;
	text-align: left;
	}

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

ul li {
	list-style: url(common/global/arrow_list.gif) outside;
	}

p.creator, p.smalltext {
	font-size: x-small;  
	}
/*----- font size hack -----*/
/*/*/a{}
body p.creator, body p.smalltext  {
font-size : xx-small;
}
html>head:first-child+body p.creator, 
html>head:first-child+body p.smalltext {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/


#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: #333;
	font-size: xx-small;
}

/*---- IE/Win code size hack ----*/
* html code	{
	font-size : 105%; 
	}
/*---- /IE/Win code size hack ----*/


/*********************/
/* Special-Objs, s */
/*********************/

#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: Arial, Helvetica, Verdana, 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: Arial, Helvetica, Verdana, 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;
	}

form #formular {
    border-right: #D8E0F5 1px solid;
    border-left: #284173 1px solid;
    border-top: #284173 1px solid;
    border-bottom: #D8E0F5 1px solid;
    background-color: #F5F8FC;
    }

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

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

.teaserTitle {
	line-height : 15px;
	font-weight: bold;
	margin: 3px;
	font-size: 10pt;
}

.teaserText p {
	font-weight : normal;
	text-decoration : none;
	color : #000;
	line-height: 16px;
	margin: 3px;
	font-size: xx-small;
}

/*----- font size hack -----*/
/*/*/a{}
body .teaserText {
font-size : xx-small;
}
html>head:first-child+body .teaserText {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/

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

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

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

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

div.ZMSGraphic img {
	border: 0px;
	padding-bottom: 10px;
	position: relative;
	}

a.zoom img.zoom {
	width: 16px;
	height: 16px;
	background: url(common/global/zoom.gif);
	background-repeat: no-repeat;
        }



/*************************/
/* Table Design */
/*************************/

table.ZMSTable {
	width: 570px;
	border-collapse: collapse;
	}

table.ZMSTable th {
	background-color: #d8e0f5;
	text-align: center;
	color: #284173;
	padding: 4px;
	border: 1px solid #284173;
	}

table.ZMSTable p {
	display: inline;
	}

table.ZMSTable td {
	padding: 3px;
	border: 1px solid #284173;
	}

table.ZMSTable tr.even td  {
	background-color:#efefef;
	}

table.ZMSTable tr.odd td {
	background-color:#fafafa;
	}


