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

/* 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 *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj accordion
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
.accordion {
	margin:8px 0px 20px 0px;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 0px #e9e9e9;
	}

.accordion p.accordionItemTitle {
	background: #fff url(common/arrow-square.gif) no-repeat right -151px;
	padding: 5px 25px 5px 15px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	border: solid 1px #e9e9e9;
	border-top: solid 0px #e9e9e9;
	cursor: pointer;
	color:#323499;
	}

.accordion p.accordionItemTitle:hover {
	background-color: #FAFAFD !important;
	}

.accordion p.accordionItemTitle.active {
	background-position: right 5px;
	}

.accordion div.accordionItemText {
	margin:0px 0px 0px 0px !important;
	padding: 5px 15px 5px 15px;
	border:solid 1px #e9e9e9;
	border-top:solid 0px #abdade;
	}

.accordion div.accordionItemText p,.accordion div.accordionItemText div {
	margin:0px 0px 8px 0px;
	padding: 0px;
	}

.accordion h2, .accordion h3 {
	}

.accordion ul, .accordion ol {
	margin: 0;
	padding: 10px 15px 20px 40px;
	}

/* BO infobox.f_css_defaults */
div.infobox {
	margin-top: 10px;
	border-top: 5px solid #323499;
	background-color: #f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom: 20px;
}
p.infoboxtitle {
	padding:3px;
	margin: 0 0 0 3px;
	font-weight: bold;
	font-size: 116.67%;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}

div.infobox div.ZMSFile div.title img {
	margin-bottom:-5px;
}

div.infobox li.LinkElementInternal,
div.infobox li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif) !important;
	list-style-position:inside;
	}

div.infobox li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif) !important;
	list-style-position:inside;
	}
div.infobox li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif) !important;
	list-style-position:inside;
	}
/* EO infobox.f_css_defaults *//* 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 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.neigungstest-fh-koeln.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.neigungstest-fh-koeln.de/common/css/common/newsBoxLink_internal.gif) no-repeat 0em 0.4em;
	}/* 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 */
#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%;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- 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.neigungstest-fh-koeln.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.neigungstest-fh-koeln.de/common/css/common/macronav_arrow.gif) 10px 9px no-repeat;
	}
textarea#title { height: 48px !important }
.question { margin:25px 0 10px; font-size:13px; }
.question .title { margin:10px 0 5px; }
.question.subheader .title { margin-top:20px; border:1px solid #aaa; background-color:#eee; color:#666; padding:5px; font-weight:bold;  }
.question .hint { font-size:10px; font-style:italic; color:#999; }
.question.subheader .answer { display:none }
.question .answer { margin:10px auto 5px; width:90% }
.question .answer .scale { font-size:smaller }
.question .answer .scale.left { margin-right:10px }
.question .answer .scale.right { margin-left:10px }
.question .answer textarea { width:100%; height:4em !important }
.submitArea { text-align:center;margin:auto; border-top:1px solid #ccc }
.submitArea input { margin:10px }

.qfilter .ui-state-active,
.question .ui-state-active {
  background: url('') #FF9900 !important;
  color: white !important;
} 
.qfilter .ui-state-hover,
.question .ui-state-hover, 
#col1 .btn.ui-button.ui-state-hover {
  background: url('') #FFBB33 !important;
  color: white !important;
} 
.qfilter .ui-state-default,
.question .ui-state-default {
  color: #666;
} 
.question .btn.ui-button {
  background: url('') #aaa !important;
  color: black !important;
} 
/* manage_questionnaire */
.qfilter .ui-button-text-only .ui-button-text {
  font-size: 0.9em;
  padding: 0.2em 0.7em;
}

.qdiv {
  color: #333333;
  background: none repeat-x scroll center top #CCCCCC;
  border: 1px solid #DDDDDD;
  border-radius: 12px 12px 12px 12px;
  margin: 20px 0 0 30px;
  padding: 10px 60px 10px 20px;
  width:570px;
}

.qtitle {
  color: #333333;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}
table.AnswerValues { display:none; margin: 5px 30px; width:auto;}
/* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em;
}
#ZMSForum ul.nav-tabs {
padding-bottom:1em
}
#ZMSForum table {
margin: 0em 0em 1.5em 0em;
}
#ZMSForum fieldset {	
margin: 0em 0em 0.7em 0em;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;
list-style-type:none;
}
div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}
div.threadTree .zfmSubject { }
div.zfmFileForm {
padding:0.3em;
margin-top:0.7em;
}

/* EO f_css_defaults *//* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj newsBoxItem
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#newsBoxItem {
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:215px;
	background: url(http://www.neigungstest-fh-koeln.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;	
	}/* 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;
  float:right;
}
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 *//* 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 */

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.neigungstest-fh-koeln.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;
}


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


.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: 13px;
line-height: 16px;
margin-bottom: 3px}

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

#Index {
  margin-top:30px;
}

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

/* ----------- PRINTVERSION ---------------- */
@media print {
  body { background-color:white !important; }
  table#Header, div#LoginSmart, table#Footer,
  td#Macronavigation img, td#Macronavigation div
  {
   display:none
  }

}


