* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  background: #fff url('../img/bg.jpg') repeat-x; 
  font-size: 0.8em;
  letter-spacing:0.5px;
  line-height:2.2em;
  color: #303030; 
  text-align: center; 
}


/* obecne odkazy --------------------------------------------------------------- */
a {color:#b41818;}
a:link {color:#b41818;}
a:hover {color:#b41818; text-decoration: none;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:25px 0 25px 0; }
h1 { font-size:200%;}
h2 { font-size:170%; font-weight: normal; border-bottom:#d8d8d8 1px solid }
h3 { font-size:105%; border-bottom: 1px solid #ddd;}
h4 { font-size:120%; }
h5 { font-size:100%; }

.rbroundbox h2 {color: #333333; font-size: 170%; margin-top: 0; border: 0;}

/* layout ---------------------------------------------------------------------- */
#layout { 
  width:1024px; 
  margin:0 auto; 
  text-align:left; 
}

  	/* hlavicka ------------------------------------------------------------------ */
  	#header { position:relative; background: #303030; margin-bottom: 20px; }
  
      #logo {
	font-family: 新細明體;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 108px;
	font-size:230%;
	margin: 0;
	line-height: 108px;
	text-align: center;
      }
      #logo a{
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        border-left: 8px solid #303030;  
        padding: 0px 10px 7px 10px;  
      }
      
      #logo span {
        color: #676767;
        font-weight: bold;
      }
      
      #logo a:hover span {
        color: #fff;
        font-weight: bold;
      }
      
      #navigation{
	position: absolute;
	left: 500px;
	line-height: 83px;
	display: block;
	height: 108px;
	width: 470px;
	top: 0;
	text-align: right;
	font-size: 95%;
      }
      
      #navigation ul li{
        display: inline;
      }
      
      #navigation li a {
        color: #cacaca;
        padding: 50px 10px;
        text-decoration: none;
      }
      
      #navigation a:hover {
        color: #fff;
      }
      
      /* The nice box with introducing text and news */
      
      /* set millions of background img */
      .rbroundbox { background: #ffffff; }

      /* height and width stuff, width not really nessisary. */
      .rbtop div, .rbtop, .rbbot div, .rbbot {
      width: 100%;
      height: 7px;
      font-size: 1px;
      }
      .rbcontent { margin: 0 7px; }
      .rbroundbox { width: 95%; margin: 1em auto; color: #fff; margin-bottom: 20px;}
      
      .rbroundbox a { color: #333333; }
      .rbroundbox a:hover { atext-decoration: none }
	  

      .rbcontent2 {
	margin: 0 7px;
	background-color: c22222;
}
      .rbroundbox2 { width: 95%; margin: 1em auto; color: #ffffff; margin-bottom: 20px;}
      
      .rbroundbox2 a { color: #fff; }
      .rbroundbox2 a:hover { text-decoration: none; }
      .content {
	float: left;
	width:72%;
	z-index: 10;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 10px;
      }
      
      #panel-right {
	float:right;
	width:24%;

color: ; 		padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
      #panel-right-inside {border-left: 1px solid #ffffff; padding: 0 0 0 16px;}
      #panel-right span { color: #ffffff; }
      #panel-right p {margin: 0;}
      
      #main {
      padding: 0 37px
	  
      }
      
      #footer {
      background: #303030;
      color: #b1b1b1;
      }
      
      #footer a{
      color: #b1b1b1;
      }
      
      #footer-inside {
	width:950px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 26px;
	padding-left: 0;
      }
      
      #footer-inside p {
      margin-top: 0;
      margin-bottom: 0;
      }
      
      #copyright {
      float: left; 
      width: 450px;
      }
      
      #dont-delete-this{
      margin: 0 0 0 323px;
      text-align: right;
      }

/* odstavce -------------------------------------------------------------------- */
p { margin:15px 0; line-height: 24px; font-size: 95%}

.content p {color: #fff; margin-top: 10px;}

/* tabulky --------------------------------------------------------------------- */
table {
	margin:15px 0;
	border: 1px solid #cdcdcd;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	width: 100%;
	text-align: center;
	color:#333333;

}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {background: #e5e5e5; font-weight: bold;}
tr.table-top2 {
	background: #b5191a;
	font-weight: bolder;
	font-size: 150%}
tr.table-top3 {
	background: #d0e6b3;
	color:#333333;
	font-size: 100%}
tr.table-top4 {
	background: #ffffff;
	color:#333333;
	font-size: 100%
}

/* seznamy --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definice -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* ostatni --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.light {padding: 4px 5px; background: #ac0001; text-decoration: none;} .light:hover {color: #fff;}
.light3 {padding: 1px 15px; background: #d7efb1; text-decoration: none;} .light3:hover {color: #303030;}
.noscreen { display:none; }
.light2 {padding: 1px 15px; background: #e5e5e5; text-decoration: none;} .light2:hover {
	color: #303030;
	text-align: center;
}
.form_subtitle{
position:absolute;
top:-11px;
left:7px;
width:auto;
height:20px;
background-color:#990000;
text-align:center;
padding:0 7px 0 7px;
color:#FFFFFF;
font-size:11px;
line-height:20px;
}
 
#apDiv1 {
	position:absolute;
	width:430px;
	height:360px;
	z-index:1;
}
#aa {
	clear: right;
	float: right;
	height: 302px;
	width: 382px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin: 1px;
}
.boxkind h2 {
	font-size: 20px; margin-bottom: 20px; padding-bottom: 10px; color: #222; border-bottom: #d8d8d8 1px solid
	
}
.notice {
	BORDER-RIGHT: rgb(85,85,85) 1px dotted;
	BORDER-TOP: rgb(85,85,85) 1px dotted;
	BACKGROUND: #d1d1d1;
	BORDER-LEFT: rgb(85,85,85) 1px dotted;
	COLOR: rgb(0,0,128);
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: rgb(85,85,85) 1px dotted;
	padding: 5px;
	width: 95%;
	margin:10px 5px 10px 5px;
}
.yes {
	BORDER-RIGHT: rgb(85,85,85) 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: rgb(85,85,85) 1px dotted; PADDING-LEFT: 5px; BACKGROUND: #f0ff8c; PADDING-BOTTOM: 5px; BORDER-LEFT: rgb(85,85,85) 1px dotted; WIDTH: 500px; COLOR: #bb0000; LINE-HEIGHT: 20px; PADDING-TOP: 5px; BORDER-BOTTOM: rgb(85,85,85) 1px dotted}
.code {
	BORDER-RIGHT: #afa238 1px solid; PADDING-RIGHT: 13px; BORDER-TOP: #afa238 1px solid; PADDING-LEFT: 13px; BACKGROUND: #faf5cf; PADDING-BOTTOM: 4px; BORDER-LEFT: #afa238 1px solid; COLOR: #393409; PADDING-TOP: 4px; BORDER-BOTTOM: #afa238 1px solid
	}