body {
	font-family: Verdana;
	margin: 0 auto 0;
	text-align: center;
	background-color: #262626;
	font-size: 10pt;
	font-weight: 700;
	color: #fff;
}

h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	color: #000
}
h3 {
	font-size: 12pt;
	color: #ffbb00
}

#container {
	margin : 0 auto;
	width: 1000px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}

#head {
 	float: left;
	margin : 0 auto;
}

#head a {
	display: block;
	text-decoration: none;        
}

#head img {
     border: 0px;
     margin: 0px;
}


#menu {
  float: left;
	margin: 0 auto;
	margin-left: 5px;
	height: 502px;
	width: 150px;
}

#down{
 	float: left;
	margin : 0 auto;
	height: 38px;
	width: 978px;
	background-image: url(img/down.jpg);
	background-repeat: no-repeat;
}


#menu a {
	display: block;
	text-decoration: none;        
}

#menu img {
     border: 0px;
     margin: 0px;
}

#main{
	float: left;
	margin-left: -6px;
}

#main_top {
  float: left;
	width: 819px;
  height: 22px;
	background-image: url(img/main_top.jpg);
	background-repeat: no-repeat;	
}

#main_bg {
	float: left;
	width: 819px;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
}

#main_text {
	margin-left: 13px;
	margin-right: 10px;
}

#main_down {
  float: right;
	width: 819px;
  height: 22px;
  margin-right: 32px;
	background-image: url(img/main_down.jpg);
	background-repeat: no-repeat;	
}

#logo {
    position: relative;
    top: 10px;
    width: 151px;
    height: 153px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}

.tlacitko {
  width: 148px;
  height: 40px;
	background-image: url(img/butt.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	font-weight: bold; 
	text-decoration: none;
	padding: 3px 0px 0px 20px;
	font-size: 12px;
	float: left;
}

.tlacitko_zp {
  width: 148px;
  height: 40px;
	background-image: url(img/butt-02.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #fff;
	font-weight: bold; 
	text-decoration: none;
	padding: 3px 0px 0px 40px;
	font-size: 12px;
}

div.tlacitko a {
  color: #fff;
}
div.tlacitko_zp a {
  color: #fff;
}

a {
  color: #70bc0b;
}
a:hover {
  color: #a3df52;
}

a.holka {
  color: #f99b06;
}
a:hover.holka {
  color: #faab5e;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  margin-bottom: -1px;
}

