

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

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

div.ZMSGraphic {
	background-color: #F8F8F8;
	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;
}

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

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.elearning-associates.com/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/*  BO poll f_css_defaults */
div.poll { margin-bottom:1em;}
.pollColorStrong { background-color:#5D6175; }
.pollColorMedium { background-color:#89A391; }
.pollColorLight { background-color:#CCC3A0; }
.pollColorBlack { background-color:#000; }
/* EO poll 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: red;
  text-decoration: line-through;
} 

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

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



div#zmi_logo, table.zmiTabBg {background-color:#fff;}
body.zmi div.zmi {width: 749px;}


/*********************/
/*- Testweise-*/
/*********************/

img.img {border:none;}

/*.ZMSTable table {width:400px; table-layout:fixed;}*/

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

body#root {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(common/bggradient.jpg) bottom left fixed repeat-x;
	position:relative;
	text-align:center;
	}
	
#pageregion {
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 0;
	width:850px;
	text-align:left;
	background-color:#fff;
	}

#pageregionTop {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #666;
	background-color:#fff;
	}

#pageregionContentExtrashell {
	background: url(common/BGpageregionLeft.gif) repeat-y  left;
	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentOutershell {
	/*background: url(common/BGpageregionRight.gif) repeat-y right;*/
	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentInnershell {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	margin-right: -220px;
	/*background: url(common/BGpageregionRight.gif) repeat-y right;*/
	}
#pageregionContent {
	margin-right: 220px;
	background: url(common/BGpageregionLeft.gif) repeat-y left;
	}
#pageregionLeft {
	float: left;
	width: 195px;
	}
#Content {
	margin-left: 210px;
	} 

/*-- Broad: without pageregionRight --*/
#pageregionContentOutershellBroad {
	margin: 0;
	padding: 0;
	border: 0;
	}

#pageregionContentInnershellBroad {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	}
#pageregionContentBroad {
	margin-right: 10px;
	background: url(common/BGpageregionLeft.gif) repeat-y left;
	}
	
#ContentBroad {
	width: 625px;
	margin-left: 210px;
	}
	
/*-- /Broad: without pageregionRight --*/


#pageregionBefore {
	padding-top: 10px;
	}

#pageregionRight {
	float: right;
	padding:10px;
    padding-top:20px;
	text-align:left;
/*-------box model hack-------*/
	width: 180px !important;
	width: 200px;
	width/**/:/**/180px;

	}
#pageregionBottom {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 5px 10px;
	text-align: left;
	clear: both;
	}

#pageregionBottom p {
	margin: 0;
	padding: 0;
	font-size:x-small;
	}

#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 {
	font-weight : normal; 
	text-decoration : none;
	color: #6A3250;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #6A3250;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #6A3250;
	background: transparent;  
	}

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

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

#Menu ul.Menu
	{
	background: #E9DAE2;
	height:27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
	color: #666;
	float: left;
	width: 100%;
	font-size:small;
    border:1px solid #666;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul.Menu {
font-size : small;
}
html>head:first-child+body #Menu ul.Menu {
font-size : small;
}
/* */
/*----- /font size hack -----*/

#Menu ul.Menu li.Menu 
	{
    font-size:small;
	margin: 0;
	padding: 0;
	display: inline;
	white-space:nowrap;
	}

#Menu ul.Menu li.Menu a
	{
    font-size:small;
	height:22px;
	font-weight: bold;
	padding: 0.35em 1em 0.0em 1em;
	color: #666;
	text-decoration: none;
	float: left;
	/*border-right: 0.1em solid #eee;*/
	}

#Menu ul.Menu li.Menu a.current
	{
    font-size:small;
	font-weight:bold;
	color:#6A3250;
	background: #E9DAE2;
	}

#Menu ul.Menu li.Menu a:hover
	{
	color: #000;
	background: #E9DAE2;
	}
	
/*-----MenuDropdown-----*/

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


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

.navDropdown {
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 3px 3px 3px 14px;
	font-size:small;
}
/*----- font size hack -----*/
/*/*/a{}
body .navDropdown {
font-size:small;
}
html>head:first-child+body .navDropdown {
font-size:small;
}
/* */
/*----- /font size hack -----*/


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

#Micronavigation, #Micronavigation span, #Micronavigation span a {
	font-size : x-small;
} 
#Micronavigation {
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:1px;
}
#Micronavigation span {
	display:block;
	padding:7px 15px 6px 15px;
	margin:0px;
	font-weight:bold;
	line-height:1em;
}
/*----- font size hack -----*/
/*/*/a{}
body #Micronavigation span, 
html>head:first-child+body #Micronavigation a {
font-size : small;
}
html>head:first-child+body #Micronavigation span,
html>head:first-child+body #Micronavigation a {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/

/*-----Macronavigation-----*/

#Macronavigation {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;      
	}


#Macronavigation ul {
/*--	border-top: 1px solid silver;	-*/
/*--	border-bottom: 1px solid #fff;	-*/	
	}

#Macronavigation ul li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: 0px;
	line-height: 1.25em;
	font-size: small; 
	}

/*----- font size hack -----*/
/*/*/a{}
body #Macronavigation ul li {
font-size : small;
}
html>head:first-child+body #Macronavigation ul li {
font-size : small;
}
/* */
/*----- /font size hack -----*/

	
#Macronavigation ul li.doc	{
	list-style: disc url(common/icondoc.gif) inside;
	}
#Macronavigation ul li.folder	{
	list-style: disc url(common/iconfolder.gif) inside;
	}
#Macronavigation ul li a:link {
	font-weight: normal;
	}

#Macronavigation ul li	{
/*--	padding: 5px 0px 8px 10px;	-*/
/*--	border-top: 1px solid #fff;	-*/
/*--	border-bottom: 1px solid silver;-*/
}


#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	}
#Macronavigation dd {
	padding: 0;
	margin: 0 0 0 0;
	}  
/*********************/
/* Content-Elements  */
/*********************/
	
h1, h2, h3, 
h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	}
	
h1 {
	margin-top: 0.0em;
	font-size: 1.5em;    
	font-weight: bold;      
	}

h2	{
	margin-top: 1.5em;
	font-size: 1.3em; 
	font-weight: bold;    
	} 

h3 {
	margin-top: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
	} 

h4	{
	margin-top: 1.5em;
	font-size: 1.0em;
	font-weight: bold;    
	} 


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

/*----- font size hack -----*/
/*/*/a{}
body p, body li, body th, body td, body blockquote {
font-size : small;
}
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 : small;
}
/* */
/*----- /font size hack -----*/	


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

p.description	{
	font-weight:bold;
	}

p.emphasis	{
	font-weight:bold;
	font-style:italic;
	}


p.caption		{
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
	}


blockquote {
	background-color:#E2E3DE;
	border: 1px solid #666666;
	padding: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: 11px;
	margin-left: 11px;
	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;  
	}
/*----- font size hack -----*/
/*/*/a{}
body p.creator, body p.smalltext  {
font-size : x-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: x-small;
}

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


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

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


th	{
	font-weight: bold;
	}


div.poll {
background-color:#eee;
border:1px solid #666;
margin-bottom:2em;
}

div.poll form {
margin:0px;
padding:0px;
}
div.poll table td.neutralColorBlack {
white-space:nowrap;
}
div.poll table.secondColorLight td {
vertical-align:top;
}


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

.form {
	color: #000;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	font-size: x-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: x-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 */
/**********************/
/*--------- ZMS TEASER --------------*/

div#Teaser
	{
	width:157px;
	}

div#Teaser div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
}
div#Teaser div.ZMSTeaserContainer div.ZMSTeaserElement {
	width:155px;
	padding:0px;
}
div#Teaser div.ZMSTeaserContainer div.ZMSTeaserElement img.title {
	border: none;
}

div#Teaser div.ZMSTeaserContainer div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px 2px 2px 2px;
	display: block;
    	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
div#Teaser div.ZMSTeaserContainer div.ZMSTeaserElement div.title a {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px 2px 2px 2px;
	display: block;
}

div#Teaser div.ZMSTeaserContainer div.ZMSTeaserElement div.text
	{
	padding: 3px 3px 3px 3px;
	line-height:1.3em;
    font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
    
    
    
table.teaserElement {
	border-spacing: 0pt 0pt;
	border-collapse: collapse;
	border-style: none;
	width: 175px;
	text-align:left;
}

.teaserTitle {
	line-height : 15px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-right:3px;
	font-size: x-small;
}

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

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

/* td.teaserText  {  	*/
/* 	padding : 6px;	*/
/* 	background-image:url(common/spacer.gif); 	*/
/* }	*/

.teaserText p {
	font-weight : normal;
	text-decoration : none;
	color : #000;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-right:3px;
	font-size: x-small;

}

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

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

#teaser .teaserText a,
a.teaserText:link, a.teaserText:visited,
a.teaserText:hover, a.teaserText:active {
	text-decoration: none;
	color:#334565;
}

/*******************/
/* 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:#E9DAE2; text-align:left; vertical-align:top;}
div.ZMSTable table td  { background-color:#EEEEEE; text-align:left; vertical-align:top;}

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


table.zmiTabBg { 
	background:#fff; 
}

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

.primColorStrong0 { background-color:#6A3250; }
.primColorMedium0 { background-color:#92446D; } 
.primColorLight0  { background-color:#C49AB0; } 

.secndColorStrong1 { background-color:#361928; }
.secndColorStrong0 { background-color:#582941; }
.secndColorMedium1 { background-color:#79395B; } 
.secndColorMedium0 { background-color:#92446D; }
.secndColorLight1  { background-color:#CBA6B9; }
.secndColorLight0  { background-color:#E9DAE2; }

.teaserColor { background-color:#FF9A02; } 

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong0 { background-color:#393942; }
.neutralColorMedium0 { background-color:#A2A2A6; } 
.neutralColorLight0  { background-color:#EBEBEB; } 
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:transparent; } 

div#teaser,
div.ZMSTeaserElement, 
div.ZMSTeaserElement div.text, 
div.ZMSTeaserElement div.title, 
div.ZMSTeaserElement div.graphic {
width:auto;
}
div.ZMSTeaserContainer {
width:157px;

}
 
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.text {
padding:3px;
margin:0px;
font-size:10px;
}
div.ZMSTeaserElement div.text {
padding:3px 5px;
}

div.ZMSTeaserElement a {
margin:0px;
padding:0px;
font-size:10px;
}

div.ZMSTeaserElement div.graphic img{
border:0px;
}

div.LinkBox ul  {
margin-bottom:1em;
}
