

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


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


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

body#root {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../bg_main.jpg);
	background-position: 828px 0px;
	background-repeat: no-repeat;
	position:relative;
	text-align:left;
	width:100%;
}
	
#pageregion {
	margin: 0;
	padding: 0;
	position:relative;
	left:0px;
	border: 0;
	width:100%;
	text-align:left;
	background-image: url(../bg_main.jpg);
	background-position: 828px 0px;
	background-repeat: no-repeat;
}

#pageregionTop {
	margin: 0;
	margin-top:5px;
	margin-left:5px;
	padding: 0;
	border: 0;
}


#pageregionTop .TopLeftHome{
	background: url(../bg_home_left.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	border: 0;
	width:743px;
	height:324px;
}
#pageregionTop .TopLeftContent{
	background: url(../bg_content_left.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	border: 0;
	width:743px;
	height:130px;
}

#pageregionTop .TopRightHome{
	background: url(../bg_home_right.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	border: 0;
	height:324px;
}

#pageregionTop .TopRightContent{
	background: url(../bg_content_right.gif);
	margin: 0;
	padding: 0;
	border: 0;
	height:130px;
}



#pageregionMenu {
	margin: 0;
	padding: 0;
	border: 0;
	width:100%;
	height:22px;
	background-color:#002168;
}

#pageregionContent {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E4E6EA;
	width:100%;
}

#pageregionContentExtrashellHome {
	margin: 0;
	margin-left:5px;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;	
	border-left: 1px solid #000F49;
	border-bottom: 1px solid #000F49;
}

#pageregionContentExtrashell {
	margin: 0;
	margin-left:5px;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;	
	border-bottom: 1px solid #000F49;
}

#pageregionContentOutershell {
	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentInnershell {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	margin-left: 5px;

}

#pageregionLeft {	
	margin: 0;
	padding: 0;
	margin-top:10px;
	border: 0;
	float: left;
	width: 214px;
}

.pageregionLeftBG{	
	width:214px;
	background: url(../bg_macro.gif) left bottom no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	border-top:1px solid #012269;
	border-left:1px solid #012269;
	border-right:1px solid #012269;
}	

#Content {
	padding:0;
	margin:0;
	margin-top: 18px;
	margin-left: 9px;
	margin-right: 9px;
	background-color:white;
}

.ZMSTextarea{
	background-color:white;

}

.ZMSTextarea .title{
	background-color:white;

}

.ZMSTextarea .text{
	background-color:white;

}

.LinkListe .ZMSLinkElement{
	border:0;
	margin:0;
	padding:0;
	background-color:white;
}

div.ZMSFile.none, div.ZMSLinkElement.none {
    border: 0 none;
    margin-bottom: 2em;
}

.ZMSLinkElement{
	border:0;
	margin:0;
	padding:0;
	background-color:white;
}
.ZMSLinkElement .title{
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	font-weight : normal; 
	text-decoration : none;
	color:#002168;
	background-color:white;
}

.LinkListe .ZMSLinkElement .title a{
	border:0;
	margin:0;
	padding:0;
	font-weight : normal; 
	text-decoration : underline;
	color:#002168;
	background-color:white;
}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited, div.ZMSTeaserElement div.title {
	padding:0;
}

.ZMSLinkElement .text{
	border:0;
	margin:0;
	padding:0;
	background-color:white;

}

#ContentHome {
	padding:0;
	margin:0;
	margin-top: 9px;
	margin-right: 9px;
	margin-left: 85px;
	background-color:white;
}

.pageregionTeaser{
	background: url(../bg_teaser.gif) 10px 0px no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #002168;	
}

#pageregionBefore {
	padding-top: 0px;
}

#pageregionRight {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
	width: 200px;

}

#pageregionBottom {
	border: 0;
	text-align: left;
	clear: both;
}


#Copyright {
	font-size:10px;
	line-height:10px;
	color:#677697;
	padding:0;
	height:18px;
	margin-left:6px;
}

#Copyright td {line-height:10px;
	
	font-size:10px;
	color:#677697;
}

#Copyright a:link,#Copyright a:visited {
	line-height:10px;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#Copyright a:hover {
	text-decoration:underline;
}

#MailFormular {
	padding:8px;
	background-color: #FFFFFF;
}

#MailFormular form, #MailFormular td{
}
#MailFormular td{
	line-height:140%;
}
#MailFormular input,#MailFormular textarea{
	/* border:1px solid black; */
	font-size:12px;
	line-height:12px;
}


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

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

.TopHeadline{
	text-align:right;
	padding:10px;
	margin:0;
	font-size:25px;
	color:white;
}

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

a:link, a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color:#002168;
	background: transparent; 
	}

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

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

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

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

#Menu {
	border:0;
	margin:0;
	margin-left: 15px;
	padding:0;
}

#Menu ul.Menu
	{
	font-family: Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
	color: #91A2BE;
	float: left;
	font-size:13px;
	font-weight:bold;
}

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

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

#Menu ul.Menu li.Menu a
	{
	height:22px;
	line-height:22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 9px;
	padding-right: 24px;
	color: #91A2BE;
	text-decoration: none;
	float: left;
	background: #002168 url(../navkasten0.gif) 0px 6px no-repeat;
	}

#Menu ul.Menu li.Menu a.current
	{
	font-weight:bold;
	color:white;
	background: #002168 url(../navkasten1.gif) 0px 6px no-repeat;
	}

#Menu ul.Menu li.Menu a:hover
	{
	color: white;
	background: #002168 url(../navkasten1.gif) 0px 6px no-repeat;

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

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
}

.menuDropdown {
	border: 1px solid #002168;
	background-color: #FFFFFF;
	width:189px;
	padding:9px;
}

.navDropdown {
	margin:0;
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	line-height: 1.3em;
	white-space:nowrap;
	font-size:12px;
	color:#002168;
}

.navDropdown a {
	background-color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
	color:#002168;	
}
.navDropdown a:hover {
	background-color: #FFFFFF;
	text-decoration:underline;
	font-size:12px;
	color:#002168;	
}
/*----- font size hack -----*/
/*/*/a{}
body .navDropdown {
	font-size:12px;
}
html>head:first-child+body .navDropdown {
	font-size:12px;
}
/* */

/*----- /font size hack -----*/

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

#Micronavigation {
	margin:0;
	border:0;
	padding:0;
	padding-bottom:10px;
	color: #8a97af;
	text-align:left;
	}

#Micronavigation, #Micronavigation a, #Micronavigation span {
	color: #8a97af;
	font-size:  10px;	
	}

#Micronavigation span {
	color: #00194E;
	font-weight:normal;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Micronavigation span, 
html>head:first-child+body #Micronavigation a {
font-size : 10px;
}
html>head:first-child+body #Micronavigation span,
html>head:first-child+body #Micronavigation a {
font-size : 10px;
}
/* */
/*----- /font size hack -----*/

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

#Macronavigation {
	margin:0;
	padding:0;
	padding-top: 12px;
	height:100%;
}

#Macronavigation ul.Macronavigation
	{
	font-family: Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
	color: #002168;
	font-size:12px;
	font-weight:normal;
	width:214px;
}

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

#Macronavigation ul.Macronavigation li.Macronavigation 
	{
	margin: 0;
	padding: 0;
	display: block;
	white-space: nowrap;
	width:214px;
}

#Macronavigation ul.Macronavigation li.Macronavigation a
	{
	width:205px;
	height:22px;
	display: block;
	line-height:22px;
	font-weight:normal;
	margin: 0;
	padding: 0;
	margin-left: 9px;
	color: #002168;
	text-decoration: none;
	background: #FFFFFF url(../navkasten0.gif) 200px 4px  no-repeat;
}

#Macronavigation ul.Macronavigation li.Macronavigation a.current {
	font-weight:bold;
	color:#002168;
	background: #FFFFFF url(../navkasten1.gif) 200px 4px no-repeat;
}

#Macronavigation ul.Macronavigation li.Macronavigation a:hover {
	text-decoration: underline;
	background: #FFFFFF url(../navkasten1.gif) 200px 4px no-repeat;
}

/*********************/
/* Content-Elements  */
/*********************/
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	color:#002168;
	line-height:140%;
}
	
h1 {
	margin-top: 0.0em;
	font-size: 22px; 
}

/*----- font size hack -----*/
/*/*/a{}
body h1 {
	font-size: 22px; 
}
html>head:first-child+body h1 {
	font-size: 22px; 
}
/* */
/*----- /font size hack -----*/	
	
	
h2	{
	margin-top: 5px;
	font-size: 20px; 
	} 

/*----- font size hack -----*/
/*/*/a{}
body h2 {
	font-size: 20px; 
}
html>head:first-child+body h2 {
	font-size: 20px; 
}
/* */
/*----- /font size hack -----*/	


h3 {
	margin-top: 5px;
	font-size: 18px; 
	} 

/*----- font size hack -----*/
/*/*/a{}
body h3 {
	font-size: 18px; 
}
html>head:first-child+body h3 {
	font-size: 18px; 
}
/* */
/*----- /font size hack -----*/	
	
	
h4	{
	margin-top: 5px;
	font-size: 16px; 
	} 

/*----- font size hack -----*/
/*/*/a{}
body h4 {
	font-size: 16px; 
}
html>head:first-child+body h4 {
	font-size: 16px; 
}
/* */
/*----- /font size hack -----*/	
h5	{
	margin-top: 5px;
	font-size: 14px; 
	} 

/*----- font size hack -----*/
/*/*/a{}
body h5 {
	font-size: 14px; 
}
html>head:first-child+body h5 {
	font-size: 14px; 
}
/* */
/*----- /font size hack -----*/	


p, li, th, td, blockquote, .text
	{
	color:#002168;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;        
	}
.text{
	background-color:#FFFFFF;
}
.ZMSGraphic,.graphic,.clearfloating{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}


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


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

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


blockquote {
	border: 1px solid #666666;
	padding:10px
}

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

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

ul ul li {
	margin-top: 10px;
	list-style: disc outside;
	vertical-align: top;
	}

p.creator, p.smalltext {
	font-size: 10px;        
	}
/*----- font size hack -----*/
/*/*/a{}
body p.creator, body p.smalltext  {
	font-size: 10px;        
}
html>head:first-child+body p.creator, 
html>head:first-child+body p.smalltext {
	font-size: 10px;        
}
/* */
/*----- /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: 11px;        
	}
/*---- /IE/Win code size hack ----*/


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

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


th	{
	font-weight: bold;
	}

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

.form {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	font-size: 12px;       
	}

html>.form {
	font-size: 12px;        
	} 

.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 12px;        

	}

html>.form-button  {
	font-size: 12px;        
	} 

#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;
	width: 175px;
	text-align:left;
	color:white;
}

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

#Teaser{
	font-family: Arial Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	color:white;
}

#Teaser .ZMSTeaserElement{
	padding:0;
	margin:0;
	margin-bottom:15px;
	background-color:transparent;
}

#Teaser a {
	text-decoration:underline;
	color:white;
}

#Teaser .graphic,
#Teaser .graphic a,
#Teaser .graphic a img{
	padding:0;
	margin:0;
	background-color:transparent;
}

#Teaser .title a {
	text-decoration:none;
	color:white;
}
#Teaser .title {
	background:transparent url(../teaserkasten.gif) 0px 5px no-repeat;
	padding:0 0 0 20px;
	color:white;
}

#Teaser .text{
	padding-left:20px;
	color:white;
}

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

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

.teaserText p {
	font-weight : normal;
	text-decoration : none;
	color:white;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-right: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 -----*/

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

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

/*******************/
/* 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 { width:100%; margin-bottom: 1em; }
div.ZMSTable table { width:100%; }
div.ZMSTable table th { background-color:#FFFFFF; }
div.ZMSTable table td  { background-color:#FFFFFF; }

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

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

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

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

.teaserColor { background-color:transparent; } 

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

