/* ZAKLADNI TAGY*/
html { height: 100%; }
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #000;
}
body, html, div, p, ol, ul, td, th {
  font-family: Courier New, Courier, Courier New CE, Courier CE, Monaco, sans-serif;
  font-size:   8pt;
  line-height: 11pt;
}
h1 {
	padding-top: 18px;
	font-size: 14px;
}
h2 {
	padding-top: 10px;
	font-size: 23px;
}
/* LAYOUT */
#content {
	width: 100%;
}
#header {
	width: 100%;
	height: 75px;
	float: left;
	clear: left;
	background-color: #fff;
}
#header_type {
	margin: 0, 0, 0, 0;
	padding-left: 25px;
	border: 0;
}
#works {
	width: 100%;
	display: block;
	float: left;
	clear: left;
	background: #fff;
	padding-bottom: 25px;
}
#wrk_detail {
	width: 100%;
	display: block;
	float: left;
	clear: left;
	background: #fff;
	border-top: 1px solid #eee;
	padding-bottom: 25px;
}
#contact {
	width: 100%;
	float: left;
	clear: left;
	background: #000;
	padding-bottom: 14px;
}
#links {
	width: 100%;
	float: left;
	clear: left;
	background: #111111;
	padding-bottom: 25px;
}
#footer {
	width: 100%;
	height: 25px;
	float: left;
	clear: left;
	background: #000;
	padding-bottom: 18px;
}
.inside {
	padding-left: 50px;
	padding-top: 18px;
}
.inside_footer {
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: left;
	font-weight: bold;
	color: #777;
}
.item {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.item a {
	display: block; 
	text-decoration: none;  
	padding-top: 3px;
	padding-bottom: 3px;
}
.item a img {
	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contact_txt {
	font-weight: bold;
	color: #fff;
}
.detail {
	display: block;
	float: left;
	width: 920px;
	padding-bottom: 70px;
	color: #444;
}
.detail_imgs {
	display: block;
	float: left;
	margin-right: 50px;
	margin-top: 30px;
}
.detail_txt {
	width: 260px;
	display: block;
	float: left;
	margin-top: 30px;
}
.detail_img {
	margin-bottom: 50px;
}
#menu {
	width: 90%;
	padding-bottom: 15px;
	display: block;
	float: left;
}
.menu_item {
	margin-right: 4px;
	margin-bottom: 4px;

	float: left;
/*		clear: right;
*/	
	display: block;

}
.links_blok {
	width: 200px;
	display: block;
	float: left;
}
/* LINKY */
a.menu_link, a.menu_link:visited, a.menu_link:link {
	color: #000; 
}
a.menu_link:hover {
	color: #fff; 
}
a { color:	#444; }
a:visited { color: 	#444; }
a:hover { color: #000;}
a {
	text-decoration: none;
}
.detail a { 	text-decoration: underline; }
.links_blok a { 		font-weight: bold; color: #fff; text-decoration: underline; }
.links_blok a:hover { 	color: #777; text-decoration: none; }