body {
	margin: 0;
	padding:0;
	background-color: black;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
}

.hidden {
	display: none;
}

a {
	text-decoration: underline;
	color: white;
}

h2 {
	font-size: 14pt;
	color: #bae4f9;
}

h3 {
	color: #bae4f9;
}


/***HEAD*******************************************************************************************************/
#head {
	height: 70px;
	background-color: #3971b2;
	border: none;
	border-bottom: 1px solid white;
}
#head-box {
	margin: auto;
	height: 70px;
	width: 960px;
	position: relative;
}

#logo {
	width: 275px;
	height: 30px;
	background: url('logo.png') right center no-repeat;
	position: absolute;
	left: 0;
	bottom: 5px;
}
/***BODY*******************************************************************************************************/
#background {
  	background: url('index/bg.png') bottom repeat-x;
  	background-color: #4079b6;
}
#main {
	margin: auto;
	width: 961px;
	background-color: #5695C6;
	position: relative;
}
#title-box {
	width: 961px;
	height: 99px;
}

#title {
	height: 99px;
	width: 366px;
	float: left;
	margin:0;
	background: url('index/title_bg.jpg') right no-repeat;
}
#title h2 {
	padding: 30px 0 0 0;
}
/***MENU****/
#menu {
	margin:0;
	padding:0;
}
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
}
/***TLACITKA***/
#uvod {
	width:99px;
	height:99px;
	background: url(index/uvod.jpg) no-repeat center center;
}
#projekt{
	width:99px;
	height:99px;
	background: url(index/projekt.jpg) no-repeat center center;
}
#vystavba{
	width:99px;
	height:99px;
	background: url(index/vystavba.jpg) no-repeat center center;
}

#technologie{
	width:99px;
	height:99px;
	background: url(index/technologie.jpg) no-repeat center center;
}
#dodavatel{
	width:99px;
	height:99px;
	background: url(index/dodavatel.jpg) no-repeat center center;
}
#kontakty {
	width:100px;
	height:99px;
	background: url(index/kontakty.jpg) no-repeat center center;
}

 #uvod:hover, #uvod.select {
	background: url(index/uvod_s.jpg) no-repeat center center;
}
#projekt:hover, #projekt.select{
	background: url(index/projekt_s.jpg) no-repeat center center;
}
#vystavba:hover, #vystavba.select{
	background: url(index/vystavba_s.jpg) no-repeat center center;
}

#technologie:hover, #technologie.select{
	background: url(index/technologie_s.jpg) no-repeat center center;
}
 #dodavatel:hover, #dodavatel.select{
	background: url(index/dodavatel_s.jpg) no-repeat center center;
}
#kontakty:hover, #kontakty.select{
	background: url(index/kontakty_s.jpg) no-repeat center center;
}

#contex {
	width: 961px;
	height: 300px;
	background: url(index/index_bg.jpg) center center no-repeat;
}

#textBox {
	width: 366px;
	color: white;
	font-size: 10pt;
	padding: 10px 0 0 0;
}
#textBox a {
  background: url(index/array.png) no-repeat right center;
  padding-right: 20px;
}
/****NEWS****************************************************************************************************/
div.news-box {
	color: #bae4f9;
	float: left;
	width: 161px;
}
div.news-box span.date {
	display: block;
	font-size: 8pt;
	margin-bottom: 4px;
}
div.news-box img {
	border: none;
	padding: 5px 8px 5px 8px;
	background-color: #3971b1;
}
div.news-box a {
	text-decoration: none;
}

div.news-box span.caption {
	font-size: 8pt;
	width: 120px;
	display: block;
	text-decoration: underline;
}
/***FOOTER*****************************************************************************************************/
#foot {
	width: 961px;
	margin: auto;
	height:30px;
	text-align: right;
	padding: 10px 0 0 0;
}

#copyright {
	color: #666666;
	font-size: 8pt;
}

/***RUZNE*****************************************************************************************************/

