@charset "utf-8";
/* All associated graphics copyright 2005, Eduard ZEMAN alias edi*/
/* May 4th, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. 
	
used colors:
#0E1F7E		-blue
#FFB310		-orange
*/


/* ++++++++++++redefining html tags +++++++++++++++++*/
*
{
	font-family : "Verdana CE", "Geneva CE", "Lucida Grande CE", "Helvetica CE", Verdana, Geneva, Lucida, sans-serif;
	font-size : x-small;
}
body
{
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background-color: White;
}
* img, a img
{
	border: 0px;
}
table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
	background-color: transparent;
	text-align : center;
}
tr,td
{
	margin: 0px;
	padding: 0px;
}
th
{
	margin: 0px;
	padding: 0px;
	color : White;
	background-color : Black;
}
address
{
	font-variant: normal;
	font-weight: bolder;
	font-size: 110%;
}
table.tabulka tr td, table.tabulka tr th
{
	padding: 2px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	text-align : left;
	/*border-style : solid;
	border-width : 1px;*/
	background-color : white;
}
table.tabulka tr th
{
	color : White;
	background-color : Black;
}
table.tabulka tr td.l, table.tabulka tr th.l {text-align : left;}
table.tabulka tr td.r, table.tabulka tr th.r {text-align : right;}
table.tabulka tr td.c, table.tabulka tr th.c {text-align : center;}
hr{	display: none;}
a{	color: Black;	text-decoration: underline;	font-weight : bold;}
a:hover{	text-decoration: none;}
a.alt{color: White;	background: Black; text-decoration:underline ; font-size: 100%;}
a.alt:hover{	color: white;	background-color: ;}
a.small
{
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
	color: #333;
}
a.small:hover
{
	background-color: #333;
	color: white;
	text-decoration: none;
}
h1{font-size: 200%; }
h2{font-size: 150%;}
h3{font-size: 120%; padding: 0px; margin: 0px;}

/* +++++++++++++++++clases ++++++++++++++++++++++*/
.mylist
{
	list-style-type : square;
	padding-left : 30px;
	padding-bottom : -5px;
	padding-top : -5px;
}
.mylist li
{
	margin-top : -2px;
	margin-bottom : -2px;
}
.cleaner
{
      clear: both;
      /*height: 1px;
      margin: -1px 0 0 0; padding:0;
      border: none;
      visibility: hidden;*/
}
.confirmation
{
	width: 100%;
	font-size: 80%;
	color: #333;
	margin-right: 15px;
}
.efekt{
	font-weight: bold;
	color: ;
}
.bg {
	color: White;
	background-color: Black;
	font-weight: bold;
}
.box{
	background-color: Silver;
	border: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 15px;
	font-style: italic;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
	_width: 99%;
}
.hide{display: none;}
.fillin15{height: 15px;}
.fillin35{height: 35px;}
.fillin75{height: 75px;}
.fillin105{height: 105px;}
/* +++++++++++++ defining id tags +++++++++++++++*/
#page
{
	text-align: center;
}
#inpage
{
	margin: 0 auto 0;
	text-align: left;
	width: 920px;
	max-width: 1024px;
}
#top
{
	height: 150px;
	background-repeat: no-repeat;
}
#aftertop
{
	height: 16px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 70%;
	background-repeat: no-repeat;
	color: White;
	background-color: Black;
}
#sidebar
{
      float: left;
      width: 200px;
      margin:0; padding:0;
		display: none;
}
#insidebar
{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 70%;
}
#main
{
   margin:0 20 0 0px; padding:0;
	width: 80%;
}
#inmain
{
	margin: 0;
	padding: 0 1em;
	font-size: 100%;
}
#content
{
	padding: 1%;
	text-align: left;
	margin-bottom: 5px;
}
hr.cleaner
{
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
#bottom
{
	position: relative;
	float: right;
	text-align: right;
	width: 100%;
	min-height: 20px;
	margin-bottom: 1em;
	margin-top: 2em;

}
/*navigation*/
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	visibility: hidden;
}

#navcontainer a.off, #navcontainer a.on 
{
	display: block;
	color: Black;
	width: 90%;
	_width: 100%;
	padding: 3px 12px 3px 7px;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	border-left: 10px solid;
	_font-size: 80%; /*this makes troubles in menu*/
	font-weight: normal;
}

#navcontainer a.off:hover, #navcontainer a.on:hover, #navcontainer a.on
{
	color: White;
	background-color: Black;
	border-left: 10px solid;
	text-decoration: none;
}
#navcontainer li li a.off, #navcontainer li li a.on
{
	display: block;
	color: Black;
	width: 90%;
	_width: 100%;
	padding: 3px 3px 3px 16px;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	border-left: 10px solid;
	_font-size: 70%;
}
#navcontainer li li a.off:hover, #navcontainer li li a.on:hover, #navcontainer li li a.on
{
	color: White;
	background-color: Black;
	border-left: 10px solid;
	text-decoration: none;
}
/*temporary style switcher*/
#stylechanger
{
	position: absolute;
	z-index: 5;
	top: 110px;
	left: 930px;
}
#counter
{
	position: relative;
	top: 20px;
	left: 5px;
	font-size: 90%;
	font-weight: bold;
}
#imgclickhome
{
	background: white url('../images/logo.gif') top left no-repeat;	
}
