@charset "utf-8";
/* Styl pre web */
body{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1.nadpis {
	color: red;
	border-bottom: 1px solid #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px 0px 10px 0px;
	font-size: 16px;
}
h2.nadpis {
	color: red;
	border-bottom: 1px solid #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
}


#content	{
	width: 844px;
	margin: 0px auto;
}
#content_head {
	height: 300px;
	float: left;
	clear: both;
}
#content_head_left {
	width: 630px;
	height: 300px;
	float: left;
}
#content_head_right	{
	float: left;
	height: 300px;
	width: 214px;
	background-color: #e1e2e0;
}
#menu_util	{
	width: 214px;
	height: 85px;
	float: left;
	clear: both;
}
#menu {
	width: 194px;
	height: 215px;
	background-image: url(../image/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 15px 0px 0px;
	float: left;
	clear: both;
}
#menu a	{
	color: #4b6f63;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 0px 0px;
	border-bottom: 1px dotted #cfd0cf;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

#content_main	{

	height: auto;
	width: 842px;
	clear: both;
	float: left;
	border-left: 1px solid #e1e2e0;
	border-right: 1px solid #e1e2e0;
	background-color: #f6f6f6;
	padding: 0px;
}

#content_main_left {
	margin: 30px 20px 0 20px;
	width: 200px;
	float: left;
	clear: right;
}

#content_main_left a{
  color: #333333;
  text-decoration: underline;
}

#content_main_right {
	margin-left: 10px;
	margin-top:30px;
	width: 562px;
	float: left;
}

#content_main_right a{
  color: #333333;
  text-decoration: underline;
}

#content_foot {
	height: auto;
	width: 822px;
	clear: both;
	float: left;
	border-left: 1px solid #e1e2e0;
	border-right: 1px solid #e1e2e0;
	border-bottom: 1px solid #e1e2e0;
	padding: 10px;
	background-color: #f6f6f6;
}
#content_foot .border {
	display: block;
	padding: 0px 25px 0px 25px;
	clear: both;
	border-top: 2px solid #e1e2e0;
}

#author {
	float: left;
	padding: 5px;
	color: #000000;
}
#author a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#menu_bottom {
	float: right;
	padding: 5px;
	color: #000000;
}
#menu_bottom a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
}

.menu1	{
	margin-left:2px;
	width:200px;
	border-bottom: 1px dotted gray;
}
.left h1	{
	border-bottom: 2px solid silver;
	background-image: url('../image/img.png');
	background-repeat: no-repeat;
	color:red;
	font-family: arial;
	padding-left:30px;
	width:170px;
	margin-left: 15px;
	background-position: center left;
	font-weight:normal;
}				        

a.menud {
    color:#4b6f63;
    padding:0 10px 0 10px;
}

.kontakt {
  width:300px;
}

table.record {
	width: 100%;
}
table.record td {
	text-align: left;
	padding: 3px;
}
table.record td.right_align {
	text-align: right;
}
div.record {
	display: block;
	background-color: #F3F8E8;
	margin-bottom: 5px;
}
div.detail {
	display: block;
	background-color: #F3F8E8;
	margin-bottom: 5px;
}
div.detail table {
	width: 100%;
}
div.detail table td {
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
div.detail table td.label {
	text-align: right;
	width: 150px;
	font-size: 11px;
}
div.gallery {
	display: block;
	margin-bottom: 5px;
}
div.gallery img {
	margin: 0px 3px 3px 0px;
}
div.utility {
	display: block;
	margin-bottom: 5px;
	padding: 3px;
	text-align: right;
}
div.utility img {
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 5px;
}

div.download {
	margin: 10px 0px 10px 0px;
}
div.file {
	margin: 0px 0px 10px 0px;
}
div.file a {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
div.message {
	color: red;
	padding: 3px;
	margin: 10px 0px 10px 0px;
}
