html, body {
	margin: 0; padding: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: black;
	background-color: white;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover, .active {
	text-decoration: underline !important;
}

h1, h2, h3, h4, h5 {
	margin: 0; padding: 0;
}

h2, h5 {
	font-size: 12px;
	line-height: 15px;
	padding: 4px 0px 0px 6px;
}

h3, h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.clear {
	clear: both;
	display: block;
}


.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

/* MAIN */

.header {
	margin: 0px 10px 10px 10px;
	width: auto;
	height: 80px;
	padding-top: 10px;
}

#headerMenu {
	position:absolute;
	top: 0px; left: 0px;
	background-color: white;
	z-index: 5;
	height: 120px;
}

#projectData {
	position: absolute;
	margin-left: 10px;
	top: 170px;
	z-index: 2;
}

.logo {
      margin:0; padding:0;
      position:relative;
      width:162px; height:71px;
	  font-size: 16px;
	  line-height: 18px;
	  font-weight: bold;
      overflow:hidden;
	  float: left;
}

.logo a {
	text-decoration: none;
}

.logo .imgLogo {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:162px; height:71px;
      margin:0; padding:0;
      background:url("../i/logo.gif") top left no-repeat;
}

.menu {
	float: left;
	margin-left: 20px;
}

.menu a {
	font-family: monospace;
	font-size: 12px;
	
	color: black;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

#debuger {
	margin-top: 75px;
	position: absolute;
	top: 600px;
	display: block;
	height: 75px;
	background-color: transparent;
}

.content {
	position: relative;
	margin-left: 10px;
	top: 70px;
}

.home {
	top: 55px;
}

/* MAIN */

/* NEWS */

.nItem {
	position: absolute;
}

.nDate {
	background-color: white;
}

.nDate span {
	font-weight: normal !important;
	padding: 0px 5px 0px 5px;
	background-color: white;
}

.nCont {
	position: relative;
}

.nImg {
	position: absolute;
	z-index: 1;
}

.nText {
	position: absolute;
	top: 0; left: 0;
	z-index: 3;
	width: 100%;
	
}

.nInText {
	width: auto;
	padding: 0px 25px 30px 5px;
	margin-right: 60px;
	background-color: white;
}

.imageDisabler {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	background: url("../i/pix.gif") top left;
}

.nClose {
	position: absolute;
	z-index: 6;
	top: 2px; right: 62px;
}
/* NEWS */

/* KONTAKT */
.contact {
	width: 890px;
}

.contact a {
	color: #0BBA31;
}

.contactInfo {
	width: 180px;
	float: left;
}

.contactMap {
	float: left;
}

.text {
	width: 890px;
	background-color: #0BBA31;
	color: white;
	padding-bottom: 110px;
}

.text p {
	padding: 10px 360px 0px 10px;
	margin: 0 !important;
}

.bText {
	font-size: 18px !important;
	line-height: 21px !important;
}

.text a {
	color: #007ACF;
}

/* PROJEKTY */
.projectRow {
	position: relative;
	color: white;
	margin-bottom: 5px;
}


.rowTitle {
	position: relative;
	width: 175px;
	height: 75px;
	margin-right: 5px;
	font-weight: bold;
	background-color: black;
	float: left;
}

.rowTitle h4 {
	padding: 4px 0px 0px 6px;
}

.rowThumb {
	position: relative;
	margin-right: 5px;
	height: 75px;
	background-color: black;
	float: left;
}

.thumbImg {
	position: absolute;
	z-index: 1;
}

.thumbDesc {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 75px;
	background-color: black;
	overflow: hidden;
}

.thumbDesc div {
	padding: 4px 6px 0px 6px;
}

.thumbDesc a {
	font-weight: bold;
	text-decoration: underline;
}

.thumbClick{
	position: absolute;
	z-index: 5;
	width: auto; height: 75px;
	display: block;
}

.thumbClick a {
	width: 100%; height: 75px;
	display:block;
	text-decoration: none !important;
}

.thumbClick a:hover {
	text-decoration: none !important;
}

/* DETAIL */
.detail {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	top: 70px;
	height: 420px;
}

.dScrollArea {
	position: relative;
	overflow: auto;
	width: 100%; height: 420px;
}

.detailImages {
	position: absolute;
	z-index: 1;
	height: 395px;
	overflow: hidden;
}

.detailImages img{
	margin-right: 5px;
}

/*.detailDesc {
	position: absolute;
	z-index: 2;
	left: 180px;
	font-weight: bold;
	color: white;
}*/
.detailDesc {
	position: absolute;
	z-index: 5;
	left: 190px;
	top: 170px;
	_top:171px;
	_width: 360px;
	font-weight: bold;
	color: white;
	background: url("../i/pix.gif") top left;
}

.dTitle h2{
	padding-right: 20px;
}

.dClose {
	position: absolute;
	z-index: 6;
	left: 346px;
	top: 175px;
	_top:176px;
}

.projekty {
	color: #0BBA31 !important;
}

.realizace {
	color: #007ACF !important;
}

.souteze {
	color: #FF8B06 !important;
}


.dTitle {
	background-color: black;
	width: 175px;
	height: 75px;
	float: left;
	margin-right: 5px;
}

.dTitle h5 {
	padding-right: 20px;
}

.breakLine {
	clear: both;
	height: 5px;
}
.dText {
	width: 715px;
	_height: 235px;	
	min-height: 235px;	
	background-color: black;
}

.dText div {
	padding: 4px 175px 10px 6px;
}

.arr {
	background: black url("../i/arr.gif") 155px 7px no-repeat;
}

.arr-projekty {
	background: black url("../i/arr-g.gif") 155px 7px no-repeat;
}

.arr-realizace {
	background: black url("../i/arr-b.gif") 155px 7px no-repeat;
}

.arr-souteze {
	background: black url("../i/arr-o.gif") 155px 7px no-repeat;
}

.minimized {
	height: 25px;
}


.restore {
	background: black url("../i/restore.gif") no-repeat;
}

.close {
	background: black url("../i/close-i.gif") no-repeat;
}

.close-projekty {
	background: black url("../i/close-g.gif") no-repeat;
}

.close-realizace {
	background: black url("../i/close-b.gif") no-repeat;
}

.close-souteze {
	background: black url("../i/close-o.gif") no-repeat;
}

