body {
	background-color: #B7AFA3;
	font-family: Garamond;
	font-style: italic;
  font-size: 21px;	
	padding: 0;
	margin: 15px 0px;
}
body a {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}
body a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: 800
}
body a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: 800
}
#container {
	width: 750px;
	margin: 0 auto;
	font-size: 90%;
	background: #FFF url(./bksub.gif) repeat-y;
}
#header {
	background: url(./header.jpg);
	width: 750px;
	height: 200px;
	float: left;
	border-bottom: 20px solid #FFF;
}
#header a {
	position: relative;
	top: 25px;
	left: 25px;
	font-size: 180%;
	color: #6D929B;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:visited {
	text-decoration: none;
}
#slogan {
	position: relative;
	top: 120px;
	left: 400px;
	color: #FFFFFF;
	font-size: 150%;
}
img {
	border: 0;
	padding: 0
}
#leftcol {
	width: 150px;
	float: left;
	padding: 20px 0px 20px 0px;
}
#nav {
	width: 120px;
	float: left;
	text-decoration: none;
	margin: 15px 0;
	padding-left: 15px;
}
#nav ul, #nav li {
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#nav li {
	color: ffffff;
}
#nav li a {
	width: 110px;
	padding: 5px 0px 5px 15px;
	background-color: #EFEFDE;
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	background-color: #C1DAD6;
}
#nav li a {
	background-color: #6D929B;
	color: #fff;
	text-decoration: underline;
}
#main {
	position: relative;
	text-align: justofy;
	margin: -300px 0px 0px 140px;
	color: #000000;
	float: left;
	width: 565px;
	padding: 5px 10px 0px 20px;
}
h1 {
	font-size: 120%;
	font-weight: 800;
	color: #6D929B;
}
#footer {
	width: 750px;
	background: #ffffff;
}
#insidefooter {
	width: 750px;
	border-top: 10px solid #B7AFA3;
	text-align: center;
	float: left;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	font-size: 1px
}
div.akt_oznam
{
width: 70%;
min-width: 530px;  

}

div.akt_titulok
{

margin-left: 20px;
font-size: 14pt;
font-family: 'Verdana';
font-weight: bold;
font-style: italic;

}

div.akt_oznamtext
{

text-align: left;
font-size: 10pt;
font-family: 'sans-serif';   
text-align: justify;
    
}

div.akt_datum
{

text-align: right;
font-size: 12pt;
font-family: 'sans-serif';

}
#center {
	
	text-align:center;
}







/* Style for Usual tabs */
.usual {
  
  /* border:1px solid #000; */
  width:560px;  
  margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  /* font:10px Verdana; */
  color:#FFF;
  background:#6D929B;
}
.usual ul a:hover {
  color:#000;
  background:#FFF;  
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#FFF;
  border-bottom:1px solid #FFF; 
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;    
  background:#FFF;
  
}
.usual div a { color:#000; font-weight:bold; }


