*{
	/*margin: 0px;
	padding: 0px;*/
}

a{
	text-decoration: underline;
	color:#0066CC;
}

a:hover{
	text-decoration:none;
	color:#0066CC;
}
a:visited{
}

body {
	background-color : white;
	font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	color: #3d464c;
	text-align: center;
  min-height: 100%;
  height: auto;
}

#main{
	width: 800px;
	text-align: left;
	margin: auto;
	background-color: #ffffff;
  min-height: 100%;
  height: auto;
}

#logo{
  margin-top:15px;
  margin-bottom:2px;
  width:800px;
  height:45px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #3d464c;
}

#logo img{
  border: 0px;
  margin-left:20px;
  margin-right:3px;
}

#menu{
  width:780px;
  _width:800px;
  height:25px;
  background-image: url(./img/menu.gif);
  background-repeat: repeat-x;
  padding-left:20px;
}

#menu img{
  border: 0px;
}

.menu_button{
  float:left;
  padding-left:25px;
  padding-right:25px;
  padding-top:2px;
  _padding-top:6px;
  padding-bottom:3px;
  background-image: url(./img/menu.gif);
  background-repeat: repeat-x;
}

.menu_button_active{
  float:left;
  padding-left:25px;
  padding-right:25px;
  padding-top:2px;
  _padding-top:6px;
  padding-bottom:3px;
 background-image: url(./img/menu-on.gif);
  background-repeat: repeat-x;
}

.menu_button a, .menu_button_active a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu_button a:hover, .menu_button_active a:hover{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu_button a:visited{
}

.menu_space{
  float:left;
  background-image: url(./img/menu-space.gif);
  width:2px;
  height:25px;  
}

#top{
  margin-top:1px;
  width:800px;
  height:100px;
  background-image: url(./img/logo.jpg);
}

#content-top{
  margin-top:8px;
  width:800px;
  height:9px;
  background-image: url(./img/c-top.gif);
 	font-size: 0px;
}

#content-middle{
  width:800px;
  background-image: url(./img/c-middle.gif);
  background-repeat: repeat-y;
  display:block;
}

#content-bottom{
  margin-bottom:5px;
  width:800px;
  height:9px;
  background-image: url(./img/c-bottom.gif);
  font-size: 0px;
}

#left{
  padding-top:10px;
  padding-bottom:10px;
  margin-left:20px;
  _margin-left:10px;
  margin-right:20px;
  width:540px;
  display:block;
  float:left;
  font-size: 80%;
  line-height:135%;
}

#right{
  padding-top:10px;
  padding-bottom:10px;
  margin-left:20px;
  margin-right:15px;
  width:185px;
  display:block;
  float:left;
  font-size: 80%;
  line-height:135%;
}

#footer{
  margin-bottom:15px;
  width:780px;
  _width:800px;
  font-size: 9px;
  text-align:right;
  padding-right:10px;
  padding-left:10px;
}
#footer p {
	margin:0px;
	margin-bottom:15px;
}

#left p, #left ul {
  text-align:justify;
  margin-bottom:15px;
  margin-top:0px;
}
h1{
	padding-left: 22px;
	font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	color: #1c5585;
	font-size:150%;
	font-weight: normal;
	background-image:url('img/l-small.gif');
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:5px;
	text-align:left;
	margin-top:0px;
}

h2, h3, h4{
	font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	color: #1c5585;
	font-size: 120%;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:0px;
}
h4 {
	margin-bottom:5px;
}

.line{
  margin-top:-15px;
  margin-bottom:15px;
  height:1px;
  background-image: url(./img/point.gif);
  background-repeat:repeat-x;
  font-size: 0px;
}

.clear{clear: both;height: 0px;}

table {
	font-size:100%;
	border-collapse:collapse;
	border-color:#999999;
}
table td {
	border-color:#999999;
}
table th {
	background-color:#dddddd;
	border-color:#999999;
}
.table_foto {
	/*border:1px solid #999999;
	text-align:center;
	background-color:#eeeeee;*/
}

.table_foto td {
	text-align:center;
}



img a:hover {text-decoration:none; border:0px;}
#left img {
	border:1px solid #999999;
	padding:3px;
	margin-left:15px;
	background-color:#FFFFFF;
}
#left .table_foto td img {
	margin:0px;
}
#left .no_border {
	margin:0px;
	border:0px;
	margin-top:5px;
	vertical-align:bottom;
}
.align_right {
	text-align:right;
	float:right;
}

#left .navigace {
	margin-top:-10px;
	margin-bottom:20px;
}
fieldset{padding:10px; border:2px solid #999999; background:#ffffff;}
legend{padding:3px; font-weight:bold; background:#fff; border:2px solid #999999;}

