/* @override 
	http://localhost/frameworks/my%20templates/css/style.css
	http://localhost/stavebnici/css/style.css
	http://localhost/staveb/css/style.css
*/

/* @group Reset&Globals */

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 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url(../img/bg.jpg);
	line-height: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol, ul {
	list-style: none;
}

img, div, a { behavior: url(../js/iepngfix.htc) }
/* @group Useful */

.no{display: none;}
.clear-l{clear: left;}
.clear-r{clear: right;}
.clear{clear: both;}

html, body, #pagewrap {height: 100%; }

body > #pagewrap{ height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* @end */
#pagewrap-all{
	background: url(../img/head_bg.png) repeat-x;
	overflow: hidden;
}
#pagewrap{
	width: 960px;
	margin: 0 auto;
	padding: 5px;
}

/* @end */

/* @group Header */

#header{
	width: 100%;
	height:100px;
}

#header h1 a, #header h1 a:visited{ 
	text-decoration: none;
	color: gray;
	padding: 20px 0px 0px 20px;
	float: left;
	position: relative;
	left: 0px;
	top: 00px;
}

#header h1 a:hover{
	color: black;
	text-decoration: underline;
}

#header a span{
	background: url(../img/logo.png) no-repeat;
	width: 450px;
	height: 30px;
	float: left;
	position: absolute;
	left: 0px;
	top: 15px;
}

/* @end */

/* @group Navigation */

#navigation{
	float: right;
	width: 480px;
	line-height: 3.7em;
}

#navigation li{
	display: block;
	float: left;
	line-height: 3.9em;
}

#navigation li a{
	margin-left: 45px;
	text-transform: uppercase;
	color: #9f9f9f;
	text-decoration: none;
	padding-bottom:59px;
	position: relative;
}

#navigation li a:hover{
	background: url(../img/hover.gif) center no-repeat;
	color: #21b6db;
}
#navigation li a.active{
	background: url(../img/hover.gif) center no-repeat;
	color: #21b6db;
}
	
/* @end */

/* @group Content */

#content{
	width: 960px;	
}
#content h2{
	color: #fff;
	background: url(../img/h_bg.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 2.2em;
	float: left;
	width: 940px;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px solid #808080;
}
#content h3{
	color: #00c5e0;
	font-size: 1.1em;
	padding-bottom: 10px;
	width: 960px;
	padding-left: 20px;
	font-weight
}
#content p{
	color: #bfbfbf;
	font-size: 0.84em;
	float: left;
	line-height: 1.75em;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:20px;
}
#content a{
	text-decoration: underline;
	font-size: 1.1em;
	color:#00c5e0;
}
#content strong{
	font-size: 1.2em;
	color: #e5e5e5;
}
div.news{
	width:320px;
	float: left;
}
div.news h4{
	color: #00c5e0;
	line-height: em;
	padding-bottom: 10px;
	width: 280px;
	text-transform: uppercase;
}
div.news p{
	font-size: 0.75em!important;
	line-height: 2em !important;
}
#box{
	background: url(../img/box_head.png) top no-repeat;
	padding-top: 20px;
	width: 960px;
}
#box-inner{
	background: url(../img/box_bg.png) repeat-y;
	float: left;
	width: 960px;
	padding-bottom: 10px;
}
#box-inner ul{
	width: 940px;
}
#box-inner ul li{
	width: 290px;
	margin-left: 20px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}
#box-inner li h2{
	color: #9f9f9f;
	background: url(../img/h_bg.png) no-repeat left;
	padding-left: 13px;
	line-height: 2.5em;
	font-size: 1.2em;
	text-transform: uppercase;
	float: left;
}
#box-spacer{
	background: url(../img/box_foot.png) bottom no-repeat;
	padding-bottom: 23px;
	float: left;
}
/* @end */

/* @group Footer */

#footer{
	background:  url(../img/footer.png) repeat-x;
	height: 325px;
	width: 100%;
	clear: both;
	float: left;
}
#footer h4{
	color: #fff;
	text-transform: uppercase;
	width: 440px;
	color: #fff;
	background: url(../img/h_bg.png) no-repeat left;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 2.2em;
	float: left;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px solid #808080;
}
#footer-inner{
	padding-top: 10px;
	width: 960px;
}
#footer-left{
	float: left;
	width:450px;
	height: 260px;
}
#footer-right{
	float: right;
	width:460px;
	height: 260px;
}
#footer-bottom{
	width: 100%;
	height: 30px;
	color: #e0dfdd;
	font-size: 1em;
}
#footer-bottom a{
	color: #e0dfdd;
	text-decoration: none;
}
#footer-bottom-l{
	width: 460px;
	font-size: 0.8em;
	padding-top: 20px;
	float: left;
}
#footer-bottom-r{
	font-size: 0.8em;
	padding-right: 40px;
	padding-top: 20px;
	float: right;
}
#footer-right ul{
	width: 230px;
	height: 80px;
	position: relative;
	top: 50px;
	left: 0px;
	float: left;
}

#footer-right ul li{
	background: url(../img/tel.png) no-repeat;
	width: 200px;
	height: 50px;
	padding-left: 35px;
	clear: left;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 1.4em;
}
fieldset{
	float: left;
	width: 460px;
}
fieldset p{
	width:170px;
	float: left;
	margin-right: 20px;
	display: inline;
}
label{
	font-size: 0.8em;
	color: gray;
	font-weight: bolder;
	padding-bottom: 10px;
	float: left;
}
input{
	background: none;
	border: 1px solid gray;
	height: 20px;
	color: #979797;
	width: 160px;
	outline: none;
}

#submit_captcha {
	float: left;
	clear: both;
	margin-top: 10px;
}


#captcha {
	width: 40px;
	font-size: 0.9em;
}


.send{
	height: 30px;
	color: #fff;
	border: 1px solid gray;
	font-size: 0.9em;
}
textarea{
	background: none;
	border: 1px solid gray;
	margin-top: 10px;
	outline: none;
	width:347px;
	height: 80px;
	float: left;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
	color: #979797;
}
#metr{
	background: url(../img/metr.png) no-repeat;
	width: 343px;
	height: 117px;
	position: relative;
	top: 320px;
	left: 190px;
}
table{
	clear: left;
	width: 100%;
	color: #fff;
	float: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
tr{
	line-height: 1.8em;
	text-align: center;
}

table td{
	text-align: center;
	border-bottom: 1px solid gray;
	padding-left: 20px;
}
.head{
	line-height: 1.5em;
	color: #00c5e0;
}

.popis{
	float: left;
	text-align: left;
	padding-left: 20px;

}
.polozka{
	text-align: left;
	width: 450px;
}
/* @end */


.fotogalerie tr td {
	border-bottom: 1px solid 202020;
	padding: 10px 0;
	vertical-align: middle;
}

