


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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

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

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

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

div.ZMSTeaserElement
	{
	}

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

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.laob.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}table.filelist td,
table.filelist td div {
padding:3px;
margin:0px;
vertical-align:top;
font-size:11px;
}

table.filelist td img {
margin-right:3px;
margin-bottom:-2px;
}
table.filelist td a {
text-decoration:none;
font-weight:bold;
}
table.filelist td a:hover span.filename {
text-decoration:underline;
}

table.filelist td div.small {
font-size:10px;
line-height:15px;
margin-bottom:.5em;
}

table.fileupload td div {
margin:0px;
}
table.filelist th,
table.fileupload th {
color:#666;
}

table.fileupload td {
padding-right:0px;
margin-right:0px;
}
table.fileupload td textarea {
height:3em;
width:96%
}

table.filelist {
border-collapse:collapse !important;
border:1px solid #fff;
}
table.filelist td {
border-spacing:0px solid white;
border:1px solid #fff;
}
div.uploadmsg {
color:red;
background-color:#FFFFD0;
border:1px solid #999;
margin:6px 0px;
padding:4px;
width:98%;
}

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



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

.primColorStrong0 { background-color:#000; }
.primColorMedium0 { background-color:#666666; } 
.primColorLight0 { background-color:#E7E7E6; } 

.secndColorStrong1 { background-color:#0068C1; }
.secndColorMedium1 { background-color:#09f; } 
.secndColorLight1 { background-color:#D5EEFE; }
.teaserColor { background-color:#800000; } 

.neutralColorBlack { background-color:#000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; } 
.neutralColorLight0 { background-color:#E2E3DE; } 
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; } 


/***************/
/* Layout */
/***************/

#bodyTop_Functions 
	{
position:absolute;
top:5px;
left:525px;
width:405px;
overflow:hidden;
	}
#Logo 
	{
position:relative;
left:0px;
 top:0px;
width:100%;
overflow:hidden;
	}

#bodyTop 
	{
width:100%;
background-color:#fff;
	}

#bodyTop_Channels 
	{
font-weight:bold;
font-family: Meta, Arial, Helvetica, sans-serif;
font-size:13px;
height:25px;
width:100%;
background-color:#09f;
color:#ddd;
padding-top: 5px;
	}

#navMacro h4 
	{
color:#0068c1;
margin-left:20px
	}
	
div.navMacroChan 
	{
width:170px;
padding-left:20px;
margin-top:15px;
border-bottom:2px solid #0068C1
	}




/***************/
/* Links */
/***************/

a:link, a:visited  {
   color: #E8997B;
  text-decoration: none;
}

a:hover{
  color: #E8997B;
 text-decoration: underline;
}

a:active {
  color: #F37948;
 text-decoration: underline;
}

.navChannel0, .navChannel1 {

  text-decoration: none;
  padding:4px;

}

a.navChannel0:link, a.navChannel0:visited {
  text-decoration: none;
  padding:4px;
  color: #fff
}

a.navChannel0:hover, a.navChannel0:active
{
  text-decoration: none;
background:url(http://www.laob.de/common/css/common/navgrad.jpg) repeat-x bottom;
  padding:4px;
  color: #fff
}

a.navChannel1:hover, a.navChannel1:active,
a.navChannel1:link, a.navChannel1:visited {
  text-decoration: none;
padding:4px;
  color:#eee;
background:#0068c1;
border:0px solid #666;
background:url(http://www.laob.de/common/css/common/navgrad.jpg) repeat-x bottom;

}



.navMicro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #444;
}

a.navMicro:hover, a.navMicro:active,
a.navMicro:link, a.navMicro:visited {
  text-decoration: none;
  color: #444;
}

a.navMacroChan:hover, a.navMacroChan:active,
a.navMacroChan:link, a.navMacroChan:visited
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align:middle;
  text-decoration: none;
  font-weight: bold;
  color:#09f
}

a.navMacro:hover, a.navMacro:active,
a.navMacro:link, a.navMacro:visited
 {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  vertical-align:middle;
  text-decoration: none;
  color: #35535E
}

a.navMacro1:hover, a.navMacro1:active,
a.navMacro1:link, a.navMacro1:visited {
  vertical-align:middle;
  font-weight: bold;
  text-decoration: none;
  color: #35535E;
}


a.navMacro0:hover, a.navMacro0:active,
a.navMacro0:link, a.navMacro0:visited {
  vertical-align:middle;
  font-weight: normal;
  text-decoration: none;
  color: #35535E;
}



/*********************/
/* Textbody-Elements */
/*********************/

h1, h2, h3, h4, h5, h6, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #6C7F88;
  clear: left;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td,.docinfo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #576971;
  font-size: 12px;
  line-height: 18px;
}

body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

h1, .title, .heading1 {
  font-size: 160%;
  font-weight: bold;
  margin-top:20px;
}

h1.title {
  font-weight: normal;
}


h2,.heading2 {
  font-size: 140%;
  font-weight: bold;
}

h3,.heading3 {
  font-size: 120%;
  font-weight: bold;
}

h4,.heading4 {
  font-size: 110%;
  font-weight: bold;
}


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

.caption {
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
}

P.emphasis {
  background-color:#DDEFFC;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
 padding: 10px;
}

P.docinfo {
  line-height: 12px;

}

em {
  font-weight: bold;
  font-style: normal 
}

sup, sub {
  font-size: 10px 
}

blockquote {
  font-size: 11px;
  font-style: normal;
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px
}

/**********************/
/* Teaser */
/**********************/

div.teaserTitle{
padding: 2px 0px 0px 1px;
margin:20px 0px 5px 0px ;
background:#0068c1;
text-align:center;
width:210px;
vertical-align:middle;
font-family: Meta-Normal, sans-serif;
font-weight: bold;
font-size : 11px;
color : #d5eefe;

}

div.teaserText { 
  padding : 0px;
border:0px solid #888
}

p.teaserText {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  text-decoration : none;
  color : #444;
  line-height: 16px;
margin:0px 0px 2px 0px 
}

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

a.teaserText:link, a.teaserText:visited,
a.teaserText:hover, a.teaserText:active {
  text-decoration: none;
font-size: 11px;
}

h2.Hometeaser, a.Hometeaser{
  font-family: Meta,Verdana, Helvetica, Arial, sans-serif;
  font-size : 13px;
  font-weight : bold;
  text-decoration: none;
  color: #0068c1;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
vertical-align:middle;
}

/**********************/
/* Inputs */
/**********************/

form {
    border: none;
    margin: 0;
}

/**********************/
/* Functions */
/**********************/

.Copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
}

a.Copyright:link, a.Copyright:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-decoration : none;
}


.functionSearch {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #51666B;
}

a.functionSearch:link, a.functionSearch:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #58595b;
  font-size: 10px;
  text-decoration: none;
}


a.functionSearch:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: normal;
  color: #58595b;
  text-decoration: underline;
}

/*******************/
/* H.3.6 Sitemap   */
/*******************/

TD.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right: 1px solid #444;
 }

TD.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right: 1px solid #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;
}

A.sitemapElement1:link, A.sitemapElement1:visited,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td  { background-color:#EEEEEE; }

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:#ffffff; 
	margin: 4px;
	}

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

#navMacroTD
	{
background-color:#D5EEFE;
	}

#TeaserTD
	{
background-color:#D5EEFE;
width:210px;
background-image: url(http://www.laob.de/common/css/common/masses.jpg);
background-repeat:repeat-x
	}

