﻿/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001422;
	background:#001422 url('obrazky/pozadi.jpg') 50% top;
	text-align: center;
}

#wrap {
	position: relative;
	width: 760px;
	background: #81C1EF;
	margin: 0 auto;
	text-align: left;
}
#menu {background:url('obrazky/menupozadi.jpg') repeat-x 50% top; 
height:37px; width:760px; clear: both;
}

#header {background:#007AD3 url('obrazky/hlavnibanner.jpg') no-repeat 50% top; 
width:760px; height:170px; clear: both;
}
#border {background:#0066FF url('obrazky/border.jpg') repeat-x 50% top; 
width:760px; height:9px; clear: both;
}
h1 {font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#0070B8;}
#footer {background:#0070B7 url('obrazky/footer.jpg') repeat-x 50% top; 
width:760px; height:43px; text-align:center; float: left; clear: both;
}
#footer a:link {color:#79C6F7; text-decoration:none; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:visited {color:#79C6F7; text-decoration:underline; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:hover {color:#79C6F7; text-decoration:underline; font-size:11px; padding-left:10px; padding-right:10px;}
#footer a:active{color:#FFFFFF; text-decoration:underline; font-size:11px; padding-left:10px; padding-right:10px;}
#bottom_line {background:#DF38A2 url('obrazky/bottom_line.jpg') repeat-x 50% top; 
width:760px; height:6px!important; clear: both;
}
#main {background:#FFFFFF url('obrazky/main_bg.jpg') repeat-x 50% top; 
width:760px; position: relative; clear: both; float: left; }
#main a{color:#006EB4; text-decoration:underline; font-weight:bold;}
#main a:hover {color:#006EB4; text-decoration:none; font-weight:bold;}
#main h2 { background:#0170BF url('obrazky/h2_bg.jpg') repeat-x 50% top; 
font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; padding-left:10px;
}

#right {width:251px; float: right; padding:0px; position:inherit;}
#left {padding:10px; width:480px;}
#submenu a:hover{font-size:12px; color:#FEFCFD; text-decoration:underline;}

.vpravo {
	text-align:right;
}
.levybann {
	padding-top:30px;
	padding-bottom:10px;
}
    #tabsJ {
      float:left;
      width:100%;
      background:url('obrazky/menu_bg.jpg') repeat-x 50% top;
      font-size:103%;
	  font-weight:bold;
      line-height:normal;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url('obrazky/tableftJ.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url('obrazky/tabrightJ.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#006EB4;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

.textfield {
	display: block;
	width:50%;
	margin:3px 3px 3px 30px;
	padding:3px;
	border: 1px solid #D2E3F3;
	background: #EEF4FB;
}
label {	display: block; margin:3px; padding: 5px;}
.button {
	display: block;
	padding:0px;
	margin:3px;
	border: 2px solid #C8E9F7;
	color:#000000;
	background: #EEF4FB;
}
.textfield:hover {
	background:#FFFFCC;
}
.textfield:focus {background:#ffffff;}