

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

.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 .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 */
	zoom: 1;
}


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




table.border {
	border: none;
    border-color: #fff;
    background: none;
}

table.border th,
table.border td {
    padding: 10px 5px 10px 10px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

table tfoot td {
    border-bottom: none;
    padding-bottom: 0;
}

.error table td,
.hint table td,
.success table td {
    border-bottom: none;
}

table tr.even td {
    /*background-color: #f6f5f5;*/
}


table th {
    font-weight: bold;
    vertical-align: top;
    background: none;
}

table thead th {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

table th,
table td {
    padding: 5px 20px 15px 0;
    vertical-align: top;
}



/* Page-Layout and default settings */

body {
	font: 14px/1.4  Georgia, Palatino, "Times New Roman", serif;
	color: #361733;
	text-align: left;
	background: #55274f;
	margin: 0;
}

body#download {
	background: #fff;
}

body#download #paper{
	width: 80%;
}

body#download .typekit-badge {
    visibility: hidden !important;
}

body#download #download_hii {
    font-size: 150%;
}

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

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


h1, h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom:30px;
    font-family:"museo-1","museo-2", "Trebuchet MS", Arial, Helvetica;
}



h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 30px;
    font-family:"museo-1","museo-2", "Trebuchet MS", Arial, Helvetica;
}

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.typekit-badge {
    background: none;
}


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: #aaa;
	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.png) 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 #fea02d;
	background: #e58717 url(../img/nav_bg.png) repeat-x 0 -10px;
	padding: 2px 14px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
    color: #fff;
    font-family:"museo-1","museo-2", "Trebuchet MS", Arial, Helvetica;
    font-weight: 700;
}

a:hover.button,
a:focus.button,
*:hover.button,
*:focus.button {
	background-color: #e58717;
	background-position: 0 0;
	text-decoration: none;
}

span.pre {
	white-space: pre;
}


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

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

.wichtig {
    color: #ff6600;
}


/* -- 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: 1px;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: -999em;
		left: -999em;
	}
/* Content */
div#content {
	min-height: 190px;
	padding: 60px 0 0 20px;
	background: #e1dce1 url(../img/content_bg.png) repeat-x 0 100%;
	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: #fff;
	font-size: 12px;
}
	
	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 30px;
	position: relative;
	overflow: hidden;
	background: #e58717 url(../img/nav_bg.png) repeat-x 0 0;
}

	ul#mainnav li {
		float: left;
		display: inline;
		margin-right: 53px;
	}
	
	ul#mainnav li.last {
		margin-right: 0;
	}
	
	ul#mainnav li a {
		font-size: 21px;
		float: left;
		display: block;
		height: 50px;
		line-height: 50px;
		color: #361733;
        font-family:"museo-1","museo-2", "Trebuchet MS", Arial, Helvetica;
	}
	
	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.png) 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: Georgia, Palatino, "Times New Roman", serif;
	color: #2a2a2a;
	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 #fea02d;
	background: #e58717 url(../img/nav_bg.png) repeat-x 0 -10px;
	padding: 3px 14px;
	line-height: 23px;
	white-space: nowrap;
	display:-moz-inline-box !important;
	display: inline-block !important;
    color: #fff;
    font-family:"museo-1","museo-2", "Trebuchet MS", Arial, Helvetica;
    font-weight: 700;
}

	button:hover,
	button:focus {
	background-color: #e58717;
	background-position: 0 0;
	text-decoration: none;
}




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

	
fieldset {
	border-bottom: 1px solid #dcd8cf;
	margin-bottom: 27px;
	padding-bottom: 9px;
}
fieldset legend{
	display: none;
    font-family:"museo-1","museo-2", sans;
}

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



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

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

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

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

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

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

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

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

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

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

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

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

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

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('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('../img/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/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;
}

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

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

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

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

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

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

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

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

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

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

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

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

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

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

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/fancy_close.png', sizingMethod='scale'); }

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

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

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

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

/* IE6, IE7, IE8 */

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

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