


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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 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.boxContainer  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
div.boxTitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.boxContentEven,
div.boxContentOdd {
	padding:5px 0px 5px 10px;
}
div.boxContentEven p,
div.boxContentOdd p  {
	margin: 3px;
}
div.boxContainer div.boxContentOdd  {
	background-color:#eaeaea;
}
div.boxContainer  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.boxContainer  div.ZMSFile div.title,
div.boxContainer  div.ZMSFile div.text,
div.boxContainer  div.ZMSFile div.title a {
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a:link, 
div.boxContainer div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.boxContainer div.ZMSFile div.title a img {
	margin-right:3px;
}
div.boxContainer div.ZMSFile div.text {
	margin-left:22px;
}
div.boxContainer ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.boxContainer ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(http://www.bam-net.de/common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(http://www.bam-net.de/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(http://www.bam-net.de/common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(http://www.bam-net.de/common/mail_link.gif);
	list-style-position:inside;
}

/** -- PASCOE Custom --
/* div.boxContainer  {
 * background-color:#EAF6FD !important;
 * border:1px solid #0099CC !important;
 * }
 * div.boxTitle  {
 * background-color:#0099CC !important;
 * color:white !important;
 * }
*/
/**********************/
/* Teaser */
/**********************/

div.ZMSTeaserElement div.title a:link, 
div.ZMSTeaserElement div.title a:visited, 
div.ZMSTeaserElement div.title {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	padding-left: 0px;
}

div.ZMSTeaserElement div.title a:hover{
color: #0374c2;
	padding-left: 0px;
}

div.ZMSTeaserElement div.graphic a img.title {
border: 0px;
	padding-left: 0px;
}

div.ZMSTeaserElement div.text a:link, 
div.ZMSTeaserElement div.text a:visited, 
div.ZMSTeaserElement div.text {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
}

div.ZMSTeaserElement div.text a:hover{
padding-left: 0px;
color: #0374c2;
}



TABLE.teaserElement {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
}

P.teaserTitle {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	padding-left: 0px;
}

TD.teaserTitle {
padding: 0px;
background-image:url(/misc_/zms/spacer.gif); 
	padding-left: 0px;
}


TD.teaserText { 
padding : 0px;
background-image:url(/misc_/zms/spacer.gif); 
}

P.teaserText {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
}

A.teaserTitle:link, A.teaserTitle:visited {
    font-weight: bold;
    font-size : 12px;
    color: #666666;
    text-decoration: none;
	padding-left: 0px;
}

A.teaserTitle:hover, A.teaserTitle:active {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	padding-left: 0px;
}

A.teaserText:link, A.teaserText:visited {
    text-decoration: none;
}

A.teaserText:hover, A.teaserText:active {
    text-decoration: none;
}




/* addings by SHOOM 4 bam */

.start{
background:#FFFFFF;
position:absolute; left:155px;top:8px;
padding:15px;
border:0px;
margin:15px;
}

.bam_ticker{
position:absolute; left:310px;top:337px;
padding:0px;
border:0px;
margin:0px;
z-index:3;
color: #ffffff;
}

.bam_ticker:link{
color: #ffffff;
}


.hr {
  height: 0px;
  font-size: 0px;
  line-height: 0;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 4px;
}

.hrc {
  height: 0px;
  font-size: 0px;
  line-height: 0;
  
  margin-top: 2px;
  margin-bottom: 4px;
  margin-right: 10px;
}

.dotted {
  border-bottom: dotted 1px #5A5F64;
}

.dashed {
  border-bottom: dashed 1px #5A5F64;
}

.text {
        font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
        line-height: 17px;
	color: #000000;
        margin-left:0px;
        margin-right:10px;
}

.content {
        font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
        line-height: 17px;
	color: #000000;
        margin-left:0px;
        margin-right:10px;
}

.TextObject {
        font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 12px;
        line-height: 17px;
	color: #000000;
        margin-left:0px;
        margin-right:10px;
}

div.startseite_ticker a:link, 
div.startseite_ticker a:visited {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	padding-left: 0px;
}


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

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

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
color : #000000;
font-size: 11px;
border: 0px;
margin-right:10px;
}

body {
font-size: 11px;
line-height: 16px;
background-color: #FFFFFF;
margin-top: 0px;
margin-right:10px;
}


h1,.heading1{
color: #0078BC;
font-weight: bold;
font-size: 16px;
line-height: 16px;
margin-top: 10px; 
margin-right:10px;
}

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

h3,.heading3 {
color: #999999;
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-bottom: 0px
margin-right:10px;
}

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

h5,.heading5 {
color: #000000;
font-weight: normal;
font-size: 12px;
line-height: 14px }

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

ol {
  line-height: 15px;
}

ul {
  line-height: 15px;
  list-style-type: square 
}

.small {
  font-size: 10px;
}

.caption {
  font-style: italic 
}


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

.description {
  background-color:#F1F1F1;
  line-height: 16px;
}

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

sup, sub {
  font-size: 10px 
}

form {
  margin: 0px;
}



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

.copyright, a.copyright:link, a.copyright:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
}

/*******************/
/* Sitemap         */
/*******************/

TD.sitemapTitle0 {
  background-color: #000066;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

TD.sitemapTitle1 {
  background-color: #FF6600;
  border-right-width: 1px;
  border-right-color: #FFFFFF;
  border-right-style: solid;
 }

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: normal;
  text-decoration: none;
}
A.sitemapElement1:link, A.sitemapElement1:visited {
  font-weight: bold;
  text-decoration: none;
}

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

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

.navMicro, a.navMicro:link, a.navMicro:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.navMacroPub0, a.navMacroPub0:link, a.navMacroPub0:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.navMacroPub1, a.navMacroPub1:link, a.navMacroPub1:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0078BC;

}

.navMacroDoc0, a.navMacroDoc0:link, a.navMacroDoc0:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.navMacroDoc1, a.navMacroDoc1:link, a.navMacroDoc1:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0078BC;
}

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


a:link {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height: 16px;

}
a:visited {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
}
a:hover {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0374C2;
	line-height: 16px;
}
a:active {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0374C2;
	line-height: 16px;


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

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#666666; } 
.primColorLight0 { background-color:#EBF5FF; } 

.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#9DA124; }
.secndColorMedium1 { background-color:#D5D579; } 
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#E6E7B9; }

.teaserColor { background-color:#EBF5FF; } 

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


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


A:active { text-decoration: none ;}

 .GRAU { color: rgb(150,150,150);}

 A:hover { color: rgb(0,120,188); text-decoration: none;}
 
 LI { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: 10px; letter-spacing: 1px; line-height: 16px; font-weight: normal; font-style: normal;}

 A { color: rgb(102,102,102); text-decoration: none ;}


