@charset "utf-8";
/* CSS Document */

h4.Btitle a {
	color: #456004;
}
.splash {
	background-color:#567D38;
}
a {
	color: #456004;
}
.moduletable > h3.gr {
	background:url("../images/varensbocker/bg.jpg") repeat-x;
}
.menuarea {
	background:url("../images/varensbocker/menu_right.png") no-repeat scroll right 0 transparent;
}
.menuarea ul.menu {
	background: url("../images/varensbocker/menu_bg.png") no-repeat scroll left bottom transparent;
}
.menuarea ul.menu li span {
	background: url("../images/varensbocker/menu_separator.png") no-repeat scroll right bottom transparent;
}
.menuarea ul.menu li a:hover span {
	background: url("../images/varensbocker/menu_bg.png") no-repeat scroll -459px top transparent;
}
.menuarea ul.menu li.first a.active span, .menu > li:hover {
	background: url("../images/varensbocker/menu_bg.png") no-repeat left top scroll transparent;
}

.menu > li:hover > a {color:#fff!important;}
	
.menuarea ul.menu li.first a:hover span {
	background: url("../images/varensbocker/menu_bg.png") no-repeat scroll 0px top transparent;
}
.search-area {
	background: url("../images/search_logo.png") no-repeat scroll 0 0 transparent;
}
input#search_button {
	background: url("../images/varensbocker/search_btn.png") no-repeat scroll center -28px transparent;
}
a.readon, input[type="submit"], input[type="button"]  {
	background: url("../images/varensbocker/btn.png") repeat-x scroll 0 bottom transparent;
}
 a.more {
	background: url("../images/varensbocker/btn.png") repeat-x scroll 0 top transparent;
	color:#fff;
}
.moduletable.box h3 span {
	background: url("../images/moduletable_icons.png") no-repeat scroll right -37px transparent;
}
.mainlevel, .sublevel {
	background: url("../images/menu_item.png") no-repeat scroll 10px 12px transparent;
}

.nsp_top_interface .pagination li, .nsp_top_interface .pagination li.active {
	background: url("../images/nsp_interface.png") no-repeat scroll 50% 0 transparent !important;
}
.nsp_top_interface .pagination li, .nsp_top_interface .pagination li.active {
	background: url("../images/nsp_interface.png") no-repeat scroll 50% 0 transparent !important;
	}
.nsp_top_interface .next {
	background: url("../images/nsp_interface.png") no-repeat scroll 0 -62px transparent;
	}
	.nsp_top_interface .prev {
	background: url("../images/nsp_interface.png") no-repeat scroll 0 -62px transparent;}
a.green {
	background-color:#567D38;
	}
	
/* gk stuff */
.gk_is_wrapper-style1 { background:url('../images/varensbocker/header_green_bg.jpg') no-repeat 0 0 #2c8833; }
/*.gk_is_wrapper-style1 .gk_is_preloader { background:#2b8730 url('../images/varensbocker/header_green_bg.jpg') no-repeat 0 0; }*/
.gk_is_list li { border-top:1px solid #38af3f!important; color:#6FD074; }
.gk_is_art a.readon:hover { background:#659213; color:#fff; cursor:pointer; }
	
/* end stuff */



a.other-season, a.other-season:hover {
    background: url("../images/hostensbocker/menu_bg.png") no-repeat left top scroll transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 6px 8px;
    border-radius: 4px 4px 4px 4px;

}



table.table-press-copy {
	border:1px solid #6A8422;
	font-size:14px;
	margin:8px 0 5px;
	text-align:left;
	width:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table.table-press-copy thead tr th, table.table-press-copy tfoot tr th {
	background-color:#456004;
	border:1px solid #6A8422;
	font-size:9pt;
	padding:7px;
	text-align:left;
	color:#fff;
}

table.table-press-copy tbody td {
	background-color:#FFFFFF;
	border-bottom:1px solid #6A8422;
	border-right:1px solid #6A8422;
	color:#000;
	line-height:20px;
	padding:2px 5px;
	vertical-align:top;
}


.css3button {
	color: #ffffff;
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#79ad17 0%,
		#4b6d0d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#79ad17),
		to(#4b6d0d));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,0);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.3);
	display:block;
	text-align:center;
	font-weight:bold;
}

.css3button:hover {color:#fff; text-decoration:none;}


.pagelink{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 

   background: #38af3f; /* Old browsers */
background: -moz-linear-gradient(top, #38af3f 0%, #456004 100%, #207cca 100%, #456004 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38af3f), color-stop(100%,#456004), color-stop(100%,#207cca), color-stop(100%,#456004)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #38af3f 0%,#456004 100%,#207cca 100%,#456004 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #38af3f 0%,#456004 100%,#207cca 100%,#456004 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #38af3f 0%,#456004 100%,#207cca 100%,#456004 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38af3f', endColorstr='#456004',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #38af3f 0%,#456004 100%,#207cca 100%,#456004 100%); /* W3C */

    color: #fff;
    cursor: pointer;
    height: 25px;
    overflow: visible;
    padding: 5px 7px;
    vertical-align: middle;
    font-weight: normal!important;     
}

.pagelink:hover, .pagelink:focus {
    -webkit-box-shadow: 0px 0px 3px 1px #999;
-moz-box-shadow: 0px 0px 3px 1px #999;
box-shadow: 0px 0px 3px 1px #999; 

    outline: 0 none;
    text-decoration:none;
    color:#fff;
    
}

span.pagelink {
   
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */

    cursor: auto;
    color:#0033CC;
    border:1px solid #ccc;
}

span.pagelink:hover, span.pagelink:focus{
    color:#0033CC;
}
