/*---------------------------------------------------------------------------------------
	GLOBAL RESET
---------------------------------------------------------------------------------------*/

* {margin:0;padding:0;}
ul {list-style: none;}
a {text-decoration: none;}
.clear {clear:both; margin:0; padding: 0;}
img {
	border: none;
}
#content p a {color: #CC6600; padding-bottom: 2px; border-bottom: 1px #cc9900 dashed;}
#content p a:hover {border-bottom: none;}

/*---------------------------------------------------------------------------------------
	LAYOUT SETTINGS
---------------------------------------------------------------------------------------*/

#wrapper {
	width: 820px;
	margin: 0 auto;
	position: relative;
}

/*	LEFT PANEL
------------------------------------------------*/

#left {
	width: 554px;
	float: left;
	padding-top: 330px;
	padding-bottom: 30px;
}

/* ---------- header starts here ---------- */

h1 {
	width: 257px;
	height: 185px;
	background: url(../images/bubble.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: -82px;
	left: 210px;
	z-index: 10;
}

#header {
	width: 575px;
	height: 214px;
	position: absolute;
	top: 95px;
	left: 0;
}



#header img.logo {
	position: absolute;
	top: -90px;
	left: -18px;
}

/* ---------- heading in soft green stripe abowe content ---------- */

h2 {
	width: 530px;
	height: 35px;
	float: left;
	margin-left: -18px;
	padding: 0 0 0 20px;
	background: url(../images/h2-bg.gif);
	font: 1.2em/35px 'Trebuchet MS', sans-serif;
	letter-spacing: 1px;
	color: #262523;
}

/* ------------------ definition list in content -----------------*/

#content {
  width: 528px; /* 534 before */
  text-align: justify;
	float: left;
	display: inline; 		/* preco inlajn?! lebo ie6 :) */
	margin: 20px 20px 0 0;
}

#content dl {
	float:left;
	margin-bottom: 23px;
	padding: 0 0 23px 0;
	width: 530px;
	background: url(../images/hr.gif) bottom left no-repeat;
}

#content dl#lastdl {
	margin-bottom: 0;
}

#content dt {
	font: bold .85em Arial, sans-serif;
	color: #d9296a;
	text-transform: uppercase;
	float:right;
	width: 420px;
	margin: 0 0 5px 0;
}

#content dt span {color: #bbbf36; font-size: .8em;}
#content dt span a {color: #bbbf36;}
#content dt span a:hover {color: #fab347;}

#content dd {
	margin: 0 0 0 110px;
	font: normal .65em Verdana, Arial, sans-serif;
	color: #666;
}

#content dd.aktobr img {
	float: left;
	border: solid 1px #cac9c9;
	padding: 2px;
}

#content dd.aktobr {margin: 0;}

#content dd .more {color: #c3882f;}
#content dd .more:hover {color: #666;}

#content p, #content ul {
	font: normal .75em/1.5em Verdana, Arial, sans-serif;
	color: #555;
	margin: 0 0 10px 0;
}

#content ul {overflow: auto;}

#content ul li {
	background: url(../images/arrow.gif) 0 50% no-repeat; 
	padding: 0 0 0 17px;
	margin: 10px 0 10px 10px;
}



/*---------------------------------------------------------------------------------------
	RIGHT PANEL
---------------------------------------------------------------------------------------*/

#right {width: 266px; height: 600px; float: right;	background: url(../images/stripes-ie6.gif) bottom left repeat-y; padding-top:74px;}
#right-inner {width: 266px; height: 123px; float: right; background: url(../images/stripes-bottom.gif) bottom left no-repeat; margin-bottom: 0;}
#right a {color: #f5f5f5;}

#nav, #services {
	margin: 28px -24px 0 0;
	float: right;
	position: relative;
}

#nav {width:181px; background: url(../images/nav.gif) top left no-repeat; font: normal .7em Arial, sans-serif; color: #f5f5f5; padding: 10px 40px 10px 15px;}
#services {width:190px; background: url(../images/services.gif) top left no-repeat; padding: 50px 36px 10px 10px;}


/* --------------- navigation (first black box) ------------------------ */

#nav li {
	padding: 11px 0;
	background: url(../images/dots.gif) 0 60% repeat-x;
	display: block;
}

#nav a {
	padding-left: 25px;
	text-transform: uppercase;
	float:left;
	background: #262523;
}
#nav a:hover {
	background: url(../images/nav-square.gif) 0 50% no-repeat #262523;
	color: #d3d932;
}

#nav li:hover {
	color: #5bbcab;
}

.over {
	color: #5bbcab;
}/* ----- ie6 pseudo class :hover fix ----- */

#nav br {
	clear:both;
}

#nav span {
	float:right;
	background: #262523; 
	padding: 0 0 0 2px;
}

#current a {
	color: #d3d932;
	background: url(../images/nav-square.gif) 0 50% no-repeat #262523;
}
#current span {
	color: #5bbcab;
}


/* ------------------ Services panel -------------------- */
/*
#services h3 a {
	cursor: pointer; 
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font: normal .6em Arial, sans-serif;
	color: #f5f5f5;
	background: url(../images/arrow2.gif) 1% 40% no-repeat;
}

#services h3 a:hover {
	background: url(../images/arrow1.gif) 1% 40% no-repeat;
	color: #d9296a;
}

#services div {
	margin-bottom: 18px;
}

#services div ul {
	margin: 10px 0 10px 20px;
}

#services div ul li a {
	line-height: 18px;
	list-style-position: outside;
	margin: 0 0 0 -10px;
	background: url(../images/arrow1.gif) 0 50% no-repeat;
	padding-left: 15px;
	display: block;
	color: #f5f5f5;
	font: normal .7em Arial, sans-serif;
	text-transform: none;
}

#services div ul li a:hover {
	background: url(../images/arrow2.gif) 0 50% no-repeat;
	color: #d3d932;
	display: block;
}
*/

#services-nav{
	padding:0;
	margin:0;
	display:block;
	float:left;
}
#services-nav li{
	display: inline;
	
}
#services-nav li a{
	display:block;
	padding: 7px 0 7px 15px;
	text-transform: uppercase;
	font: normal .7em Arial, sans-serif;
	color: #f5f5f5;
	background: url(../images/arrow2.gif) 1% 48% no-repeat;
}
#services-nav li a:hover{
	background: url(../images/arrow1.gif) 1% 48% no-repeat;
	color: #d9296a;
}

#services-nav li ul{
	display:none;
	margin: 0 0 0 15px;
}

#services-nav li ul li{
	float:none!important;
}
#services-nav li ul li{
	display: inline;
}
#services-nav li ul li a{
	color:#f5f5f5;
	display:block;
	text-transform: none;
	background: url(../images/arrow1.gif) 1% 40% no-repeat;
	margin: 0;
	padding: 1px 0 2px 15px;
}
#services-nav li ul li a:hover {
	color: #d3d932;
	background: url(../images/arrow2.gif) 1% 40% no-repeat;
}
/*
#services-nav li:hover ul, li.over ul { 
	display: block; }
*/

/*---------------------------------------------------------------------------------------
	FOOTER
---------------------------------------------------------------------------------------*/

#footer {
	height: 45px;
	padding: 44px 10px 0 10px;
	clear:left;
	background: url(../images/houses.gif) top left repeat-x #262523; 
}

#footer address, #footer p {
	color: #D6D6D6;
	font: normal 9px Verdana, sans-serif;
	line-height: 12px;
}

#footer a {color: #eee;}
#footer a:hover {text-decoration: underline;}

address, .phone {
	float: left;
	margin: 0 10px 0 0;
}

.phone span {
	color: #2e2d2b;
	text-indent: -1000px;
}

.copy {
	float:right;
	text-align: right;
}





/*---------------------------------------------------------------------------------------
	SUBPAGES
---------------------------------------------------------------------------------------*/

form {
	font: normal .7em Verdana, sans-serif;
	color: #666;
	margin-top: 25px;
}

form table {margin: 0 8px;}

.left, .right {padding: 3px; background: #e7e7e7;}

.left {width: 160px;	text-align: right;}
.right {width: 330px;}

.right input, .right textarea {width: 326px;}

#btnsubmit {
	width: 120px;
	height: 25px;
	font: normal .9em verdana;
	color: #444;
	text-align: center;
}

.submit {padding: 15px 0 0 5px; text-align: center;}



/* ---------------------- GALLERY ----------------------- */

h3 {
	font: bold .85em Arial, sans-serif;
	color: #d9296a;
	text-align: left;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

h4 {
	font: bold .8em Verdana, sans-serif;
	color: #5bbcab;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
}

.galpic {
	margin: 8px 20px 12px 0;
	border: solid 1px #cac9c9;
	padding: 2px;
}
.lastpic {
	margin: 10px 0 20px 0;
	border: solid 1px #cac9c9;
	padding: 2px;
}

#aboutpic {
	width: 525px;
	margin: 0 0 20px 0;
	display: inline;
	clear: both;
}

#aboutpic img {
	float: left;
	padding: 2px;
	border: solid 1px #cac9c9;
	margin: 0 10px 5px 0;
}

#aboutpic p {
	margin: 0 0 0 180px;
}

#aboutpic ul {
	margin: 12px 0 10px 0;
	font: normal .75em Verdana, Arial;
	overflow: auto;
}
#aboutpic ul li {
	background: url(../images/arrow.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}


/*---------------------------------------------------------------------------------------
	KONTAKTY
---------------------------------------------------------------------------------------*/

.map {
	float: left;
	margin: 0 0 5px 0;
}
address#contacts {
	margin: 15px 0 0 20px;
	font: normal .75em Verdana, Arial;
	color: #555;
	line-height: 1.5em;
}
.zoom {
	background: url(../images/zoom-cross.gif) 0 50% no-repeat;
	padding: 0 0 0 17px;
	font: normal .6em verdana, arial;
	color: #555;
	margin-bottom: 30px;
	display: block;
	width: 75px;
}
.zoom:hover {
	text-decoration: underline;
}
.tel {
	background: url(../images/icon-tel.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
}
.email {
	background: url(../images/icon-email.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
}
.web {
	background: url(../images/icon-web.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
}
.tel2 a, .email2 a, .web2 a {
	color: #555;
	border-bottom: dashed 1px #999;
	padding: 0 0 2px 0;
}
.tel2 a:hover, .email2 a:hover, .web2 a:hover {
	color: #555;
	border-bottom: none;
}
.contact-td {
	padding: 0 0 0 10px;
}


/* ----------------------------- offer lists --------------------------------- */

body #content .offer-list li {
	padding: 0 0 0 15px;
	margin-left: 20px;
	background: url(../images/arrow-offer.gif) 0 50% no-repeat;
}

#content .offer-list a {
	color: #555;
	border-bottom: dashed 1px #999;
	padding: 0 0 2px 0;
	
}

#content .offer-list a:hover {
	border-bottom: none;
}

.offer {
	font-size: .8em;
	letter-spacing: 1px;
	background: #FDF5E6;
	padding: 4px 12px;
}

/* ------------------------------------ cennik -------------------------------------- */

#pricelist {
	font: normal .75em Verdana, Arial;
	color: #555;
}

#pricelist td {
	background: #efefee;
	padding: 4px 9px;
}
#pricelist td.pricelist-left {
	width: 230px;
}
/*#pricelist td.pricelist-right {
	width: 100px;
}*/

table#otvhod {
	width: 100%;
	text-align: center;
	font: normal .75em Verdana, Arial;
	color: #555;
	margin: 25px 0;
}
table#otvhod th, table#otvhod td {
	background: #f2f3dc;
	padding: 3px;
}

table.study {
	width: 100%;
	text-align: center;
	font: normal .75em Verdana, Arial;
	color: #555;
	margin: 25px 0;
}
table.study th, table.study td, table.table-rozvrh th, table.table-rozvrh td {
	padding: 3px 5px;
	border: solid 1px #e5e5e5;
}
.th-darkorange {
	background: #fab347;
}
.th-darkgreen {
	background: #d3d932;
}
.th-orange {
	background: #f7cb89;
}
.th-green {
	background: #e5e88b;
}

table.table-rozvrh {
	width: 100%;
	text-align: left;
	font: normal .75em Verdana, Arial;
	color: #555;
	margin: 20px 0;
}
table.table-rozvrh th {
	text-align: center;
}