

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

/*-- 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;
}div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.statt-werk.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}

/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/* mod. jklein: 2006/12/19            */
/**************************************/

/**************************************/
/* 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: #000}
.teaserColor {background-color: #CCFFFF;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 12px !important; */
	/* font-size: 0.8em; */
	font-size:77%;
	position:relative;
	text-align:center;
	}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:1014px;
	text-align:left;
	float:left;
	margin-left:10px;
	margin-top:-15px !important;
	margin-top:-5px;
	}
	
#pageregion div#claimLeft{
	float:left;
	width:187px;
	font-weight:bold;
	font-size:12px;
	padding-top:23px;
	padding-left:3px;
	}

#pageregion div#headMetanav{
	float:left;
	height:17px;
	width:824px;
	margin-top:25px;
	padding-top:3px;
	font-size:12px;
	background-color:#CCD6EB;
	}

#pageregion div#headMetanav a:link, #pageregion div#headMetanav a:visited{
	border:0px;
	}

#pageregion div#headMetanav span{
	padding-left:30px;
	}

/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background-color:#fff;
	}

/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent;
	}

/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -260px;
	background:transparent;
	}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent;
	margin-right: 255px;
	}

#Content {
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
	overflow:visible;
	}

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

#Banner {
	float:left; width:764px;
	height:80px;
	}

#Banner a:link, #Banner a:visited{
	border:0px;
	}

#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#b0c3de;
	width:100%;
	}

#Logo a:link, #Logo a:visited{
	border:0px;
	}

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

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	background-color: #fff;
	width:250px; 
	}

#pageregionRightHeader {
	position:absolute;
	width:250px;
	margin:0px;
	margin-bottom:20px;
	height:20px;
	padding:0px;
	background-color: #CCD6EB;
	}
	
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
	}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	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:rgb(0,51,153);
	white-space:nowrap;
	}

div#Menu ul {
	margin:0px;
	padding:0px;
	padding-left:130px;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: transparent;
	color: #CCCCFF;
	text-decoration: none;
	padding: 0.30em 1em;
	border:0px;
	}

div#Menu ul li a.current {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
	}

div#Menu ul li a.home {
	background-color: transparent;
	}

div#Menu ul li a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	}

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

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

.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; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFA500;
	}

#Micronavigation a:link, #Micronavigation a:visited {
	color: rgb(0,51,153);
	text-decoration:none;
	border:0px;
	}

#Micronavigation a:hover {
	color: #FFA500;
	text-decoration:none;
	}

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

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:181px;
	position:absolute;
	}	

#Macronavigation ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
	list-style-type: none;
	font-size: 12px !important;
	font-size: 11px;
	}

#Macronavigation ul li.parent {
	color: rgb(0,0,102);
	margin: 0;
	margin-top:-5px;
	border: 0;
	padding: 1px 3px 3px 1px;
	border-bottom: 1px solid rgb(0,51,153);
	list-style-type: none;
	background-image: none;
	font-weight:bold;
	}

#Macronavigation ul li {
	color: rgb(0,0,102);
	margin: 0;
	border: 0;
	padding: 0px 3px 0px 1px;
	background-repeat: no-repeat;
	background-position: 17px 7px;
	list-style-type: none;
	font-weight:bold;
	}

#Macronavigation ul li.active {
	list-style-type: none;
	}

#Macronavigation ul li a:link, #Macronavigation ul li a:visited {
	color: rgb(0,0,102);
	text-decoration:none;
	border:0px;
	}

#Macronavigation ul li a:hover {
	text-decoration:underline;
	}

#Macronavigation ul li.active a:link,#Macronavigation ul li.active a:visited {
	color: #FFA500;
	text-decoration:none;
	}

#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
	}

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

#Sitemap {
	margin-left: 200px;
	margin-right:20px;
	margin-bottom:20px;
	padding:46px 0px 0px 0px;
	border:0;
	}

#Sitemap ul  {
	margin: 8px 0 0 0;
	padding:0 ;
	list-style-type: none;
	}

#Sitemap  li {
	margin:0 0 0 2px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	background:url(http://www.statt-werk.de/common/css/common/listDot_blue.gif) no-repeat 0 .6em;
	}

a.sitemapCurrent:link, a.sitemapCurrent:visited{
	font-weight:bold;
	}

#Sitemap h1 {
	border-bottom:solid 1px rgb(0,0,102);
	}

/* -- 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:195px;
	vertical-align:middle;
	}

#Search input#btnSearch {
	vertical-align:middle;
	}

#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}

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

#Metanavigation {
	text-align:right;
	margin:10px 0px;
	margin-top:25px !important;
	margin-top:25px;
	}

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

#pageelement_Copyright{
	margin:0px;
	padding:0px;
	padding-top:2px;
	margin-left:200px;
	margin-right:250px;
	color: #666666;
	border-top:solid 2px #CCD6EB;
	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited {
	color: #666666;
	border:0px;
	text-decoration:none;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active {
	text-decoration : none;
	color: #FF9900;
	border-bottom: 1px solid;
	}
	
.pageelement_CopyrightCenter{
	}


div.floatRight a:link, div.floatRight a:visited{
	border:0px;
	}

#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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(0,51,153);
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	/* font-size: 12px; */
	}

h1.title {
	font-size: 100%;
	line-height: 24px;
	margin-top:10px !important;
	margin-top:9px; 
	border-bottom:solid 1px  rgb(0,51,153);
	/* margin-right:-25px; */
	}

h1,.heading1 {
	font-size: 100%;
	line-height: 20px;
	margin-top:16px; 
	}

h2,.heading2 {
	font-size: 90%;
	line-height: 18px
	}

#headMetanav h2, #Menu h2, #Macronavigation h2, #Micronavigation h2  {
	display: none;
	}

h3,.heading3 {
	font-size: 80%;
	line-height: 16px;
	margin-bottom: 0px
	}

h4,.heading4 {
	font-size: 75%;
	line-height: 14px;
	font-style:italic;
	}

h5,.heading5 {
	font-weight: normal;
	font-size: 64%;
	line-height: 14px 
	}

p {
	line-height: 15px;
	line-height: 1.5em;
	}

ol {
	line-height: 1.5em;
	}

ul {
	line-height: 1.5em;
	list-style-type: square;
	}

#Content ul  {
	margin: 8px 0 0 0;
	padding:0 ;
	list-style-type: none;
	}

#Content ul li {
	margin:0 0 0 2px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	background:url(http://www.statt-werk.de/common/css/common/listDot_blue.gif) no-repeat 0 .6em;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#333333;
	}

p.emphasis {
	background-color:#e8e8e8;
	border:solid 1px #999;
	margin: 1px;
	padding:2px;
	line-height: 150%;
	}

p.description {
	line-height: 16px;
	color:#333333;
	}

p.creator  {
	}

p.small {
	font-size: 10px;
	}

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

blockquote {
	margin:8px 8px 5px 8px;
	padding:3px;
	border:solid 1px #cccccc;
	line-height: 150%;
	}

a:link, a:visited {
	color: #333333;
	border-bottom: 1px dashed;
	text-decoration:none
	}

a:hover, a:active {
	text-decoration : none;
	color: #FF9900;
	border-bottom: 1px solid;
	}

#headMetanav span a:link, #headMetanav span a:visited {
	color: #333333;
	text-decoration : none;
	}

#headMetanav span a:hover, #headMetanav span a:active{
	color: #333333;
	text-decoration : underline;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	font-size: 10px !important; font-size: xx-small;
	}

table.ZMSTable {
	width:100%;
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#B2C1E0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	}

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.zoom:link, a.zoom:visited
	{
	border:0px;
	}

a.superzoom:link, a.superzoom:visited
	{
	border:0px;
	}

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

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

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement {
	width:248px;
	padding:0px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

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

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
	border:0px;
	color:#333333;
	}

div.ZMSTeaserElement div.title a:hover,  div.ZMSTeaserElement div.title a:active{
	text-decoration:underline;
	color:#FF9900;
	}

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

div.ZMSTeaserElement div.text a:link,  div.ZMSTeaserElement div.text a:visited{
	border:0px;
	color:#333333;
	}

div.ZMSTeaserElement div.text a:hover,  div.ZMSTeaserElement div.text a:active{
	text-decoration:underline;
	color:#FF9900;
	}
	
/*--------- Teaser Links  --------------*/

#TeaserLeft {
	width:181px;
	}
	
#TeaserLeft div.ZMSTeaserContainer {
	width:179px;
	}
	
#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement {
	width:179px;
	}

#pageregionLeft #teaserElementLeft {
	width:163px;
	padding: 0px 20px 0px 0px;
	margin:0;
	margin-top:-1px;
	position:absolute;
	}

#pageregionLeft #teaserElementLeft h1.title {
	margin-top:-7px !important;
	margin-top:-7px;
	}

#pageregionLeft #teaserElementLeft p.textTeserLeft {
	padding-top:0px;
	}
	
#pageregionLeft #teaserElementLeft p.linkTeserLeft {
	padding-top:0px;
	}
	
/*--------- 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: #333333;
	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: #333333;
	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;
	}

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

div.stattwerkForm {
	margin-top:0px;
	padding-top:0px;
	}

form.contactStattwerk{
	margin-left:14px;

	}

form.contactStattwerk fieldset{
	background-color:#F7F7F6;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#D4DAD6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
	width:420px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	}

form.contactStattwerk fieldset p{
	margin:0px;
	margin-top:8px;
	}

form.contactStattwerk fieldset legend{	
	background-color:#F7F7F6;
	border-width:1px 1px 1px 10px;
	border-color:#CCD6EB;
	border-style:solid;
	color:#002D96;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
	width:116px;
	padding:3px 5px;
	margin:0px 0px 10px -40px;
	position:relative;
	top: -14px;
	}
	 
form.contactStattwerk fieldset legend img{
	padding:0px 5px 0px 5px;	
	}

form.contactStattwerk label{
	color:#002D96;
	font-size:90%;
	font-weight:bold;
	display:block;
	float:left;
	width:80px;
	text-align:left;
	margin:4px 5px 0px 0px;
	}

form.contactStattwerk input, form.contactStattwerk textarea{
	background-color:#F7F7F6;
	width:300px;
	margin:2px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#002D96;
	color:#6A6A6A;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
	}


form.contactStattwerk input.button{
	background-color:#F7F7F6;
	background-image:none;
	border-width:1px;
	border-style:solid;
	border-color:#002D96;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:454px;
	padding:2px;
	margin:0px 0px 0px 0px;
	}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- 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;
	margin-bottom:5px;
	}

div.infobox div.ZMSFile div.title a:link, div.infobox  div.ZMSFile div.title a:visited {
	color: #333333;
	border-bottom: 1px dashed;
	text-decoration:none;
	}

div.infobox div.ZMSFile div.title a:hover, div.infobox  div.ZMSFile div.title a:active {
	text-decoration : none;
	color: #FF9900;
	border-bottom: 1px solid;
	}

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

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

div.infobox ul li {
	}

li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
	}

li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	}

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

#pageregionLeft #Newsindex {
	width:181px;
	padding: 0px 20px 0px 10px;
	margin:0;
	position:absolute;
	}

#pageregionLeft #Newsindex h2 {
	padding:0;
	margin:0;
	}

#pageregionLeft #Newsindex p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

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

h1, h2, h3, h4, h5, h6 {
	} 

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

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

body.zmi div.zmi {width: 749px;}

div#zmi_logo {background-color:#fff;}

table.zmiTabBg {background-color:#fff;}

body.zmi {background:#eee;}

