/* CSS Document */
a         { text-decoration: none;font-family : Arial;font-size: 100%; }
a:link    { color: #000;font-family : Arial;font-size: 100%; }
a:visited { color: #000;font-family : Arial;font-size: 100%; }
a:active  { color: #000;font-family : Arial;font-size: 100%; }
a:hover   { color: #fff; text-decoration: underline;font-family : Arial;font-size: 100%; }

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
  color: #454545;
  padding-top: 0px;
  background-color: #5E96BD;
  background-image: url('../obrazy/background.jpg');
  background-repeat: repeat-x;
}

#center {
  margin-left:auto;
  margin-right:auto;
  width:800px;
}

#logo1 {
  background-image: url('../obrazy/logo1.jpg');
  width:284px;
  height:76px;
}

#header {
  background-image: url('../obrazy/logo2.jpg');
  width:800px;
  height:181px;
}

#menu {
  float: right;
  margin-top: -40px;
  font-size: 12px;
}

#menu a{
  float: right;
  margin-left: 10px;
  text-indent: 0px;
}

.menuList ul{ 	
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style: none;
}
  
.menuList li{
  display: inline;
}

#main {
  width:800px;
  min-height: 400px;
  clear:both;
  background-image: url('../obrazy/menu.jpg');
  background-repeat: repeat-y;
}

#content {
  width:506px;
  min-height: 400px;
  float:right;
  color: black;
  font-family: Arial;
  font-size: 80%;
  text-align: left;
  text-align: justify;
}

#left {
  margin-left: 48px;
  _margin-left: 23px;
  float: left;
  width: 200px;
  text-align: center;
  color: white;
  font-family: Arial;
  font-size: 80%;
  text-align: center;
  width: 220px;
}
  
#menu_bottom {
  width:800px;
  height: 25px;
  clear:both;
  background-image: url('../obrazy/menu_bottom.jpg');
  background-repeat: repeat-y;
}

#footer {
  width:790px;
  height: 25px;
  background-image: url('../obrazy/footer.jpg');
  line-height:25px;
  padding-right: 10px;
}

#footer a{
  float: right;
  margin-left: 10px;
  text-indent: 0px;
  font-size: 12px;
}

#signature {
  width: 800px;
  text-align: center;
  color: #CCC;
  font-family: Arial;
  font-size: 70%;
  font-weight: bolder;
  line-height:25px;
}

.clear{
  clear:both;
}
