@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(yaml/navigation/nav_vlist.css);
@import url(yaml/screen/basemod.css);
@import url(yaml/screen/content_default.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);



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

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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj News
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
table.teamMember {
	border-top:0px #888 solid; border-bottom:0px #888 solid;
	}
div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.faustball-liga.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj leagueTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#Newsindex table {width:100%;border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:0px #888 solid; font-size:0.9em; }
tbody th { background:#E9EBEA; color:#333; }  
div#Newsindex th,td { padding:0.1em; }
div#Newsindex tbody tr:hover td { background:#9D0D05; color:#fff;}

span.leagueName {
	display:block;
	margin:0;
	padding-bottom:5px;
	font-weight:bold;
	}


/* 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 *//*---- BO calendar css -----*/

table#calTabs {
	margin-top:18px;
	width:100%;
	border-collapse:collapse;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
	}

table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
	}

table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
	}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
	}

form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
	}


form#calTabSearch table {
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}


/* -- FF -- */
html>/**/body form#calTabSearch {
	margin-left:-1px;
	}

table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
}
table#calContentEvent, 
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContentEvent td,
table#calContentBatch td {
	padding:0px;
	}

table#calContentEvent table#calContentBatch td,
table#calContentTabs table#calContentBatch td {
	padding-left:6px;
	}

table#calContentBatch tr.odd {
	background-color:#fff;
	}

table#calContentBatch tr.even {
	/* background-color:#eee; */
	}

table#calContentBatch tr.even td {
	padding:2px;
	}

table#calContentBatch tr.odd td {
	padding-bottom:6px;
	}

table#calContentEvent tr td span.date,
table#calContentBatch tr td span.date {
	margin-top:6px;
	}

table#calContentEvent tr td span.date,
table#calContentEvent tr td span.title, 
table#calContentBatch tr td span.date,
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
	font-weight:bold;
	}

table#calContentEvent tr td span.description,
table#calContentBatch tr td span.description {
	display:block;
	}

table#calContentEvent tr td span.cal_language {
	font-style:italic;
	}

table#calContentPrev {
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent td#calContentPrev,
table#calContent td#calContentNext {
	text-align:right !important;
	width:90%;
	padding:15px 10px 5px 10px;
	}

table#calContent td#calContentNext {
	padding-bottom:15px;
	background-color:#fee;
	}

div#calTeaser {
	width:170px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:0px;
	padding-top:6px;
	}

/* -- BO UCT -- */
div#calTeaser {
	width:170px;
	border-top:0px solid #fff;
	}

table#calGrid table.month td {
	text-align: center !important;
	}

div#calTeaser table#calGrid table.month,
div#calTeaser table#calGrid table.days {
	
	white-space:nowrap
	}

div#calTeaser table#calGrid {
	margin:0px 0px 5px -5px;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

/* ------------
*:first-child+html div#calTeaser table#calGrid {
	margin-left: 10px!important; /* only FF */ 
	}
------------- */

/* -- EO UCT -- */

table#calCategorySel {
	width:170px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calCategorySel tr td {
	padding:0px 10px
	}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:160px;
	font-size:10px;
	line-height:10px;
	font-family: arial,'sans-serif';
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	
	}

table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
	}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:1.0em;
	width:100%;
	text-align:center;
	font-weight:bold;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calGrid table.month a {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	}

table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calGrid table.days td {
	padding:0px 10px 5px 0px;
	overflow:visible;
	}

table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
	}

table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
	}


table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	text-align:right;
	font-weight:bold;
	}

table#calGrid table.days td.daynameToday,
table#calGrid table.days td.daynameHeute {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
	}

table#calGrid table.days td.date,
table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	text-align:right;
	}

table#calGrid table.days td.dateToday,
table#calGrid table.days td.dateHeute {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
	}

table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}

table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited,
table#calGrid table.days td.dateHeute a:link,
table#calGrid table.days td.dateHeute a:visited {
	color:#ee1947; 
	}	
/* ------------- EUTOS ------------------- */

table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	width:20px;
	padding-bottom:3px;
	}

table#calContent {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table#calContent tr td,
table#calContentTabs tr td {
	font-size:11px;
	line-height:16px;
	}

table#calContent tr td {
	padding:5px
	}

table#calContentBatch tr.odd td:hover, 
table#calContentBatch tr.even td:hover  {
background-color:#eee;
	}

table#calContentEvent span.date,
table#calContentBatch span.date {
	color:#666; 
	margin-top:3px;
	padding-top:3px;
	border-top:1px solid #999;
	}

#calEmptyBatch {
	padding: 10px;
	font-size:12px;
	}

a.calNav {
	font-size:10px;
	}

tr#tr_cal_text {
	display:none;
	}

div#filterEvent table#calContent,
div#filterEvent table#calContentEvent {
	border:0px;
	margin:0px;
	width:400px;
	}

div#filterEvent table#calContent td {
	border:0px;
	padding:0px;
	padding-left:1px;
	}

div#filterEvent span.date {
	border-top:0px;
	}
/*---- EO calendar css -----*/

/* GALLERY */
#galleryBox 
	{
	cursor: default;
	list-style: none;
	margin-left:-20px !important;
	margin-left:2px;
	padding-bottom:105px !important;
	padding-bottom:5px;
	width:550px;
	}

.infobox #galleryBox 
	{
	cursor: default;
	list-style: none;
	padding-left:12px;
	padding-bottom:105px !important;
	padding-bottom:5px;
	width:500px;
	}

h2.LightBoxContainerTitle
	{
	margin-bottom:5px;
	}

.infobox h2.LightBoxContainerTitle
	{
	margin-bottom:5px;
	}

#galleryBox a
	{
	cursor: default;
	}

#galleryBox a .preview
	{
	display: none;
	}

#galleryBox a:hover .preview
	{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	}

#galleryBox img
	{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	}

#galleryBox li
	{
	float: left;
	background: #F3F7F4;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	margin: 3px;
	padding: 5px;
	}

#galleryBox .preview
	{
	border-color: #000;
	width: 200px;
	height: 150px;
	}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

#galleryBox a
	{
	position: relative;
	}

#galleryBox a:hover
	{
	display: block;
	font-size: 100%;
	z-index: 1;
	}

#galleryBox a:hover .preview
	{
	top: -38px;
	left: -50px;
	}

#galleryBox li
	{
	position: static;
	}

/* LIGHTBOX CONTROL */
#fbLigaLightBox {
	background-color:#000;
	padding:20px 20px 5px 20px;
	}

#fbLigaLightBoxDetails {
	padding-top:5px;
	}	

#fbLigaLightBoxCaption {
	float:left;
	color:#fff; font-size:11px;
	}

#keyboardMsg {
	float:right;
	}

#keyboardMsg a {
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:bold;
	}

#fbLigaLightBox img {
	border:none;
	} 

#fbLigaOverlay img {
	border:none;
	}/*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
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  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox div.ZMSFile div.title a:link, 
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj accordionFaq
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
.accordion {
	width: 98%;
margin:5px 0px 10px 0px;
	border-bottom: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
background-color:#fff;
	}

.accordion p.accordionItemTitle {
	background: #fff url(http://www.faustball-liga.de/common/css/common/arrow-square.gif) no-repeat right -51px;
	padding: 5px 12px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	/* color:#5E6265; */
	color:#940602;
	}

.accordion p.accordionItemTitle:hover {
	text-decoration:underline;
	}

.accordion p.accordionItemTitle.active {
	background-position: right 5px;
	}

.accordion p {
	background: #fff;
background-color:#fff;
	margin: 0;
	padding: 0px 15px 5px 15px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	color:#ooo;
	}

.accordion p strong, .accordion p b{
	
	}

.accordion h2, .accordion h3 {
	background: #f7f7f7;
	margin: 0;
	line-height:10px;
	padding: 10px 15px 5px 15px;
	border-left: solid 0px #c4c4c4;
	border-right: solid 0px #c4c4c4;
	border-bottom: #eeeeef 0px solid;
	color:#002965;
	}

.accordion ul, .accordion ol {
	margin: 0;
	padding: 10px 15px 20px 40px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
background-color:#fff;
	}textarea#code.form-element,
textarea#code_eng.form-element,
textarea#code_ger.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/********//* BILD *//********/

.wrapboth{
margin:10px 0px 10px 0px !important;
margin:20px 0px 10px 0px;
padding:2px;
border:0 solid #fff;
background-color:#ededed;z-index:10;
}

.wrap{
margin:0;
padding:0;
border:0 solid #000;
background-color:#ededed;
z-index:10;
}

.wrap_image{
margin:0 0 -3px;
padding:0;border:0 solid #000;
background-color:#ededed;
}

.wrap_line{
margin:0;
padding:0;
border:0 solid #000;
z-index:10;
height:1px;
position:absolute;
overflow:visible;
display:inline;
}




.subtitlebox{
margin:0 0 2px 1px;
padding:0;text-align:left;
border:0 solid #000;background-color:#ededed;
}

.subtitle{
margin:0;padding:5px 0 3px 3px;
font-size:11px;
font-weight:400;
font-style:italic;
line-height:14px;
letter-spacing:0.05em;
color:#605f5f;
text-align:left;
border:1px solid #ededed;
}
.lupe{
margin:0;
padding:0;
width:35px;
height:32px;
border:0 solid #B9CDD2;
background-image:url("common/lightbox/lupe.png");
background-repeat:no-repeat;
background-position:top center;
font-size:1px;
line-height:1px;
position:absolute;
top:-32px;
right:0;
cursor:pointer;
}





/********//* styles fuer dim-effect *//********/

/*Positioniert des divs für das geöffnete Fenster? */
#lightbox {
position:absolute;
top:40px;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0;
}

/*Linkstyle zum schliessen des Fensters */
#lightbox a img {
border:none;
}

/*??? */
#outerImageContainer {
position:relative;
background-color:#fff;
width:250px;
height:250px;
margin:0 auto;
}

/*??? */
#imageContainer {
padding:10px;
}

/*??? */
#loading {
position:absolute;
top:40%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0;
}

/*??? */
#hoverNav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}

/*??? */
#imageContainer>#hoverNav {
left:0;
}


/*??? */
#hoverNav a {
outline:none;
}


/*??? */
#prevLink,#nextLink {
width:49%;
height:100%;
background:transparent url(common/blank.gif) no-repeat;
/* Trick IE into showing hover */
display:block;
}


/*??? */
#prevLink {
left:0;
float:left;
}

/*??? */
#nextLink {
right:0;
float:right;
}


/*??? */
#prevLink:hover,#prevLink:visited:hover {
background:url(common/lightbox/prevlabel.gif) left 15% no-repeat;
}


/*??? */
#nextLink:hover,#nextLink:visited:hover {
background:url(common/lightbox/nextlabel.gif) right 15% no-repeat;
}


/*??? */
#imageDataContainer {
font:10px Verdana, Helvetica, sans-serif;
background-color:#fff;
margin:0 auto;
line-height:1.4em;
}


/*??? */

#imageData {
padding:0 10px;
}

/*??? */

#imageData #imageDetails {
width:65%;
float:left;
text-align:left;
padding:0 0 10px;
}


/*??? */
#imageData #caption {
font-weight:700;
color:#605f5f;
}


/*???? */
#imageData #numberDisplay {
display:block;
clear:left;
padding-bottom:1em;
}


/*macht den link zum schliessen des fensters */

#imageData #bottomNavClose {
width:93px;
float:right;
padding-bottom:0.7em;
}

/*macht den hintergrund dunkel */

#overlay {
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px;
background-color:#000;
-moz-opacity:0.5px;
opacity:.50;
filter:alpha(opacity=50);
}

/*macht die leiste unter dem bild */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}


* html>body .clearfix {
display:inline-block;
width:100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height:1%;
/* End hide from IE-mac */
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj lightboxgallery
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
	}

#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
	}

.thumbs a:link, .thumbs a:visited{
	border: none;
	}

.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
	}

.thumbs img:hover {
	border-color: #FF9900;
	}/**
 
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
	}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
	}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
	}

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
.lightboxgallery {
	background-color: #ECECEC;
	padding: 10px;
	width: 460px;
	}

.lightboxgallery ul {
	list-style: none;
margin:0;
padding:5px 12px 5px 12px;
	}

.lightboxgallery ul li {
	display: inline;
margin:0;
	}

#Content .lightboxgallery ul li {
	background:none;
	}

.lightboxgallery ul img {
	border: 5px solid #CAC7C7;
	border-width: 5px 5px 20px;
	}

.lightboxgallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

.lightboxgallery ul a:hover {
	color: #fff;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj news
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.newsHeadWrapper {
	/* width:100%; */
	width:auto;
	margin:0;
	padding:0;
	}

div.newsHeadMetaWrapper {
	margin:0;
	margin-bottom:-20px;
	position:relative;
	padding:0;
	width:100%;
	color:#B8B8B8;
	font-size:90%;
	}

div.newsHeadMetaWrapper div.newsHeadCategory{
	float:left;
	margin:0;
	padding:0;
	padding-left:0px;
	text-align:left;
	width:50%;
	}

div.newsHeadMetaWrapper div.newsHeadDate{
	float:right;
	margin:0;
	padding:0;
	padding-right:0px;
	text-align:right;
	width:50%;
	}


div.newsHeadWrapperImgHi {
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:8px;
	padding:0;
	border:solid 1px #ddd;
	}

div.newsHeadWrapperImgHi img {
	margin:0;
	padding:0;
	}

div.newsHeadWrapper img.thumb {
	margin:0;
	margin-right:10px;
	float:left;
	}
	
div.newsHeadWrapper p.newsImgHiCaption{
	margin:0;
	margin-top:0px !important;
	margin-top:-5px;
	position:relative;
	padding:3px;
	/* font-style:italic; */
	font-size:11px;
	background-color:#F4ECEC;
	color:#333;
	}

/* IE 7.0 only */
*:first-child+html div.newsHeadWrapper p.newsImgHiCaption {
	margin-top:-5px !important;
	}

div.newsHeadText {
	margin:0;
	margin-bottom:15px;
	padding:0;
	line-height: 16px;
	font-weight:bold;
	color:#707070;
	}

div.newsHeadText p{
	margin:0;
	padding:0;
	}
	
div.newsHeadText p span.dtCreated{
	font-weight:normal;
	color:#B8B8B8;
	font-size:90%;
	}

div.newsHeadWrapper div.ZMSGraphic {
	border:solid 1px #ddd;
	width:auto;
	}

div.newsHeadWrapper div.ZMSGraphic div.graphic{
	}

div.newsHeadWrapper div.ZMSGraphic div.text{
	padding:0px;
	margin:0;
	}

div.newsHeadWrapper div.ZMSGraphic div.text p{
	padding:5px;
	margin:0;
	font-style:normal;
	font-size:11px;
	background-color:#F4ECEC;
	color:#333;
	}




/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj lightbox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
div.gallery {
	background-color: #fff;
	margin:0px 0px 46px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:solid 1px #801834;
	}

h2.gTitle {
 	margin:0px 0px 10px 0px;
 	}

div.gallery ul {
	list-style: none;
	margin:0px !important;
	padding:0px;
	border:solid 0px red;
	}

/* IE 7.0 only */
*:first-child+html div.gallery ul {
	margin:0px !important;
	}


div.gallery ul li {
	display: inline;

	}

#Content div.gallery ul li {
	background:none;
	padding:0px 1px 0px 0px;
	}

div.gallery ul img {
	border: 5px solid #E7E7E6;
	border-width: 5px 5px 20px;
	}

div.gallery ul a:hover img {
	border: 5px solid #E5D8DC;
	border-width: 5px 5px 20px;
	color: #fff;
	}

div.gallery ul a:hover {
	color: #fff;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}


