body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/topbg.png);
	background-position: top;
	background-repeat: repeat-x;	
}

.center{
	margin-left: auto;
	margin-right: auto;
	width: 780px;	
}

#header {
	height: 64px;
	width: 780px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#topBanner {
	width: 468px;
}
#menuHorni {
	height: 66px;
}


TABLE{
	border: 0;
}

TD,TH {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0;
	text-align: left;	
}

TR {
	background-color: transparent;
	border: 0;
}

TR.hlavicka {
	background-image: url(../images/nbg.png);
	background-repeat: repeat;
	color: white;
}

TR.liche {
	background-color: #F8F8F8;
}

TR.sude {
	background-color: #cccccc;
}

A {
	background-color: transparent;
	color: red;
	text-decoration: none;
}

A:hover, A:active {
	color: gray;
	text-decoration: underline;
}

A IMG{
	border: 0px;
}


H2 {
	font-size: 1.3em;
	padding-left: 10px;
	font-variant: small-caps;
	padding: 4px;
}
/* LOGO */
h1 {
   position:relative;
   display:block;
	height: 40px;
	width: 278px;
	font-size: 110%;
	cursor: pointer;
	cursor: hand;
	float: left;
}

h1 a {
        text-decoration:none;
        color: black;

}
h1 a:hover {
        color: black;
}

h1 span{
	height: 40px;
	width: 278px;
	background-image: url(../images/logob.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 1;
   position:absolute;top:0;left:0;		
	display: block;
   cursor:hand;
}

/****** MAIN MENU ******/
#mainMenu{
height:64px;
width: 321px;
float: right;
}

.menu1 {padding:0 0 0 0px; margin:0; list-style:none; height:30px; background:#000 url(../images/but1.gif); position:relative;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:30px; line-height:30px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 0px; cursor:pointer;}
.menu1 li a strong {float:left; display:block; padding:0 2px 0 0px; width: 105px;}
.menu1 li.current a {color:#fff; background:url(../images/but3.gif);}
.menu1 li.current a strong {background:url(../images/but3.gif) no-repeat top;}
.menu1 li a:hover {color:#fff;  text-decoration:none; background:#000 url(../images/but1.gif);}
.menu1 li a:hover strong {background:url(../images/but3.gif) no-repeat top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../images/but2.gif); cursor:default;}

#but2 a strong{
	background-image: url(../images/but2.gif)!important;
	width: 105px;
	height: 30px;
}
#but2 a:hover strong{
	background-image: url(../images/but4.gif)!important;
}

