body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #999;
	background: url(../images/wrapper.jpg) no-repeat center;
	background-attachment:fixed;
	background-color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#0972f5;
	
}

h1, h1.en {
	letter-spacing: 0px;
	font-size: 35px;
	line-height: 45px;
	padding-top: 20px;
	}
	
h1.en { color: #7fff00; }	
	
	.first {
	padding-top: 0;
	}

h2 {
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #74aaee;
}

h2.en {
	color: #bafb7a;
}

h3 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color:#CCC;
	margin-top: 30px;
}



h3.dark {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 13px;
	margin-top: 0px;
	color:#FFF;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	color: #C00;
}

h4.service {
	font-size: 20px;
	line-height: 12px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
	color: #666;
	margin-top: 12px;
	cursor:pointer;
}



p, ul, ol {
	margin: 0 0 10px 0;
	line-height: 24px;
	
	
}

a:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bolder;
	color: #39F;
}

a.en:hover, a.en:active, a.oklightbox-en:hover, a.oklightbox-en:active, a.oklightbox2-en:hover, a.oklightbox2-en:active { color: #7fff00; }


a:visited {
	color: #CCC;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	margin: 0 auto;
	width: 880px;
	
}

/* Menu */

#menu {
	float: left;
	width: 850px;
	height: 47px;
	margin-left: 0px;
	margin-top: 254px;
	position: relative;
	z-index: 2;
}

.item { float:left; margin-right: -2px; padding: 0px; width: 122px; }


#menu a {
	display: block;
	float: left;
	margin-right: 0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:18px;
	height:29px;
	width: 82px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
}

#menu a:active { outline: none;}
   
#menu a:hover, #menu a.active {
	background-image:url(../images/menu_over.png);
	background-position:top left;
	text-decoration:none;
	font-weight: bolder;
	color:#FFF;
	background-repeat: no-repeat;
	}
	
.skont, .skont-en { background:url(../images/skontaktujte_nas_bg.png) no-repeat; height: auto; padding: 20px; padding-left: 50px; }

.skont-en { background:url(../images/skontaktujte_nas_bg-en.png) no-repeat; }

.skont a:hover, .skont a:active, .skont-en a:hover, .skont-en a:active {
	
	text-decoration:none;
	
	
	display: block;
	}
	

/* BANNER */

.banner, .banner-en {
	float: left;
	width: 852px;
	height: 300px;
	margin-left: 0px;
	padding-left: 28px;
	position:relative;
	 background: url(../images/banner2.jpg) no-repeat; 
}

.banner-en {  background: url(../images/banner1a-en.jpg) no-repeat; }

.bannerimage { position: absolute; left: 0px; width: 880px; height: 300px; z-index: 1; }

/* Shadowed page */
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(../images/wrapper.png) repeat-y top center;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	
	}
	
.gplustag { height: 32px; width: 32px; position:relative; z-index: 5; top: -38px; right: 10px; float: right; }	

.langtag {
	width: 70px;
	height: 70px;
	position:relative;
	z-index: 1;
	top: 60px;
	right: -103px;
	float:right;
	
}

/* Content */

#content {
	float: left;
	width: 820px;
	background-color:#000;
	padding: 30px 30px 0 30px;
	position: relative;
	top: -50px;
}

/* Post */

.post {
	width: 820px;
	float:left;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

.perex, .perex-en {
	width: 400px;
	height: 190px;
	margin: 30px 0 30px 0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	color:#0972f5;
	font-size:18px;
	text-align: left;
	
}

.perex-en {
	color:#7fff00;
	
}

.post .entry {
	width: 820px;
	padding-top: 10px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float:left;
	
}

.citat {
	float:right;
	display:block;
	width: 300px;
	height: 333px;
	margin-top: 20px;
	padding: 0px;
	/* background:url(../images/citat.png) center no-repeat; */
}

.citat h2 { padding-top: 140px; padding-left: 10px; padding-right: 10px; text-align:center; }

.news {
	background:url(../images/news_bg.png) top no-repeat;
	background-color:#252525;
	float:right;
	display:block;
	width: 250px;
	height: auto;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #666;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:    inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow:         inset 0 0 50px #000000;
 }
 


.fblikebox { float:right; display:block; width: 780px; height: 200px; margin-top: 20px; padding: 15px; border: 1px solid #666; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  }

.news_box_title {
	background:#E9E9E9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	width: 220px;
	height: 30px;
	display:block;
	margin-top: 5px;
}

.news_box_title h3 { 
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	color:#660000;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
	color: #666;
	margin-top: 12px;
	cursor:pointer; }
	
	
.news_box_text {
	margin-top: 7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width: 220px;
	height: auto;
	display:block;
	padding: 10px;
}

.news ul {list-style-image: none; list-style-type: none; padding-left: 0px; padding-top: 10px; }
.news li {display:block; height: auto;
padding-bottom: 10px;
background-image:url(../images/bullet.png); background-repeat: no-repeat; background-position: 0 5px; padding-left: 20px; vertical-align: -10px; }
li.news-en { background-image:url(../images/bullet-en.png); }

.news li span {
	font-style:normal;
	padding-left: 0px;
	width: 200px;
	text-align:left;
	float:none;
	vertical-align: 0px;
	
}

.text1, .text2 {
	width: 246px;
	height: 246px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
	border: solid 1px;
	background-color:#FFF;	
}
.text1 {
	float:left;
	margin-left: 0px;
}
.text2 { float: right; margin-right: 0px;}
#fadeshow1 {
	float:left;
	width: 276px;
	height: 276px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px;
	border-left: 0px;
	border-right: 0px;
	
}

.uponweb, .uponwebtext {
	float:left;
	width: 790px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 15px;
}

.uponwebtext { margin-top: 0px;}
.web, .webc, .webr, .webtext, .webtextc, .webtextr {
	margin-right: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	float: left;
	display:block;
	padding: 10px 10px 10px 10px;
}
.webc, .webtextc {  margin-left: 60px; }
.webr, .webtextr { margin-right: 0px; float: right;}

.webtext, .webtextc, .webtextr {  padding: 0px 10px 10px 10px; }

.dizajnbox {
	width: 790px;
	height: 200px;
	border: solid 1px;
	margin-bottom: 10px;
}

.service_box { width: 695px; margin-top: 10px; margin-bottom: 20px; }
.service_ok, .service_ok-en {
	background:url(../images/Ok.png) center no-repeat;
	width: 40px;
	height: 40px;
	float:left;
	margin-right: 5px;
	display:inline;
	margin-top: 5px;
}
.service_ok-en { background:url(../images/Ok-en.png) center no-repeat; }


.service_box_title {
	background:#E9E9E9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	width: 650px;
	height: 40px;
	display:inline;
	margin-top: 5px;
}
.service_empty {  width: 40px; float:left; margin-right: 5px; display:block; }
.service_box_text {
	margin-top: 0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width: 630px;
	height: auto;
	display:block;
	padding: 10px;
	margin-left: 45px;
}

.tip {
	width: 607px;
	height: auto;
	float:left;
	border:#0972f5 solid 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 10px;
}

.tip_img { width: 70px; margin-right: 7px; float:left; }

.tip_text { font-size:11px; line-height: 8px; }

.tip_text p { margin-bottom: 0px; }

.sluzbytab {
	width: 730px;
	margin-bottom: 20px;
}

.sluzbytab td {
	border: dotted 1px #999999;
	background-color:#E9E9E9;
	color:#000;
	text-align:left;
}

.highlight {
	width: 820px;
	height: 30px;
	background: url(../images/sluzby_title_bg.png) no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

.sluzby_tabs, .service_tabs {
	float:left;
	display:block;
	width: 223px;
	height: 333px;
	margin-top: 20px;
	background:url(../images/sluzby_tags.png) no-repeat top center;
	padding: 25px;
	text-align:left;
	color:#FFF;
}

.service_tabs {
	background:url(../images/service_tags.png) no-repeat top center;
	color:#030;
}

span {
	vertical-align:bottom;
	float:left;
	display:inline;
	width: 270px;
	text-align:center;
}

/* Footer */
#footer-wrap {
	width: 930px;
	height: 80px;
	margin: 0px;
	margin-left: 10px;
	background-color: #242424;
}

#footer {
	margin: 0 auto;
	height: 40px;
	width:880px;
	padding-top: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background:url(../images/footer_bg.png) repeat-x top;
	/* background-color: #242424; */
}



#footer p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	
}

#footage {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #CCCCCC;
}

#footage a {
	text-decoration: none;
	color: #CCCCCC;
}

