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

/*MAIN*/

* {
  margin: 0;
  padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

html, body {
  height: 100%;
}

body, html {
	background: url("../img/bgpage.jpg") repeat-x fixed center top #464646;
	font: 13px "Trebuchet MS",verdana,sans-serif;
	text-align: center;
	color: #7A7A7A;
}

h1 {
  
}

h2 {
	
}

p {
	margin: 10px 0 15px 0;
}


a {
	color: #7A7A7A;
}

a:hover {
	color: #D7D7D7;
}
a:active, a:focus { 
	outline:none; 
}

table, tbody {
  font-size: 1em;
}

fieldset {
	border: 0;
}

.csc-header {
  margin: 0 0 10px 0;
}

.container {
	text-align: left;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	left: 50%;
	margin-left: -510px;
	position: absolute;
	width: 1000px;
	clear: both;
	background: url(../img/contbg.png) repeat-y scroll 50% 50% transparent;
	padding: 0 7px;
}

.container-head {
	display:inline-block;
	width:100%;
}

.header {
	height:290px;
	display: block;
}
.lang {
	background:none repeat scroll 0 0 #111111;
	padding:5px 15px 7px 10px;
	position:absolute;
	right:0;
	top:40px;
	z-index:501;
}

.lang li {
	color:#FFFFFF;
	display:inline;
	font-size:13px;
}

.lang a {
	text-decoration: none;
}

.lang .active a {
	color: #FFFFFF;
}

.logo {
	float:left;
	height:90px;
	width:225px;
}

/*LOGO*/
.logo h1 {
	left:40px;
	position:absolute;
	top:70px;
	z-index:501;
}

.logo h1, .logo h1 a {
	width: 317px;
	height: 155px;
	display: block;
}

.logo h1 a {
	text-indent: 999em;
	overflow: hidden;
	white-space: nowrap;
}

.logo h1 a {
	background: url("../img/logo.png") no-repeat top left;
}

.logo h1 a:hover {
	background-position: bottom left;
}
/*LOGO END*/

.main-menu {
	background-image:url("../img/bgmenu.png");
	background-repeat:repeat-x;
	height:74px;
	padding-left:30px;
	position:relative;
	top:-6px;
}
.main-menu a {
	display: inline-block;
	margin: 6px 0 0;
}

.container-content {
	display:inline-block;
	margin:30px 0 0;
	padding-bottom:40px;
	padding-top:0;
	width:100%;
}

.container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

.right {
	width: 598px;
	float: right;
	margin: 0 45px 0 0;
	padding-bottom: 30px;
}

.left {
	width: 270px;
	float: left;
	margin: 0 0 0 45px;
	padding-bottom: 30px;
}

.contmain {
	margin: 0 45px;
	padding-bottom: 30px;
}

.left-menu li {
  list-style-type: none;
  clear: left;
}
.logo img, .menu img, .main-menu img{
  float: left;
}

.content-sec ul,#content-sec ul li {
  list-style: none none;
}
.footer {
	bottom:0 !important;
	clear:both;
	display:inline-block;
	height:40px;
	left:0;
	padding:0 7px;
	position:absolute;
	text-align:center;
	width:1000px;
}
.footleft {
  float: left;
  width: 180px;
  text-align: left;
  margin-top: 3px;
}

.footright {
  float: right;
  width: 180px;
  text-align: right;
  margin-top: 3px;
}

.footmenu {
  margin-right: 180px;
  margin-left: 180px;
}
.footright p{
  margin: 0;
}


/*EFFECTS*/

.advertblock {
	background:url("../img/bgadverts.jpg") repeat-y scroll -200px 0 #000000;
	margin:10px 0;
	padding:15px 20px;
	position:relative;
}

.advertblock .tl, .advertblock .tr, .advertblock .bl, .advertblock .br {
	width: 5px;
	height: 5px;
	background: url('../img/4corn.png') no-repeat;
	position: absolute;
	line-height: 0;
	font-size: 0px;
	overflow: hidden;
}

.advertblock .tl {
	top: 0;
	left: 0;
}

.advertblock .tr {
	top: 0;
	right: 0;
	background-position: -4px 0;
}

.advertblock .bl {
	bottom: 0;
	left: 0;
	background-position: 0 -4px;
}

.advertblock .br {
	bottom: 0;
	right: 0;
	background-position: -4px -4px;
}


.news-list-container img {
	border:medium none;
	display:block;
	margin:0 !important;
	position:absolute !important;
	right:10px;
	top:10px;
}

.news-list-date {
	float:none;
	padding-left: 0;
	font-size: 16px;
	color:#999999;
	margin-bottom:10px;
}

.news-list-container p {
	display: inline-block;
}

/*TWITTER*/

.twitter  {
	background:url("../img/bgtwitter.png") no-repeat scroll 0 0 transparent;
	float:left;
	/* height:312px; */
	margin:0 0 20px;
	padding:10px;
	position:relative;
	width:270px;
}

.twitter h2 {
	left:75px;
	position:absolute;
	top:10px;
}

.twitter h2 a {
	font-size: 13px;
}


/*CUSTOM*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.tx-ekcarousel-pi1 {
	position: relative;
}

.tx-ekcarousel-pi1 p {
	margin: 0;
	padding: 0;
}

.scrollable {
	height:260px;
	overflow:hidden;
	position:relative;
	width:910px;
}

.min {
	height:500px !important;
	margin-right:-140px;
	width:500px !important;
}

.items div {
	display:inline-block;
	float:left;
	margin:0 14px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.min .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.scrollLeft, .scrollRight {
background:url("../img/scroller-arrows.png") repeat scroll -1px 80px transparent;
display:block;
height:30px;
position:absolute;
top:75px;
width:30px;
}

.scrollLeft {
	background-position:-58px 80px;
	left:-50px;
}

.scrollLeft:hover {
	background-position: -58px -9px;
}

.scrollRight {
	right: -50px;
}

.scrollRight:hover {
	background-position: 0 -9px;
}


.scrollable .right {
	float:right;
	margin:0 45px 0 0;
	padding-bottom:30px;
	width:598px;
}


/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/

/*PRICELIST*/
a.moreinfo {
	background:url("/assets/i/moreinfo.sprite.png") repeat-x scroll left top transparent;
	bottom:0;
	display:block;
	font-size:16px;
	height:64px;
	line-height:58px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	width:270px;
}

.foldout {
	display:none;
}

.foldout table h2 {
	color:#FFFFFF;
}

/* Map */

a.map:hover span {
	background: url('/assets/i/map-link-overlay.png') no-repeat;
	display: block;
	width: 270px;
	height: 200px;
	position: absolute;
}


.news-single-item h1, .news-single-item h2, .news-single-rightbox{
	display: none;
}

/* ROTATING HEADER */
ul.tx-kkrotator-pi1-listrow {
	margin: 0;
	padding: 0;
}