

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
nav, header, section, article, footer,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
nav, header, section, article, footer {
	clear: both;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hideme,
.tabs-hide {
position: absolute;
left: -9999em;
top: -9999em;
}

.clear {
	clear: both;
}

#ergebnisliste.tabs-hide {
	display: none;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.box:after,
.innerbox:after,
.section:after,
div#searcharea:after,
div#content:after,
div#expose:after,
div.container:after,
ul#results li:after,
ul.tab_nav:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

* html .box,
* html .innerbox,
* html .section,
* html div#searcharea,
* html div#content,
* html div#expose,
* html div.container,
* html ul#results li,
* html ul.tab_nav { /* for our friend ie6 */
	height: 1%;
}

*+html .box,
*+html .innerbox,
*+html .section,
*+html div#searcharea,
*+html div#content,
*+html div#expose,
*+html div#container,
*+html ul#results li,
*+html ul.tab_nav { /* for our friend ie7 */
	display: inline-block; 
}



/* Page-Layout and default settings */

body {
	font: 14px/1.4  Calibri, Helvetica, Arial,sans-serif;
	color: #262626;
	text-align: left;
	background: #fff;
	margin: 0;
}

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

a:hover,
a:focus{
	text-decoration: underline;
}


h1, h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
}



h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}

h4 {
	font-weight: bold;
}



p {
	margin-bottom: 10px;
	line-height: inherit;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
	line-height: 1.6;
	display: block;
	padding: 3px 0;
}

.neg_spaced {
	word-spacing: -1px;
}

img {
	border: 1px solid #c8c8c8;
	padding: 4px;
	background: #fff;
}

img.block {
	display: block;
}

hr {
  background: #b8b8b8; 
  color: #b8b8b8;
  clear: both; 
  float: none; 
  height: 1px;
  margin: 0 20px 20px 0;
  border: none;
}

.span_1 hr, .span_2 hr, .span_3 hr, .span_4 hr, .span_5 hr, .span_6 hr, .span_7 hr, .span_8 hr {
  margin: 18px 0;
}

blockquote {
	font-style: italic;
	margin-bottom: 27px;
}
	blockquote .source {
		font-weight: bold;
		margin-top: -6px;
	}
	
li ul, li ol { margin:0 18px; }
ul, ol { margin:0 16px 18px 16px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }


/* Classes ---------------------------------------------------------*/

.content_block {
	margin-top: 45px;
}

#c_1 {
	margin-top: 0;
}

.subline {
	font-size: 14px;
	color: #5e5e5e;
	font-style: italic;
	margin-bottom: 18px;
	margin-top: -9px;
	font-weight: normal;
}

h4.subline {
	margin-bottom: 12px;
}


.important {
	font-weight: bold;
}

.indent {
	padding-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}


.fleft {
	float: left;
	margin: 0px 19px 18px 0;
}

.fright {
	float: right;
	margin: 3px 0 18px 19px;
}

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

.two_elements {
	overflow: hidden;
}
	.two_elements .el_1,
	.two_elements .el_2 {
		float: left;
	}
	.two_elements .el_2 {
		float: right;
	}

.gap_top {
	padding-top: 18px;
	display: block;
}
.gap_bottom {
	padding-bottom: 18px;
	display: block;
}

.gap_top_10 {
	padding-top: 10px;
	display: block;
}
.gap_bottom_10 {
	padding-bottom: 10px;
	display: block;
}

.lift_top {
	margin-top: -18px;
}

.shy {
	color: #919191;
}

a.more {
	background: url(../img/pfeil.png) no-repeat 0 4px;
	padding-left: 10px;
}
a.more:hover,
a.more:focus {
	background-position: 2px 4px;
}

a.back {
	background: url(../img/pfeil_back.png) no-repeat 2px 4px;
	padding-left: 12px;
	margin-left: -2px;
}
a.back:hover,
a.back:focus {
	background-position: 0 4px;
}


a.video {
	background: url(../img/video.html) no-repeat 0 55%;
	padding-left: 20px;

}



/* Buttons */

a:link.button,
a:visited.button,
*.button{
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1 url(../img/button_gr.png) repeat-x 0 0;
	padding: 0 14px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
}

a:hover.button,
a:focus.button,
*:hover.button,
*:focus.button {
	background-color: #fafafa;
	background-position: 0 -23px;
	text-decoration: none;
	border-color: 1px solid #eee;
}

a:link.button_alt,
a:visited.button_alt,
*.button_alt,
a:link.button_alt span.in,
a:visited.button_alt span.in,
*.button_alt span.in {
	background: #534f45 url(../img/small_button_gr_alt.html) no-repeat 100% 0;
	padding: 0 5px 0 0;
	white-space: nowrap;
	color: #fff;
	display: inline-block;
	line-height: 18px;
}

a:link.button_alt span.in,
a:visited.button_alt span.in,
*.button_alt span.in {
	background-position: 0 0;
	padding: 0 0 0 5px;
	white-space: nowrap;
	color: #fff;
	display: inline-block;
}

a:hover.button_alt,
a:focus.button_alt,
*:hover.button_alt,
*:focus.button_alt,
a:hover.button_alt span.in,
a:focus.button_alt span.in,
*:hover.button_alt span.in,
*:focus.button_alt span.in {
	background-color: #797468;
	background-position: 100% -18px;
	text-decoration: none;
	cursor: pointer !important;
}

a:hover.button_alt span.in,
a:focus.button_alt span.in,
*:hover.button_alt span.in,
*:focus.button_alt span.in {
	background-position: 0 -18px;
}

span.pre {
	white-space: pre;
}


/* -- Error -- */
.error {
	color: #ff4303;
	border: 2px solid;
	background: #ffd9cd;
	padding: 10px;
	margin: 18px 0;
}

label.errormsg {
	color: #ff4303;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: -15px;
}


/* -- Success -- */
.success {
	color: #add800;
	border: 2px solid;
	background: #eff7cc;
	padding: 10px;
	margin: 18px 0;
}

div#contact .success {
	margin-top: 0;
}

.success h3 {
	margin: 0;
}

span.required {
	color: #777;
}

.author {
	display: block;
	margin-top: 30px;
	font-style: italic;
}

/* -- plain List without bullets -- */
ul.plainlist {
	list-style: none;
	margin: 0;
}



/* Framework ---------------------------------------------------------*/

div#paper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	/*text-shadow: 0 0 0 #fff;*/
	position: relative;
	overflow: hidden;
}

/* Header */
div#header {
	height: 300px;
	overflow: hidden;
	position: relative;
}

div#header img{
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	background: none;
}

div#header div#kopfbild img{
	width: 920px;
	height: 250px;
}
div#header div#kopfbild span img{
	width: 16px;
	height: 16px;
}

	div#header a#logo {
		width: 300px;
		height: 100px;
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0px;
	}
/* Content */
div#content {
	min-height: 190px;
	padding: 60px 0 0 20px;
	background: #ebebeb;
	position: relative;
}

	

.section {
	margin: 0;
	position: relative;
	padding: 0;
}

	.span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12, .span_13, .span_14, .span_15, .span_16  {
		margin: 0 19px 1.5em 0;
		float: left;
		display: inline;
	}
	
	.last { margin-right: 0; }
	
	.container { margin-bottom: 0;}
	
	/* Use these classes to set the width of a column. */
	.span_1  { width: 56px;}
	.span_2  { width: 131px;}
	.span_3  { width: 206px;}
	.span_4  { width: 281px;}
	.span_5  { width: 356px;}
	.span_6  { width: 431px;}
	.span_7  { width: 506px;}
	.span_8  { width: 581px;}
	.span_9  { width: 656px;}
	.span_10 { width: 731px;}
	.span_11 { width: 806px;}
	.span_12, div.span_12 { width: 881px;}

	
	/* Add these to a column to append empty cols. */
	.append_1  { padding-right: 75px;}
	.append_2  { padding-right: 150px;}
	.append_3  { padding-right: 225px;}
	.append_4  { padding-right: 300px;}
	.append_5  { padding-right: 375px;}
	.append_6  { padding-right: 450px;}
	.append_7  { padding-right: 525px;}
	.append_8  { padding-right: 600px;}
	.append_9  { padding-right: 675px;}
	.append_10 { padding-right: 750px;}
	.append_11 { padding-right: 825px;}
	
	
	/* Add these to a column to prepend empty cols. */
	.prepend_1  { padding-left: 75px;}
	.prepend_2  { padding-left: 150px;}
	.prepend_3  { padding-left: 225px;}
	.prepend_4  { padding-left: 300px;}
	.prepend_5  { padding-left: 375px;}
	.prepend_6  { padding-left: 450px;}
	.prepend_7  { padding-left: 525px;}
	.prepend_8  { padding-left: 600px;}
	.prepend_9  { padding-left: 675px;}
	.prepend_10 { padding-left: 750px;}
	.prepend_11 { padding-left: 825px;}
	
	/* Border on right hand side of a column. */
	div.border {
	  padding-right:8px;
	  margin-right:10px;
	  border-right: 1px solid #eee;
	}
	
	/* Border with more whitespace, spans one column. */
	div.colborder {
	  padding-right:50px;
	  margin-right:46px;
	  border-right: 1px solid #eee;
	}
	
	
	/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

	/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

	
	.pull_1 { margin-left: -75px;}
	.pull_2 { margin-left: -150px;}
	.pull_3 { margin-left: -225px;}
	.pull_4 { margin-left: -300px;}
	.pull_5 { margin-left: -375px;}
	.pull_6 { margin-left: -450px;}
	.pull_7 { margin-left: -525px;}
	.pull_8 { margin-left: -600px;}
	.pull_9 { margin-left: -675px;}
	.pull_10 { margin-left: -750px;}
	.pull_11 { margin-left: -825px;}
	.pull_12 { margin-left: -900px;}
	
	.pull_1, .pull_2, .pull_3, .pull_4, .pull_5, .pull_6, .pull_7, .pull_8, .pull_9, .pull_10, .pull_11, .pull_12 {float:left;position:relative;}
	
	
	.push_1 { margin: 0 -75px 1.5em 75px;}
	.push_2 { margin: 0 -150px 1.5em 150px;}
	.push_3 { margin: 0 -225px 1.5em 225px;}
	.push_4 { margin: 0 -300px 1.5em 300px;}
	.push_5 { margin: 0 -375px 1.5em 375px;}
	.push_6 { margin: 0 -450px 1.5em 450px;}
	.push_7 { margin: 0 -525px 1.5em 525px;}
	.push_8 { margin: 0 -600px 1.5em 600px;}
	.push_9 { margin: 0 -675px 1.5em 675px;}
	.push_10 { margin: 0 -750px 1.5em 750px;}
	.push_11 { margin: 0 -825px 1.5em 825px;}
	.push_12 { margin: 0 -900px 1.5em 900px;}

	.push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8, .push_9, .push_10, .push_11, .push_12 {float:right;position:relative;}



/* footer */
div#footer {
	overflow: hidden;
	padding: 36px 20px 20px;
	background: #ebebeb;
	font-size: 12px;
	color: #303030;
}
	
	div#footer hr {
		margin: 0 0 5px;
	}

	
	div#footer div { margin: 0 10px; }

/* Navigation ---------------------------------------------------------*/

/* -- Mainnav -- */

ul#mainnav {
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 75px;
	position: relative;
	overflow: hidden;
	background: #000101 url(../img/nav_bg.png) repeat-x 0 0;
}

	ul#mainnav li {
		float: left;
		display: inline;
		margin-right: 83px;
	}
	
	ul#mainnav li a {
		font-size: 18px;
		float: left;
		display: block;
		height: 50px;
		line-height: 50px;
		text-transform: uppercase;
		
	}
	
	ul#mainnav li.active a,
	ul#mainnav li a:hover,
	ul#mainnav li a:focus {
		color: #fff;
		text-decoration: none;
	}
	
	



/* -- Vertical Navigation -- */
ul.vert_menu {
	margin: 0 -10px;
	list-style: none;
}
	ul.vert_menu li {
		vertical-align: bottom;
		background: url(../img/engraved_line.html) repeat-x 0 100%;
	}
	
		ul.vert_menu li.active a {
			color: #3b3b3b;
		}
		
		ul.vert_menu li a {
			display: block;
			padding: 1px 0 3px 10px;
		}
	


/* -- Tab-Nav -- */

ul.tab_nav {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #dcd8cf;
}

	ul.tab_nav li {
		float: left;
		margin-right: 10px;
		position: relative;
		bottom: -1px;
		border: 1px solid #dcd8cf;
		border-width: 1px 1px 0 1px;
	}
	
		ul.tab_nav li a {
			float: left;
			padding: 5px 10px;
		}
		
		ul.tab_nav li.active a,
		ul.tab_nav li a:hover {
			border: 1px solid #dcd8cf;
			border-width: 1px 1px 0 1px;
			padding: 4px 9px 5px 9px;
		}
		
		ul.tab_nav li.active {
			font-weight: bold;
			background: #fff;
		}
		
		ul.tab_nav li.active a:hover {
			text-decoration: none;
		}

/* Special ---------------------------------------------------------*/

#popmenu img {
	border: none;
	padding: 0;
	background: none;
}

span.flex2_edit {
	font-style: italic;
	color: #666;
}

/** back_buttons **/

a.b_start, a.b_end {
	position: absolute;
	left: 20px;
	top: 65px;
}

a.b_end {
	bottom: 30px;
	top: auto;
}


/** Teaser-List **/
ul.teaser_list {
	margin: 0 0 10px;
	list-style: none;
}

	ul.teaser_list li {
		border-bottom: 1px solid #b8b8b8;
		margin: 0 0 20px;
		padding: 0 0 18px;
		min-height: 100px;
		position: relative;
	}
	
	ul.teaser_list li h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	ul.teaser_list li *.subline {
		margin-bottom: 12px;
	}
	ul.teaser_list li div.teaser_img{
		border: 1px solid #b8b8b8;
		padding: 4px;
		height: 92px;
		width: 92px;
		overflow: hidden;
		background: #fff no-repeat 50% 50%;
		position: absolute;
		left: -140px;
	}
	
	ul.teaser_list li div.teaser_img div.inner{
		height: 92px;
		background: #fff no-repeat 50% 50%;
	}
	
	ul.teaser_list li div.teaser_img div.inner *{
		visibility: hidden;
		display: none;
	}


/** Thumb-List **/
ul.thumb_list {
	overflow: hidden;
	margin: 15px 0 -10px 0;
	list-style: none;
}

	ul.thumb_list li {
		width: 75px;
		height: 75px;
		float: left;
		display: inline;
		margin: 0 20px 20px 0;
		border: 1px solid #b8b8b8;
		padding: 4px;
		background: #fff;
		overflow: hidden;
	}
	
	ul.thumb_list li img{
		display: none;
	}
	
	ul.thumb_list li a{
		display: block;
		width: 75px;
		height: 75px;
		overflow: hidden;
		background: no-repeat 50% 30%;
	}
	
	ul.thumb_list li span.flex2_edit{
		display: block;
		margin-top: -98px;
		width: 40px;
	}
	
	ul.thumb_list li span.flex2_edit img{
		display: inline !important;
		visibility: visible !important;
		padding: 0;
		border: none;
	}


/** Small-Thumb-List **/
ul.small_thumb_list {
	overflow: hidden;
	margin: 0 -10px 0 0;
	list-style: none;
}

	ul.small_thumb_list li {
		overflow: hidden;
		width: 40px;
		height: 40px;
		float: left;
		display: inline;
		margin: 0 10px 10px 0;
	}
	ul.small_thumb_list li a{
		display: block;
	}


/** Forms ---------------------------------------------------------*/

form dl {
	overflow: hidden;
}

	form dl dt {
		float: left;
		width: 115px;
		padding: 6px 0;
	}
	
	form dl dt label {
		display: block;
		padding-top: 2px;
	}
	
	form dl dd {
		padding: 6px 0 6px 120px;
	}
	
	form dl dd.even {
		background: none;
	}

form dl.with_sep {
	padding: 0 0 20px 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
}


p.fieldwrap {
	margin-bottom: 18px;
}

p.fieldwrap img{
	vertical-align: middle;
}

div.two_col_fields p.fieldwrap {
	width: 200px;
  min-height: 36px;
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
}

div.two_col_fields p.fieldwrap label {
	/*font-weight: normal;*/
}

div.submit {
	padding: 18px 0;
	height: 25px;
}

div.w_legend div.submit {
	/* padding-left: 21px;*/
}

form#weiterleiten_form div.submit {
	padding-top: 0;
}

div.wait {
	background: url(../img/bittewarten.gif) no-repeat 50% 50%;
}
div.wait button {
	visibility: hidden;
}

.loader img {
	vertical-align: middle;
	margin-top: -2px;
}

form.quicksearch {}

	form.quicksearch ul {
		margin: 0 0 -18px 0;
		list-style: none;
	}
	form.quicksearch ul li {
		margin-bottom: 18px;
		vertical-align: bottom;
	}
	
	form.quicksearch label {
		display: block;
		margin-bottom: 2px;
	}
	
	form.quicksearch select {
		width: 55px;
		padding: 0;
	}


input,
select,
select option,
textarea,
button {
	font-family: Calibri, Helvetica, Arial,sans-serif;
	color: #3b3b3b;
	font-size: 14px;
	padding: 0;
}

input.text,
select,
input.file,
textarea {
	border: none;
	padding: 2px 4px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #525150;
	width: 328px;
}

input.text:hover,
input.text:focus,
select:hover,
select:focus,
input.file:hover,
input.file:focus,
textarea:hover,
textarea:focus,
input.hover,
input.focus,
select.hover,
select.focus,
input.hover,
input.focus,
textarea.hover,
textarea.focus {
	border-color: #333 !important;
}

input.fmverify {
	width: 258px;
	margin-left: 10px;
}

select.multi {
	height: 127px;	
}
label {
	color: #3b3b3b;
	font-weight: bold;
	display: block;
}

div#header label.overlabel {
	color: #fff;
	margin-top: -18px;
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #7f7f7f;
}

.overlabel-wrapper {
	position: relative;
}

	div#header label.overlabel-apply,
	label.overlabel-apply {
		color: #7f7f7f;
		margin: 0;
		position: absolute;
		top: 1px;
		left: 6px;
		font-weight: normal;
		font-size: 12px;
	}


/*label.required {
	font-weight: bold;
}

label.blocklabel {
	display: block;
	color: #000;
	width: 340px;
	margin-bottom: 9px;
}

label.error {
	display: block;
	font-size: 10px;
	color: #e84d26;
}
*/

label.block {
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	zoom: 1;
}

label.half_block {
	width: 49%;
	float: left;
}

label.block input {
	padding: 0;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

label img {
	vertical-align: middle;
	margin: -2px 0 0 2px;
}
label input {
	vertical-align: middle;
	margin: 0;
}

input.radio,
input.checkbox {
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0;
}

textarea {
	height: 120px;
	vertical-align: top;
	overflow: auto;
}


input.short {
	width: 88px;
	margin-right: 17px;
}

input.medium {
	width: 208px;
	margin-right: 17px;
}

input.errormsg,
textarea.errormsg,
input:hover.errormsg,
textarea:hover.errormsg,
input:focus.errormsg,
textarea:focus.errormsg {
	border-color: #ff4303 !important;
	background: #ffd9cd !important;
}

select {
	width: 340px;
}

select.half {
	width: 134px;
}

select option {
	padding: 0px 3px;
}

select.full {
	width: 100%;
}

button {
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #f1f1f1 url(../img/button_gr.png) repeat-x 0 0;
	padding: 0 14px;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
}

	button:hover,
	button:focus {
	background-color: #fafafa;
	background-position: 0 -23px;
	text-decoration: none;
	border-color: 1px solid #eee;
}




button[disabled] {
	opacity: .4;
	cursor: default;
}

	
fieldset {
	border-bottom: 1px solid #dcd8cf;
	margin-bottom: 27px;
	padding-bottom: 9px;
}
fieldset legend{
	display: none;
}

fieldset.w_legend legend{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px;
	color: #fff;
	background: #000101 url(../img/nav_bg.png) repeat-x 0 0;
}

fieldset.w_legend {
	padding: 20px;
	border: 1px solid #dcd8cf;
	background: #fff;
}



/**
 * CSS for fancyBox
*/
html, body {
	xheight: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../img/fancy_loading.html) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #b8b8b8;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../img/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../img/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../img/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_right.png) repeat-x;
}
