html, body { 
	padding: 0; 
	margin: 0; 
	overflow: hidden;
}

body {
	background: #003366;
	font-family: "Trebuchet MS", "Helvetica CE", Helvetica, "Arial CE", "Switzerland CE", Arial, Switzerland, sans-serif;
	font-size: 10pt;
	color: white;
	}
	
a, a:visited {
  color: #6699cc;
}

a:active, a:hover {
  color: #ffcc33
}

a img, a img:visited {
  border-color: #6699cc;
}

a img:active, a img:hover {
  border-color: #ffcc33;
}

blockquote {
	font-style: oblique;
}

#content {
	width: 1000px;
	height: 800px;
	margin: 0 auto;
	background: url('pic/back.jpg') bottom left no-repeat;
	}
	
#left {
	width: 240px;
	float: left;
	}
	
#logo, #logo a {
	display: block;
	width: 200px;
	height: 60px;
	}
	
#menu {
	margin-top: 20px;
	}
	
#menu ul {
	background: url('pic/presents.gif') top left no-repeat;
	margin-left: 16px;
	padding-top: 40px;
	padding-left: 25px;
	}
	
#menu li.eu {
	margin: 0 0 10px 5px;
	color: #ffcc33;
	padding-left: 0px;
	}
	
#menu li.eu a {
	color: #ffcc33;
	}
	
#menu li a {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
	
#menu li a:active, #menu li a:hover {
	color: #ffcc33;
	text-decoration: underline;
	}

#main {
	height: 450px;
	overflow: auto;
	padding: 10px;
	}
	
#bottom {
	height: 330px;
	}
	
.neviditelny {
	display: none;
	}
	
h1.hlavni {
  width: 510px;
  height: 97px;
  background: url('pic/welcome.gif') top center no-repeat;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
}

h1.hlavni span {
  visibility: hidden;
}

p.hlavni {
  width: 510px;
  margin: 0 auto;
  font-size: 10pt;
}

#address {
	margin-top: 50px;
	text-align: center;
	}

#nv {
	display: none;
	}
	
.with_border td {
  border: 1px solid #6699cc;
  padding: 2px 2px;
}

.with_border {
  border-spacing: 0;
}

.table_header {
  background: #06397f;
}

.yellow {
  color: #ffcc33;
}

.news {
  border: 2px dotted #ffcc33;
  width: 560px;
  margin: 10px auto;
  padding: 420px 15px 0px 15px;
  font-size: 11pt;
  background: url('pic/eagle2.jpg') top center no-repeat;
}

