/***** ***** LAYOUT ***** *****/
* {
		margin: 0;
		padding: 0;
}

body {
		text-align: center;
		background: #dee4ed;
}

#container {
		width: 776px;
		margin: 0 auto;
		background: #fff;
		padding-top: 12px;
		text-align:left;
}

#subcontainer {
		margin-left: 15px;
		margin-right: 15px;
		text-align: left;
}

#header {
		width: 746px;
		height: 56px;
		text-align: left;
		overflow: hidden;
}

#header span.title {
		width: 160px;
		height: 56px;
		position: relative;
		top: 0; left: 0;
		float: left;
}

#header span.nadpis {
		width: 577px;
		float: left;
		text-align: right;
		padding-top: 25px;
		font-size: 15px;
		color: #43768b;
		text-transform: uppercase;
}


#header .logo {
		display: block;
		width: 160px;
		height: 56px;
		background: url(../images/logo.png) no-repeat;
		position: absolute; top: 0; left: 0;
		z-index: 1;
		cursor: pointer;
}

#header a, #header a:hover {
		text-decoration: none;
}

#menu {
		float: left;
		width: 746px;
		background: #fff url("../images/menu-bg.png") bottom repeat-x;
}
#menu ul {
	  padding: 0 20px 0 0;
	  list-style: none;
		float: right;
}
#menu li {
		display: inline;
}
#menu a {
		float: left;
		background: url("../images/tabLeft.gif") no-repeat left top;
		margin: 0 0 0 3px;
		padding: 0 0 0 5px;
		text-decoration: none;
}
#menu a span {
		display: block;
		background: url("../images/tabRight.gif") no-repeat right top;
		padding: 7px 15px 7px 10px;
		#padding: 8px 15px 6px 10px;
		color: #333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span, #menu a:hover {
		background-color: #dee4ed; /* <-- here we can change menu a:hover background */
}

#menu .selected a:hover span, #menu .selected a:hover {
		background-color: #fff; /* <-- here we can change menu a:hover background on selected item */
}

#menu .selected a {
				background-position: 0% -26px;
}

#menu .selected span {
				background-position: 100% -26px;
}

#submenu ul {
	  list-style: none;
}

#submenu ul li{
				padding: 5px 0;
}

#submenu ul li ul li {
		padding: 5px 0 0 15px;
}

#submenu a.selected {
		color: #43768b;
		font-weight: bold;
}

#description {
		width: 746px;
		height: 96px;
		float: left;
		position: relative;
		overflow: hidden;
}

.description span {
		display: block;
		position: absolute; top: 0; left: 0; z-index: 1;
		width: 746px;
		height: 96px;
		background: url(../images/description.png) no-repeat;
}

#box-container {
		width: 746px;
		height: 221px;
		float: left;
		background: url(../images/box-container-bg.png) no-repeat;
		text-align: left;
		position:relative;
}

#box-container div h2 {
	margin:11px 10px 4px !important;
	#margin:10px 10px 0 !important;
	line-height:100% !important;
	padding:0 !important;
}
.large-box {
		display: inline;
		float: left;
		width: 221px;
		height: 201px;
		background: url(../images/large-box.gif) no-repeat;
		margin: 0 13px 0 18px;
}

.largest-box {
		display: inline;
		float: left;
		width: 297px;
		height: 260px;
		background: url(../images/largest-box.png) no-repeat;
		margin: 0 12px 12px 0;
}

.medium-box {
		display: inline;
		float: left;
		width: 297px;
		height: 123px;
		background: url(../images/medium-box.gif) no-repeat;
		margin: 0 12px 12px 0;
}

#box-container .vytvorit-web-stranku {
		width: 172px;
		height: 54px;
		background: url(../images/vytvorit-web-stranku.png) no-repeat;
		margin: 0.5em 0 0 25px;
		display: block;
		margin-top:10px;
}

#box-container span {
		display: none;
}

.largest-box span {
		display: none;
}

#box-container .viac-informacii {
		display: block;
		width: 82px;
		position: relative; top: -22px; left: 29px;
}

#main .vytvorit-web-stranku {
		width: 172px;
		height: 55px;
		margin: 17px 0 0 105px;
		display: block;
}

#main .viac-informacii {
		display: block;
		width: 82px;
		line-height: 100%;
		position: relative; top: -21px; left: 109px;
}

#box-container .large-box-description {
		float: left;
		width: 484px;
		margin: 9px 0px 19px 0px;
}

.small-box {
		width: 221px;
		height: 124px;
		float: left;
		background: url(../images/small-box.gif) no-repeat;
		margin: 0 12px;
}
.small-box2 {
		width: 221px;
		height: 124px;
		float: right;
		background: url(../images/small-box.gif) no-repeat;
		margin-right: 10px;
		_margin-right: 5px;
}
#main .small-box, #main .small-box2 {
		margin: 0 12px 12px 0;
}

#left {
		display: block;
		float: left;
		width: 148px;
		text-align: left;
		padding: 22px 10px;
}

#main  {
		float: left;
		width: 548px;
		text-align: left;
		padding-left: 20px;
		margin: 22px 0;
}

#footer {
		clear: both;
		border-top: 1px solid #fb7d00;
		text-align: right;
}

/***** ***** FEW EXTENDING CLASSES ***** *****/

img {
		border: none;
}

.roundbox-content img {
		padding: 8px;
}	

.border {
		border: 5px solid #DEE4ED;
		padding: 5px;
}	

.bordered {
	text-align: center;
	font-weight: bold;
	color: #e87400;
	border: 1px solid #DEE4ED;
	padding: 2px;
}

/*
.bordered:hover {
	background-color: #f5f5f5;
}
*/
.v-top{
vertical-align:top;
}

.h-ten td{
height:8px;
margin:0;
padding:0;
font-size:0;
line-height:3px;
}

.w-ten{
width:8px;
margin:0;
padding:0;
}



table#referencie tr td{
font-size:11px;
padding-top:6px;
}

table#referencie tr td img{
display:block;
margin:6px 9px 4px;
border-style:solid;
border-width:1px;
border-color: #DEE4ED;
}

table#referencie tr td a:hover img{
border-color:#fb7d00;
}

table#referencie tr td a{
display:block;
text-align:center;
text-decoration:none;
color:#EB851F;
margin:4px 0 3px;
font-size:12px;
}

table#referencie tr td a:hover{
display:block;
text-align:center;
text-decoration:underline;
color:#EB851F;
margin:4px 0 3px;
font-size:12px;
}

.rss-feed {
		margin-left: 2px;
}

.date {
		color: #eb7e11;
}

.customer-web img {
		padding: 1px;
		margin: 1px;
		border: 1px solid #8cb6c8;
}

.customer-web {
		width: 243px;
		height: 100px;
		float: left;
}

.customer-description {
		width: 283px;
		height: 100px;
		float: left;
}

.rightarrow {
		display: block;
		height: 22px;
		background: url(../images/rightarrow.gif) no-repeat;
		padding-left: 30px;
}

.right {
		display: block;
		text-align: right;
		padding-right: 10px;
}

.padding {
		padding: 0 0 10px 0;
}

#main p.orange {
		color: #EB851F;
		font-weight: bold;
}
/***** ***** TYPOGRAPHY ***** *****/

* { font-family: Arial, Helvetica, sans-serif; 		font-size: 12px; }
p, span {line-height: 150%;}
#header h1 { font-size: 85%; }
#header h1 a { font-size: 85%; }

#header h2 {
		font-size: 15px;
		color: #43768b;
		text-transform: uppercase;
}

#description h2 { font-size: 130%; }

#menu span { 
		font-size: 12px;
		text-transform: uppercase; 
		line-height: 100%; 
}

.largest-box h2, .large-box h2, .medium-box h2, .small-box h2,.small-box2 h2, span.h2-header h2 {
		text-align: left;
		font-size: 15px;
		color: #43768b;
		text-transform: uppercase;
		padding: 10px;
}

.largest-box h3, .large-box h3, .medium-box h3, .small-box h3, .small-box2 h3 {
		text-align: left;
		font-size: 15px;
		color: #43768b;
		text-transform: uppercase;
		padding: 10px;
}

#main h2 {
		text-align: left;
		font-size: 17px;
		color: #43768b;
		font-weight: bold;
		margin-bottom: 12px;
}

#main h1 {
		text-align: left;
		font-size: 17px;
		color: #E87400;
		font-weight: bold;
		margin-bottom: 12px;
}

#left h3, #left h2 {
		color: #e87400;
		font-size: 12px;
		line-height: 150%;
}
.inline {
		display: inline;
		font-size: 15px;
		color: #43768b;
		text-transform: uppercase;
		font-weight: bold;
}

.page-header {
		text-align: left;
		font-size: 22px;
		color: #eb851f;
		font-weight: normal;
		margin-bottom: 12px;
}

.roundbox-content h2 {
		text-align: left;
		font-size: 17px;
		color: #43768b;
		padding: 10px 10px 0 10px;
}

#left .fotky {
		display: inline;
		height: 22px;
		background: url(../images/rightarrow.gif) no-repeat right;
		padding: 5px 0 5px 25px;
}
		
#left p {
		font-size: 12px;
		color: #333;
		width: 155px;
		padding: 0 0 10px 0;
		margin: 0;
}

#main p.box {
		font-size: 12px;
		color: #333;
		margin:0;
}

#main p {
		font-size: 12px;
		color: #333;
		margin: 10px 20px 10px 0;
}

#main .customer-description p {
		font-size: 12px;
		color: #333;
		padding: 5px 0 5px 30px;
		margin: 0;
}

#footer p {
		font-size: 12px;
		color: #333;
		padding: 5px 0;
		margin: 0;
}

.large-box p, .small-box p, .small-box2 p {
		font-size: 12px;
		color: #333;
		float: left;
		width: 200px;
		padding: 0 11px;
		padding-top: 5px;
		
}

.largest-box p, .medium-box p {
		font-size: 12px;
		color: #333;
		float: left;
		width: 275px;
		padding: 0 11px;
}

#box-container .large-box-description p {
		font-size: 12px;
		color: #333;
		float: left;
		line-height: 140%;
		padding: 2px 5px 0px 30px;
		background: url(../images/rightarrow.gif) no-repeat;
}

.roundbox-content p {
		font-size: 12px;
		color: #333;
		padding:  0 11px;
}

a, a:active, a:visited { 
		text-decoration: underline;
		color: #EB851F;
		font-size: 12px;
}

ul li a, ul li a:active, ul li a:visited { color: #333; }

a:hover {
		text-decoration: none;
}

a.customer, a:active.customer, a:visited.customer { 
		text-decoration: underline;
		color: #e87400;
		font-weight: bold;
		font-size: 15px;
}

a:hover.customer {
		text-decoration: none;
}

#main h2 a, h2 a:active, h2 a:visited { 
		text-decoration: underline;
		font-size: 17px;
		color: #43768b;
}

#main h2 a:hover { 
		text-decoration: none;
		font-size: 17px;
		color: #43768b;
}


#main ul li {
		margin: 5px 0 0 15px;
		list-style-image: url(../images/list-circle.gif);
		line-height: 150%;
}

#main ol li {
		list-style-position: inside;
		margin: 5px 0;
}

/***** ***** FORMS ***** *****/

input.textfield,textarea{
		margin: 4px 0;
		border: 1px solid #43768b;
		padding: 1px;
		width: 220px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}

input.formSubmit{
background-color:#dee4ed;
border:1px solid #43768b;
font-size:11px;
padding:1px;
cursor:hand;
cursor:pointer;
}

.checkbox_label {
		padding-left: 10px;
}

/***** ***** TABLES ***** *****/
table.onas {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
td.onas, th.onas {padding: 10px 4px; border-bottom: 1px solid #DEE4ED; vertical-align: top;}
th.onas {text-align: left; font-size: 17px; vertical-align: top;}
tr.onas {font: 12px sans-serif;  color: #EB851F;}
td.onas { color: #333; }


/***** ***** ROUND BOX ***** *****/
.roundbox-tr {
	padding:0;
	background:url("../images/roundbox_tr.gif") no-repeat right top;
	width: 90%;
}

/* top-left corner and left side */
.roundbox-tl {
	margin:0;
	padding:0;
	background:   url("../images/roundbox_tl.gif") no-repeat left top;
}

/* bottom-right corner and bottom side */
.roundbox-br {
	margin:0;
	padding:0;
	background:   url("../images/roundbox_br.gif") no-repeat right bottom;
}

/* bottom-left corner */
.roundbox-bl {
	margin:0;
	padding:0;
	background:   url("../images/roundbox_bl.gif") no-repeat left bottom;
}

/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.roundbox-content {
	margin:0;
	padding: 5px;
}

/* roundbox CSS ends here  */

p#title-p {
	position:absolute;
	right:0;
	bottom:0;
	width:476px;
	margin:1em 1em 2em 0;
	_margin-right:2em;
}

.small-box h2,.small-box2 h2, .large-box h2 {
text-transform: none;
}
p#title-p {
 left: 15px;
 width: 230px;

}

p#title-p2 {
	position:absolute;
	right:10px;
	bottom:0;
	width:210px;
	margin:1em 1em 2em 0;
	
}

.gallery-left {
  margin-top: 25px;
}

