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

/*--------------------------------------*/
/*    StringBall base                   */
/*--------------------------------------*/
ul.stringball{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	top:10px;
	left:20px;
}
ul.stringball strong {
/*  color: #C9252C; */
  font-weight:bold !important;
  }
ul.stringball em {

  }
ul.stringball li{
	position:absolute;
	margin:0;
	padding:0;
	background-image:none !important;
	list-style-image:none;
	line-height:1.1em;

}
ul.stringball li p{
	margin:0;
	padding:0;
	line-height:1.1em;
}
ul.stringball strong,
ul.stringball li,
ul.stringball li a {	color:white; }
/*--------------------------------------*/
/*    StringBall design                 */
/*--------------------------------------*/
ul.stringball{
	width:565px;
	height:280px;
	border:none 0px #333;
	font-size:14px;
	font-weight:bold;
}
ul.stringball li a{
	padding:2px;
	text-decoration:none;
	/* color:#f90; */
	border:none 0px;
	font-weight:normal;
}

ul.stringball li a:hover{
	/* border:solid 1px #C9252C;
	 background-color:#F3F3F3;*/
	text-decoration:underline;
	}

/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//*--------------------------------------*/
/*    StringBall base                   */
/*--------------------------------------*/
ul#stringballTeaser{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
/*	margin:60px 0 0 30px;*/
}
ul#stringballTeaser li{
	position:absolute;
	margin:0;
	padding:0;
	background-image:none !important;
	list-style-image:none !important;
	line-height:1em;
}

/*--------------------------------------*/
/*    StringBall design                 */
/*--------------------------------------*/
ul#stringballTeaser{
	width:140px;
	height:100px;
	border:none 0px #333;
	font-size:30px;
	font-weight:bold;
}
ul#stringballTeaser li a{
	padding:2px;
	text-decoration:none;
	/* color:#f90; */
	border:none 1px;
}

ul#stringballTeaser li a:hover{
	/* border:solid 1px #C9252C;
	 background-color:#F3F3F3; */
	text-decoration:underline;
	}


div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('http://www.all-group.net/metaobj_manager/ZMSMediaPlayerLib.loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* BO formContainer.f_css_defaults */
div.formular {
  /* display:table; */
  /* table-layout:auto; */
  width:auto;
  border-collapse:collapse;
  background-color:#fcfcfc;
  border:1px solid silver;
  padding:3px;
  font-size:12px;
}
div.formular p {
 color: black !important;
}

div.formrow {
  /* display:table-row;*/
  margin: 0.0em 2.0em 0.0em 0.5em;
}
div.formrow div.system-msg  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding-left: 22px !important;
  background-repeat:no-repeat;
  background-position:2px 2px;
  background-image:url(/misc_/zms/spacer.gif);
}
br.clearfloat {
  clear:both;
  height:0;
  margin: 0 0 5px 0;
}
div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:3px;
}
div.formtext {
 font-weight:bold;
 line-height:1.4em;
/* border-top: 1px dotted #bbb;
 margin-top:15px;
 padding-top:2px;
*/
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
  margin: 0 5px;
}

table.displayRecords {
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* EO formContainer.f_css_defaults *//* BO ref.f_css_defaults */
div.ref {
  width:100%;
}
div.refimg {
  margin:auto;
  text-align:center;
  padding:5px 5px 0px 5px;
  border:1px solid #ccc;
  background-color: white;
  width:550px;
  }
div.reftext {
  margin:auto;
  text-align:left;
  }
div.reftext h1 {
  display:none;
}

/*    OLD    */
table#ref {
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  overflow:hidden;
}

table#ref td {
  vertical-align:top;
  }

table#ref td.reftext {
  }
table#ref td.refspacer {
/*  width:10px; */
  }
table#ref td.refspacer img {
  height:320px;
  width:1px;
  border:0
  }

table#ref td.refimg  {
  padding: 5px;
  }

table#ref td.refimg img {
  overflow:hidden;
  }
table#ref p {
  color: #000 !important;
}
table#ref h1 {
  display:none;
}
/* BO ref.f_css_defaults */
div.fb {
  clear:both;
}
div.fb h4 {
  margin-top:2px;
  margin-bottom:3px;
}
div.fb img.fb_prev_img {
  float:left;
  margin-right:10px;
}
div.fb button {
  font-size:11px;
  margin:0;
  padding:5px;
  height:31px;
  cursor:pointer;
}
div.fb button img {

}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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            */
/* last change: 2006/02/23            */
/**************************************/

/**************************************/
/* 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: #FF0028;}
.secondColorStrong {background-color: #CC0033;}
.secondColorMedium {background-color: #FE0000;}
.secondColorLight {background-color: #FF3300;}
.primColorStrong {background-color: #B6A67B;}
.primColorMedium {background-color: #FAE4A8;}
.primColorLight {background-color: #FCF0D0;}

a.fancybox img { background-color: transparent; padding:0px 0px 21px;}
div.note { width: 96% }
body.zmi img { border:0 }

.form-submit { font-size:12px; }
.form-small { text-align:left; }

.searchResult span.title a:link,
.searchResult span.title a:visited {
  color:#e8e8e8;
}
.searchResult span.linkpath a:link,
.searchResult span.linkpath a:visited {
  color:#999;
}
.searchHeader { display:none; }
/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
/*	background-image: url(http://www.all-group.net/common/css/common/allStartBG.gif); */
	background-position: center;
	background-repeat: repeat-y;
	background-color: #fff;
	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;
	background-image: url(http://www.all-group.net/common/css/common/allBodyBG.gif);
	background-position: center;
	background-repeat: repeat-y;
	width:900px;
	text-align:left;
  min-height:100%;
/*  overflow:hidden; */
position:relative;
  }

/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
/*	background:transparent url(http://www.all-group.net/common/css/common/pageregionRightBG1.gif) repeat-y right; */
}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
/*	background:transparent url(http://www.all-group.net/common/css/common/pageregionLeftBG1.gif) repeat-y left; */
	margin-right: 155px;

}
#Content {
  border:0;
	margin-left: 136px;
	margin-top:40px;
	padding-left:20px;
	padding-right:0px;
  position:relative;
  top:1px; left:0px;
  width:560px;
}

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

#pageregionTop {
	margin:0;
	padding:0;
}
#pageregionLeft {
	padding:0; margin:0;
	float: left;
	width: 121px;
}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;padding:0;
	padding-top: 40px;
	width:122px;
/*	background-color: #e8e8e8;  */
}
#Logo {
	border:0;margin:0;
	padding:0;
	float:right;
	position:relative;
}
#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;
	margin-left:10px;
}
.floatleft {
	float:left;
	margin-right:10px;
}
img.imgNoborder {
	border:0px;
}

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


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

div#Menu {
	margin:0px;
	padding:0px;
/*	float: left;
	width: 100%;
	background-color: #999;
	white-space:nowrap; */
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	padding-top:20px;
	list-style-type: none !important;
	float:left;
	}

div#Menu ul li {
	padding:0px;
	margin:0px;
	line-height: 1.5em;
/*	display: inline; */
	}
div#Menu ul li a {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding: 0.30em 1em;
	color: #000;
	}
div#Menu ul li a.current,
div#Menu ul li a:hover {
	color: #cc0033;
	}

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

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0028;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

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

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

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:110px;
	padding-left:1em;
	position:relative;
	top:0; left:0;
}

#Macronavigation ul {
  margin: 0;
  padding: 0;
}
#Macronavigation ul li ul {
  margin: 0;
  padding-left: 0.7em;
}
#Macronavigation li {
	padding: 0;	margin: 0;
/*	white-space:nowrap; */
	list-style-type: none;
	padding-bottom:0.4em;

}
#Macronavigation li.active ul {
	padding-top:0.3em;
	}
#Macronavigation li a {
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #000;
	}
#Macronavigation li.current {
	color:#cc0033;
}

#Macronavigation li a.active,
#Macronavigation li a:hover {
	color: #cc0033;
	}

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



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

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
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 20px 0px;
	border: 0;
	padding: 0;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
}
#Search input#raw {
	margin:0; padding:1px;
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-serif;
	font-size:10px;
	vertical-align:middle;
	height:12px;
	width:70px;
  border: 1px solid #ff3300;
  color: #fae4a8;
	background-color: #fe0000;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}

#Search a img {
	position:relative;
	top:3px;
}

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

#Metanavigation {
  position:absolute;
  right:10px;
  top:20px;
  color: black;
  z-index:20;
}

#Metanavigation a {
	color: black;
	font-weight:bold;
	text-decoration:none;
}


#pageelement_Copyright p {
	margin-top:50px;
	font-size:smaller;
}
#pageelement_Copyright p a {
	text-decoration:none;
}

#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: #999;
	}

body#web .form, body#web p, body#web ol, body#web ul, body#web li, body#web em,
body#web sup,  body#web sub, body#web th, body#web td {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	}

h1.title {
	font-size: 14px;
	line-height: 24px;
	margin-top:10px;
	}
h1.title {
  margin:0;border:0;
/*  position:relative;
  top:-56px;*/
  position:absolute;
  top: 190px;
  left:66px;
  color:black;
	}
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: circle }

body#web p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
body#web p.emphasis {

	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 15px;
	font-weight:normal;
	}
p.creator  {
}

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

a:link,a:visited,
a:hover, a:active {
/*  font-weight:bold; */
	text-decoration : underline;
	color: #e8e8e8
}

code {
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	line-height:0;
}
.floatright {
	float:right;
	padding-left:10px;
}
.floatleft {
	float:left;
	padding-right:10px;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/
table.ZMSTable {
  border-collapse: collapse;
}

table.ZMSTable tr th,
table.ZMSTable tr td  {
  padding:4px;
  border: 1px solid #ddd;
}
table.ZMSTable tr th {
  text-align: left;
  background-color: #FF3300;
}
table.ZMSTable tr td {
  background-color: transparent;
  vertical-align: top;
}
table.ZMSTable tr th p,
table.ZMSTable tr td p  {
  margin:0px ;
}
table.ZMSTable tr.even td,
table.ZMSTable tr.odd td {
}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/
div.ZMSGraphic {
	background-color:transparent;
}
img { border:0 }

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(http://www.all-group.net/common/css/common/zoom.gif);
	}

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

div#teaser {
	width:130px;
  font-size: 11px !important;
	}

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

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

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited {
	color: #fae4a8;
}

div.ZMSTeaserElement div.text {
	background-image: url(http://www.all-group.net/common/css/common/icon_gt.gif);
  background-repeat: no-repeat;
	background-position: -2px 2px;
/*	text-decoration:underline; */
	padding: 0px 6px 6px 6px;
	line-height:1.3em;
	color: #fae4a8;
	}

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

div#pageelement_Links {
  margin-left:1em;
/*	width:180px; */
	}

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

div.ZMSLinkElement div.title {
  visibility:hidden;
  display:none;
	font-weight:bold;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px;
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul {
  margin:0; padding:0;
  list-style-type:none;
	}
div.ZMSLinkElement div.text ul li {
	font-size: 10px !important;
	}

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

}


.form {
	border: 0;
	padding: 0;	margin: 0;
}

.form td {
  vertical-align:top;
}
.form input,
.form textarea {
  margin-top: 5px;
  padding: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  color: #999;
	background-color: #e8e8e8;
}
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/
body.print * {
 color: black;
 }

@media print {
#pageregionTop, #LogoXXX, #Menu,
#Metanavigation,
#pageregionLeft,
#pageregionRight,
#pageregionBottom {
  display:none !important;
}
#layoutWrapper1_BGleft,
#layoutWrapper2_BGright,
#layoutWrapper3_ContentAll,
#layoutWrapper4_ContentLeft {
  border:0;
  margin:0;
  padding:0;
}
#pageregion {
  width:75%;
}
#Content {
  margin:0;
  padding:0;
  width:80%;
}
p {color: black;}
}



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

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
  color:black;
}
body.zmi p, body.zmi li, body.zmi blockquote,
body.zmi div.ZMSFile div.title {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	color:black;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div.ZMSFile {
	background-color: transparent;
	margin: 4px;
  color: #fae4a8;
	}

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

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

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

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

div.ZMSFile div.text
	{
	font-size:xx-small;
	margin-left:24px;
	}

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

button {
  border: 0px none;
  color: #fae4a8;
  background-color:#cc0033;
  font-weight:bold;
  font-size:11px;
  padding: 4px;
  margin: 10px 0px;
  cursor:pointer
	}

