
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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:#fff url(/misc_/zms/zoom.gif) bottom right no-repeat;
}

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;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

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

/* BO ZMSEP_Course.f_css_defaults */
div#zmsepCourse table td {
  vertical-align:top;
}

div#zmsepCourse div#referenten {
  float:right;
  margin-left:10px;
  padding: 0px;
  background-color:white;
  width:106px;
  border:1px solid #ccc;
}
div#zmsepCourse div#referenten h3 {
  margin-top:0px;
  margin-bottom:10px;
  background-color:#ddd;
  padding:3px;
}
div#zmsepCourse div#referenten p {
  font-size:smaller;
  font-weight: normal;
  padding:3px;
  margin-top:0px;
  margin-bottom:0px;
  border-bottom: 1px solid #ccc;
}

div#zmsepCourse p.emphasis {
  width:400px;
}
div#zmsepCourse div#referenten img.referent {
  width:100px;
  overflow:hidden;
padding:3px;
}
div#zmsepCourse div#referenten div.whoiswhoLink {
  margin:3px;
  float:right;
  display:inline;
}

div#zmsepCourse input {
  font-weight:bold;
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
  background-color:#CCC;
  border: 2px solid;
  width:9em;
  margin:2px 0;
  cursor:pointer;
}
div#zmsepCourse input.frei {
  color:#3CB371;
  border-color:#3CB371;
}
div#zmsepCourse input.restplaetze {
  color:#FFFF00;
  border-color:#FFFF00;
}
div#zmsepCourse input.warteliste {
  color:#FF4500;
  border-color:#FF4500;
}
div#zmsepCourse input.ausgebucht {
  color:#FF0000;
  border-color:#FF0000;
}
/* EO ZMSEP_Course.f_css_defaults */div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.fh-koeln-studieninfos.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO quicklinks.f_css_defaults */
div#Quicklinks {
  background: none;
  /* width:200px; */
  /*padding-bottom:7px;*/
  /*margin:auto;*/
  border: 1px solid #323499;
  margin-bottom:0px;
  margin-top:10px;
}
div#Quicklinks .qlTitle {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  display: block;
  color: #ffffff;
  background-color: #323499;
}
div#Quicklinks form {
  /*padding:7px 9px 0px 9px;*/
  margin:0;
}
div#Quicklinks form select {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  /*font-weight:bold;*/
  /*font-size:86.67%;*/
  font-size:100.00%;  
  width:100%;
/*  color: #303030;
  background-color: #d1d1d1; */
  border:1px solid #d1d1d1; 
}
div#Quicklinks form fieldset {
  border:0;
  margin:1px;
  padding:1px;
}
/* EO quicklinks.f_css_defaults *//* BO nlnews.f_css_defaults */
table.nlnews {
  margin-bottom:25px;
}
table.nlnews tr td {
  vertical-align: top;
  font-size:12px;
}
table.nlnews tr td.image { padding-right:10px; }
table.nlnews tr td.text h4 {
  margin:0em 0 0.2em;
  border-left:4px solid #666;
  padding-left:4px;
}
table.nlnews tr td.text p { margin:0.3em 0 0.3em; }
table.nlnews tr td.text span.news-date { font-size:smaller;font-weight:normal;text-transform:uppercase}

/* EO nlnews.f_css_defaults */#faq {
  padding: 0px 0 0 0px;
}
#faq h4 {
	margin-bottom: .5em;
}
#faq dt {
	margin-top: -1px;
	border: solid 1px #c4c4c4;
	padding: 0.3em;
	font-weight: bold;
  line-height: 1.5em;
	cursor: pointer;
}
#faq dt.faqClosed {
  color: #323499 !important;
  background: #f8f8f8  !important;
  border: solid 1px #c4c4c4;
}
#faq dt.faqOpen {
  color: #ffffff;
  background: #323499;
  border: none;
  border: solid 1px #323499;  
}
#faq dd {
	display: block;
	margin: 0;
	padding: 0.3em;
	overflow: hidden;
    border-left: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
    border-bottom: solid 1px #c4c4c4;	
}
#faq .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
  font-size: 0.75em;
}
#faq .faqHide, #faq .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	/*background: url(minus.gif) no-repeat 5px 50%;*/
	font-weight: bolder;
	text-decoration: none;
}
#faq .faqShow {
	/*background-image: url(plus.gif);*/
}
#faq .faqShow, #faq .faqHide, #faq .faqToTop {display:none;}

/* BO quicklinks.f_css_defaults */
div#Quicklinks {
  background: none;
  /* width:200px; */
  /*padding-bottom:7px;*/
  /*margin:auto;*/
  border: 1px solid #323499;
  margin-bottom:0px;
  margin-top:10px;
}
div#Quicklinks .qlTitle {
  padding:2px 2px 2px 9px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  display: block;
  color: #ffffff;
  background-color: #323499;
}
div#Quicklinks form {
  /*padding:7px 9px 0px 9px;*/
}
div#Quicklinks form select {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  /*font-weight:bold;*/
  /*font-size:86.67%;*/
  font-size:100.00%;  
  width:100%;
/*  color: #303030;
  background-color: #d1d1d1; */
  border:1px solid #d1d1d1;   
}
div#Quicklinks form fieldset {
  border:0;
  margin:1px;
  padding:1px;
}
/* EO quicklinks.f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj newsBoxItem
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#newsBoxItem {
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:215px;
	background: url(http://www.fh-koeln-studieninfos.de/common/css/common/bgNewsBoxItem.gif) bottom right no-repeat;
	}

p.itemTitle {
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	color:#7a7a7a;
	font-size:100%;
	font-weight:bold;
	}

p.itemDate {
	margin:0px;
	margin-bottom:8px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	color:#595959;
	font-size:90%;
	font-weight:normal;
	}

div#itemDetailWrapper {
	margin:0;
	padding:0;
	padding-left:10px;
padding-right:5px;
	}
	
div#itemImg {
	float:left;
	width:75px;
	margin:0;
	margin-right:5px;
	padding:0;
	}

div#itemAbstract {
	margin:0;
	padding:0;
	color:#595959;
	}

div.itemUrl {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	text-align:right;
	clear:both;
	}

div.itemUrl a:link, div.itemUrl a:visited{
	/*color:#0099cc;*/
	font-weight:bold;
	text-decoration:none;
	}

div.itemUrl a:hover, div.itemUrl a:active{
	/*color:#8c96a6;*/
	/*text-decoration:none;*/
	color:#FE9A03;
	text-decoration:underline;	
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj newsBox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#newsBox {
	float:right;
	margin:5px 0px 10px 20px;
	padding:0;
	width:215px;
	background-color:#fff;

	}

p.NewsboxTitle {
	margin:0px;
	padding:18px 0px 0px 14px;
	background: #faf9f9 url(http://www.fh-koeln-studieninfos.de/common/css/common/bgNewsBoxTitle.gif) top left no-repeat;
	color:#333333;
	font-size:120%;
	font-weight:bold;
	}

div.newsBoxCategory {
	margin:0px;
margin-bottom:10px;
	padding:0;
	}


p.newsBoxCategoryTitle {
	margin:0px;
	padding:5px 0px 0px 22px;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	background: url(http://www.fh-koeln-studieninfos.de/common/css/common/macronav_arrow.gif) 10px 9px no-repeat;
	}
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.fh-koeln-studieninfos.de/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;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj newsBoxCategory
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

ul.linkList {
	margin:0;
	margin-left:10px;
	padding:0;

	}
ul.linkList li.external{
	margin:0 8px 0 0px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	color:#7a7a7a;
	background:url(http://www.fh-koeln-studieninfos.de/common/css/common/newsBoxLink_external.gif) no-repeat 0em 0.4em;
	}
	
ul.linkList li.internal{
	margin:0 8px 0 0px;
	padding:0 0 5px 12px;
	line-height:1.5em;
	list-style:none;
	color:#7a7a7a;
	background:url(http://www.fh-koeln-studieninfos.de/common/css/common/newsBoxLink_internal.gif) no-repeat 0em 0.4em;
	}
#btn_back {
  cursor:pointer;
  text-align:center;
  width:auto;
}
table.filter td,
table.filter th {
  background-color:transparent;
  }

.ZEPTable table {
  border-collapse:collapse;
  }

.ZEPTable table th,
.ZEPTable table td {
  border: 1px solid white !important;
  padding:2px;
}
.ZEPTable th { text-align:left; background-color:#ddd; }
.ZEPTable td { background-color:#eee;}

.ZEPTable td.form-small,
.ZEPTable th.form-small {
 font-size: 10px !important;
 padding-left:2px;
}
.ZEPTable th.form-small {
  background-color: #dcdce6;
}

.ZEPTable th.form-small {
  text-align:center;
  white-space:nowrap;
}
.ZEPTable.full table {
  width:100%;
}

.infobox {
  border:1px solid #ccc;
}

.infoboxtitle {
  color:#323499;
  font-size:13px;
  font-weight:bold;
  padding: 0 0.3em;
}

div.ZMSFile, div.ZMSLinkElement {
  background:none;
}

.infoboxContentEven {
  background-color:#fff;
}

.infoboxContentOdd {
  background-color:#f8f8f8;
}

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


.system-msg {
  margin:10px;
  padding:5px;
  border:1px dotted #FF3400;
  background-color: #DCDCE6;
  color: #FF3400;
  font-weight:bold;
  }
img { border: 0; }
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);
}
/***********************************/
/*   ZMS Event Publisher add ons   */
/***********************************/
#LoginSmart {
  float:right;
  line-height:26px;
  font-size:9px
  }

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

.primColorStrong0 { background-color:#242670; }
.primColorMedium0 { background-color:#323499; }
.primColorLight0 { background-color:#DCDCE6; }
.primColorStrong { background-color:#242670; }
.primColorMedium { background-color:#323499; }
.primColorLight { background-color:#DCDCE6; }

.secndColorStrong1 { background-color:#5E3800; }
.secndColorStrong0 { background-color:#985C00; }
.secndColorMedium1 { background-color:#D37F00; }
.secndColorMedium0 { background-color:#FE9A03; }
.secndColorLight1 { background-color:#FFCE85; }
.secndColorLight0 { background-color:#FFEBCC; }
.secndColorStrong { background-color:#985C00; }
.secndColorMedium { background-color:#FE9A03; }
.secndColorLight { background-color:#FFEBCC; }

.teaserColor { background-color:#FF3400; }

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#303030; }
.neutralColorMedium0 { background-color:#9E9E9E; }
.neutralColorLight0 { background-color:#D1D1D1; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:#00FF00; }
.neutralColorStrong { background-color:#303030; }
.neutralColorMedium { background-color:#9E9E9E; }
.neutralColorLight { background-color:#D1D1D1; }

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

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

.navChannel {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;

}

.navMacroPub  {
line-height: 15px;
color : #323499;
text-decoration: None;
margin-bottom: 3px;
}

.navMacroPubIcon  {
line-height: 10px;
}

.navMacroDoc  {
line-height: 15px;
color : #323499;
text-decoration: None;
margin-bottom: 3px;
}

.navMacroDocIcon {
line-height: 10px;
}

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

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

a:hover, a:active {
text-decoration : underline;
color : #323499;
}

a.navChannel:link, a.navChannel:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color : #323499;
text-decoration : none;
}

a.navChannel:hover, a.navChannel:active {
text-decoration : none;
}

a.navMacroPub0:link, a.navMacroDoc0:link,
a.navMacroPub0:visited, a.navMacroDoc0:visited,
a.navMicro:link, a.navMicro:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #323499;
text-decoration : none;
}

a.navMacroPub0:hover, a.navMacroDoc0:hover,
a.navMacroPub0:active, a.navMacroDoc0:active,
a.navMicro:hover, a.navMicro:active {
text-decoration : underline;
color: #FE9A03;
}

a.navMacroPub1:link, a.navMacroDoc1:link,
a.navMacroPub1:visited, a.navMacroDoc1:visited {
font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color : #9E9E9E;
text-decoration : none;
}

a.navMacroPub1:hover, a.navMacroDoc1:hover,
a.navMacroPub1:active, a.navMacroDoc1:active {
  text-decoration: underline;
  color: #9E9E9E;
}


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

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

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

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

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

h1,.heading1{
font-weight: normal;
font-size: 18px;
line-height: 28px;
margin-top:16px; }

h2,.heading2 {
font-weight: bold;
font-size: 16px;
line-height: 18px}

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

h4,.heading4 {
font-weight: bold;
font-size: 13px;
line-height: 16px }

p {
  font-size: 11px;
  line-height: 15px
}
p.emphasis {
  background-color:#DBE4D4;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 16px;
  padding:3px;
}

ol {
  font-size: 11px;
  line-height: 15px;
  }

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

.small { font-size: 9px;}
.caption, .description { font-style: italic }
em { font-style: italic; }
sup, sub { font-size: 10px }

.Adresse,
.Referenz { font-size: 10px }

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

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

P.teaserTitle {
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #000000;
    font-size : 11px;
    line-height : 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

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


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

P.teaserText {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 10px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
}

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

A.teaserTitle:hover, A.teaserTitle:active {
    color : #800000;
    text-decoration: none;
}

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

A.teaserText:hover, A.teaserText:active {
    color: #800000;
    text-decoration: underline;
}

#teaser .ZMSTeaserElement  {
    border-spacing: 0pt 0pt;
    border-collapse: collapse;
    border-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#teaser .ZMSTeaserElement .title {
    font-family : Verdana,Geneva,Arial,Helevetica,sans-serif;
    color : #000000;
    font-size : 11px;
    line-height : 15px;
    font-weight: bold;
    margin: 0;
}

#teaser .ZMSTeaserElement .title {
padding: 0px;
background-image:url(/misc_/zms/spacer.gif);
}

#teaser .ZMSTeaserElement .text {
padding : 0px;
background-image:url(/misc_/zms/spacer.gif);
}

#teaser .ZMSTeaserElement .text {
    font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
    color : #000000;
    line-height: 16px;
    margin: 0;
}

#teaser .ZMSTeaserElement .title a:link, #teaser .ZMSTeaserElement .title a:visited {
    font-weight: bold;
    font-size : 12px;
    color: #003366;
    text-decoration: none;
}

#teaser .ZMSTeaserElement .title a:hover, #teaser .ZMSTeaserElement .title a:active {
    color : #800000;
    text-decoration: none;
}

#teaser .ZMSTeaserElement .text a:link, #teaser .ZMSTeaserElement .text a:visited {
    color: #000099;
    text-decoration: none;
}

#teaser .ZMSTeaserElement .text a:hover, #teaser .ZMSTeaserElement .text a:active {
    color: #800000;
    text-decoration: underline;
}


div#teaser {
  text-align:left;
  margin:0.2em 0.2em;
  padding:0px;
  border:0px;
  width:145px;
}
div#teaser div.ZMSTeaserContainer,
div#teaser div.ZMSTeaserElement,
div#teaser div.ZMSTeaserElement div.graphic,
div#teaser div.ZMSTeaserElement div.title,
div#teaser div.ZMSTeaserElement div.title a,
div#teaser div.ZMSTeaserElement div.text,
div#teaser div.ZMSTeaserElement div.text a  {
  float:none;
  clear:both;
  margin:0em;
  padding:0px;
  border:0px;
}
div#teaser div.ZMSTeaserContainer {
  padding:1px;
  width:145px;
}
div#teaser div.ZMSTeaserElement div.graphic,
div#teaser div.ZMSTeaserElement div.text,
div#teaser div.ZMSTeaserElement div.title {
  padding:3px;
}


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

.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.Copyright:link, a.Copyright:visited {
color : #003366;
text-decoration : none;
}

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



a.forumNav:link,a.forumNav:visited  {
color : #003366;
font-weight: bold;
text-decoration: underline;
}


a.forumNav:active,a.forumNav:hover {
color : #000000;
font-weight: bold;
text-decoration: none;
background-color: #E1E8EF;
}


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

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

TD.sitemapTitle1 {
  background-color: #FE9A03;
  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;
}


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

table.ZMSTable th { background-color:#cccccc; }
table.ZMSTable td { background-color:#efefef; }

