
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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.zlu.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}form fieldset{

	background-color:#eee;

	border:2px solid #ccc;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	margin:20px 0px 20px 0px;

	width:350px;

	position:relative;

	display:block;

	padding: 0px 10px 10px 10px;

}



form fieldset legend{	

	background-color:#ccc;

	color:#eee;

	font-weight:bold;

	font-variant:small-caps;

	font-size:110%;

	padding:2px 5px;

	margin:30px 0px 10px 0px;

	position:relative;

	top: -12px;

	

}



label{

	font-size:80%;

	display:block;

	float:left;

	width:100px;

	text-align:right;

	margin:6px 5px 0px 0px;

}



textarea {

width:250px;

border:1px solid #666;

margin:0px;

padding:0px;

}



#alert {

margin:5px;

padding:3px;

border:1px solid #666;

background:#FF7375;

display:none;

font-size:9px;

}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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:#000000; }
.primColorMedium0 { background-color:#C1CDD6; } 
.primColorLight0 { background-color:#E7E7E6; } 

.secndColorStrong1 { background-color:#5D7B9B; }
.secndColorStrong0 { background-color:#E1091F; } 
.secndColorMedium1 { background-color:#B5C8DB; } 
.secndColorMedium0 { background-color:#C8D3DD; } 
.secndColorLight1 { background-color:#E1E8EF; }
.secndColorLight0 { background-color:#E8EFF6; }

.teaserColor { background-color:#E1091F; } 

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


/****************/
/* Navigation */
/***************/

.navMicro, .navMacro, .navMacroHi, .navTop{
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}



.navTop {
border-right:1px solid #ccc;
padding:0px 15px 0px 15px;
border-top:0px solid #abda00;
}

.navChannel {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
margin-left: 4px;
margin-right: 4px;
}


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

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

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

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

a.navChannel:link, a.navChannel:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
cursor:pointer;
color : #FFF;
text-decoration : none;
}

a.emphasis:link, a.emphasis:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color : #e1091f;
text-decoration : none;
}

a.emphasis:hover {
text-decoration : none;
color : #888;
}

a.emphasis:active {
text-decoration : underline;
color : #888;
}

a.navChannel1, a.navChannel:hover{
text-decoration : none;
color : #e1091f;
font-size: 12px;
}

a.navChannel:active {
text-decoration : underline;
color : #e1091f;

}



a.navMacro:link, 
a.navMacro:visited, 
a.navMicro:link, a.navMicro:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #888;
text-decoration : none;
}
a.navMacro:hover{
color : #e1091f;
text-decoration : none;
}

a.navMacro:active {
color : #e1091f;
text-decoration : underline;
}

p.navMacro img, p.navMacroHi img {
margin:-1px 5px 1px 5px;
vertical-align:middle;
}

p.navMacro{
width:200px;
line-height:10px;
}

p.navMacroHi{
width:200px;
color:#e1091f;
line-height:10px;
}



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

 /* neutralColor_medium */
h1, h2,  h3, h4, .heading1, .heading2, .heading3, .heading4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #888;
}

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

body {
font-size: 12px;
line-height: 16px;
background-color: #FFFFFF;
margin-top: 0px;
margin-left:0px;
}

h1.title {
color: #888;
font-weight: bold;
font-size: 16px;
line-height: 24px;
margin-top:18px; }

h1,.heading1{
color: #888;
font-weight: bold;
font-size: 16px;
margin-top:16px;
margin-bottom:-10px;
}

h2,.heading2 {
color: #888;
font-weight: bold;
font-size: 15px;
line-height: 18px}

h3,.heading3 {
color: #888;
font-weight: bold;
font-size: 14px;
margin-bottom: -1px}

h4,.heading4 {
color: #888;
font-weight: bold;
font-size: 12px;
line-height: 14px }

h5,.heading5 {
color: #999;
font-weight: normal;
font-size: 10px;
line-height: 14px;
margin-bottom: 50px;
margin-top: -5px;
width:380px;
 }

p {
font-size: 12px;
line-height: 16px }

ol {
font-size: 12px;
line-height: 15px;
list-style-type: square }

ul {
font-size: 12px;
margin-top:20px;
line-height: 15px;
list-style-type: square }

li {
margin-top:8px; }

li.index 
{
margin-top:1px; }

ul.index {
margin-top:10px;
 }


.small {
font-size: 9px;}

.caption  {
font-style: italic }



P.emphasis {
background-color:#fff;
margin-left: 0px;
margin-right: 0px;
line-height: 16px;
font-size: 12px;
font-weight: bold;
color : #e1091f;
}

.Adresse {
font-size: 10px }

.Referenz {
font-size: 10px }

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

sup, sub {
font-size: 10px }

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

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited{
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #ffffff;
text-align:center;
    font-size : 12px;
	}




div.ZMSTeaserElement div.title a:link{
	color:#ffffff;
	}

div.ZMSTeaserElement div.title a:hover{

    color : #E1091F;
    font-size : 12px;

}



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

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

.Copyright,.functionSearch {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.functionSearch {
color : #FFFFFF;
}

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

a.functionSearch:hover, a.functionSearch:active, a.Copyright:hover, a.Copyright:active  {
text-decoration : underline;
}

a.Copyright:link, a.Copyright:visited {
color : #003366;
text-decoration : none;
}





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

TD.sitemapTitle0 {
  background-color: #000066;

 }

TD.sitemapTitle1 {
  background-color: #FF6600;

 }

A.sitemapTitle0:link, A.sitemapTitle0:visited ,
A.sitemapTitle1:link, A.sitemapTitle1:visited {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.sitemapTitle0:hover, A.sitemapTitle0:active ,
A.sitemapTitle1:hover, A.sitemapTitle1:active {
  font-weight: bold;
  color: #E8F2F9;
  text-decoration: underline;
}

A.sitemapElement0:link, A.sitemapElement0:visited {
  font-weight: bold;
  text-decoration: none;
}
A.sitemapElement1:link, A.sitemapElement1:visited {
  font-weight: normal;
  text-decoration: none;
}

A.sitemapElement0:hover, A.sitemapElement0:active ,
A.sitemapElement1:hover, A.sitemapElement1:active {
  color: #FF6600;
  text-decoration: underline;
}


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

.cmsTxtColorStrong0 { color: #000066; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #000066; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #E8F2F9; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#cccccc; }
.ftTD { background-color:#efefef; }

u {
text-decoration: underline;
}




div.text,div.text p{
margin:0px;
padding:0px;
}

div.floatleft{
margin:0px 15px 0px 0px;
padding:5px;
border:0px solid #abdade;
}

p.quote{
margin:15px;
line-height:20px;
display:block;
font-weight:bold;
}

div.scrollable{
padding-right:15px;
border:0px solid #abdade;
float:left;
width:400px;
height:200px;
overflow: auto;
margin-top:10px;
}


#body{
padding:0;
background-image:url(http://www.zlu.de/common/css/common/bgkach.gif);
background-repeat:repeat-y;
margin:0;
}

#Channels{
position:relative;
background-color:#aaa;
text-align:left;
width:100%;
}
#Channels table{
margin-left:162px;
height:25px;
}
#Channels table td{
text-align:center;
vertical-align: middle;
width:112px;
}



#Micronavigation{
background-color:#fff;
height:15px;
padding:2px 0px 2px 0px;
text-align:left;
width:100%
}


div.inlineteaser{
margin:0px 10px 6px 0px;
padding:5px 0px 5px 0px;
float:left;
border-bottom:1px solid #888;
font-size:12px;
width:400px;
}
div.inlineteaser div{
border:0px solid #ffccff;
width:200px;
}

div.inlineteaser img{
margin:0px 5px;
float:left;
border:0;
}

img.himg{
margin-bottom:100px;
border:1px solid #ffccff;
}

td.index {
border-bottom:1pt solid #AABAC7;
padding: 0px 5px 5px 0px;
vertical-align:top;
}

td.index ul {
margin-top: 0px;
}



#Macronavigation ul li {
	margin: 0;
	border: 0px solid #ccffcc;
	padding: 1px 3px 3px 20px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	background-image: url(http://www.zlu.de/common/css/common/nav10.gif);
	list-style-type: none;
display:block;
}
#Macronavigation ul li.active {
	background-image: url(http://www.zlu.de/common/css/common/nav11.gif);
	list-style-type: none;
}

div#Macronavigation {
width:170px;
border:0px solid #ccffcc;
margin-right:30px;
}



#Macronavigation ul  {
margin: 0;
padding: 0;
line-height:20px;
}



#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited
{
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #888;
text-decoration : none;
}

#Macronavigation ul li.active a:link, 
#Macronavigation ul li.active a:visited
  {
color:#e00d21;
}


#BodyTop  {
position:relative;
background-color:fff;
border:0px solid #000;
padding:20px 0px 5px 0px; text-align:left;
width:830px;
float:none;
vertical-align:middle;

}

#Content  {
padding:2px 0px 2px 100px;
width:580px;
border:0px solid #ccc;
float:left;

}


.ZMSTable2 {
margin-top:20px;
width:600px;

}

.ZMSTable2 th {
padding:5px;
color:#fff;
background-color:#666;
height:55px;
width:16%;
text-align:center;

}

.ZMSTable2 td {
background-color:#eee;
border-bottom:1pt solid #AABAC7;
padding:1px;
text-align:left;
vertical-align:bottom;
}
.ZMSTable2 ul{
margin:5px 3px 5px 15px;
padding:2px;
font-size:10px;
}
.ZMSTable2 ul li{
margin:5px;
font-size:11px;
}

.ZMSTable2 td.empty {
background-color:#fff;
border:0;
}


 table.PubZMI {
background-color:#eee;
border:1px solid #AABAC7;
width:100%;
}

table.PubZMI td.pub {
width:33%;
vertical-align:top;
}

/* ZMSFile.floatleft-width interferes with ZMSGraphic!? */
div.ZMSFile.floatleft 
	{ 
	float:left;
	width:1%; 
	}

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

div.ZMSGraphic img{
margin:0;
padding:0;
}

div.ZMSGraphic{
background-color:#fff;
}


div.floatleft{
margin:8px 0px 50px 0px;
padding:0;
border:0px solid #abda00;
background-color:#fff;
}

div#BodyTop  {
border:0px solid #ffccff;
padding:15px 0px;
clear:both;
height:30px;	
}

div#BodyTop  ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

div#BodyTop ul li {
border-right:1px solid #ccc;
float:left;
margin:0px;
padding:0px;	
}

div#BodyTop ul li a {
padding:7px 15px 7px 15px;
display:block;
text-align:center;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
vertical-align:middle;
margin:0px;
}

div#Claim{
width:600px;
margin-left:100px;
margin-top:20px;
color:#e1091f;
border:0px solid red;

}

div#Claim h2{
font-size:35px;
color:#e1091f;
line-height:30px;
margin-bottom:0px;
}
div#Claim p{
margin-top:6px;
font-size:20px;
color:#333;
font-weight:bold;
line-height:25px;

}


table#prozesshaus {
width:815px;
margin:auto}

table#prozesshaus a {
color: #fff;
text-decoration:none}

table#prozesshaus a:hover {
color:#222}

table#prozesshaus td, table#prozesshaus th {
background-color: #aaa;
font-family:Verdana, sans-serif;
text-align:center;
color:#fff;
cursor:pointer !important; cursor:hand;
padding:20px}

table#prozesshaus th {
background-color: #fff;
color:#666;
background-image:url(http://www.zlu.de/common/css/common/xeil.gif);
}

table#prozesshaus h2 {
text-transform:uppercase;
margin:10px;
font-size:17px}

div.fade h4 a:link,div.fade h4 a:visited{
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #fff;
    text-align:center;
    font-size : 12px;
	}
div.fade div.ZMSGraphic div.text{
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #666;
    font-size : 11px;
	}

div.fade h4 a:hover{
    color: #E1091F;
}


div.fade h4{
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #fff;
background-color: #aaa;
    text-align:center;
    font-size:12px;
padding:5px 0px;
margin:0px;
_width:142px

	}

div.fade img{
    border:0
	}

div.fade{
margin-top:10px;
clear:both;
_border:0px solid red;
_margin-bottom: -50px
	}


