/* CSS Document */
BODY {
	width: 1000px;
	margin: 10px auto;
	padding: 0;
	background: #f0e0c0 url("img/bodybkg.jpg") top left repeat-x;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img, div {
  display: block;  
  margin: 0;
  padding: 0;
  border: none;
  }
a {
	text-decoration: none;
	color: #000080;
  }
a:hover {
	color: #404080;
  }
h1 {
  display: block;
  margin: 0;
  padding: 2px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  }
h2 {
  display: block;
  margin: 0.83em 0px;
  font-size: 1.5em;
  font-weight: bold;
  }
h3 {
	display: block;
  margin: 1em 0;
  padding-left: 2em;
  font-size: 1em; 
  font-weight: bold;
  text-align: left;
  }

#header{
  height: 200px;
	background: #103060 url("img/header.jpg") no-repeat;
  }

#header_top{
	margin-left: 250px;
	line-height: 30px;
}

#header_mid{
  position: relative;
  top: 0px;
  height: 140px;
}
#header_mid a{color: white;}

#header_cent {
  position: absolute;
  top: 0;
  left: 220px;
	font-weight: bold;
	font-style: italic;
	color: white;
  }
.head_itso {
  font-size: 1.87em;
  line-height: 3em;
  }
.head_name {
  font-size: 1.35em;
  margin-left: 50px;
  }
.logo, .headimg {position: absolute;}
.logo {
  top: 20px; left: 50px;
  width: 100px; height: 100px;
  }
.headimg {
  top: 38px; right: 21px;
  width: 159px; height: 64;
  }

#header_bot {
	line-height: 30px;
	text-align: right;
  }
#header_bot span {
  margin: 0 20px;
	color: white;
  float: right;
}

.leftfloat {float: left;} 
.rightfloat {float: right;}
.clearer {clear: both;} 

#mainmenu{
	background: #204080 url("img/menubar.jpg") no-repeat; 
	width: 1030px;
	height: 31px;
	margin-left: -15px;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 300px;
  }
#mainmenu li {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
	float: left;
  }
    #mainmenu li.selected {
	background: #f0e0c0 url("img/selected.jpg") top left no-repeat;
}
#mainmenu li span {
  display: block;
  padding: 0 16px;
  line-height: 25px;
  }

#mainmenu li.selected span {
	background: transparent url("img/selected2.jpg") top right no-repeat;
	}

#mainmenu a {
	color: white;
	}
#mainmenu a:hover {
	color: #f0e0c0;
  }

#content {
  padding: 5px 10px;
  }
#content, .lrborder {
  background: white url("img/contbkg.gif") top left repeat-y;
  }

#content_bottom {
  height: 8px;
  background: transparent url("img/contbot.gif") top left no-repeat;  
  }
    
#content_left {
	width: 250px; 
  float: left;
  }
  
.left_head {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  line-height: 2em;
  }

.left_text {
  text-align: center;
  font-size: 0.875em;
  }
.left_smalltext {
  text-align: center;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  }
.bold{
  font-weight: bold;
  }
  
.leftlogo {
  display: block;
  margin: 0 auto;
}
.leftimg {
  display: block;
  margin: 0 auto;
  }

#content_main {
  margin: 0 20px 0 280px;
  }
#content_main div {
  margin: 10px 0;
  }
#content_main li {
  margin: 3px 0;
  }

.imgright {
  margin: 10px 0px 10px 10px;
  float: right;
  }
.imgcenter {
  margin: 10px auto;
  }

#left_menu{}
#left_menu ul{
	list-style-type: none;
  margin: 0 0 20px 20px;
  padding: 1px;
	background: #808080;
}
#left_menu li{
  margin: 1px;
  padding: 10px 20px;
	border: none;
	background: #f8f8f8;
	font-weight: bold;
}
#left_menu li.ssel{
	background: rgb(240,224,192);
  }
#left_menu a{
	color: black;
  }
#left_menu a:hover{
	color: blue;
  }

#uvod_text{
	margin: 0;
	float: right;
	width: 650px;
	padding: 10px;
	line-height: 2em;
}

.kont{
	border: none;
	width: 600px;
	margin-left: 50px;
}

.cenik{
	padding: 0;
	border: 1px solid black;
	border-collapse: collapse;
}

.cenik th, .cenik td{
	padding: 0 10px;
	border: 1px solid black;
}

#footer{
	border: none;
	text-align: center;
}
#footer_link a{color: #806633;}
#footer_link a:hover{color: #334d80;}
