body {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	/* font-family:Times New Roman, Times, serif; */
	border-width:0px;
	background: #FFFFFF url(../images/hg.jpg) no-repeat center top;
	color:#000000;
}


html {margin: 0; padding: 0;}

body div {margin: 0 auto;} 

div {	
	font-family:verdana, arial, helvetica, sans-serif;
	line-height: 120%; 
}



#rahmen {
  position:relative;
  width:830px;
}

#head {
  position:relative;
  width:824px;
  height:776px;
  background: url(../images/hg_head.jpg) no-repeat left top;
}


/* TOOLTIP - start */

#menuetop {
  padding:3px 10px 0px 10px;
  text-align:center
}

#menuetop strong {
  color:#FFFFFF;
  font-weight:normal;
  font-size:0.7em;
  padding:0px 10px 0px 10px;
  cursor:pointer; cursor:hand;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:260px;
	padding:25px;
	color:#fff;	
	z-index:5000;
	text-align:center;
}

/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(../images/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}

/* TOOLTIP - ende */






/* NEWSBOX - start*/

.newsbox {
  position:relative;
  top:23px;
}

.newsbox h3 {
  color:#9FA0A4;
  padding-left:30px;
}

/* position and dimensions of the navigator */
.navi {
	width:70px;
	height:20px;
	left:235px;
	text-align:center;
	position:absolute;
	margin-top:-38px;
}


/* items inside navigator */
.navi a {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 308px;
	height:175px;
	left:10px;
	/* custom decorations */
	border:0px solid #ccc;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:280px;
	padding:15px;
	color:#F8F8F8;
	line-height:150%;
	font-size:0.7em;
}

.items:hover div {
	color:#092A5A;
}

.items div a, .items div a:link, .items div a:visited {color:#FFFFFF; text-decoration:none; }

.items div a:hover, .items div a:active, .items div a:focus {color:#092A5A; text-decoration:underline; }

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.scrollable img {
	width:100px;
	margin:20px 5px 20px 21px;	
}

.scrollable img.hover {
	background-color:#123;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

/* NEWSBOX - ende  */



.slideshow {
  position:absolute;
  width:455px;
  height:414px;
  float:right;
  right:39px;
  top:50px;
}

#germanmeeting {
  position:absolute;
  right:0px;
  top:60px;
  z-index:20;
}

.logo {
  position:absolute;
  left:20px;
  top:325px;
  z-index:3;
  width:118px;
  height:118px;
}


.title {
  position:absolute;
  right:0px;
  top:320px;
  z-index:30;
  text-align:right;
  color:#092A5A;
}

.title h1 {
  color:#092A5A;
  font-weight:normal;
  line-height:80%;
  padding:0px;
  margin:5px 0px 0px 0px;
  font-size:2.8em;
}

.title h2 {
  color:#092A5A;
  font-weight:normal;
  line-height:80%;
  padding:0px;
  margin:10px 0px 0px 0px;
  font-size:1.8em;
}



/* COUNTER - start */


#countdownbox {
  color:#D7D7D7;
  font-size:0.9em;
  margin:10px 0px 0px 0px;
  z-index:500;
}

.hasCountdown { 
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
}
.countdown_show1 .countdown_section {
}

.countdown_section {
	float: right;
}
.countdown_amount {

}
.countdown_descr {
}

/* COUNTER - ende */







/* MENUE - start */

.menue {
  width:919px;
  background-image: url(../images/hg_menuebalken.jpg); 
	background-repeat: repeat-x; 
	background-position: top;
	position:absolute;
	height:47px;
	font-size:0.9em;
	text-align:center;
	top:470px;
	padding:3px 0px 0px 0px;
	z-index:5;
}

.menue ul {list-style:none;margin:0;padding:0; left:50px; position:relative;}
.menue li {float:left;margin:0;padding:0;text-align:center; }
.menue li a {
  display:block;
  padding:12px 10px; 
  height:100%; 
  color:#092A5A;
  text-decoration:none; 
  border-right:0px solid #FFF;
}

.menue li a {background:url(bg2.jpg) repeat 0 0;}

.menue li a:hover, .menue li a:focus, .menue li a:active {background-position:-150px 0;}


#a a {background:url(../images/menue.jpg) repeat;}
#b a {background:url(../images/bg2.jpg) repeat 0 0;}


/* MENUE - ende */



/* CONTENT / Text - start */

.inner {
  position:relative;
}

.navipfad {
  color:#092A5A;
  font-size:0.6em;
  position:relative;
  margin-top:-220px;
  left:20px;
}

.navipfad a, .navipfad a:link, .navipfad a:visited {color:#092A5A; text-decoration:none; border:0px solid #FFFFFF; padding:3px;}

.navipfad a:hover, .navipfad a:active, .navipfad a:focus {color:#092A5A; text-decoration:none; border:0px solid #092A5A; padding:3px; background-color:#CCCCCC}

#text {
  width:580px;
  text-align:left;
  font-size:0.8em;
  line-height:170%;
  position:relative;
  left:80px;
  float:left;
  color:#404040;
  z-index:10;
}

#text span.englisch {
  color:#828282;
}

#text h1 {
  font-size:2em;
  font-weight:normal;
  color:#092A5A;
  padding-bottom:0.5em;
}

#text h1.ue {
  font-size:2em;
  font-weight:normal;
  color:#092A5A;
  padding-bottom:0.5em;
  left:-60px;
  position:relative;
}

#text h2 {
  font-size:1.2em;
  font-weight:bold;
  color:#092A5A;
  padding:0px;
  line-height:90%;
}

#text h2.info {
  font-size:1em;
  font-weight:bold;
  color:#092A5A;
  padding:0px;
  line-height:120%;
}

#text h3 {
  font-size:1em;
  font-weight:normal;
  color:#B5B5B5;
  padding:0px;
  line-height:90%;
  font-style:italic
}

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

#text a:hover, #text a:active, text a:focus {
  color:#092A5A;
  text-decoration:underline;
}

#text a.noborder, #text a.noborder:visited, #text a.noborder:link  {
  text-decoration:none;
  border:0px solid #CCCCCC;
} 

#text a.noborder:hover, #text a.noborder:active, text a.noborder:focus {
  text-decoration:none;
  border:0px solid #CCCCCC;
}

#text a.noborder img, #text a.noborder:visited img, #text a.noborder:link img  {
  text-decoration:none;
  border:1px solid #CCCCCC;
  padding:3px;
  background-color:#FFFFFF;
} 

#text a.noborder:hover img, #text a.noborder:active img, text a.noborder:focus img {
  text-decoration:none;
  border:1px solid #BA2926;
  padding:3px;
  background-color:#FFE4C6;
}

#text ul {
  list-style-type:circle;
  padding-left:25px;
}

.imagebox {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  padding:3px;
  color:#7A7A7A;
  font-size:0.9em;
} 

strong.red {
  font-weight:normal;
  color:#B80C0C;
}


caption {
  color:#092A5A;
  padding-bottom:5px;
  font-weight:bold;
}

table.tabelle {
  padding:0px;
  width:100%;
  vertical-align:top;
}

col.spalteeins, col.spaltedrei, col.spaltefuenf {
  background-color:#EEEEEE;
  text-align:center;
}

table.tabelle th, table.zeitplan th, table.teilnehmerliste th {
  background-color:#092A5A;
  color:#FFFFFF;
  padding:2px;
  font-weight:normal;
}

table.teilnehmerliste th {
  vertical-align:top;
  line-height:150%;
}

table.tabelle td {padding:3px;}

td.spaltearchiv, col.spaltearchiv, th.spaltearchiv {
  width:120px;
}

td {
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#EEEEEE;
  vertical-align:top;
}

table.zeitplan td {padding:6px 3px 6px 3px;}

table.zeitplan td {
  border-width:0px 1px 1px 0px;
  border-style:solid;
  border-color:#EEEEEE;
  vertical-align:top;
}

col.spalteeinszp {
  width:100px;
  background-color:#ECECEC;
}


table.zeitplan strong {
  color:#B80C0C;
  font-weight:normal;  
}

table.teilnehmerliste {
  padding:0px;
  width:100%;
  vertical-align:top;
  font-size:0.8em;
}

table.teilnehmerliste em  {
  color:#818181;
}

table.teilnehmerliste td {padding:6px 3px 6px 3px;}

table.teilnehmerliste td {
  border-width:0px 1px 1px 0px;
  border-style:solid;
  border-color:#EEEEEE;
  vertical-align:top;
}

col.spalteeinstl, td.spalteeinstl, th.spalteeinstl {
  width:55px;
  text-align:center;
}

td.spaltedreitl, col.spaltedreitl, th.spaltedreitl {
  text-align:center;
  width:100px;
}

td.spalteviertl, col.spalteviertl, th.spalteviertl {
  text-align:center;
  width:100px;
}

td.spaltefuenftl, col.spaltefuenftl, th.spaltefuenftl {
  width:75px;
}

col.spaltesechstl, td.spaltesechstl, th.spaltesechstl {
  width:40px;
  text-align:center;
}

td.spalteeinstl, td.spaltedreitl, td.spaltefuenftl {
background-color:#ECECEC;
}

td.spaltekomplett {
  text-align:left;
  width:100%;
  border-width:0px 1px 1px 1px !important;
  border-style:solid;
  border-color:#EEEEEE;
  vertical-align:top;
}

table.teilnehmerliste strong {
  color:#B80C0C;
  font-weight:normal;  
}

td.wettbewerb {
  font-size:1.3em;
  font-weight:bold;
  background-color:#D3DAE8;
  text-align:center;
}


tfoot {display:none}



/* CONTENT / Text - ende */


#contentfooter {
  width:580px;
  text-align:left;
  font-size:0.7em;
  padding-top:40px;
  position:relative;
  color:#092A5A; 
}

#contentfooter a, #contentfooter a:link, #contentfooter a:visited {color:#092A5A; text-decoration:none;}

#contentfooter a:hover, #contentfooter a:active, #contentfooter a:focus {color:#092A5A; text-decoration:underline;}


.rechtespalte {
  float:right;
  position:relative;
  margin-top:-50px;
  width:140px;
  text-align:left;
  right:15px;
  z-index:5;  
}


/* SUCHE und TARGET - start */


form#searchengine {
  position:relative;
  top:10px;
  width:250px;
  right:100px;
}

form#formulartarget {
  /* display:inline;
  float:right;
  width:350px;
  position:relative;
  right:120px;
  border:0px solid; 
  */
  display:none;
}

form#formulartarget input {
  width:auto; 
  border:0px solid; 
}

form#formulartarget label {cursor:pointer; cursor:hand}

form#searchengine fieldset, #formulartarget fieldset {border:0px solid #BBBABA; padding:0px}


form#searchengine input {	
	border-width:0px 0px 0px 0px;
	border-style:dotted;
	border-color:#E6E6E6;
	color:#C6C3C3;
	background-color:transparent;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:9.5em; 
	font-weight:normal;
	text-align:right;
}

form#searchengine input:hover, form#searchengine input:active, form#searchengine input:focus {color:#092A5A;}

#footer form input[type=radio] {
  border-width:0px; 
  border-style:solid; 
  border-color:transparent;
  background-color:transparent;
  padding:0px; margin:0px;
  width:auto;
}

form#searchengine input.button {
	border-width:0px;
	border-style:solid;
	background-image: url(../images/such_lupe.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:hand; cursor:pointer;
	width:37px;
	height:37px;
	display:normal;
	padding-left:65px;
}

form#searchengine input.button:hover, form#searchengine input.button:active, form#searchengine input.button:focus {
	background-image: url(../images/such_lupe_over.jpg); 
	background-repeat: no-repeat; 
	background-position: center;
}

div.nosript {font-size:0.7em; color:red; font-weight:bold;}

strong.searchword {background-color:#FFCC00; color:#000000;}


label{
  margin-bottom:2px;
  display:block;
  padding-left:25px;
}

/* SUCHE und TARGET - ende */



/* MENUERIGHT - start */

ul.menueright {
  list-style:none;
  margin:0;padding:0; 
  top:50px; 
  position:relative;
  text-align:right;
  line-height:205%;
  z-index:5;
}

ul.menueright li {
  font-size:0.7em;

}

ul.menueright a, .ul.menueright a:link, ul.menueright a:visited {color:#5F5F5F; text-decoration:none;}

ul.menueright a:hover, ul.menueright a:active, ul.menueright a:focus {color:#092A5A; text-decoration:none;}



/* MENUERIGHT - ende */



/* FOOTER - start */

#footer {  
  position:relative;
  width:832px;
  height:233px;
  background: url(../images/hg_footer.jpg) no-repeat left top;
  z-index:9;
  top:-60px;
  color:#092A5A;
  font-size:0.7em;
  font-weight:normal;
  clear:both;
  
}

#footer div {
  position:relative;
  padding:85px 0px 0px 20px;
  text-align:center;
}

#footer div span{
  position:absolute;
  text-align:left;
  left:80px;
}

#footer div img  {
  padding:0px 20px 10px 10px;
}

.fussnote {
  position:relative;
  width:832px;
  top:-50px;
  color:#404040;
  font-size:0.6em;
}

.fussnote a, .fussnote a:link, .fussnote a:visited {color:#404040; text-decoration:none;}

.fussnote a:hover, .fussnote a:active, .fussnote a:focus {color:#404040; text-decoration:underline;}

/* FOOTER - ende */







/* GALLERY- FANCYBOX - start */

.bildergalerie {
  text-align:center;
}

.bildergalerie a img, .bildergalerie a:link img, .bildergalerie a:visited img {
  border:1px solid #CCCCCC;
	text-decoration:none;
	padding:3px;	
}



.bildergalerie a:hover img, .bildergalerie a:active img, .bildergalerie a:focus img {
  border:4px solid #092A5A;
	text-decoration:none;
	padding:0px;
	-moz-opacity: 0.7; filter: alpha(Opacity=70); opacity: 0.7; -khtml-opacity: 0.7;
	/* cursor: url(http://www.stadionfest.de/images/magnifier_zoom_in.gif), pointer; */
}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #092A5A;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #092A5A;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #092A5A;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #092A5A;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* GALLERY- FANCYBOX - ende */




.center {text-align:center}

a.floatright, a.floatleft {
  padding:3px;
  border:1px #9991C0 solid !important;
  background-color:#FFFFFF;
  
}

.floatright {
  float:right;
  margin:0px 0px 10px 10px;
  line-height:0px;
}

.floatleft {
  float:left;
  margin:0px 10px 10px 0px;
  line-height:0px;
}


p.displaynone {display:none}

.underline {
  border-width:0px 0px 1px 0px;
  border-style:dotted;
  border-color:#B5B5B5;
}

div.clear {clear:both; display:block;}

img {border:0px; border-style:solid}
