@charset "UTF-8";
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#999999;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	margin: 0px;
}
a {
	color:#ff9900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#route {
	background-color:#ff9900;
	color:#000000;
	padding:5px;
	margin-top:10px;
}
#route:hover {
	background-color:#ffffff;
}
#container {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	padding-bottom:50px;
}
#header {
	width:895px;
	height:115px;
	background-image: url(images/headerMain_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
#headerLogo {
	float:left;
}
#headerFollow {
	float:right;
	width:280px;
	height:38px;
	text-align:center;
	margin-right:10px;
}
#followBlog a {
	display:block;
	padding:10px 10px 10px 10px;
	color:#cccccc;
}
#followBlog a:hover {
	text-decoration:none;
	color:#ff9900;
}
#followBlog {
	background-color:#000000;
	width:92px;
	height:38px;
	float:left;
}
#followTop {
	background-color:#000000;
	width:280px;
	height:38px;
	float:right;
}
#followTekst {
	margin-left:18px;
	margin-top: 10px;
	float:left;
}
#followIcons {
	float:right;
	margin-right:10px;
}
#followBot {
	float:left;
}
#headerSub {
	margin-top:-10px;
}
#slider_title {
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
	padding:10px;
	font-weight:normal;
	text-transform:uppercase;
}
#slider_tekst {
	padding:10px;
}
#slider_tekst a {
	display:block;
	text-align:center;
	background-color:#000000;
	padding:5px;
	font-size:10px;
	width:69px;
	color:#999999;
	text-transform:uppercase;
	margin-top:-46px;
	margin-left:196px;
	position:absolute;
}
#slider_tekst a:hover {
	text-decoration:none;
	color:#ffffff;
}
#carousel_ul li{
	list-style-type:none;
	display:block;
	float:left;
	margin-left:-1px;
	width:298px;
	height:260px;
	background-image: url(images/slider_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#carousel_inner {
	float:left;
	width:892px;
	overflow: hidden;
}
#carousel_ul {
	position:relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:9999px;
	margin-left:1px;
	left:-297px;
}
#left_scroll, #right_scroll{
	float:left; 
	height:32px; 
	width:30px;
	text-align:center;
	margin-top:120px;
}
#carousel_ul li img {
	margin-left:10px;
	border:5px solid #000000;
}
#left_scroll img, #right_scroll img{
	cursor: pointer;
	cursor: hand;
}
#main {
	clear:both;
	padding-top:55px;
	padding-bottom:30px;
	width:895px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#main_Left {
	width:550px;
	float:left;
	margin-left:10px;
	background-color:#000000;
	padding: 20px 10px 10px 10px;
}
#main_right {
	width:250px;
	margin-right:20px;
	float:right;
	background-color:#000000;
	padding: 20px 10px 10px 10px;
}
#main_tekst_title {
	padding-top:10px;
	padding-left:18px;
	padding-bottom:10px;
	padding-right:20px;
	background-color:#ff9900;
	color:#000000;
	font-size:18px;
	width:530px;
}
#contact_title {
	padding-top:10px;
	padding-left:18px;
	padding-bottom:10px;
	padding-right:20px;
	background-color:#1f1f1f;
	color:#ffffff;
	font-size:18px;
}
#thumbnail {
	margin-right:20px;
	margin-bottom: 20px;ª
}
#tekstContainer {
	background-color:#1f1f1f;
	border: 1px solid #444444;
	padding: 10px;
	margin-top:20px;
}
.error {
	color:#ff9900;
}
#sendOk {
	background-color:#1f1f1f;
	border: 1px solid #444444;
	padding: 10px;
	margin-bottom:10px;
}

/*/////////////// Lightbox ///////////////////*/

#infodiv_kbc {
	display:none;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000; 
}

/* Container */
#simplemodal-container {
	overflow:visible;
	width:550px; 
	color:#bbb; 
	background-color:#333; 
	border:4px solid #444; 
	padding:20px 10px 10px 10px;
}
#simplemodal-container code {
	background:#141414; 
	border-left:3px solid #65B43D; 
	color:#bbb; display:block; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ff9900;
}
#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:10px;
}
#simplemodal-container #slider_title {
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
	padding:10px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:20px;
}
#simplemodal-wrap {
	overflow:visible;
}