﻿body {
	xfont: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: white;
	background-image: url(../images/body.jpg);
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	list-style-type: disc;
}
a {
	text-decoration:none;
}
a:visited              {
	color:blue;
	text-decoration:none;
}
a:hover             {
	color:red;
	text-decoration:none;
}
a:active            {
	 color:white;
	 text-decoration:none;
}
#lokalimg {
	width: 140px;
	padding: 20px;
	overflow: hidden;
	float: right;
}


h1, h2, h3, h4, h5, h6,p{
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 14px;
}
p{
	font-size: 12px;
	}
h1{
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2{
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3{
	font-size:12px;
	margin-top: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.container {
	width: 950px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(../images/bg.jpg);
	height: 672px;
	position: relative;
	margin: 0 auto;
	top: 15px;
}
#textik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFF;
	text-align: justify;
	padding: 20px;
	height: 400px;
	width: 780px;
	overflow: auto;
	position: absolute;
	left: 81px;
	top: 95px;
	margin-top: 0px;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

table.byt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
}
#logotisk{
 display:none;
}



table.byt td {
	font-family:Arial Narrow;
	padding:1px 20px;
	font-size: 13px;
	text-align:left;
}
table.stan {
	border-collapse:collapse;
	border-width: 0px;
	border-style: solid;
	border-color: #666;
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align:central;
	margin: 10px 10px 10px 10px;
}
table.stan tr:hover {
	background-color: #EAF2D3;
}
table.stan th {
	border-width: 0px;
	padding: 2px 0px;
	border-style: solid;
	border-color: #ddd;
	background-color: #EAF2D3;
	font-weight: normal;
	height: 0px;
	font-weight: bold;
	vertical-align:middle;
}
table.stan td {
	font-family:Arial Narrow;
	border-width: 1px;
	padding:3px 0;
	border-style: solid;
	border-color: #CCC;
	font-size: 13px;
	border-left-style: none;
	border-right-style: none;
	text-align:left;
}
table.sample {
	border-collapse:collapse;
	border-width: 0px;
	border-style: solid;
	border-color: #666;
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align:central;
	margin: 10px 10px 10px 10px;
}
table.sample tr:hover {
	background-color: #EAF2D3;
}

table.sample th {
	border-width: 0px;
	padding: 2px 5px;
	border-style: solid;
	border-color: #ddd;
	background-color: #EAF2D3;
	font-weight: normal;
	height: 0px;
	font-weight: bold;
	vertical-align:middle;
}

table.sample td {
	font-family:Arial Narrow;
	border-width: 1px;
	padding:3px 0;
	border-style: solid;
	border-color: #CCC;
	font-size: 13px;
	border-left-style: none;
	border-right-style: none;
	text-align:center;
}

#oprojektu {
	position:absolute;
	left:0px;
	top:545px;
	width:159px;
	height:63px;
}
#financovani {
	position:absolute;
	left:635px;
	top:545px;
	width:157px;
	height:63px;
}
#nabidka {
	position:absolute;
	left:160px;
	top:609px;
	width:157px;
	height:63px;
}

#standardy {
	position:absolute;
	left:476px;
	top:609px;
	width:158px;
	height:63px;
}
#lokalita {
	position:absolute;
	left:318px;
	top:545px;
	width:157px;
	height:63px;
}
#kontakt {
	position:absolute;
	left:793px;
	top:609px;
	width:157px;
	height:63px;
}

.button{
	background-color:#ffffff;
	opacity:0.85;
	filter:alpha(opacity=85);
	vertical-align: bottom;
	cursor: pointer;
}
p.btn {
	text-align:center;
	font-family: verdana,arial,Sans-serif;
	font-size:18px;
	padding: 19px;
	margin-top: 0px;
}
.container .btn a:link  {
	color:black;
	text-decoration:none;
}
.container .btn a:visited  {
	color:black;
	text-decoration:none;
}
.container .btn a:hover             {
	color:white;
	text-decoration:none;
}


#logo {
	position:absolute;
	left:0px;
	top:35px;
	width:333px;
	height:128px;
}

#logos {
	position:absolute;
	left:0px;
	top:15px;
	width:50px;
	height:20px;
}
#mp {
	position:absolute;
	left: 0px;
	top: 62px;
	width: 533px;
	height: 464px;
}


#oprojektu {
	position:absolute;
	left:0px;
	top:545px;
	width:159px;
	height:63px;
}
#uvod {
	position:absolute;
	left:570px;
	top:60px;
	width:380px;
	height:450px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color:#ffffff;
}
#uvod p{
	padding:20px;
	text-align:justify;
	font-size: 12px;
	}
	
#okno {
	display: none;
}
#patro2 {
	position:fixed;
	width:100px;
	height:11px;
	overflow:hidden;
	display: none;
}

#visual {
	position: absolute;
	left: 205px;
	top: -61px;
}
#visualb {
	position: absolute;
	left: 100px;
	top: -38px;
}
#visuala {
	position: absolute;
	left: 212px;
	top: 0px;
}
#sipky {
	position:absolute;
	left:377px;
	top:452px;
	width:257px;
	height:71px;
}
#mini3d {
	position: absolute;
	width: 380px;
	height: 110px;
	left: 570px;
	top: 400px;
}

.minitext {
	top: 480px;
	height: 30px;
	width: 380px;
	left: 570px;
	background-color: #FFF;
	border: 2px solid #F00;
	font-size: 16px;
	position: absolute;
}

.tab_nadpis {
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;

}
.container #minitext p {
	font-size: 16px;
	color: #F00;
	vertical-align: middle;
}
.odd {
	background-color: #F7FAEB;
}
#imgbyt {
	padding-bottom: 10px;
}

.article-print {
	padding-right: 1.8em;
	margin-right: 0.4em;
	background-image: url(../images/icon-print.gif);
	background-repeat: no-repeat;
	background-position: right;
	left: 80%;
	position: absolute;
	right: auto;
	bottom: auto;
	width: 60px;
}
.articleb-print {
	margin-right: 0.4em;
	background-image: url(../images/icon-print.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-right: 1.8em;
}
#tiskkontakt {
	display:none;

}
#tiskkontakt h2 {
	font-size: 11px;
	line-height: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tiskkontakt p {
	font-size: 10px;
	line-height: 115%;
	margin: 0px;
}
#tiskkontaktb {
	display:none;
}

p.disc{
font-size:10px;
}
