@charset "UTF-8";
/* css casbah */
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,
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;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content: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;}
/* general */
html {

}
body {
	background: #a71511 url(../gfx/bg_body.jpg) no-repeat top center;
	font: 12px/18px verdana, arial, sans-serif;
}
body#popup {
	background: #fdd278;
}
#wrap {
	
}
#page {
	margin: 0 auto;
	width: 960px;
}
body#popup #page{
	width: auto;
}
#head {
	background: transparent url(../gfx/bg_head.jpg) no-repeat top center;
	height: 320px;
	overflow: hidden;
	position: relative;
}
#head #topnav {
	line-height: 12px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 23px;
	z-index: 199;
}
#head #topnav li {
	display: inline;
}
#head #topnav li a:link,
#head #topnav li a:visited {
	background: url("../gfx/icn_topnav.png") no-repeat right center transparent;
	color: #fff;
	font-size: 10px;
	padding:0 7px;
}
#head #topnav li.last a {

	background: none;
	padding-right: 0px;
}
#head #logo {
	background: transparent url(../gfx/logo.gif) no-repeat;
	float: left;
	height: 200px;
	margin-left: 30px;
	margin-top: 55px;
	text-indent: -2000px;
	width: 302px;
}
#head #socialnav {
	background: transparent url(../gfx/nav_social.png) no-repeat;
	height: 170px;
	position: absolute;
	right: 0px;
	top: 59px;
	width: 192px;
	z-index: 999;
}
#head #socialnav .facebook {
	left: 83px;
	top: 36px;
}
#head #socialnav .twitter {
	left: 136px;
	top: 42px;
}
#head #socialnav .rss {
	left: 83px;
	top: 83px;
}
#head #socialnav .myspace {
	left: 129px;
	top: 87px;
}
#head #socialnav li a:link,
#head #socialnav li a:visited,
#head #socialnav li a:focus,
#head #socialnav li a:hover,
#head #socialnav li a:active {
	position: absolute;
	display: block;
	text-indent: -1000px;
	width: 40px;
	height: 40px;
}

#head #topact {
	height: 252px;
	overflow: hidden;
	padding-top: 22px;
	padding-left: 30px;
}
#head #topact .images * {
	background: transparent;
}
#head #topact a:link,
#head #topact a:visited,
#head #topact a:focus,
#head #topact a:hover,
#head #topact a:active {
}

#head #mainnav {
	clear: both;
	margin-left: 30px;
	overflow: hidden;
}
#head #mainnav li {
	display: inline;
}
#head #mainnav li a:link,
#head #mainnav li a:visited {
	background: transparent url(../gfx/bg_mainnav.png) no-repeat top left;
	color: #a71511;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 44px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
#head #mainnav li a:focus,
#head #mainnav li a:hover,
#head #mainnav li a:active {
	background: transparent url(../gfx/bg_mainnav.png) no-repeat bottom left;
	color: #fdd278;
}
#start #main {
	background: #fdd278 url(../gfx/bg_main_start.jpg) no-repeat top left;
	padding-top: 60px;
	min-height: 600px;
}
#start #main h1 {
	display: none;
}
#main {
	background: #fdd278 url(../gfx/bg_main_default.jpg) no-repeat top left;
}
body#popup #main {
	background: none;
}
#main .section {
	overflow: hidden;
	padding: 0px 30px;
}
#main .section .section {
	padding: 10px 0px;
}
#main .section.break {
	background: #fdd278 url(../gfx/bg_sectionbreak.png) no-repeat top left;
	padding-top: 48px;
}
#foot {
	background: transparent url(../gfx/bg_foot_text.png) no-repeat top left;
	overflow: hidden;
	height: 196px;
}
/* paragraphs */
#main h2 { 
	color: #a71411;
	font-size: 50px;
	line-height: 170px;
	letter-spacing: 1px;
	margin-left: 30px;
	height: 188px;
} /* main headline */
#main .section h2 {
	font-size: 24px;
	line-height: 1.3em;
	height: auto;
	margin-left: 0px;
}
#start #main h2 {
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-left: 0px;
	height: auto;
}
#main h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a71411;
}
#main h3 span {
	font-size: 12px;
	font-weight: normal;
}
#main h4 {
	letter-spacing: 1px;
	font-size: 22px;
	color: #a71411;
}
#main h2,
#main h3,
#main h4 {
	margin-bottom: 9px;
}
#main p,
#main ol,
#main ul {
	color: #333;
	margin-bottom: 18px;
}
#main .section .small {
	font-size: 11px;
}
#main ol li {
	
}
#main ul li {
	
}
#main a:link,
#main a:visited {
	color: #a71411;
	text-decoration: underline;
}
#main a:focus,
#main a:hover,
#main a:active {
	background-color: #a71411;
	color: #FFF;
}
/* std classes */
.hidden {
	display: none;
}
/* cols */
#main .col1,
#main .col2,
#main .col3 {
	width: 300px;
}
#main .col1 {
	float: left;
}
#start #main .col1 {
	width: 234px;
}
#main .col2 {
	float: left;
}
#start #main .col2 {
	width: 324px;
}
#main .col3 {
	margin-left: 600px;
}
#start #main .col3 {
	margin-left: 558px;
	width: auto;
}
#main .col1 .colwrap,
#main .col2 .colwrap {
	margin-right: 25px;
}
#main .colwrap {
	overflow: hidden;
}
/* images */
#main .section .images {
	overflow: hidden;
	margin-bottom: 0.75em;
}
#main .section .images .floatleft,
#main .section .images .indentleft {
	float: left;
	margin: 0px 12px 9px 0px;
}
#main .section .images .floatright,
#main .section .images .indentright {
	float: right;
	margin: 0px 0px 9px 22px;
}
#main .section .images div a:link,
#main .section .images div a:visited,
#main .section .images div a:focus,
#main .section .images div a:hover,
#main .section .images div a:active {
	border: 0;
	background-color: transparent;
	color: #FFF;
	padding: 0;
	text-decoration: none;
}
#main .section .images div a.zoom:link,
#main .section .images div a.zoom:visited,
#main .section .images div a.zoom:hover,
#main .section .images div a.zoom.focus {
	display: block;
	background: url('../gfx/ic_zoom.png') no-repeat right bottom;
	padding-bottom: 38px;
}
/* news plugins */
#start #main .section p {
	overflow: hidden;
}
#start #main .section .fundgrube p span,
#start #main .section .fundgrube p strong {
	display: inline;
}
#main .section h3 span.cat {
	vertical-align: baseline;
	display: block;
	font-size: 10px;
	float: right;
	line-height: 1.5em;
	padding: 0px 4px;
	line-height: 1.3em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #a71411;
	color: #FFF;
}
.newsitem .browser {
	margin-bottom: 30px;
	overflow: hidden;
}
/* buttons */
#main button {
	background: none;
	border: 0 none;
	font-size: 0;
	overflow: visible;
	padding: 0px;
} /* reset */
#main button span {
	background: transparent url(../gfx/bg_button.png) no-repeat top right;
	display:inline-block;
	height:33px;
	letter-spacing:0;
	outline:medium none;
	padding:0 15px 0 0;
	text-decoration:none;
}
#main button span span {
	background: transparent url(../gfx/bg_button.png) no-repeat top left;
	cursor:pointer;
	color:#a71411;
	display:inline-block;
	font-size: 12px;
	height: 33px;
	line-height: 29px;
	padding:0 0 0 15px;
	white-space: inherit;
}
#main button:hover span {
	background-position:right center;
	text-decoration:none;
}
#main button:hover span span {
	background-position:left center;
}
#main button:active span {
	background-position:right bottom;
}
#main button:active span span {
	line-height: 33px;
	background-position:left bottom;
}
/* buttons */
#main a.button {
	background: transparent url(../gfx/bg_button.png) no-repeat top right;
	cursor:pointer;
	display:inline-block;
	height:33px;
	letter-spacing:0;
	outline:medium none;
	padding:0 15px 0 0;
	text-decoration:none;
}
#main a.button span {
	background: transparent url(../gfx/bg_button.png) no-repeat top left;
	color:#a71411;
	display:inline-block;
	height: 33px;
	line-height: 29px;
	padding:0 0 0 15px;
	white-space:nowrap;
}
#main a.button:hover {
	background-position:right center;
	text-decoration:none;
}
#main a.button:hover span {
	background-position:left center;
}
#main a.button:active {
	background-position:right bottom;
}
#main a.button:active span {
	line-height: 33px;
	background-position:left bottom;
}
#main table {
	
}
#main table td {
	padding: 0px 6px 6px 0px;
}
/* pagebrowser */
#main .browser {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: transparent url(../gfx/bg_foot.png) no-repeat left center;
	border-radius: 8px;
	border: 1px solid #7e693c;
	margin: 20px 0;
	overflow: hidden;
	padding: 10px;
}
#main .browser ul {
	text-align: center;
	margin-bottom: 0px;
}
#main .browser ul li {
	display: inline-block;
	padding: 0px 4px;
}
#main .section .browser .prev {
	width: 20%;
	float: left;
}
#main .section .browser .text {
	float: left;
	text-align: center;
	width: 58%;
}
#main .section .browser .next {
	float: right;
	text-align: right;
	width: 20%;
}

/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	right:0px;
	display: none;
}
.nivoSlider img.first {
	display: inline;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:98;
	cursor:pointer;
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-20px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:10px;
	height:10px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:-10px 0;
}
/* UI Accordion */
#main .accordion h3 {
	color: #FFF;
	background-color: #A71411;
	line-height: 22px;
	padding: 0 10px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	-khtml-border-radius: 6px; /* Konqueror */
	border-radius: 6px; /* Standard. IE9 */
	cursor: pointer;
}
#main .accordion dl.ui-accordion-content {
	padding: 0px 10px;
}
#start #main .accordion dl.ui-accordion-content {
	padding: 0px 0px;
}
#main .accordion dl dt {
	color: #A71411;
	font-weight: bold;
}

#main .accordion dl dd p {
	margin-bottom: 9px;
}
#start #main .accordion dl dd p {
	margin-bottom: 9px;
}
/* FancyBox - jQuery Plugin */
#fancybox-loading {
	cursor: pointer;
	display: none;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1104;
}
#fancybox-loading div {
	background-image: url(../gfx/fancybox.png);
	height: 480px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}
#fancybox-overlay {
	background: #000;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1100;
}
#fancybox-tmp {
	border: 0;
	display: none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
#fancybox-wrap {
	display: none;
	left: 0;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	z-index: 1101;
}
#fancybox-outer {
	background: #FFF;
	height: 100%;
	position: relative;
	width: 100%;
}
#fancybox-inner {
	background-color: #fdd278;
	height: 1px;
	left: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
#fancybox-hide-sel-frame {
	background: transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#fancybox-close {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	display: none;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 1103;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Verdana;
	margin: 0;
	padding: 7px;
}
#fancybox-content {
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
#fancybox-img {
	-ms-interpolation-mode: bicubic;
	border: none;
	height: 100%;
	line-height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
#fancybox-frame {
	border: none;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
#fancybox-title {
	bottom: 0;
	font-family: Arial;
	font-size: 12px;
	left: 0;
	position: absolute;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	background-image: url(../gfx/fancy_title_over.png);
	display: block;
	padding: 10px;
}
#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	float: left;
	height: 32px;
}
#fancybox-title-left {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#fancybox-title-main {
	background-image: url(../gfx/fancybox-x.png);
	background-position: 0px -40px;
	color: #FFF;
	font-weight: bold;
	line-height: 29px;
}
#fancybox-title-right {
	background-image: url(../gfx/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#fancybox-left, #fancybox-right {
	background-image: url(../gfx/blank.gif);
	bottom: 0px;
	cursor: pointer;
	display: none;
	height: 100%;
	outline: none;
	position: absolute;
	width: 35%;
	z-index: 1102;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	cursor: pointer;
	display: block;
	height: 30px;
	left: -9999px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 1102;
}
#fancybox-left-ico {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../gfx/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 {
	border: 0;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	background-image: url(../gfx/fancybox-x.png);
	left: 0;
	top: -20px;
	width: 100%;
}
#fancy-bg-ne {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -162px;
	right: -20px;
	top: -20px;
}
#fancy-bg-e {
	background-image: url(../gfx/fancybox-y.png);
	background-position: -20px 0px;
	height: 100%;
	right: -20px;
	top: 0;
}
#fancy-bg-se {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -182px; 
	bottom: -20px;
	right: -20px;
}
#fancy-bg-s {
	background-image: url(../gfx/fancybox-x.png);
	background-position: 0px -20px;
	bottom: -20px;
	left: 0;
	width: 100%;
}
#fancy-bg-sw {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -142px;
	bottom: -20px;
	left: -20px;
}
#fancy-bg-w {
	background-image: url(../gfx/fancybox-y.png);
	height: 100%;
	left: -20px;
	top: 0;
}
#fancy-bg-nw {
	background-image: url(../gfx/fancybox.png);
	background-position: -40px -122px;
	left: -20px;
	top: -20px;
}
/* gallery list */
#main .section .gallery {
	overflow: hidden;
}
#main .section .gallery dt {
	font-size: 18px;
	margin-bottom: 12px;
}
#main .section .gallery dd {
	overflow: hidden;
	margin-bottom: 25px;
}
#main .section .gallery dd img {
	float: left;
}
#main .section .gallery dd p {
	margin-left: 190px;
}
#main .section .gallery dd p.small {
	background-color: #7e693c;
	color: #fdd278;
	padding: 6px 10px;
}
/* gallery view */
#main .section .single {
	overflow: hidden;
	width: 100%;
}
#main .section .single .image {
	float: left;
	margin: 4px 4px;
	width: 172px;
}
#main .section .single .image a:link,
#main .section .single .image a:visited,
#main .section .single .image a:focus,
#main .section .single .image a:hover,
#main .section .single .image a:active {
	border: 0;
	background-color: transparent;
	color: #FFF;
	padding: 0;
	text-decoration: none;
}
/* Newsletter */
#main .tx-sremailsubscribe-pi1 form {
	margin-bottom: 12px;
}
#main .tx-sremailsubscribe-pi1 legend {
	color: #333;
	margin-bottom: 12px;
}
#main .tx-sremailsubscribe-pi1 div.formrow {
	overflow: hidden;
	padding: 0px 0px 6px;
	width: 100%;
}
#main .tx-sremailsubscribe-pi1 p.error {
	background: transparent url(../gfx/icn_error.png) no-repeat;
	clear: left;
	color: #ED0000;
	line-height: 1.3em;
	padding-left: 20px;
}
#main .tx-sremailsubscribe-pi1 p.info {
	background: transparent url(../gfx/icn_info.png) no-repeat;
	line-height: 16px;
	padding-left: 20px;
}
#main .tx-sremailsubscribe-pi1 .formrow.text label {
	clear: left;
	color: #A71411;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 1px 0px;
	width: 100px;
}
#main .tx-sremailsubscribe-pi1 .formrow.text input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #ffe4ad;
	border-radius: 6px;
	border: 1px solid #A71411;
	color: #A71411;
	float: left;
	font-size: 18px;
	height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 0px 4px;
}
#main .tx-sremailsubscribe-pi1 .formrow.check label {
	color: #A71411;
}
#main .tx-sremailsubscribe-pi1 .formrow.check input {
	
}
#main .tx-sremailsubscribe-pi1 dl {
	margin-bottom: 12px;
	overflow: hidden;
	width: 100%;
}
#main .tx-sremailsubscribe-pi1 dl dt {
	clear: left;
	color: #A71411;
	float: left;
	font-weight: bold;
	width: 150px;
}
#main .tx-sremailsubscribe-pi1 dl dd {
	color: #A71411;
	float: left;
}

