* {
	margin: 0;
	padding: 0;
}

html {
	background: #362f2d url(/graphics/design/bg.jpg) repeat-x 0 0;
}
body {
	color: #cbc1b5;
	font: normal 75%/1 Arial, sans-serif;
	text-align: center;
}

html, body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
	border: 0;
}

ul, ol {
	list-style-type: none;
	margin-bottom: 15px;
}
ul li {
	background: url('/graphics/design/li.gif') no-repeat 0 50%;
	padding: 7px 0 7px 25px;
}
p {
	line-height: 1.4em;
	padding: 0 0 15px 0;
}
p strong {
	font-size: 1.2em;
}

p.notice {
  font-style: italic;
}


/* links */
a {
	color: #f6c47d;
}
a:link {
	color: #f6c47d;
}
a:focus {
	color: #f6c47d;
	outline: 0;
}
a:visited {
	color: #f6c47d;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a.more {
	background: url('/graphics/design/arrow2.gif') no-repeat 0 60%;
	padding-left: 18px;
}
/* headlines */
h1, .refscol h2, #sidebar h2 {
	border-bottom: 1px solid #d7ccbf;
	font-size: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 12px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	font-size: 1.0em;
}

h1 span, h2 span, h3 span {
	display: block;
	font-size: 0.7em;
	margin-top: 5px;
	font-weight: normal;
}

#footerWrap {
  background: #433836 url('/graphics/design/bg-footer.jpg') repeat-x top;
  text-align: center;
}


#layout {
	margin: 0 auto;
	padding-top: 420px;
	position: relative;
	width: 1000px;
	text-align: left;
}

#header {
  display: block;	 
	height: 387px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	overflow: hidden;   
}

.header-vychozi {
  background: url('/graphics/design/header.jpg') no-repeat right bottom;
}

.header-reference {
	background: url('/graphics/design/header3.jpg') no-repeat right bottom;
}
#header.blank {	  
  background: none;
}
.header-systemyNaMiru {
	background: url('/graphics/design/header4.jpg') no-repeat right bottom;
}
.header-projekty {
	background: url('/graphics/design/header2.jpg') no-repeat right bottom;
}



#flashCont {
  width:650px; 
  height:295px; 
  position:absolute; 
  top:92px; 
  right:0px;
}

#logo {
	color: #fff;
	display: block;
	height: 92px;
	position: relative;
	top: 0;
	text-decoration: none;
	width: 423px;
	overflow: hidden;
}
#logo:hover {
	color: #fff;
}
#logo span {
	background: url('/graphics/design/logo.jpg') no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#nav {
	height: 295px;
	position: absolute;
	top: 92px;
	margin: 0;
	width: 335px;
	overflow: hidden;
}

#nav li {
	background: url('/graphics/design/cara.gif') no-repeat 100px bottom;
	padding: 0;
	height: 98px;
}

#nav li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 30px top;
	padding-left: 100px;
  color: #736b66;
  text-decoration: none;
  height: 68px;
  padding-top:30px;
  _height: 98px;
  text-transform: uppercase;
  font-size: 17px;	
  font-weight: bold;
  font-family: 'Arial Black', arial;
}



#nav li#reference a  {
  background-image: url('/graphics/design/nav1.png');
}
#nav li#projekty a  {
  background-image: url('/graphics/design/nav2.png');
}
#nav li#systemyNaMiru a {
  background-image: url('/graphics/design/nav3.png');
}


#nav li a:hover, #nav li a.active {
  background-position: 30px bottom;
  color:#cc6633;
}


#nav li a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  font-family: Arial,sans-serif;
}


#quicknav {
	color: #bcbcbc;
	font-size: 0.9em;
	right: 10px;
	position: absolute;
	top: 49px;
}
#quicknav a {
	background: url('/graphics/design/arrow.gif') no-repeat 0 50%;
	color: #d7ccc0;
	padding: 0 20px 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}
#quicknav a:hover, #quicknav a.active {
	color: #fff;
}


#langSel {
  width:auto;
  height:27px;
  position: absolute;
  top:5px;
  right:30px;
}

#langSel li {
  display: block;
  float: left;
  padding: 0 0 0 5px;
  background:none;  
}

#langSel li .langSwitch {
  display: block;
  float: left;
  width:26px;
  padding-top:27px;
  height:0px;
  _height:27px;
  line-height: 27px;  
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}

#langSel li span.langSwitch, #langSel li a.langSwitch:hover {
  background-position: left bottom;
} 

#langSel li .lng-cz {
  background-image: url('/graphics/design/lang-cz.png');   
}
#langSel li .lng-en {
  background-image: url('/graphics/design/lang-en.png');   
}



/* paging */
.paging {
	width: 109px;
	height: 21px;
	position: absolute;
	bottom: 0;
	right: 26px;
	padding: 0;
}
.paging a {
	display: block;
	height: 19px;
	position: absolute;
	text-align: center;
	width: 50px;
}
.paging a.toLeft {
	left: 3px;
	top: 3px;
}
.paging a.toRight {
	top: 3px;
	right: 3px;
}
.paging a span {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.paging a.toLeft span {
	background: url('/graphics/design/to-left.jpg') no-repeat;
}
.paging a.toRight span {
	background: url('/graphics/design/to-right.jpg') no-repeat right top;
}
/* content */
#content {
	padding-bottom: 50px;
	position: relative;
	right: 30px;
	width: 610px;
}

.contFull {
  width:940px !important;
  float: right;
  
}

/* sidebar */
#sidebar {
	left: 30px;
	padding-bottom: 50px;
   position: relative; 
	width: 295px;
}
#sidebar .references a img {
	margin: 0 20px 10px 0;
}
#sidebar .image {
	background: url('/graphics/design/image-bg.jpg') no-repeat;
	display: block;
	height: 141px;
	margin-bottom: 15px;
	width: 292px;
}
#sidebar .image img {
	left: 8px;
	position: relative;
	top: 6px;
}

#sidebar a.refLink, .refscol a.refLink {
  display: block;
  float: left;
  width:135px;
  height:135px;
  overflow: hidden;
  position: relative;
  margin: 5px;
  text-decoration: none;
}

#sidebar a.refLink span, .refscol a.refLink span {
  position: absolute;
  display: block;
  width:135px;
  height:135px;
  top:0;
  left:0;
  background-repeat: no-repeat;
  background-position: 0 -135px;
  cursor: pointer;
}

#sidebar a.refLink:hover span, .refscol a.refLink:hover span {
  background-position: 0 0;
}

.refscol {
  display: block;
  float: left;
  margin: 5px 9px;
  width:295px;
}

.refscol.first {
  _margin-left:2px;
}



/* footer */
#footer {	
	min-height: 72px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}


#footer p {
  line-height: 40px;
}

#footer ul {
  display: block;
  float: left;
  width:300px;
  margin-right:30px;
  text-align: left;
  margin-top:10px;
}













/* other styles */
hr {
	background: #ccc;
	border: 0 solid #ccc;
	color: #ccc;
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

.noscreen {
	display: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
img.floatLeft {
	margin-right: 20px;
}
img.floatRight {
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.cleaner {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}

.kform input, .kform textarea {
  display: block;
  width:100%;
  border:1px solid #CBC1B5;
  background:#d7cdc1;
}

.kform textarea {
  overflow: auto;
  height:160px;
}

.kform label {
  display: block;
  padding: 5px 0 2px 0;
}

.kform img {
  padding-bottom: 3px;
}

.alCenter {
  text-align: center;
}
.alRight {
  text-align: right;
}

.aktualita {
  margin-bottom: 25px;
  border-bottom: 1px dotted #59504D;
}

.aktualita p, .leftMenu p {
   padding: 0 0 5px 0;
}

.aktualita p strong, .leftMenu p strong {
  font-size: 1em;
}

.aktualita h3 {
  font-size: 17px;
  border:0;
  font-weight: normal;
  margin: 0 0 4px 0;
  padding:0;
  height:23px;
  line-height:23px;
}

.aktualita h3 a {
  color:#CBC1B5;
}
.aktualita h3 a:hover {
  color:#ffffff;
}

.aktualita h3 span {
  display: inline;
}
.aktualita h3 span.datum {
  display: block;
  float: left;
  background:#4d4441;
  height:20px;
  line-height:21px;
  font-size: 12px;
  margin:0px 4px 0 0;
  padding: 0 3px; 
}

.leftMenu {
  margin-bottom: 15px;
  border-bottom: 1px solid #59504D;
} 

.leftMenu h3 {
  font-size: 14px;
  border:0;
  margin: 0 0 4px 0;
  padding:0;
  height:19px;
  line-height:19px;  
}

.leftMenu h3 a {
  display: block;
  height: 19px;
  line-height: 19px;
  background-image:url('/graphics/design/left-menu.gif');
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.leftMenu h3 a:hover, .leftMenu h3 a.active {
  background-position: left bottom;
  text-decoration: none;
  color:#d7ccbf;
}

.leftMenu .info {
  padding:0 0 8px 28px;
  font-size: 0.8em;
}

