/* default styles for extension "tx_tcgallery_pi1" */
	
		.tx-tcgallery-pi1{
			/*
			background-image:		url(/typo3conf/ext/tcgallery/images/bg.jpg);
			background-repeat:		no-repeat;
			background-position:	top right;
			border:					1px solid #000000;
			*/
		}
		
		.tx-tcgallery-pi1 a{
			filter:					alpha(opacity=60);
			-moz-opacity:			0.6;
			opacity:				0.6;
			float:					left;
			margin:					3px;
		}
		
		.tx-tcgallery-pi1 a:hover{
			filter:					alpha(opacity=100);
			-moz-opacity:			1.0;
			opacity:				1.0;
		}

		div#fancy_overlay {
			position:absolute;
			top: 0;
			left: 0;
			z-index: 90000;
			width: 100%;
			background-color: #666633;
		}
		
		div#fancy_loading {
			position: absolute;
			height: 40px;
			width: 40px;
			cursor: pointer;
			display: none;
			overflow: hidden;
			background: transparent;
			z-index: 100000;
		}
		
		div#fancy_loading div {
			position: absolute;
			top: 0;
			left: 0;
			width: 40px;
			height: 480px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_progress.png) no-repeat;
		}
		
		div#fancy_close {
			position: absolute;
			top: -12px;
			left: -12px;
			height: 30px;
			width: 30px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_closebox.png) ;
			cursor: pointer;
			z-index: 100000;
			display: none;
		}
		
		div#fancy_content {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 0; 
			margin: 0;
			z-index: 96000;
		}
		
		#fancy_frame {
			position: relative;
			width: 100%;
			height: 100%;
			display: none;
		}
		
		img#fancy_img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border:0; 
			padding: 0; 
			margin: 0;
			z-index: 92000;
		}
		
		div#fancy_title {
			position: absolute;
			bottom: -35px;
			left: 0;
			width: 100%;
			z-index: 100000;
			display: none;
		}
		
		div#fancy_title table {
			margin: 0 auto;
		}
		
		div#fancy_title div {
			color: #FFF;
			font: bold 12px Arial;
			padding-bottom: 2px;
		}
		
		td#fancy_title_left {
			width: 15px;
			border-top: 1px solid #FFFFFF;
			border-left: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_title_main.png);
		}
		
		td#fancy_title_main {
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_title_main.png);
		}
		
		td#fancy_title_right {
			width: 15px;
			border-top: 1px solid #FFFFFF;
			border-right: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_title_main.png);
		}
		
		div#fancy_outer {
			position: absolute;
		    top: 0;
		    left: 0;
		    z-index: 90000;
		    padding: 18px 18px 58px 18px;
		    margin: 0;
		    overflow: hidden;
		    background: transparent;
		    display: none;
		}
		
		div#fancy_inner {
			position: relative;
			width:100%;
			height:100%;
			border: 1px solid #444;
			background: #FFF;
		}
		
		a#fancy_left, a#fancy_right {
			position: absolute; 
			bottom: 10px; 
			height: 100%; 
			width: 35%; 
			cursor: pointer;
			background-image: url(data:image/gif;base64,AAAA);
			z-index: 100000; 
		}
		
		a#fancy_left {
			left: 0px; 
		}
		
		a#fancy_right {
			right: 0px; 
		}
		
		a#fancy_left{
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_left.gif) no-repeat 0% 100%;
		}
		
		a#fancy_right {
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_right.gif) no-repeat 100% 100%;
		}
		
		#fancy_bigIframe, #fancy_freeIframe {
			position:absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10000;
		}
		
		div#fancy_bg {
			display: none;
		}
			
		div.fancy_bg {
			position: absolute;
			display: block;
			z-index: 70000;
		}
		
		div.fancy_bg_n {
			top: -18px;
			width: 100%;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_n.png) repeat-x;
		}
		
		div.fancy_bg_ne {
			top: -18px;
			right: -13px;
			width: 13px;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_ne.png) no-repeat;
		}
		
		div.fancy_bg_e {
			right: -13px;
			height: 100%;
			width: 13px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_e.png) repeat-y;
		}
		
		div.fancy_bg_se {
			bottom: -18px;
			right: -13px;
			width: 13px;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_se.png) no-repeat;
		}
		
		div.fancy_bg_s {
			bottom: -18px;
			width: 100%;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_s.png) repeat-x;
		}
		
		div.fancy_bg_sw {
			bottom: -18px;
			left: -13px;
			width: 13px;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_sw.png) no-repeat;
		}
		
		div.fancy_bg_w {
			left: -13px;
			height: 100%;
			width: 13px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_w.png) repeat-y;
		}
		
		div.fancy_bg_nw {
			top: -18px;
			left: -13px;
			width: 13px;
			height: 18px;
			background: transparent url(/typo3conf/ext/tcgallery/images/fancy_shadow_nw.png) no-repeat;
		}
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
		border: 1px solid #666633;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
.coming{
	background-image: url(/fileadmin/templates/images/aif.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}

.maincontainer{
	width: 847px;
	margin: 0 auto;
}

.footer{
	margin: 6px 0 0 15px;
}

.frontpagecontainer{
	width: 847px;
	margin: 0 auto;
}

.shadow_left{
	float: left;
	background-image: url(/fileadmin/templates/images/shadow_left.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 540px;
}

.sitecontainer{
	float: left;
	width: 800px;
	overflow: hidden;
}

.shadow_right{
	float: left;
	background-image: url(/fileadmin/templates/images/shadow_right.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 540px;
}

.shadow_top{
	background-image: url(/fileadmin/templates/images/shadow_top.gif);
}

.logo {
	height:90px;
}

.languages{
	height: 25px;
	overflow: hidden;
	background: #C0C0C0;
	border: 1px solid #666633;
}

.splash .languages{
	height: 25px;
	overflow: hidden;
	background: #666633;
	border: 1px solid #666633;
}

.languages a{
	float: right;
	margin: 6px 10px 0 0;
	color: #000000;
}

input.text, input.pass{
	border: .1em solid #FF0000;
	margin: 3px 0 5px 0;
}

input.submit{
	border: .1em solid #FF0000;
	margin: 10px 0 5px 0;
	background-color: #FFFFFF;
	cursor: pointer;
}

textarea.textarea{
	border: .1em solid #FF0000;
	width: 30em;
	height: 10em;
}


/**************************************/
/***** START - styling of search ******/
/**************************************/

.menucontainer{
	background-color: #666633;
	height: 30px;
	overflow: hidden;
	border-left: 1px solid #666633;
	border-right: 1px solid #666633;
	clear: both;
}

/**************************************/
/***** STOP - styling of search *******/
/**************************************/


/**************************************/
/***** START - styling of menu **/
/**************************************/

ul.menu{
	margin: 0 0 0 10px;
	padding: 0;
}

ul.menu li{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

/**************************************/
/***** STOP - styling of menu ***/
/**************************************/

.contentcontainer{
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	border-left: 1px solid #666633;
	background-image: url(/fileadmin/templates/images/contentbackgroundgrey.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	_height: 400px;
	padding: 1em 0 0 0;
	background-color: #C1C5C8;
	font-size: 1.1em;
}

.splash .contentcontainer{
		background-image: url(/fileadmin/templates/images/splashbackground.gif);
		background-color: #666633;
}


.maincontainer .leftmenucontainer{
	float: left;
	width: 25%;
	overflow: hidden;
}

.maincontainer .content{
	float: right;
	width: 73%;
	margin: 0 1% 2em 1%;
	overflow: hidden;
}

.frontpagecontainer .content{
	width: 98%;
	margin: 0 1% 2em 1%;
	overflow: hidden;
}

/******************************************************************************/
/***** START - columns ******************************************************/
/******************************************************************************/

.maincontainer .content .threeColumn_left{
	float: left;
	width: 220px;
	overflow: hidden;
}

.maincontainer .content .threeColumn_normal{
	float: left;
	width: 220px;
	overflow: hidden;
	margin: 0 15px 0 15px;
}

.maincontainer .content .threeColumn_right{
	float: right;
	width: 220px;
	overflow: hidden;
}

.maincontainer .content .twoColumn_normal{
	float: left;
	width: 340px;
	overflow: hidden;
}

.maincontainer .content .twoColumn_right{
	float: right;
	width: 340px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

.frontpagecontainer .content .threeColumn_left{
	float: left;
	width: 288px;
	overflow: hidden;
}

.frontpagecontainer .content .threeColumn_normal{
	float: left;
	width: 288px;
	overflow: hidden;
	margin: 0 15px 0 16px;
}

.frontpagecontainer .content .threeColumn_right{
	float: right;
	width: 288px;
	overflow: hidden;
}

.frontpagecontainer .content .twoColumn_normal{
	float: left;
	width: 440px;
	overflow: hidden;
}

.frontpagecontainer .content .twoColumn_right{
	float: right;
	width: 440px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

/******************************************************************************/
/***** STOP - columns *******************************************************/
/******************************************************************************/

.content p a:hover{
	text-decoration: underline;
}

/******************************************************************************/
/***** START - styling of leftmenu ********************************************/
/******************************************************************************/

.leftmenucontainer ul{
	margin: 0 0 0 1em;
	padding: 0;
}

.leftmenucontainer ul li{
	list-style-type: none;
	line-height: 1.7em;
}

.tx-tchtml2pdf-pi1-ajaxloader{
	display: none;
	margin: 7px 10px 0 0;
	float: right;
}

a.tx-tchtml2pdf-pi1{
	color: #FFFFFF;
	float: right;
	margin: 8px 10px 0 0;
}



/******************************************************************************/
/***** STOP - styling of leftmenu *********************************************/
/******************************************************************************/

span.hideit {
	display: block; 
        position: relative;
	text-indent: -10000px; 
	text-decoration: none;
       white-space: nowrap;
}

.clearboth{ 
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
		
.spacer { 
	clear: both;
	line-height: 10px;
	height: 10px;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/***************************************************/
/***** START - Main stylesheet for HTML & BODY *****/
/***************************************************/

html{
	height:					100%;
	overflow-y:				scroll;
	background-color:		#999966;
}

body{
	font-family:			Verdana,Arial,Sans-serif,Monospace;
	font-size:				11px;
	margin:					0;
	padding:				1em 0 2em 0;
	background-color:		#999966;
}

/***************************************************/
/***** STOP - Main stylesheet for HTML & BODY  *****/
/***************************************************/

/***************************************************/
/***** START - Styling of twocolumn element ********/
/***************************************************/


.twocolumnscontainer{
	clear: both;
}

.twocolumnscontainer .twocolumnsleft{
	float: left;
	overflow: hidden;
}

.twocolumnscontainer .twocolumnsspacer{
	float: left;
	overflow: hidden;
}

.twocolumnscontainer .twocolumnsright{
	float: right;
	overflow: hidden;
}

/***************************************************/
/***** STOP - Styling of twocolumn element *********/
/***************************************************/


/*******************************************************************************/
/***** START - The following is used to remove the dotted lines from links *****/
/*******************************************************************************/

a:active{
	outline:			none;
}

:-moz-any-link:focus{
	outline:			none;
}

/*******************************************************************************/
/***** STOP - The following is used to remove the dotted lines from links  *****/
/*******************************************************************************/


/**************************************************************************/
/***** START - The following is used style various content from TYPO3 *****/
/**************************************************************************/

A{
	color: 					#666633;
	text-decoration:		none;
}

.splash .contentcontainer a{
	color: 					#000000;
}

P{
	margin: 				0 0 1em 0;
}

p.align-center{
	text-align: center;
}

p.align-right{
	text-align: right;
}

p.align-justify{
	text-align: justify;
}

p.indent{
	margin-left: 10em;
}


H1{
	font-size: 				1.6em;
	color: 					#FF0000;
	margin: 				0 0 .2em 0;
}

H2{
	font-size: 				1.5em;
	color: 					#FF0000;
	margin: 				0 0 .2em 0;
}

H3{
	font-size: 				1.4em;
	color: 					#FF0000;
	margin: 				0 0 .2em 0;
}

H4{
	font-size: 				1.3em;
	color: 					#FF0000;
	margin: 				0 0 .2em 0;
}

H5{
	font-size: 				1.2em;
	color: 					#FF0000;
	margin: 				0 0 .2em 0;
}

DIV.csc-frame-invisible{

}

DIV.csc-frame-rulerBefore{
	background-color:		#666633;
	margin:					10px 0 10px 0;
	height:					1px;
	clear:					both;
	overflow: 				hidden;
}

DIV.csc-frame-rulerAfter{
	background-color:		#666633;
	margin:					10px 0 10px 0;
	height:					1px;
	clear:					both;
	overflow: 				hidden;
}

/**************************************/
/***** START - Frames *****************/
/**************************************/

.csc-frame-frame1{
	padding: 1em;
	background-color: #C1C5C8;
	border: 1px solid #666633;
}

.csc-frame-frame2{
	padding: 1em;
	background-color: #999966;
	border: 1px solid #666633;
}


/**************************************/
/***** STOP - Frames ******************/
/**************************************/



UL.csc-bulletlist-0 li{
	color:					#000000;
}

UL.csc-bulletlist-1 li{
	color:					#C000C0;
}

UL.csc-bulletlist-2 li{
	color:					#008080;
}

UL.csc-bulletlist-3 li{
	color:					#3FC000;
}

OL, UL{
	margin:					0 0 0 0;
	padding:				0 0 0 0;
	list-style-position: 	inside;
}

.csc-mailform input{
	border:					1em solid #666633;
	width:					20em;
}

.csc-mailform textarea{
	border:					1em solid #666633;
	width:					20em;
}

div.csc-textpic-border img {
	border:					1em solid #666633;
}

.csc-textpic-caption{
      font-size: .8em;
}

/**************************************************************************/
/***** STOP - The following is used style various content from TYPO3  *****/
/**************************************************************************/
a#menu_51d92be1c6 {width:71px;height:30px;background-image:url(/typo3temp/GB/a1956b3a0c.png);background-repeat:no-repeat;display:block;}

a#menu_51d92be1c6:hover {width:71px;height:30px;background-image:url(/typo3temp/GB/6b0c21637a.png);background-repeat:no-repeat;display:block;}

a.act#menu_51d92be1c6 {width:71px;height:30px;background-image:url(/typo3temp/GB/6b0c21637a.png);background-repeat:no-repeat;display:block;}

li#li_51d92be1c6 {width:71px;height:30px;}

a#menu_218a0aefd1 {width:68px;height:30px;background-image:url(/typo3temp/GB/6e48def9b5.png);background-repeat:no-repeat;display:block;}

a#menu_218a0aefd1:hover {width:68px;height:30px;background-image:url(/typo3temp/GB/c5c02eb778.png);background-repeat:no-repeat;display:block;}

a.act#menu_218a0aefd1 {width:68px;height:30px;background-image:url(/typo3temp/GB/c5c02eb778.png);background-repeat:no-repeat;display:block;}

li#li_218a0aefd1 {width:68px;height:30px;}

a#menu_7380ad8a67 {width:152px;height:30px;background-image:url(/typo3temp/GB/e24d863c62.png);background-repeat:no-repeat;display:block;}

a#menu_7380ad8a67:hover {width:152px;height:30px;background-image:url(/typo3temp/GB/eee925a25a.png);background-repeat:no-repeat;display:block;}

a.act#menu_7380ad8a67 {width:152px;height:30px;background-image:url(/typo3temp/GB/eee925a25a.png);background-repeat:no-repeat;display:block;}

li#li_7380ad8a67 {width:152px;height:30px;}

a#menu_b534ba6823 {width:114px;height:30px;background-image:url(/typo3temp/GB/7d9de4cc19.png);background-repeat:no-repeat;display:block;}

a#menu_b534ba6823:hover {width:114px;height:30px;background-image:url(/typo3temp/GB/b9e50535a6.png);background-repeat:no-repeat;display:block;}

a.act#menu_b534ba6823 {width:114px;height:30px;background-image:url(/typo3temp/GB/b9e50535a6.png);background-repeat:no-repeat;display:block;}

li#li_b534ba6823 {width:114px;height:30px;}

a#menu_35051070e5 {width:51px;height:30px;background-image:url(/typo3temp/GB/5a33829916.png);background-repeat:no-repeat;display:block;}

a#menu_35051070e5:hover {width:51px;height:30px;background-image:url(/typo3temp/GB/a675845adc.png);background-repeat:no-repeat;display:block;}

a.act#menu_35051070e5 {width:51px;height:30px;background-image:url(/typo3temp/GB/a675845adc.png);background-repeat:no-repeat;display:block;}

li#li_35051070e5 {width:51px;height:30px;}

a#menu_1be3bc32e6 {width:104px;height:30px;background-image:url(/typo3temp/GB/b885811678.png);background-repeat:no-repeat;display:block;}

a#menu_1be3bc32e6:hover {width:104px;height:30px;background-image:url(/typo3temp/GB/41663a0047.png);background-repeat:no-repeat;display:block;}

a.act#menu_1be3bc32e6 {width:104px;height:30px;background-image:url(/typo3temp/GB/41663a0047.png);background-repeat:no-repeat;display:block;}

li#li_1be3bc32e6 {width:104px;height:30px;}


