


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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.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;
	}
	
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
	{
	}

/*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox div.ZMSFile div.title a:link, 
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}
/**************************************/
/* (c) 2006 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/09/23            */
/* Modifies YAML for ZMS              */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
/*.neutralColorLight {background-color: #e8e8e8}*/
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: transparent;}
.teaserColor {background-color: transparent;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
/*.secondColorLight {background-color: #eee;}*/
/*.primColorStrong {background-color: #336699;}*/
/*.primColorMedium {background-color: #B0C3DE;}*/
.primColorLight {background-color: #DCE0EA;}
.primColorOrange {background-color: #FFF4E6;}


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



/* ######################################################################################################
** # YAML KORREKTUR (c) 2006 SNTL Publishing #############################
** ######################################################################################################
*/ 

.description {
font-weight:bold;
color:#666;
}

body.neutralColorBlack{
margin:2px;
padding:0px;
}

body.neutralColorBlack table {
table-layout:auto;
margin:0px;
padding:0px;
border-collapse:separate;
width:auto;
}

#main a[href^="http:"], #main a[href^="https:"] {
padding-left: 0px;
background: none;
}


/*
**  YAML Version: 2.5.1
**  Dateiversion: 27.08.06  
**  Datei       : nav_vlist.css
**
*/

@media all
{
/* ######################################################################################################
** ### Vertikale Listennavigation #######################################################################
** ######################################################################################################
*/

	ul#submenu { 
		width: 100%; 
		overflow: hidden;
		margin: 2.4em 0em;
 		padding:0px;
		list-style-type: none; 
		border-top: 2px #ddd solid; 
		border-bottom: 1px #ddd solid; 
	}
	ul#submenu a { 
		display:block;
		text-decoration: none;
		width: 100%; 
		padding: 0.1em 0em 0.3em 0em;
		border-bottom: 1px #ddd solid;
	}
	ul#submenu a.active span { 
		font-weight:bold;
	}
	ul#submenu li {
 	/* neutralize YAML */
		display:block; 
		width: 100%; 
 		margin:0px;
 		padding:0px;
	}
	#submenu li span {
 	/* neutralize YAML */
		display:block; 
		width:100%; 
		padding:0em; 
		background-color:transparent; 
		color: #000; 
		font-weight: normal; 
		border-bottom: 0px;
	}
	ul#submenu a:hover span { 
 		background-color:transparent; 
 		color: #fff; 
                font-weight: 600; 
 	}
        #submenu li ul li a:hover { background-color:trannsparent; color: #fff; }
	


	ul#submenu li a span { 
		display:block;
		width:100%; 
		background-color:transparent; 
		font-weight:normal;
		color:#000;
		border:0px;
 		margin:0px;
 		padding:0px;
 		padding-left:0.2em;
		cursor:pointer;
 	}

	ul#submenu ul { 
 		margin:0px;
 		padding:0px;
 	}
	ul#submenu li ul li {
 		margin:0px;
 		padding:0px;
	}
	ul#submenu li ul li a {
		width:100%; 
 		margin:0px;
		padding: 0.1em 0em 0.3em 0em;
		background-color:transparent; 
		color: #000;
	}
	ul#submenu li ul li a span {
		width:80%; 
		margin:0px;
		padding:0em 0em 0em 1.4em;
		background-color:transparent;
		color: #000;
	}
	ul#submenu li ul li ul li a span {
		padding:0em 0em 0em 2.5em;
	}
	ul#submenu li ul li ul li ul li a span {
		padding:0em 0em 0em 3.7em;
	}
	ul#submenu li ul li ul li ul li ul li a span {
		padding:0em 0em 0em 5.0em;
	}

/* ######################################################################################################
** ### Layout // TEASER #######################################################################
** ######################################################################################################
*/

/* Mittlere Spalte 
	#col3 { margin-right: 250px; } */
/* Rechte Spalte 
	#col2 {	width: 250px; } */
	#col2_content {	margin-left: 1.2em; margin-right: 1.2em; }

	form input#raw {
		width:185px;
		margin:0px 0px 0px 0px;
		display:block;
		float:left;
		height:12px;
		font-family:courier;
		font-size:12px;
		line-height:1em;
	}
	form input#btnSearch {
		margin:0px;
		padding:0px;
		border:0px;
		display:block;
		float:left;
	}
	div#teaser {
		text-align:left;
		margin:3em 0.2em;
		padding:0px;
		border:0px;
                background-color:transparent; 
	}
	div#teaser div.ZMSTeaserContainer,
	div#teaser div.ZMSTeaserElement,
	div#teaser div.ZMSTeaserElement div.graphic, 
	div#teaser div.ZMSTeaserElement div.title,
	div#teaser div.ZMSTeaserElement div.title a,
	div#teaser div.ZMSTeaserElement div.text,
	div#teaser div.ZMSTeaserElement div.text a  {
		float:none;
		clear:both;
		margin:0em;
		padding:0px;
		border:0px;
               background-color:#fff; 
	}
	div#teaser div.ZMSTeaserContainer {
		padding:1px;
		width:210px;
              background-color:#fff; 
	}
	div#teaser div.ZMSTeaserElement div.graphic,
	div#teaser div.ZMSTeaserElement div.text,
	div#teaser div.ZMSTeaserElement div.title {
		padding:3px;
	}

}
/* Hintergrund von Grafiken transparent schalten (sonst weiß), MS*/
div.ZMSGraphic, div.ZMSTeaserContainer {
background-color:transparent; 
}

div.ZMSGraphic#e706{
    margin-top: 50px;
}

div.ZMSGraphic.floatleft
	{ 
	float:left;
        padding-right:5px;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
        padding-left:5px;
	}
/* #### Einstellungen fuer den TinyMCE ####*/

.header1,.header2,.header3,.header4,.header5,.header1_1,.header2_1,.header3_1,.header4_1,.header5_1 { font-family:  Arial, Sans-Serif,Helvetica; font-weight:normal;}

.header1 {font-size: 1.6em; color: #20396e; margin: 0 0 0.25em 0; padding-top: 1.5em; }
.header2 {font-size: 1.4em; color: #20396e; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }
.header3 {font-size: 1.2em; color: #20396e; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
.header4 {font-size: 1.0em; color: #20396e; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
.header5 {font-size: 0.8em; color: #20396e; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
.header1_1 {font-size: 1.6em; color: #FE7C00; margin: 0 0 0.25em 0; padding-top: 1.5em; }
.header2_1 {font-size: 1.4em; color: #FE7C00; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }
.header3_1 {font-size: 1.2em; color: #FE7C00; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
.header4_1 {font-size: 1.0em; color: #FE7C00; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
.header5_1 {font-size: 0.8em; color: #FE7C00; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
.header1_2 {font-size: 1.6em; color: #B74D69; margin: 0 0 0.25em 0; padding-top: 1.5em; }
.header2_2 {font-size: 1.4em; color: #B74D69; margin: 0 0 0.25em 0; padding-top: 1.5em; border-bottom: 2px #ddd solid; }
.header3_2 {font-size: 1.2em; color: #B74D69; margin: 0 0 0.25em 0; padding-top: 1.5em; font-weight:bold; }
.header4_2 {font-size: 1.0em; color: #B74D69; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
.header5_2 {font-size: 0.8em; color: #B74D69; margin: 0 0 0.30em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}

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