* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
html {
}
body {
}
a:link {
}
a:hover, a:focus, a:active {
}
#home {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  display: block;
}
#home a {
  display: block !important;
  width: 260px !important;
  height: 270px !important;
  background-image: url(images/mini_logo.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
#home a:hover {
  text-decoration: none !important;
}
#page {
  width: 760px;
  margin: 0 auto;
}
#flags {
  width: 200px;
  padding-top: 20px;
  margin: 0 auto;
}
#flags a {
  color: black;
}
#flags #cz {
  float: right;
  background-image: url(images/flag_cz.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 50px;
  height: 17px;
  padding-top: 17px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
}
#flags #en {
  float: left;
  background-image: url(images/flag_en.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 50px;
  height: 17px;
  padding-top: 17px;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
}
#menu {
  list-style-type: none;
  padding-top: 290px;
  padding-left: 55px;
  padding-bottom: 80px;
  float: left;
  position: relative;
  background-image: url(images/all.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  font-size: 80%;
}
#menu li a {
  color: rgb(0,0,0);
  text-decoration: none;
  height: 30px;
  width: 150px;
  display: block;
  text-align: center;
  font-variant: small-caps;
}
#menu li a:hover, #menu li .active {
  text-decoration: underline;
}
h1 {
	display: none;
}
h2 {
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(0,0,0);
  font-size: 200%;
}
h3 {
  float: right;
  margin-top: 45px;
  font-weight: normal;
}
h3 a {
  color: rgb(0,0,0);
}
h4 {
  text-align: center;
}


#content {
  padding-left: 300px;
}
#content a {
  color: rgb(0,0,0);
}
#content p, #content ol {
  margin: 20px auto;
  font-size: 85%;
  text-align: justify;
}
#content ol li {
  margin: 2px 0;
}
#content table {
  font-size: 65%;
}


#home_page {
  height: 100%;
}
#home_page #logo {
  width: 700px;
  height: 80px;
  margin: 0 auto;
  margin-top: -15px;
}
#home_page #logo #dutch {
 cursor: pointer;
 float: right;
 width: 115px;
 height: 80px;
 padding-right: 140px;
 background-image: url("images/dutch.png");
 background-repeat: no-repeat;
  background-position: left center;
}
#home_page #logo #un {
cursor: pointer;
  float: left;
  width: 70px;
  height: 80px;
  padding-left: 50px;
  background-image: url("images/un.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#home_page #logo #letter {
cursor: pointer;
  float: left;
  width: 70px;
  height: 80px;
  padding-left: 200px;
  background-image: url("images/letter.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#home_page #logo #text {
 clear: both;
 font-size: 70%;
 padding: 5px;
 text-align: center;
}

#home_menu {
	background-image: url("images/home_logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 750px;
	height: 500px;
	margin: 15px auto 0 auto;
	list-style-type: none;
	position: relative;
}
#home_menu a {
	color: rgb(0,0,0);
	font-weight: bold;
	font-variant: small-caps;
}
#home_menu #menu_0 {
	position: absolute;
	left: 90px;
	top: 400px;
}
#home_menu #menu_1 {
	position: absolute;
	left: 0;
	top: 259px;
}
#home_menu #menu_2 {
	position: absolute;
	left: 130px;
	top: 80px;
}
#home_menu #menu_3 {
	position: absolute;
	left: 348px;
	top: -10px;
}
#home_menu #menu_4 {
	position: absolute;
	right: 115px;
	top: 69px;
}
#home_menu #menu_5 {
	position: absolute;
	right: 39px;
	top: 260px;
}
#home_menu #menu_6 {
	position: absolute;
	right: 0px;
	top: 360px;
}
#home_menu #menu_6 img {
	border: none;
}

fieldset {
  font-size: 85%;
  padding: 5px;
  border: 1px solid rgb(189,189,189);
}
legend {
  padding: 10px;
  margin: 10px;
  border: 1px solid rgb(189,189,189);
}
input, textarea, select {
  border: 1px solid rgb(189,189,189);
  width: 435px;
  margin-left: 5px;
  margin-bottom: 10px;
}
input:focus, textarea:focus {
  border-color: rgb(0,0,0);
}
.input {
  width: auto;
}
label {

}

.pict {
border: 1px solid black;
}

