/*
www.devsaran.com
*/

/*google font*/
@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic);
/*-----------------------------------------------------------------------------------*/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:'Istok Web'!important;
	font-size: 100%;
	/* color: black;*/
  font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: 'Istok Web', sans-serif!important;
	font-size: 14px;
	background: #fff;
	line-height: normal;
}
#main {
	width: 100%;
}
a {
  color: #5E1212;
}
/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}
blockquote, q {
	quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
pre {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}
code {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	display: block;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}
ins {
	background-color:#fdfc9b;
	text-decoration:none;
}
mark {
	background-color:#fdfc9b;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	height:1px;
	background: #9f9f9f;
	margin: 7px 0;
	border: none;
	clear: both;
	float: none;
	width: 100%;
}
input, select {
	vertical-align:middle;
}
select {
	border-radius: 4px;
	border: 1px solid #ACACAC;
	padding: 3px 4px;
}
.clear {
	clear: both;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
	text-indent: -9999px;
	height: 0;
}
fieldset {
	margin: 0 0 1.4615em;
	padding: 1.5385em;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 15px;
	width: 100%;
}
th, tr, td {
	vertical-align: middle;
}
.sticky-header th, .sticky-table th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}
/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background: url('../images/sidestreg.png') repeat scroll 0 0 #fffdf6;
}
body.logged-in {
	background: url('../images/sidestreg.png') repeat scroll 0 65px #fffdf6;
}
a {
	text-decoration: none;
	/* color: #ec651b;*/
  color:#e3b302;
}
a:hover {
	color: rgb(221, 74, 74);
}
p {
	margin: 0 0 1em
}
strong {
	font-weight: 700
}
em {
	font-style: italic
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.remove-margin {
	margin-right: 0 !important
}
/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/

#wrap {
	margin: 0px auto;
	width: 1000px;
	background:transparent;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:  none;
}
/*-------------------------------------------*
/*Headings
/*-------------------------------------------*/
h1, h2, h3, h4 {
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h2, h3 {
	margin-top: 12px;
	margin-bottom: 8px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #000;
	text-decoration: none;
}
/* -------------- Form Elements   ------------- */

fieldset {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 4px;
  margin-top: 30px;
  padding: 0 0 10px;
  position: relative;
  top: 20px;
}.fieldset-wrapper {
	margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}
.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
	margin-right: 10px;
}
.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
fieldset legend {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px 1px medium;
	display: block;
	padding: 0;
	position: absolute;
	/*text-indent: 10px;*/
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%;
}
#edit-account, #edit-customer-profile-billing, #edit-customer-profile-shipping, .customer_profile_shipping.form-wrapper{
    border: 1px solid #5E1212;
    padding: 10px;
}
fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
fieldset .fieldset-wrapper {
	/*padding: 0 10px;*/
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	font-style: italic;
}
input {
	margin: 2px 0;
	padding: 4px;
}
input, textarea {
	font-size: 14px;
}
textarea {
	line-height: 1.5;
}
textarea.form-textarea, select.form-select {
	padding: 4px;
}
input.form-text, textarea.form-textarea, select.form-select {
	border: 1px solid #ccc;
}
.password-suggestions ul li {
	margin-left: 1.2em;
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}
.form-item label {
	font-size: 14px;
}
.form-type-radio label, .form-type-checkbox label {
	margin-left: 4px;
}
.form-type-radio .description, .form-type-checkbox .description {
	margin-left: 2px;
}
.form-actions {
	padding-top: 14px;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
	color: #FFCC00;
	padding: 7px 12px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	cursor: pointer;
}
button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.button, #main a.button {
	text-decoration:none;
}
.button-alt, .button, .button.small, .button.large, .button.medium {
	background-image: none;
	padding: 8px 1em 9px 1em;
	margin: 0;
	display: inline-block;
	font-stretch: narrower;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
}
.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center, .button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}
.button-alt a, .button a, .button.small a {
	font-size: .9em;
	line-height: 14px;
	text-decoration:none;
}
.button.medium a {
	font-size: 1.2em;
	line-height: 20px;
}
.button.large a {
	font-size: 1.5em;
	line-height: 24px;
}
/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
	margin-bottom: 0px;
	width: auto;
}
#header-top {
	position: relative;
}
#logo {
	float: left;
	width: 55%;
}
#logoimg {
	float:left;
	padding-right: 15px;
	margin: 50px 0 0 25px;
}
#sitename {
	float:left;
}
#sitename h1 {
	padding-top: 0px;
	margin: 0px;
}
#sitename h1 a {
	font-size: 38px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(192, 192, 192, 0.6);
}
#logo a:hover {
	color: #000;
}
#header-top .search-block {
	float: right;
	width: 40%;
	margin: 0px 0 0;
}
.search-block #search-block-form {
	text-align: right;
}
#search-block-form input[type="submit"] {
	padding: 4px 1em 5px;
}
#site-slogan {
	padding: 0px 0 0px;
	margin-top: 0px;
	border-top: double #ddd;
	text-align: center;
	font-size: 28px;
}
#block-views-news-block {
	line-height:22px;
	color:black;
}
#block-views-news-block .views-field-title {
	font-weight: bold;
}
#block-views-news-block h2 {
	font-size:18px !important;
	font-weight: normal;
	color: black;
	margin: 0 !important;
}
span.field-content {
	font-size:12px;
	font-style:italic;
}
#block-views-event-block-1 {
	line-height:22px;
	color:black;
}
#block-views-event-block-1 h2 {
	font-size:18px;
	font-weight:normal;
	color:black;
}
#block-views-event-block-1:before {
	content:url("images/streg2");
}
/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
/*#navigation {
  background: #551515;
  height: 59px;
  margin-bottom: 0px;
  border-bottom: none;
  font-family:"Myriad pro";
  color:ffcc00;
  margin-left: 1px;
  clear: both;
  float: left;
  width: 100%;
}*/
/*** ESSENTIAL Navigation Style ***/
#main-menu ul.menu, #main-menu ul.menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-menu ul.menu {
	line-height: 1.0
}
#main-menu ul.menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}
#main-menu ul.menu ul li {
	width: 100%
}
#main-menu ul.menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#main-menu ul.menu li {
	float: left;
	position: relative;
}
#main-menu ul.menu a {
	display: block;
	position: relative;
}
#main-menu ul.menu li:hover ul, #main-menu ul.menu li.sfHover ul {
	left: 0;
	top: 55px; /* match top ul list item height */
	z-index: 99;
}
#main-menu ul.menu ul li:hover li ul.menu, #main-menu ul.menu ul li.sfHover li ul.menu {
	top: -999em
}
#main-menu ul.menu ul li:hover ul.menu, #main-menu ul.menu ul li.sfHover ul.menu {
	left: 160px;
	top: 0;
}
/* navigation skin ***/
/*#main-menu ul.menu {
  float: left;
  margin-bottom: 1em;
}
#main-menu ul.menu a {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-weight: none;
  color: #ffcc00;
  padding: 0 15px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu ul.menu li{
  padding-right: 0;
  /*background-image: url("images/nav-border.png");*/
  /*background-position: right top;
  background-repeat: no-repeat;
}
/*
#main-menu ul.menu li:last-child{
  background-image: none;
}
*/
/*#main-menu ul.menu a:focus,
#main-menu ul.menu a:hover,
#main-menu ul.menu a:active,
#main-menu ul.menu li.sfHover > a {
  color: #ffcc00;
  background-color: #541414;
}

#main-menu ul li a.active {
  color: #ffcc00;
  background-color: #541414;
  border-bottom: none;
  height: 59px;
  line-height: 59px;
  margin-left: -1px;
}
#main-menu ul li a.active-trail {
  color: #ffcc00;
  background-color: #541414;
  border-bottom: none;
  height: 59px;
  line-height: 59px;
  margin-left: -1px;
}
#main-menu ul ul li a.active {
  color: #ffcc00;
  background-color: #541414;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
#main-menu ul ul li a.active-trail {
  color: #fffcc00;
  background-color: #541414;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
#main-menu ul ul ul li a.active {
  color: #ffcc00;
  background-color: #541414;
  border-bottom: none;
  height: auto;
  line-height:1em;
  margin-left:none;
}
/*Subs*/
#main-menu ul.menu ul {
	background: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	box-shadow:  0 0 3px rgba(0, 0, 0, .4);
}
#main-menu ul.menu ul a {
	margin: 0px;
	font-size: 12px;
	padding: 15px 20px;
	line-height: 1em;
	height: auto;
	font-weight: normal;
	background-image: none;
	z-index: 200;
}
#main-menu ul.menu ul li {
	border: none;
	background-image: none;
}
#main-menu ul.menu ul a:focus, #main-menu ul.menu ul a:hover, #main-menu ul.menu ul a:active {
	color: #fff;
}
#main-menu ul.menu ul .current-menu-item a {
	color: #fff;
	border: none !important;
}
#main-menu ul.menu ul li:last-child {
	border-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/

#slider-wrap {
	width: 660px;
	padding-bottom: 52px;
	border-bottom: double #ddd;
	padding-right: 30px;
	border-right: double #ddd;
}
#home-slides {
	width: 660px;
	min-height: 100px;
	position: relative;
	background:url("images/loader.gif") no-repeat 50% 50%;
	border-bottom: 6px solid #ddd;
}
#home-slides img {
	display: block;
	margin: 0;
	padding: 0;
}
#home-slides .slides_container {
	width:660px;
}
#home-slides .slides_container .slide, #home-slides .slides_container .video-slide div {
	width: 920px;
	display:block;
}
#home-slides .caption {
	position: absolute;
	width: 620px;
	height: auto;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#home-slides .caption h2, #home-slides .caption h3 {
	font-size: 21px;
	color: #fff;
	margin: 0;
}
#home-slides .caption p {
	color: #999;
	font-size: 14px;
	line-height: 1.3em;
}
#home-slides .prev, #home-slides .next {
	display: block !important;
	position: absolute;
	right: 0px;
	bottom: -45px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	z-index:90;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
}
#home-slides .prev {
	right: 30px;
	background: #000 url("images/sliders/arrow-left.png") center center no-repeat;
}
#home-slides .next {
	background: #000 url("images/sliders/arrow-right.png") center center no-repeat;
}
#home-slides .prev:hover, #home-slides .next:hover {
	background-color: #1f82cb;
}
#home-slides .pagination {
	position: absolute;
	left: 0px;
	bottom: -45px;
}
#home-slides .pagination li {
	float: left;
	list-style: none;
}
#home-slides .pagination a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	color: #666;
	background: #eee;
	font-family: 'Helvetica Nue', Arial;
	font-size: 13px;
	margin-right: 5px;
	transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
}
#home-slides .pagination a:hover {
	background-color: #d5d5d5;
	color: #333;
}
#home-slides .pagination .current a {
	background: #1f82cb;
	color: #fff;
}
#main {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: both;
	display: block;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}
.front #main {
	clear: none;
	display: block;
	margin: 0;
	float: left;
}
#post-content {
	display: inline;
	margin: 0;
}
body.sidebar-first #post-content {
  float: left;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 0;
  width: 700px;
}
body.front.sidebar-first #post-content {
	margin: 0;
	padding: 0;
	border: none;
}
.node {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
#post-content h1 {
	margin-bottom: 0px;
}
.page-title {
	margin-bottom: 10px !important;
}
#sidebar {
	width: 200px;
	float: left;
	padding-top:25px;
	padding-left:30px;
}
.front #sidebar {
	float: right;
	width: 440px;
}
#sidebar .block {
	padding-bottom: 20px;
}
#sidebar .block > h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px !important;
	margin-bottom: 5px;
}
.region-header {
	margin-bottom: 25px;
}
.region-header .block {
	margin-bottom: 15px;
}
.region-footer .block {
	margin-bottom: 15px;
}
#footer-wrap {
	width: 100%;
	margin-top: 0px;
	font-size: 13px;
}
#footer {
	width: 955px;
	margin: 0 auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #7f7f7f;
}
#footer a {
	/*color: #fc0;*/
  text-decoration: none;
}
#footer a:hover {
	color: #1f82cb;
}
/*
#footer-widget-wrap{
   height: 355px;
}*/
#footer-left, #footer-middle, #footer-right {
	background: url("../images/stregm.png") no-repeat scroll left 65px transparent;
    float: left;
    height: 291px;
    padding: 30px 40px 90px;
    position: relative;
    width: 257px;
}
#footer-left {
	background: none repeat scroll 0 0 transparent;
    padding-left: 40px;
    width: 246px;
}
#footer-wrap .block {
	color: #7f7f7f;
	position: static !important;
}
#footer-wrap .block > h2 {
  color: #FFFFFF;
  font-family: Myriad Pro;
  font-size: 22px;
  /*font-weight: normal;*/
  padding-bottom: 20px;
}
#footer-right .blocktext > ul {
    margin-left: 14px;
}
.front #footer-wrap .block > h2 {
	font-size: 18px;
	font-weight: normal;
}
#footer-wrap .content {
	color: #fff;
	font-size: 14px;
	font-family: Myriad Pro;
	font-weight:normal;
	line-height:22px;
}
#sub_footer-left, #sub_footer-right {
	width: 467px;
	float: left;
	color:#FFF;
	font-size:14px;
	top:43px;
	line-height:22px;
}
#sub_footer-left {
	width: 465px;
	float: left;
	margin-left: 18px;
}
#sub_footer-left .arrow {
	background: url("../images/arrow_front_dgf.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 126px;
	margin: 0 auto 55px;
	overflow: hidden;
	text-align: center;
	text-indent: -999px;
	width: 94px;
}
#sub_footer-left .button2a {
	color: #434343;
	float: right;
	margin-top: 0px;
}
#sub_footer-left .button2a a:hover {
	color: rgb(221, 74, 74);
}
#sub_footer-right {
	padding-left: 22px;
	background:url("../images/stregm.png") no-repeat scroll 0 40px transparent;
	width: 470px;
	float: left;
}
.front .view.view-calendar {
}
.front .Kalender {
	display: inline-block;
}
#sub_footer-right ul {
	list-style-type: none;
	padding-left: 0px;
}
#sub_footer-right .button2 {
	top:10px;
}
#sub_footer-widget-wrap {
	background-color:#2a1111;
	height:365px;
}
#sub_footer-widget-wrap h2 {
	color:white;
	/*font-weight:normal;*/
	font-size:20px;
}
#sub_sub_footer-widget-wrap {
	background-color:#b15822;
	height:340px;
	margin-top: -22px;
}
#sub_footer .content p {
	text-align: left;
}
/*#sub_footer-widget-wrap a{color:#fc0;}*/    
#sub_sub_footer-left, #sub_sub_footer-center, #sub_sub_footer-right {
	width: 318px;
	height:366px;
	margin: 0 04px;
	color:white;
	margin-top: 35px;
	margin-left:26px;
}
#sub_sub_footer-left {
	font-weight:normal;
	font-size:14px;
	width:110px;
	line-height:10px;
	float:left;
}
#sub_sub_footer-left h2 {
	color:white;
	font-weight:normal;
	font-size:16px;
}
#sub_sub_footer-center {
	font-weight:normal;
	font-size:14;
	width:270px;
	line-height:20px;
	float:left;
}
#sub_sub_footer-center h2 {
	color:white;
	font-weight:normal;
	font-size:18;
}
#sub_sub_footer-center:before {
	content:url("images/streg.png");
	float:left
}
#sub_sub_footer-right {
	font-weight:normal;
	font-size:14px;
	line-height:23px;
	float:right;
	margin-top:40px;
	width:510px;
}
/*#sub_sub_footer-right .block{
margin-top:80px;
margin-left:300px;
}*/

#text_billedegalleri {
	float:right;
	width: 170px;
	color: white;
	font-size: 14px;
	line-height: 23px;
}
.picture {
	float:left;
}
#sub_sub_footer-right h2 {
	color:white;
	font-weight:normal;
	font-size:18px;
}
#sub_sub_footer-right:before {
	content:url("images/streg.png");
	float:left
}
#block-block-10 {
	width:50%;
	float:left;
	color:#5e1212;
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	margin-left:17px;
}
#block-block-10 h2 {
	display:none;
}
#block-block-11 {
	widht:50%;
	color:#5e1212;
	font-size:14;
	float:right;
	margin-right:30px;
}
#block-block-11 .visapicture {
	text-align: right;
}
#copyright {
	border-top: medium double #DDDDDD;
	clear: both;
	color: #666666;
	display: block;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 15px;
}
#credit {
	text-align: right;
}
#preface-wrapper {
	margin:5px auto 25px;
}
#preface-wrapper .column {
	float: left;
}
#preface-wrapper.in1 .column {
	width: 100%;
}
#preface-wrapper.in2 .column {
	width: 50%;
}
#preface-wrapper.in3 .column {
	width: 33.3%;
}
#preface-wrapper .block {
	margin: 0 15px;
}
#preface-wrapper .block-title {
	margin-top:15px;
}
#preface-wrapper .region {
	margin:15px 0;
}
.submitted {
	background: #dfdddd;
	padding: 4px 9px;
	border-radius: 4px;
	color: #383838;
	text-shadow: 1px 1px #fff;
	clear: both;
	display: block;
	margin-bottom: 2px;
}
.links li a {
	background-color: #E7E5E3;
	color: #100100;
	padding: 4px 5px;
	border-radius: 4px;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
}
.links li a:hover {
	background-color: #D7D5D3;
	color: #100101;
}
.page-node-29 .field-item.even ul {
  padding-left: 20px;
}
.content table {
	background: #ececec;
	border: 1px solid #bbbbbb;
}
.content th {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	text-shadow: 1px 1px #fff;
	border-right: 1px solid #c8c7c7;
	text-shadow: none;
	color: #FFCC00;
}
.content td {
	background: #ebebeb;
	color: #747474;
	text-align: left;
	padding:0 10px;
	border-right: 1px solid #c8c7c7;
	border-bottom: 1px solid #c8c7c7;
}
/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#main table.cke_editor {
	background: transparent;
	border: 0;
}
#main table.cke_editor td {
	background: transparent;
	padding: 0;
	border: 0;
}
/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
}
.poll .vote-form .choices {
	margin: 0;
}
/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5385em;
}
.item-list ul li {
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.inline {
	clear: both;
}
ul.inline li {
	margin: 0;
	padding: 0;
}
/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
}
ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}
ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}
ul.primary li a:hover, ul.primary li a.active {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
	border: none;
	color: #FFCC00;
}
ul.primary li a:hover {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	color: #FFCC00;
}
ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.secondary li {
	border-right: none;
}
ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5385em;
	padding: 0 1em;
}
ul.secondary li a:hover, ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: none;
}
/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}
.field-name-field-tags a {
	-moz-transition: background 0.3s ease-in-out 0s;
	background: none repeat scroll 0 0 #999;
	border-radius: 3px 3px 3px 3px;
	color: #fff !important;
	font-family: 'Helvetica Nue', Arial;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 4px;
	text-decoration: none;
}
.field-name-field-tags a:hover {
	background: none repeat scroll 0 0 #1F82CB;
	text-decoration: none;
	text-shadow: none;
}
.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}
.field-name-field-tags div {
	display: inline;
}
#main .field-label {
	color: #000;
}
#main .field-items .field-item {
}
/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
	margin: 1.5385em 0;
}
.profile dd {
	margin-bottom: 1.5385em;
}
.profile h3 {
	border: none;
}
.profile dt {
	margin-bottom: 0;
}
.password-parent {
	width: 36em;
}
/* Comments */

.comment h2.title {
	margin-bottom: 1em;
}
.comment div.user-picture img {
	margin-left: 0;
}
.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}
.comment .attribution {
	display: table-cell;
	padding: 0 35px 0 0;
	vertical-align: top;
	overflow: hidden;
}
.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}
.comment .attribution .username {
	white-space: nowrap;
}
.comment .comment-submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}
.comment .comment-submitted .comment-time {
	font-size: 0.786em;
}
.comment .comment-submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}
.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}
.comment .comment-arrow {
	background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -36px;
	margin-top: 15px;
	position: absolute;
	width: 20px;
}
.comment .comment-text {
	padding: 0 25px 10px 35px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-left: 1px solid #d3d7d9;
}
.comment .indented {
	margin-left: 40px;
}
.comment-unpublished {
	margin-right: 5px;
	padding: 5px 2px 5px 5px;
}
.comment .comment-text .comment-arrow {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}
.item-list .pager li {
	background: #cfcfcf;
	border-radius: 3px;
	margin-right: 4px;
	text-shadow: 1px 1px #fff;
}
/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
	display: inline;
	margin-top: 4px;
}
.field-name-taxonomy-forums .field-items {
}
#forum .title {
	font-size: 16px;
}
#forum .submitted {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	background: transparent;
	padding: 0;
}
#forum .container {
	background: #a1a1a1;
	color: #fff;
}
#forum .container a {
	color: #000;
	font-weight: bold;
}
#forum div.indent {
	margin-left: 2px;
}
.forum-starter-picture {
	float: left;
	padding: 4px;
	border: 1px solid #d9d9d9;
	margin: 5px 7px 5px 0;
}
#forum th {
	background: #434343;
	text-shadow: none;
	color: #fff;
}
#forum th a {
	color: #fff;
}
#forum td.forum .icon, #forum .icon div {
	background: url(images/no-new-posts.png) no-repeat;
	width: 35px;
	height: 35px;
}
#forum .name a {
	font-size: 16px;
}
/*-----------------------------------------------------------------------------------*
/* Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.one-sixth {
	width:13.33%;
}
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.column-last {
	margin-right: 0px;
}
.column-first {
	margin-left: 0px;
}
#navigation-wrapper {
	z-index:200;
	position:relative;
}
#footer a.button1, #footer a.button1a, #footer a.button1b {
	width: 151px;
}
#footer-left .content > p, 
#footer-middle .content > p,
#footer-right .content > p{
	text-align: center;
	margin: 30px 0 0;
}
.dl-block {
	float: left;
}
.dl-block.left {
	width: 260px;
}
#sub_footer-left h2, #sub_footer-right h2 {
	margin-bottom: 15px;
}
#sub_footer-left .button2a {
	margin-top: 10px;
}
.dl-block.right .arrow {
	margin-top: 10px;
}
#sub_footer-right .view-content {
	float: left;
	margin-right: 25px;
	width: 250px;
}
#sub_footer-right .view-footer {
	float: right;
}
#sub_footer-right .view-footer .Kalender {
	background: url("../images/kalendar_dgf.png") no-repeat scroll 0 0 transparent;
	height: 156px;
	overflow: hidden;
	text-indent: -999px;
	width: 168px;
	margin: 0 0 25px;
	padding: 0;
}
.view-calendar .view-content .views-field-title, .view-calendar .view-content .views-field-changed {
	height: 35px;
	line-height: 15px;
}
#Right-sub-footer .content .picture {
	background: url("../images/gallery_image_front_dgf.jpg") no-repeat scroll 0 0 transparent;
	height: 164px;
	margin: 0 0 34px;
	width: 218px;
}
body.page-home #post-content {
	width: 70px!important;
}
body.page-home #block-block-2 p {
	margin-bottom: 20px;
}
.not-front #main {
	min-height: 325px;
}
#user-login #edit-actions {
	padding: 0;
	margin: 0;
}
#user-login #edit-actions input {
	padding: 7px 12px;
}
.region-footer {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.front #main {
	padding: 0;
}
.not-logged-in ul.nice-menu.nice-menu-down > li > a {
	font-size: 15px;
}
.commerce-add-to-cart #edit-submit {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
	color: #FFCC00;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 7px 12px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 29px;
}
.view-bulletiner .views-field-add-to-cart-form .form-submit, .view-bulletiner .views-field-add-to-cart-form #edit-submit.form-submit {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4F0F0F 0%, #783838 100%) repeat scroll 0 0 transparent;
	box-shadow: none;
	color: #FFCC00;
	border: none;
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 7px 12px;
	text-shadow: none;
}
.commerce-add-to-cart #edit-submit:hover {
	color:#FFEAA2;
}
.submitted {
	display: none;
}
#sub_sub_footer-widget-wrap {
	padding-top: 20px;
}
.node-type-gallery .content div.field-item {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jump-menu {
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}
.node-type-gallery #block-menu-block-2 h2 {
	float: left;
}
.jbn-nav-button-icon:before {
	content: none!important;
}
.jbn-nav-button-icon {
	background: none!important;
}
.view-bulletiner .views-row {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
	position: relative;
}
.view-bulletiner .views-row-odd {
	margin: 40px 5px 0;
}
.view-bulletiner .views-row-even {
	margin: 40px 10px 0;
}
.view-bulletiner .views-field-add-to-cart-form .form-item-quantity {
	float: left;
	display: block;
	margin-left: 50px;
}
.page-home .view-bulletiner .view-footer {
  background: url("../images/arrowb_front_dgf.jpg") no-repeat scroll 38px 0 transparent;
  float: right;
  height: 0;
  margin: -135px 0 0;
  padding-left: 0;
  padding-top: 168px;
  width: 190px;
}
.view-bulletiner .views-field-commerce-price {
	font-weight: bold;
	display: block;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: normal;
	clear: both;
	overflow: hidden;
}
.view-bulletiner .views-field-body p {
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
	padding: 0 10px;
	font-style: italic;
}
.view-bulletiner .views-field-title a {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
.cart-contents .view-footer .line-item-summary ul.links li a {
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4F0F0F 0%, #783838 100%) repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFCC00;
	font-size: 13px;
	padding: 5px 10px;
	text-shadow: none;
}
#views-form-commerce-cart-form-default {
}
#webform-client-form-43 .form-textarea-wrapper {
	width: 425px;
}
#block-block-11 p {
	margin-bottom: 0;
}
#views-form-commerce-cart-form-default table.views-table, #commerce-checkout-form-checkout table, .checkout-review table.views-table, .checkout-review table.commerce-price-formatted-components, table.checkout-review {
	background: none;
	border: none;
}
#views-form-commerce-cart-form-default table.views-table tr.even, #views-form-commerce-cart-form-default table.views-table tr.odd, #commerce-checkout-form-checkout table tr.even, #commerce-checkout-form-checkout table tr.odd, .checkout-review table.views-table tr.even, .checkout-review table.views-table tr.odd, table.commerce-price-formatted-components tr.odd, table.commerce-price-formatted-components tr.even, tr.even, tr.odd {
	background: none;
	border: none;
}
#views-form-commerce-cart-form-default table.views-table tr th, #commerce-checkout-form-checkout table tr th, .checkout-review table.views-table tr th {
	font-weight: bold;
	background: none;
	border: none;
	color: #000000;
}
#views-form-commerce-cart-form-default table.views-table tr td, #commerce-checkout-form-checkout table tr td, .checkout-review table.views-table tr td, table.commerce-price-formatted-components td, table.checkout-review tr td {
	background: none repeat scroll 0 0 transparent;
	color: #000000;
	padding: 7px 10px;
	border: none;
}
#views-form-commerce-cart-form-default table.views-table tr.views-row-last td, #commerce-checkout-form-checkout table tr.views-row-last td, .checkout-review table.views-table tr.views-row-last td {
	padding-bottom: 15px;
	border-bottom: 1px solid #5E1112;
}
#commerce-checkout-form-review fieldset#edit-buttons {
	background: none;
	border: none;
}
#commerce-checkout-form-review .checkout-help {
	font-weight: bold;
	margin-bottom: 10px;
}
.fieldset-legend {
  color: #5E1112;
  font-size: 17px;
}
.checkout-buttons .checkout-back:focus, .checkout-buttons .checkout-back:hover {
  background: linear-gradient(to bottom, #4F0F0F 0%, #783838 100%) repeat scroll 0 0 transparent;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFCC00;
margin-right: 10px;
padding: 7px 12px;
}
#edit-cancel {
    color: #5E1212;
    width: 80px;
	filter: none;
}
.checkout-buttons .checkout-back {
  background: linear-gradient(to bottom, #4F0F0F 0%, #783838 100%) repeat scroll 0 0 transparent;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFCC00;
margin-right: 10px;
margin-left: 10px;
padding: 7px 12px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  cursor: pointer;
}
.customer_profile_billing.form-wrapper {
  float: left;
  width: 45%;
}
.account.form-wrapper {
  width: 45%;
}
.customer_profile_shipping.form-wrapper {
  float: right;
  width: 42%;
}
.checkout-buttons.form-wrapper {
  clear: both;
}
.views-field.views-field-line-item-title {
  width: 520px;
}
.views-field.views-field-commerce-total.views-align-right.price {
  text-align: right;
}
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  margin-left: auto;
  width: 389px;
}
.node-type-product-display- .field-item.even > img {
  float: right;
  margin-right: 80px;
  margin-top: -30px;
}
.node-type-product-display- .field-item.even > p {
  float: left;
  margin-bottom: 100px;
  margin-right: 60px;
  width: 400px;
  margin: 20px 100px 60px 0px;
}
.field.field-name-commerce-price.field-type-commerce-price.field-label-hidden .even {
  font-size: 22px;
  margin: 10px 0 10px;
}
.field.field-name-commerce-price.field-type-commerce-price.field-label-hidden .even {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  color: #5E1112;
}
.field.field-name-commerce-price.field-type-commerce-price.field-label-hidden {
  float: left;
  line-height: 60px;
}
.node-type-product-display- .commerce-add-to-cart > div {
  float: left;
  margin-left: 30px;
}
.node-type-product-display- #post-content .page-title {
  clear: both;
  width: 550px;
}
.page-home .view-bulletiner .views-row {
  float: left;
  height: 20px;
  margin: 42px 0 0 14px;
  position: relative;
  text-align: left;
  width: 240px;
}
.page-home .field-content > a {
  color: #FFCC00;
}
#block-views-bulletiner-block-1 > h2 {
  	font-size: 18px;
    font-weight: normal;
    margin-left: 14px;
}
.view-display-id-block_1.view-dom-id-0907ad964ea630c8479ee0f7e47008c3 .views-field.views-field-body .field-content {
  width: 300px;
}
.feed-icon {
  left: 39px;
  position: absolute;
  top: -10px;
}
#webform-component-other-info {
  float: left;
  width: 47%;
}
.form-actions.form-wrapper {
  clear: both;

}
.node-type-webform.input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #CCCCCC;
}
.page-kalender .attachment.attachment-before {
  float: right;
  margin: 0 0 0 40px;
  width: 230px;
}
.page-kalender  .views-exposed-form .views-exposed-widget {
  clear: both;
  float: left;
  padding: 0.5em 1em 0 0;
}
.page-kalender .view-filters {
  width: 50%;
  float: left;
}
.page-kalender .calendar-calendar {
  float: right;
  width: 680px;
} 
.page-kalender .view-content {
  float: right;
  width: auto;
}
.page-kalender .view-filters {
  width: 220px;
  padding: 0;
}
.page-kalender .view-header {
  float: right;
  width: 440px;
}
.page-kalender .view .date-nav-wrapper .date-prev {
  background: none repeat scroll 0 0 #DFDFDF;
  border-radius: 5px 0 0 5px;
  float: none;
  font-size: 12px;
  padding: 5px 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: auto;
  z-index: 1;
  right: 352px;
}
.page-home .views-row.views-row-1.views-row-odd.views-row-first {
  margin-top: 18px;
}
.page-home .view-bulletiner .views-row.views-row-1.views-row-odd.views-row-first {
  margin-top: 10px;
}
.page-home .view-bulletiner .field-content > p {
  font-size: 16px;
}
.page-gallery .view-content {
  float: right;
  margin-right: 10px;
  width: 660px;
}
.page-gallery .view.view-gallery .view-header {
  float: left;
  padding: 22px 0;
  text-align: left;
  width: 316px;
}
.page-gallery #post-content.no_sidebar {
  float: left;
  padding: 0 25px 20px;
  width: 100%;
}
.page-gallery .view.view-gallery .view-header {
  padding: 2px 0!important;
  text-align: left;
}
.page-home .more-link {
  text-align: left;
}
#sidebar ul li.leaf {
  background: none repeat scroll 0 0 #FFFFFF;
  list-style-image: none !important;
  list-style-type: none !important;
  padding: 10px;
}
#sidebar .block > h2 {
  border-bottom: 1px solid;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  width: auto;
}
.menu-block-wrapper menu-block-1 menu-name-main-menu parent-mlid-0 menu-level-2 ul.menu {
	padding-left: 0px;	
}
#sidebar .region-sidebar-first ul.menu {
  border: medium none;
  list-style: none outside none;
  text-align: left;
  padding-left: 0px;
}
#sidebar .region-sidebar-first li {
  margin: 0 0 10px !important;
  width: 140px;
}
#sidebar .block.block-menu-block {
  background: none repeat scroll 0 0 #F6F6F6;
  margin-top: 27px;
  padding: 15px !important;
  width: 160px;
}
#sidebar .last.leaf {
  margin-bottom: 0 !important;
}
.page-node-29 #main.clearfix {
  min-height: 340px;
}
.page-home span.field-content {
  font-size: 12px;
  font-style: italic;
}
.page-home .region.region-sub-footer-first p a {
  background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(190, 190, 190, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(190, 190, 190, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bebebe', GradientType=0 ); /* IE6-9 */
  border: 1px solid #434343;
  color: #434343;
  display: inline-block;
  float: left;
  font-size: 15px;
  padding: 15px 28px;
  text-align: center;
}
/*.block .content > ul {
  padding: 0 0 0 20px;
}*/
#block-menu-block-1.block.block-menu-block.contextual-links-region {
  margin: 26px 0 0 5px;
}
.page-gallery #block-menu-block-1.block.block-menu-block.contextual-links-region {
  margin: 0 0 0 0;
}
.page-gallery #sidebar .block.block-menu-block {
  background: none ;
  margin-top: 27px;
  padding: 0 !important;
  width: 160px;
}

.page-dgf-bulletiner .view-footer {
  float: left;
}
.page-node-29 .block .content > ul {
  padding: 0 0 0 0px;
}
.field-item.even > ul {
  padding: 5px 0 10px 17px;
}
.page-gallery .jump-menu {
  float: left;
  margin-bottom: -20px;
  margin-left: -4px;
  margin-top: 10px;
}
.page-home #sidebar .block > h2 {
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px !important;
  padding-bottom: 0px;
  display: block;
}
.page-home #sidebar .views-row {
  margin-top: 0px !important;
}
.page-home span.date-display-single {
  font-size: 12px;
  font-style: italic;
}
.page-home .view-id-bulletiner .views-row span.field-content {
  font-size: 14px;
  font-style: normal;
} 
.page-calendar-node-field-event-date .view .date-nav-wrapper .date-prev {
  background: none repeat scroll 0 0 #DFDFDF;
  border-radius: 5px 0 0 5px;
  float: none;
  font-size: 12px;
  left: auto;
  padding: 5px 2px 5px 0;
  position: absolute;
  right: 874px;
  text-align: right;
  top: 0;
  width: auto;
  z-index: 1;
  height:23px;
}

.node-type-events #post-content .content .webform-component--login a {
  background: #4f0f0f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4f0f0f 0%, #783838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f0f0f), color-stop(100%,#783838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f0f0f 0%,#783838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0f0f', endColorstr='#783838',GradientType=0 ); /* IE6-8 */
  color: #FFCC00 !important;
  padding: 5px 18px;
  width: 36px;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

#sidebar .collapsed {
 background: none repeat scroll 0 0 #FFFFFF;
padding: 10px; 
}
#sidebar .collapsed.menu-mlid li {
  background: none repeat scroll 0 0 white;
  margin: 0 0 10px !important;
  padding: 10px 0 10px 20px;
  width: 140px;
}
#sidebar .collapsed.menu {
   background: none repeat scroll 0 0 white;
  margin: 0 0 10px !important;
  padding: 10px;
  width: 140px;
}
#sidebar .expanded.active-trail {
     background: none repeat scroll 0 0 white;
  margin: 0 0 10px !important;
  padding: 10px;
  width: 140px;
}
#sidebar .expanded.active-trail li {
  background: none repeat scroll 0 0 #F6F6F6;
  margin: 10px 0 0!important;
  padding: 10px;
  width: 120px;
}
#sidebar li a.active {
  color: #5E1212;
}
#sidebar ul li.expanded {
  list-style-type: circle;
  list-style-position: inside;
}
.field-item.even ul {
  list-style: disc;
}
/*.field-item.even > p {
  font-weight: bold;
}*/
#sidebar ul li.collapsed {
  list-style-type: disc;
  list-style-position: inside;
}
.page-home #footer {
	width: 1000px;	
}
#post-content .content {
	font-size: 14px;	
}
#post-content .content a {
	font-size: 14px!important;	
	 color: #5E1212;
	 line-height: 1.538em!important;
	 font-family: 'isotek web';
}
#post-content .content span {
	font-family: 'isotek web';
}
#post-content .content .sectionlist a {
		font-size: 14px!important;	
	 color: #5E1212!important;
	 line-height: 1.538em!important;
	 font-family: 'isotek web';
}
#post-content .content .section span {
	font-size: 14px!important;	
	 color: #5E1212!important;
	 line-height: 1.538em!important;
	 font-family: 'isotek web';	
}
#post-content .field-item.even p.section{
  /*padding: 5px 0 15px 0px;*/
  /*font-weight: normal!important;*/
   line-height: 1.538em!important;
	 /*font-family: 'isotek web'!important;*/	
	 font-size: 14px!important;
}
#post-content strong {
  /*font-weight: normal;*/
}
#post-content .content ul {
  font-size: 14px !important;
}
/*#post-content .content p span {
	color: #5e1212;	
}*/
#post-content .content a {
  color: #5E1212 !important;
 
}
.field.field-name-body {
  font-size: 14px!important;
  line-height: 1.5em;
}
.node-type-product-display- .block .content > ul {
  padding: 0 0 0 0px;
}
#block-menu-menu-top-menu li a {
  color: #5E1212;
  font-size: 12px !important;
}
ul.nice-menu.nice-menu-down > li > a {
  color: #FFCC00;
  display: block;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 54px;
  margin: 0;
  padding: 0 20px 0 0;
  text-decoration: none;
}
.page-home .region-sub-sub-footer-first ul{
	padding: 0 0 0 20px;	
	color: #fff;
}
.page-node-20 #block-system-main {
  float: right;
  width: 950px!important;
}
.terms-of-service #node-121 {
	display:none;
}
.terms-of-service label {
	text-decoration:underline;
	cursor:pointer;
}
#node-121{
	position: fixed;
	top:90px;
	left: 50%;
	margin-left: -400px;
	padding:10px 30px;
	width: 800px;
	height: 500px;
	overflow: auto;
	background: #fff;
	border: 1px solid #773737;
	z-index: 1000;
}
.webform-container-inline label {
  display: block;
  margin-right: 1em;
}
.node-type-events input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #CCCCCC;
  width: 425px;
}
.node-type-events #edit-submitted-payment-quantity {
  width: 35px!important;
}
.node-type-product-display- .student-price {
  clear: left;
  float: left;
  font-size: 18px;
  margin-top: -29px;
}
.terms-of-service.form-wrapper .fieldset-legend {
  color: #000000;
  font-size: 14px !important;
  font-weight: bold;
}
#header-top.clearfix {
  background-image: url("../images/topdgf_02.png");
  height: 144px;
}
.front .region.region-sidebar-first .view.view-news.view-id-news.view-display-id-block {
  font-size: 13px;
  position: relative;
}
ul.nice-menu-down li li.menuparent {
  background: url("images/arrow-right.png") no-repeat scroll 263px center #EEEEEE !important;
}
#edit-extra-pane-node-121 .fieldset-legend {
  padding-left: 4px;
}
.form-item.form-type-checkbox.form-item-extra-pane--node--121-termsofservice {
  padding-left: 3px;
}
.page-user .profile > div {
  float: left;
  margin-right: 100px;
  width: auto;
}
/*.first.last.leaf.active-trail.active {
  background: none repeat scroll 0 0 #F6F6F6 !important;
  padding: 10px;
  width: 120px !important;
}
#sidebar ul li.expanded {
  background: none repeat scroll 0 0 #FFFFFF;
  list-style-position: inside;
  list-style-type: circle;
  padding: 10px;
}*/
.hidden-login {
	display:none;
}
.pop-up-login {
    height: 240px !important;
    left: 50%;
    margin-left: -150px;
    margin-top: -120px;
    position: fixed;
    top: 50%;
    width: 300px;
	z-index: 998;
}
.pop-up-login #ajax-register-user-login-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 5px #666666;
    left: 50%;
    margin-left: -225px;
    padding: 20px;
    position: relative;
    width: 450px;
	z-index: 999;
}
.login-close {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 12px;
    box-shadow: 0 0 2px #000000 inset;
    color: #333333;
	cursor: pointer;
    height: 20px;
    line-height: 22px;
    position: absolute;
    right: -126px;
    text-align: center;
    top: -11px;
    width: 20px;
    z-index: 1000;
}

.form-item.form-type-select.form-item-customer-profile-billing-commerce-customer-address-und-0-country select {
  	width: 230px !important;
}
.form-wrapper input {
  /*margin: 2px 0;*/
  /*padding: 4px;*/
  width: 220px;
}
.form-item.form-type-checkbox.form-item-customer-profile-shipping-commerce-customer-profile-copy 
.form-checkbox.ajax-processed {
  width: 20px;
}
.form-item.webform-component.webform-component-select select {
  width: 230px;
}
.locality.form-text.required {
  width: 120px;
}
.postal-code.form-text.required {
  width: 75px;
}
.node-type-events input.form-text, select.form-select {
  border: 1px solid #CCCCCC;
  width: 220px;
}
#edit-submitted-company-info-companymember-1{
  width:20px;
}
#edit-submitted-other-info-retired-1, #edit-submitted-other-info-student-1,
#edit-submitted-other-info-associations-1, #edit-submitted-other-info-associations-2{
  width:20px;
}
#edit-submitted-payment-attendants input{
  width:220px;
}
.view-bulletiner .views-field-add-to-cart-form .form-submit, .view-bulletiner .views-field-add-to-cart-form #edit-submit.form-submit{
  margin-top: 20px;
}
#account-login-container .commerce-user-login a {
  background: #4f0f0f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4f0f0f 0%, #783838 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f0f0f), color-stop(100%,#783838)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f0f0f 0%,#783838 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f0f0f 0%,#783838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f0f0f', endColorstr='#783838',GradientType=0 ); /* IE6-8 */
  color: #FFCC00 !important;
  padding: 5px 18px;
  float: left;
  border-radius: 6px;
  cursor: pointer;
  display: block;
}

#account-login-container .commerce-user-login a:hover {
  color: #FFEAA2 !important;
}
#edit-account-login{
  margin-top:15px;
}
.jbn-nav-touch-area.jbn-nav-right-touch-area, 
.jbn-nav-touch-area.jbn-nav-left-touch-area {
    z-index: 10;
}
.form-wrapper .form-item .description {
  font-size: 14px;
}
.text-1 > ul {
  padding: 5px 0 0px 17px;
}
#ajax-register-user-login-block-wrapper .form-text.required {
  width: 220px;
}
.juicebox-parent .juicebox-gallery .jcbx-glry-classic > div {
    z-index: 190 !important;
}
#ajax-register-user-login-wrapper .form-text.required {
    width: 98%;
}
#block-system-main .view-commerce-user-orders .view-content table thead th a {
    color: #E3B302 !important;
}
.jb-classifier-link-wrapper.jb-classifier-detail-area.jb-classifier-layer.jb-classifier-show-on-over{
	z-index: 300 !important;
}
#block-locale-language li.en a {
	text-transform: capitalize;
}
.field-item.even > p {
  margin: 14px 0 0;
}
.view-display-id-calendar_teaser .view-empty {
	float:left;
}	
.logged-in.node-type-events .webform-component--login {
	display:none;
}
fieldset.meet-signup {
    border: 1px solid #5E1212;
	float: left;
    margin: 0 0 20px;
    padding: 20px;
    width: 465px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
}
fieldset.misc-info, 
fieldset.company-info {
	border-left: 1px solid #5E1212;
	border-right: 1px solid #5E1212;
    padding: 0 20px;
    width: 465px;
	border-radius: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
}
fieldset.misc-info {
	border-bottom: 1px solid #5E1212;
	border-top: 1px solid #5E1212;
	padding-top: 20px;
	float: left;
	border-radius: 4px;
	top: 0;
}
fieldset.comments{
	padding-bottom: 20px;
	border-radius: 0 0 4px 4px;
	top: 0;
}
fieldset.comments #edit-submitted-kommentarer-comment{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
fieldset.meet-signup .fieldset-wrapper,
fieldset.misc-info .fieldset-wrapper, 
fieldset.company-info .fieldset-wrapper, 
fieldset.payment-info .fieldset-wrapper, 
fieldset.comments .fieldset-wrapper{
	margin: 30px 0 0; 
}
fieldset.webform-component-fieldset input[type="radio"]{
	width: 10px;	
}
fieldset.webform-component-fieldset input[type="checkbox"]{
	width: 10px;
}
#post-content .content .meet-signup .fieldset-wrapper .form-item.webform-component.webform-component-markup.webform-component--konto-oplysninger--login a{
	background: rgb(79,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(79, 15, 15, 1)), color-stop(100%, rgba(120, 56, 56, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(79, 15, 15, 1) 0%, rgba(120, 56, 56, 1) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f0f0f', endColorstr='#783838', GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 6px;
    color: #FFCC00 !important; 
    padding: 7px 15px;
	cursor: pointer;
}
form#webform-client-form-149:after, form#webform-client-form-149:before {
    clear: both;
    content: "";
    display: block;
}
fieldset.payment-info {
    clear: left;
}
fieldset.company-info{
	clear: right;
}
form#webform-client-form-149 input[type="submit"] {
	border-radius: 6px;
    clear: both;
    float: left;
    margin: 30px 0 0;
}
.node-type-product-display- .field-name-field-product- {
	float: right;
    margin-right: 250px;
}
.webform-component-fieldset.reg.webform-component--registration-information.form-wrapper {
	border: 1px solid #5E1212;
	float: right;
	width: 465px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px; 
	margin-top: 0;
	top: 0;
}
.captcha-admin-links.collapsible.collapsed.form-wrapper.collapse-processed {
    clear: both;
    float: left;
    width: 400px;
}
.webform-component-fieldset.webform-component--registration-information--info-wrapper.form-wrapper {
    margin: 0;
	background: none;
}
.webform-component-fieldset.webform-component--registration-information--info-wrapper.form-wrapper .fieldset-wrapper {
    margin: 0;
}
.form-item.webform-component.webform-component-textfield.webform-component--registration-information--name.webform-container-inline {
    margin: 0;
}
.webform-component-fieldset.reg.webform-component--registration-information.form-wrapper > .fieldset-wrapper {
    margin: 30px 0 0;
}
.form-item.webform-component.webform-component-epay.webform-component--registration-information--info-wrapper--payment--price {
    float: left;
}
.form-item.form-type-textfield.form-item-submitted-registration-information-info-wrapper-payment-quantity {
    margin: 20px 0;
}
.field.field-name-field-date.field-type-datetime.field-label-above {
    margin: 0 0 20px;
}
.form-actions .webform-submit.button-primary.form-submit {
    margin: 0;
}
.webform-client-form .form-actions {
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 0;
}

#views_slideshow_controls_text_next_front_page_slideshow_-page_1 a {
    background-image: url(../images/B-right.png);
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

#views_slideshow_controls_text_previous_front_page_slideshow_-page_1 a { 
background-image: url(../images/B-left.png);
    background-repeat: no-repeat;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

#views_slideshow_controls_text_pause_front_page_slideshow_-page_1 {
display: none;
}
