
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.gongoll.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* 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 */#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 90;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(common/lightbox2.03a/images/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/lightbox2.03a/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(common/lightbox2.03a/images/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; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *//* BO f_css_defaults orderform  */

.bestellform {
	margin:0;
	padding:0;
	width:380px;
	}

.bestellform fieldset{
	background-color:#f4dcd5;
	border:5px solid #dd4242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:370px;
	position:relative;
	display:block;
	padding: 5px;
	margin:30px 0px;
	}

.bestellform fieldset legend{	
	background-color:#ccc;
	color:#dd4242;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
	padding:2px 5px;
	margin:20px 0px;
	position:relative;
	top: -12px;
	}

.bestellform fieldset label{
	font-size:90%;
	display:block;
	float:left;
	width:165px;
	text-align:right;
	margin:10px 5px 0px 0px;
	padding-left:5px;
	padding-right:5px;
	}


.bestellform fieldset img{
	float:left;
	margin:10px 5px 0px 0px;
	}

.bestellform fieldset input {	
	background-color:#eee;
	margin-top:10px;
	}


.bestellform fieldset.checks input {
	clear:left;
	float:right;
	margin-top:10px;	
	}

.bestellform fieldset.checks label{
	width:250px;
	text-align:left;
}



.bestellform fieldset textarea {
	background-color:#eee;
	width:200px;
	border:1px solid #666;
	margin:0px;
	padding:0px;
	}

#alert {
	margin:5px;
	padding:3px;
	border:1px solid #666;
	background:#FF7375;
	display:none;
	font-size:9px;
	}
/* EO f_css_defaults orderform  */
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.gongoll.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;
}

/* BO f_css_defaults contactform  */
.contactform fieldset{
	background-color:#b4d560;
	border:2px solid #006633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	display:block;
	padding: 5px;
margin:10px 0px;
width:480px;
}

.contactform fieldset legend{	
background-color:#ffff99;
	color:#006633;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
	padding:2px 5px;
	margin:10px 0px;
	position:relative;
	top: -12px;
	
}

.contactform fieldset label{
	font-size:90%;
	display:block;
	float:left;
	width:125px;
	text-align:right;
	margin:10px 5px 0px 0px;
}


.contactform fieldset img{
	float:left;
	margin:10px 5px 0px 0px;
}

.contactform fieldset input {	
background-color:#c0c0c0;
margin-top:5px;
	}

.contactform fieldset.checks label{
	width:440px;
	text-align:left;
}

.contactform fieldset.checks input {
clear:left;
float:right;
margin-top:7px;	
}

.contactform fieldset textarea {
background-color:#ccc;
width:340px;
height:150px;
border:1px solid #c0c0c0;
margin:0px;
padding:0px;
}

#alert {
margin:5px;
padding:3px;
border:1px solid #c0c0c0;
background:#ffff99;
display:none;
font-size:9px;
}

/* EO f_css_defaults contactform  *//* BO f_css_defaults_Vereinsranking // */



div#vereinsranking div.alert {
margin:5px;
padding:3px;
border:1px solid #c0c0c0;
background-color:#ff3333;
font-size:12px;
}

/* EO f_css_defaults_Vereinsranking // */

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

/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann, 10.11.2005*/
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparacent}

.neutralColorWhite {background-color: #FFFFFF} /*midContent Color*/
.neutralColorLight {background-color: #f2f25f;} /*pageregion Right */ 
.neutralColorMedium {background-color: #f2f25f;} /*Menue left */  
.neutralColorStrong {background-color: #669933;}  /*Navigation Links */ 
.neutralColorBlack  {background-color: #000000} /* Balken ZMS Stylesheet Kasten links */ 

.secondColorStrong {background-color: #cccccc;} /* template bg */
.secondColorMedium {background-color: #ffffff;} /* Content Middle Section */
.secondColorLight {background-color: #8496a6;} 

.primColorStrong {background-color: #b4d560;}  
.primColorMedium {background-color: #8ab51f;} 
.primColorLight {background-color: #666666;}
.navColorLightblue {background-color: #ebeaea;} 
.navColorDarkblue {background-color: #cccccc;} /* template bg */
.teaserColor {background-color: #008c94;} 



/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
position:relative;
	text-align:left;
}


/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	width:960px;
        border: 7px solid #8ab51f;
	text-align:left;

    }

/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background:url(http://www.gongoll.de/common/css/common/pageregionLeftBG1.gif) repeat-y left;
	background-color:#ffffff;
}

/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent url(http://www.gongoll.de/common/css/common/pageregionRightBG1.gif) repeat-y right;
}

/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -190px;
	background:transparent url(http://www.gongoll.de/common/css/common/pageregionRightBG1.gif) repeat-y right;

}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	margin-right: 185px;
	border-color:#f2f25f;
	background:transparent url(http://www.gongoll.de/common/css/common/pageregionLeftBG1.gif) repeat-y left;
}


#Content {
margin-left: 190px;
	padding-left:10px;
padding-right:8px;
	border:0;
	overflow:visible;
}

#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left:200px;
	padding:0px 20px 0px 0px;
	border:0;
}

#pageregionTop {
	margin:0;
	padding:0;
	
}
#pageregionLeft {
	padding-top:0px;
padding-left:5px;
	margin-left:0px;
float: left;
	width: 180px;
	background-color:#f2f25f;

}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-color: #f2f25f;
}


#Logo {
	margin-top:0px;
	padding:0;
margin-left: 0px;
	width:100%;
	background-color: #f2f25f; 
	border-top: 0px solid;
             border-color: #f2f25f; 
height:124px;


}
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
height: 20px;
	background-color: #f2f25f; 
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}
/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


/*-- Channel Menu ---------------------------*/

div#Menu {
	float: left;
	width: 100%;
	padding:0px;
        border-top: 7px solid #8ab51f;
        border-bottom: 7px solid #8ab51f;
	background-color: #669933;
	white-space:nowrap;
	}
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
	}
/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	line-height: 130%;
	display: inline;
	padding:0px;
	

	}
div#Menu ul li a {
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
font-size: 13px;
	background-color: #669933;
	color: #ffffff;
	text-decoration: none;
	border-right: 0.0em solid #fff;
	padding: 0.50em 0.99em;

	}
div#Menu ul li a.current {
	color:#fff280;  /*aktiv   Menue*/
	background-color: #8ab51f;
	}
div#Menu ul li a.home {
	background-color: #b4d560;
	}
div#Menu ul li a:hover {
color:#FFFfff;   /*Navigation*/
	background-color: #8ab51f;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: 0em!important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 0px solid #666;
	border-right: 0px solid #fff;
	background-color: #eee; 
	width: 190px;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0em 0.15em 0.15em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
}


/* -- MICRONAVIGATION -----------------*/

#Micronavigation {

margin-left:-10px;
padding-top:15px;
padding-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8ab51f;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000000;
	text-decoration:none;

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

/* -- MACRONAVIGATION -----------------*/

#Macronavigation {
	margin-top: 10px;
	border: 0;
	padding: 0;
width:179px;

}	
#Macronavigation ul {
	padding: 0;
	margin: 2px 2px 2px 2px;
	border-top:1px solid #8ab51f;
	list-style-type: none;
}

#Macronavigation ul li.parent {
	margin: 0;
	border: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
}
#Macronavigation ul li {
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 19px;
	border-bottom: 1px solid #cccccc;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	background-image: url(http://www.gongoll.de/common/css/common/icon_inactive.gif);
	background-color: 
	list-style-type: bullet;
}
#Macronavigation ul li.active {
	background-color:#8ab51f;
	background-image: url(http://www.gongoll.de/common/css/common/icon_active.gif);
	list-style-type: bullet;
}
#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #000000;
	text-decoration:none;
}
#Macronavigation ul li a:hover {
	color: #669933;
	text-decoration:none;
}
#Macronavigation ul li.active a:link,
#Macronavigation ul li.active a:visited {
	color: #ffffff;
	text-decoration:none;
}
#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}




/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid 1px white;
}
td.sitemapTitle1 {
	background-color: #000000;
	border-right-width: 1px;
	border-right-color: #336699;
	border-right-style: solid 1px white;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #ED1C40;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #000000;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small; font-family: Arial, Helvetica, sans-serif;
}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
}
#Search input#raw {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}


/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px;
	text-align:center;
	margin:10px 0px;
}

#Metanavigation a {
	color: #eeeeee;
	text-decoration:none;
}


#Copyright p {
	margin-top:30px;
	color:#FFFFFF;
} 
#Copyright p a {
	text-decoration:none;
	color:#FFFFFF;
} 

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 12px;
	}
h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	margin-bottom:25px; 
margin-left:-1px; 
border-bottom: 1px solid #47745f;
border-color: #47745f;
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 22px;
	margin-top:3px; 
margin-bottom: 2px;
border-bottom: 1px solid #47745f;
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 15px;
	}

h3,.heading3 {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 14px;
	line-height: 16px;
color:#f8a700;
font-weight: bold;
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square }

#Content ul {
	line-height: 15px;

      padding:0px;
	margin:15px !important;
	margin-left:15px;

}




p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#f2f25f;
padding-left: 1px;
line-height: 19px;
margin-top:15px
	}

p.description {
	line-height: 16px;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

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



a:active {
	text-decoration : none;
	color: #669933;
}

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

body#web a:link img,body#web a:visited img{
	border: 2px solid #669933;
	text-decoration : none;
}



body#web a:active img{
	text-decoration : none; 
	border: 2px solid #669933;
}

body#web a:hover img{
	border: 2px solid #8ab51f;
}


code {
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
}
table.ZMSTable tr th {
background-color:#f2f25f;
padding:3px;
}
table.ZMSTable tr.even td {
}
table.ZMSTable tr.odd td {
}




/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
	background-color:transparent; 
margin-left:0px;
}

div.ZMSGraphic .graphic {
margin-top: 15px;
margin-left:0px;
margin-right: 16px;
	border:0px solid #abda00
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}



/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:170px;
border: 1px solid #006633
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 15px !important; font-size: xx-small;
}

/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
	background-color:transparent; 
}


div.ZMSGraphic .graphic {
	margin:0px;
margin-right:16px;
margin-top:0px;
	border:0px solid #abda00
}


a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
width:172px;
	font-size: 12px !important; font-size: 12px;
	background-color: #f2f25f;
	
}

div.ZMSTeaserContainer {
	padding:0px;
margin-top:20px;
	margin-bottom:7px;
	background-color: #b4d560;
border: 2px solid #669933;
}
div.ZMSTeaserElement {
	width:169px;
	padding:0px;
        padding-bottom:7px;
	background-color: #b4d560;
text-align:center;
}
div.ZMSTeaserElement img.title {
	background-color: #b4d560;
	border: none;
}

div.ZMSTeaserElement div.title {
	font-weight:normal;
	text-decoration:none;
	text-color:#000000;
	background-color: #b4d560;
	padding: 2px 2px 0px 2px;
	display: block;
}

div.ZMSTeaserElement div.text
	{
	padding: 0px 4px 1px 4px;
        color:#000000;
	line-height:1.3em
	background-color: #b4d560;
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:170px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;


div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;

	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#ffffff;
	padding:0px;
	width:30;
	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.text {
	margin-left:20px;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
padding-left:10px;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
padding-left:10px;
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
padding-left:10px;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/*********************/
/* 10. Gallery */
/*********************/



.gallerycontroller{
font-size: 11px;
text-align: center;
margin-top: 2px;
margin-left: 1px;
padding-left:0px
}


.gallerycontent{
font-family: Arial;
font-size: 11px;
text-align: center;
margin-bottom: 2px;
margin-left:2px;
vertical-align: middle;
padding-top: 11px
}


#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
background-color: #b7b255
}
#pageregionLeft #Newsindex h2 {
    padding:0;
color: #93DEFE;
	font-size:12px;
    margin:0;
}

#pageregionLeft #Newsindex h1 {
    padding:0;
color: #93DEFE;
	font-size:12px;
    margin:0;
}
#Newsindex h3 {
	color:#ffffff;
        margin-bottom:10px;
}


#Newsindex p, #Newsindex p a:link {
	font-size:11px;
        color:#ffffff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

#Newsindex p a:hover{
	font-size:11px;
        text-decoration:underline;
}

#Newsindex a:hover{
        text-decoration:underline;
}



#Claim {
width:350px;
margin-left:50px; 
margin-right:0px; 
margin-top:45px;
margin-bottom:0px;
padding-right:6px;
padding-top:4px;
float:right;
vertical-align:bottom;
text-align:right;
font-size:21px;
font-weight:bold;
border-top:1px solid #e20074;
border-bottom:1px solid #e20074;
}


/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/
.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #a5cbf0; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 




