
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print {
	background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

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

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

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

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.terascale.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* >>>>>>>>>> ERROR in indicoevents - AttributeError: 'str' object has no attribute 'getHref' <<<<<<<<<< *//* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666; 
}
div.imgagemap {
 text-align:center;
}
/* EO Imagemap CSS *//* -------// BO LinkBox.f_css_defaults //------- */

.LinkBox { font-size: 0.8em; }
.LinkBox a { font-size: 1.2em; }
.LinkBox li { line-height: 140%; }
.infoboxtitle { font-weight: bold; }

table.infobox {
  margin:1em 0em;
}

p.infoboxtitle,
td span.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-size:13px;
}

table.infobox div.ZMSFile,
table.infobox div.ZMSTextarea {
  margin-left:20px;
}

div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a,
table.infobox,
table.infobox div.ZMSFile div.title,
table.infobox div.ZMSFile div.text {
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:link {
        color: #0000EE;
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:hover,
table.infobox div.ZMSFile div.title a:active {
        color: #0000EE;
        text-decoration: underline;
}

table.infobox div.ZMSFile div.title a:visited {
        color: #551ABB;
        text-decoration: none;
	font-size:13px;
}

table.infobox div.ZMSFile div.text {
margin-left:20px;
}
table.infobox p {
   margin-left:24px;
}  

/* -------// EO LinkBox.f_css_defaults //------- */
/* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em !important;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;;
list-style-type:none;
}
div.threadTree .zfmSubject { }

div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}

/* EO f_css_defaults *//* -------// BO FAQ.f_css_defaults //------- */

#faq_smallteaser {
	float: left;
	width: 100%;
	font-size: 13px !important; font-size: 0.9em;
	font-weight: bold;		
        padding: 5px;
}

#faq_box {
   float: left;
   width: auto;
   border: 1px dashed #D3D3D3;
   margin-top: 10px;
   margin-bottom: 10px;
}

.faq_teaser {
   background: #DBE4D4;
   font-size: 13px !important; font-size: 0.9em;
   font-weight: bold;
   padding: 5px;
}

.faq_toplink {
   padding: 5px;
}

.faq_body {
   padding: 5px;
}

.faq_links {
  margin-bottom: -5px;         
}

/* -------// EO FAQ.f_css_defaults //------- */
/* -------// BO ColumnText.f_css_defaults //------- */

table.column{
  border:0px solid black;
  padding:0px;
}
td.col{
 text-align:left;
 vertical-align: top;
 padding:2px;
}
td.col a:visited {
 text-decoration:underline; 
}
td.col div.text{
   padding-bottom:0px;
	}
td.col img{
 border:none;
}


/* -------// EO ColumnText.f_css_defaults //------- *//* -------// BO PersonalProfile.f_css_defaults //------- */

.personName{
 font-size: 1em;
 background-color: #69a7d8;
 font-weight: bold;
}

.personPic{
  float:left;
  margin-right:4px;
}

.personBox{
 background-color: #e6e6e6; 

}

.personDescr{
 font-size: 0.9em;
 border:1px solid #69a7d8; 
 padding: 0.3em; 
}  

.profilBox{
 background-color: #e6e6e6; 
}
/* -------// EO PersonalProfile.f_css_defaults //------- */
/* -------// BO mediafeature.f_css_defaults //------- */

div.mediacollection { }
div.mediaitem {
margin-bottom:2em;
}
p.mediaiteminfo {
border:1px solid silver;
padding:2px 5px 2px 5px;
font-size:11px;
margin-bottom:0.5em;
line-height:1.35em;
}

/* -------// EO mediafeature.f_css_defaults //------- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann, 20.09.2005*/
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans  {background-color: transparent}
.neutralColorWhite  {background-color: #ffffff}
.neutralColorBlack  {background-color: #000000}
.neutralColorMedium  {background-color: #3B4A8F;}
.neutralColorStrong0 { background-color:#ffffff; }
.neutralColorMedium0 { background-color:#69A7D8; }
.neutralColorLight0 { background-color:#E7E7E7; }
.primColorStrong0 {background-color: #69A7D8;}
.primColorMedium0 {background-color: #3B4A8F;}
.primColorLight0 {background-color: #C8C8C8;} /* 69A7D8  */
.secndColorStrong1 {background-color: #0D1F73;} 
.secndColorMedium1 {background-color: #0D1F73;} /* FFB85B  */ 
.secndColorMedium0 { background-color:#69A7D8;}
.secndColorLight0 {background-color: #B4D4EE;} /* FFDDB0 */            
.teaserColor        {background-color: #69A7D8;}
.secndColorStrong0 {background-color:#69A7D8;} /* 0D1F73 */
.secndColorLight1 {background-color:#e6e6e6;}

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background: #3b4a8f /*url(http://www.terascale.de/common/css/common/gradient_orange.jpg)*/ bottom left fixed repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
            
}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:95%;
	text-align:left;
              min-width: 1000px;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background:url(http://www.terascale.de/common/css/common/pageregionLeftBG3.gif) repeat-y left;
	background-color:#ffffff;
	border-bottom:6px solid #0d1f73;
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent url(http://www.terascale.de/common/css/common/pageregionRightBG3.gif) repeat-y right;
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
             float:left;
	margin-right: -200px;
	background:transparent url(http://www.terascale.de/common/css/common/pageregionRightBG3.gif) repeat-y right;
}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://www.terascale.de/common/css/common/pageregionLeftBG3.gif) repeat-y left;
	margin-right: 205px;

}
#Content {
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0px solid black;
}

#Floated_content {
         float:left;
         width:100%;
}

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

#pageregionTop {
	margin:0;
	padding:0;
}
#pageregionLeft {
	padding-top:65px;
	margin:0px;
	float: left;
	width: 200px;
}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
             float:right;
	margin: 0;
	padding: 10px;
	background-color: #c8c8c8; 
}
#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#3b4a8f;
	width:100%;
}
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
}

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

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


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

div#Menu {
	float: left;
	width: 100%;
	margin:0px;
	padding:0px;
	background-color: #0d1f73;
	white-space:nowrap;
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size: small;
	}
/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	line-height: 130%;
	display: inline;
	padding:0px;
	margin:0px;
	}
div#Menu ul li a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
            /* font-size: 15px;*/
	background-color: #0d1f73;
	color: #ffffff;
	text-decoration: none;
	border-right: 0.1em solid #fff;
	padding: 0.30em 1em;
	}
div#Menu ul li a.current {
	color:#000000;
	background-color: #69a7d8;
	}
div#Menu ul li a.home {
	background-color: #69a7d8;
	}
div#Menu ul li a:hover {
	background-color: #69a7d8;
	color: #ffffff;
	}

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

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.2em !important;
	margin-left: -0.4px;
	margin-left/**/:/**/-0.9em;
/*-------box model hack-------*/	
	margin-top: 0.6em !important;
	margin-top: 0.15em;
	margin-top/**/:/**/0.45em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee; 
	min-width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69a7d8;
	border-bottom: 1px solid #666;
	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;
}

/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69a7d8;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000000;
	text-decoration:none;

}
#Micronavigation a:hover {
	color: #69a7d8;
	text-decoration:underline;
}

/* -- MACRONAVIGATION -----------------*/

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:181px;
}	
#Macronavigation ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
	border-top:1px solid #0d1f73;
	list-style-type: none;
}

#Macronavigation ul li.parent {
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 14px;
	border-bottom: 1px solid #0d1f73;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
}
#Macronavigation ul li {
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 25px;
	border-bottom: 1px solid #0d1f73;
	background-repeat: no-repeat;
	background-position: 17px 7px;
	background-image: url(http://www.terascale.de/common/css/common/icon_inactive.gif);
	background-color: #69a7d8;
	list-style-type: bullet;
}
#Macronavigation ul li.active {
	background-color:#b4d4ee;
	background-image: url(http://www.terascale.de/common/css/common/icon_active.gif);
	list-style-type: bullet;
}

#Macronavigation ul.siblings li.protectedTrue,
#Macronavigation ul li.protectedFalse {
	background-image:url(http://www.terascale.de/common/css/common/lock-ff.gif); 
	}

#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #000000;
	text-decoration:none;
}
#Macronavigation ul li a:hover {
	color: #000000;
	text-decoration:none;
}
#Macronavigation ul li.active a:link,
#Macronavigation ul li.active a:visited {
	color: #000000;
	text-decoration:none;
}
#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}



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

td.sitemapTitle0 {
	background-color: #ddd;
	border-right-width: 1px;
	border-right-color: #444;
	border-right-style: solid 1px white;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right-width: 1px;
	border-right-color: #000;
	border-right-style: solid 1px white;
}
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;
}
#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}


/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px;
	text-align:center;
	margin:10px 0px;
}

#Metanavigation a {
	color: #666;
	text-decoration:none;
}


#Copyright p {
	margin-top:30px;
	color:#666;
} 
#Copyright p a {
	text-decoration:none;
	color:#666;
} 

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
}

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

#Headline h1 {
	margin-top: 0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26004D;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 12px;
	}
h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square }

p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#e6e6e6;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#69a7d8;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {
	color: #000;
	text-decoration : underline;
         font-size: 12px;
}

a:hover, a:active {
	text-decoration : underline;
	color: #ee1847;
         font-size: 12px;
}

code {
}
/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
}
table.ZMSTable table tr th {
}
table.ZMSTable tr.even td blockquote {  
}
table.ZMSTable tr.odd td blockquote {
}
table tr td  {
	font-size: 10px !important; font-size: xx-small;
}

table.ZMSTable th 
	{ 
         background-color:#69a7d8;
         text-align: center;
	}

table.ZMSTable tr.even td blockquote { 
    font-size: 12px;
    margin-bottom: 2px;
}
table.ZMSTable tr.odd td blockquote { 
    font-size: 12px;
    margin-bottom: 2px;
}
/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
	background-color:transparent; 
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

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

div.ZMSGraphic img {
 border:0px;
}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:180px;
	font-size: 12px !important; font-size: 12px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:178px;
	padding:0px;
       /* background-color: white;*/
}

div.ZMSTeaserElement img.title {
	border: none;
        padding: 6px;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 0px 6px;
	display: block;
}

div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.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      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox,
table.infobox  {
	margin-top: 10px;
	background-color:#E1E8EF;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
table.infobox {
	width:100%;
}

div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}

table.infobox  div.ZMSFile div.title img,
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}

div.infobox  div.ZMSFile div.text {
	margin-left:20px;
}

div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}

table.infobox div.ZMSFile,
table.infobox div.ZMSTextarea {
   margin-left:20px;
}

table.infobox div.ZMSFile div.text {
   margin-left:20px;
}

table.infobox span{
   font-size: 14px;
 }

table.infobox div.ZMSFile div.text{
   font-size: 14px;
}

table.infobox div.ZMSFile div.title a{
   font-size: 14px;
}



/* ------ Linkbox ------ */

p.LinkElementTitle {
	color: black;
	font-weight: bold;
	font-size: 11px !important; font-size: 1em;
	margin:0px;
	padding:3px;
         background-color:#c8c8c8;
	}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	}
li.LinkElementInternalClient {
	list-style-image:url(common/internalclient_link.gif);
	}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	}
li.LinkElementFile {
	list-style-image:url(common/file_link.gif);
	}
div.LinkContainer ul li a:link,
div.LinkContainer ul li a:visited {
	color: #000;
	text-decoration:none;
	}
div.LinkContainer ul li a:hover {
        color: black;
        text-decoration: underline;
	}
li.LinkElementInternal a, 
li.LinkElementInternalClient a, 
li.LinkElementExternal a,
li.LinkElementMailto a,
a:visited {
	color:#3b4a8f;
	text-decoration: none;
	}
li.LinkElementInternal a:hover,
li.LinkElementInternalClient a:hover,
li.LinkElementExternal a:hover,
li.LinkElementMailto a:hover {
	color:#000000;
	text-decoration: underline;
	}

div.LinkBox ul li {
	width: auto;
	}
div.LinkBox ul li {
	font-size: 12px;
	}

.LinkBox li { line-height: 140%; }



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

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
	padding:0;
	margin:0;
	color:white;
}
#pageregionLeft #Newsindex p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color:white;
}
#pageregionLeft #Newsindex p a:link, 
#pageregionLeft #Newsindex p a:visited {
	color:white;
}

		/* content_teaser */
			div.content_teaser {
				border: 1px dotted #bcbcbc;
                                     margin-top: 1px;
				padding: 8px;
				/*margin-bottom: 10px;*/
				overflow: hidden;
				width: 280px;
				_width: 280px;
				*width: 280px;
				float: left;
                                    

			}
			
			div.content_teaser div.graphic {
				overflow: hidden;
				float: center;
				margin-right: 8px;
				margin-bottom: 5px;
				padding-right: 10px;
			}
			
			div.content_teaser div.graphic img {
				_float: center;
				max-width: 285px;
			}
			
			div.content_teaser div.title {
				background-color: #0D1F73;
				color: #ffffff;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 130%;
				font-weight: bold;
				padding: 5px 10px 7px 10px;
				margin-bottom: 10px;
			}
			div.content_teaser div.text {
				margin-left: 2px;
				margin-right: 10px;
			}
			
			div.content_teaser p.LinkElementTitle {
				background-color: #dfd9d2;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 120%;
				font-weight: bold;
				padding: 5px 10px 7px 10px;
				margin-bottom: 5px;
			}
			
			div.content_teaser div.link {
				/*background-image: url(../images/linkbutton.gif);*/
				background-repeat: no-repeat;
				background-position: left;
				margin-top: 8px;
				vertical-align: middle;
				padding: 1px;
				float:left;
			}
			
			body.home div.content_teaser div.link {
				/*background-image: url(../images/linkbutton_gr.gif);*/
				padding: 4px 10px 5px 10px;
			}
			
			div.content_teaser div.link a {
				text-decoration: none;
				margin-left: 2px;
				margin-bottom: 20px;
				font-weight: bold;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 130%;
			}



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

h1, h2, h3, h4, h5, h6 {
color:#26004D;
} 
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; }
table.ZMSTable table th { background-color:#DDEFFC; }
table.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;
}
/* Begin CSS Drop Down Menu */

#menuh-container
       {
	}

#menuh
	{
        width: 100%;
	float: left;
	margin:0px;
	padding:0px;
	background-color: #0d1f73;
	white-space:nowrap;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-bottom: 1px solid #555;
        border-right: 1px solid #555;
        border-left: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.6em;
        font-family: arial, helvetica, sans-serif;
	font-weight:bold;
            /* font-size: 15px;*/
	background-color: #0d1f73;
	color: #ffffff;
	text-decoration: none;
	/*border-right: 0.1em solid #fff;*/
      
	padding: 0.30em 1em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;*/
        background-color: #0d1f73;
	text-decoration:none;
	}
	
#menuh ul ul a:link, #menuh ul ul a:visited, #menuh ul ul a:active	/* menu deep 1 */
	{
	color: black;
	/*background-color: royalblue;*/
         background-color: #eee; 
	text-decoration:none;
        font-weight:normal;
	}


#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
        border:0px solid red;
	width: auto;	/* width of all menu boxes */
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul li
	{
        border: 0px solid red;
        
}

#menuh ul ul ul
	{
	top:-1px;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/**************************************/
/* 10. ZMS Forum Styles       */
/**************************************/

#ZMSForum input[type="submit"] {
	/*background-color: #c8c8c8;*/
}
#ZMSForum .nav-tabs li
{	border: 1px solid #c8c8c8;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #c8c8c8;
	border-color: #c8c8c8;
	margin-bottom: 0pt;
}
div.threadTree:hover, div.threadTree:active { background:#c8c8c8; }


