/* layout */
#page {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
#topmenu {
	text-align: right;
	display: none;
}
#header {
	height: 160px;
}
#partneri {
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 35px;
}
#partneri h2 {
	/*display: inline;*/
	display: none;
	text-transform: uppercase;
	margin-top: 90px;
	color: #5489C1;
}

#logo {
	display: block;
	float: left;
	width: 160px;
	height: 160px;
	margin-left: 20px;
	margin-right: 30px;
	background: url('images/logo01.gif') no-repeat left top;
}
#logo span {
	display: none;
}
#logo-text {
	font-family: Georgia, "New York CE", utopia, serif;
	text-transform: uppercase;
	font-size: 160%;
	color: #B02825;
	font-weight: bold;
	padding: 85px 0 0 0;
	margin: 0;
	line-height: 20px;
}
#logo-text2 {
	font-family: Georgia, "New York CE", utopia, serif;
	text-transform: uppercase;
	font-size: 130%;
	color: #ebd0d0;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#logo-text3 {
	font-family: Georgia, "New York CE", utopia, serif;
	text-transform: uppercase;
	font-size: 80%;
	color: #B02825;
	xfont-weight: bold;
	padding: 0;
	margin: 0;
}
#menu {
	height: 67px;
	padding: 0 6px;
	background: url('images/bg01.gif') repeat-x left top;
	color: #fff;
	line-height: 20px;
}
#menu a {
	color: #fff;
	margin: 0 4px;
	text-transform: uppercase;
}
#menu div {
	margin-top: 30px;
}
#menu div.left {
	float: left;
}
#menu div.right {
	float: right;
}
#content {
	background: url('images/bg05.gif') repeat-y left top;
}
#leftbar {
	float: left;
	width: 202px;
}
#rightbar {
	float: right;
	width: 232px;
}
#rightbar .content {
	padding: 0 10px 10px 10px;
}
#rightbar h2 {
	text-transform: uppercase;
	background: url('images/bg04.gif') repeat-x left bottom;
	padding-bottom: 15px;
	margin: 0;
}
div.user {
	background: #BFDFEF;
	padding: 3px;
	margin-bottom: 10px;
}
div.user label {
	display: block;
	float: left;
	width: 50px;
}
#mainbar {
	float: right;
	width: 566px;
}
#mainbar .content {
	padding: 10px;
}
#footer {
	clear: both;
	background: url('images/bg03.gif') repeat-x left top;
	color: 0;
	padding: 15px 10px 0 0;
	line-height: 30px;
	font-size: 90%;
	text-align: right;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer img {
	position: relative;
	top: 3px;
}

#hledani {
	padding: 0 0 20px 0;
	margin: 0;
}
#hledani img {
	position: relative;
	top: 10px;
}

.statistika {
	font-size: 80%;
}
.nadpis {
	font-size: 120%;
	font-weight: bold;
	background-color: #EEE;
}
.podnadpis {
	font-style: oblique;
	text-indent: 15pt;
	font-weight: bold;
	border-bottom: 1px dashed #AAAAAA;
}
#tabulka_program {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#tabulka_program td {
	margin: 0;
	padding: 3px;
}
#tabulka_program .sloupec1 {
	width: 100px;
	text-align: center;
	vertical-align: top;
}
#tabulka_program .sloupec2 {
	width: 50px;
	text-align: center;
	background-color: #EEE;
	vertical-align: top;
}
#tabulka_program .sloupec3 {
	vertical-align: top;
}
/*----------------------------------------------------------------------*/

a {
	color: #457;
}
a:hover {
	color: #89B;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	background: #fff;
	margin:0; padding:0;
	text-align: center;
}

td              {   vertical-align: top;
                }
input, select, textarea	{
                    font-family: Verdana;
			        border: 1px solid #808080;
                }
img             {	margin:0; padding:0;
				    border:0
                }
form			{   margin: 0px;
 			        padding: 0px; }
h1              {
					font-family: Georgia, "New York CE", utopia, serif;
	                font-size: 140%;
	                font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 5px;
                }
h2              {
					font-family: Georgia, "New York CE", utopia, serif;
                    font-size: 120%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
h3              {
					font-family: Georgia, "New York CE", utopia, serif;
                    font-size: 120%;
                    font-weight: bold;
                    margin-top: 2px;
                    margin-bottom: 2px;
                }
p               {
                }
hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #eee;
}
hr.cleaner {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------*/
.text_error		{   color: #AF2222; }
.text_vystraha	{   color: #AF2222; }
/*----------------------------------------------------------------------*/
.table_light	{   margin-top: 10px;
                    margin-bottom: 10px; }
.table_light td	{   padding-left: 5px; }
.table_light .headline 	{
		  	        color: #000000;
			        background-color: #CCCCCC;
		            font-style: normal;
		            font-weight: bold;
			        text-align: left; }
.table_light .line1	{ background-color: #F5F5F5; }
.table_light .line2	{ background-color: #FFFFFF; }
/*----------------------------------------------------------------------*/
.table_dialog   {
                    border: 1px solid #D0D0D0;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
.table_dialog thead {
                    background-color: #F2F2F2;
                    border-bottom: 1px dashed #D0D0D0;
                    font-weight: bold;
                    font-style: normal;
                    text-align: center;
                    padding: 2px; }
/*----------------------------------------------------------------------*/
.table_mini   {     width: 100%;
                    margin: 0 0 10px 0;
                    padding: 0;
                    border-collapse: collapse;
                    }
.table_mini thead td {
		            background:#EEE url("images/bg_03.png") top left repeat-y;
                    color: #457;
                    font-weight: bold;
                    font-size: 100%;
                    padding-left: 15px;
                    }
.table_mini tbody td {
                    padding-left: 5px;
                    padding-right: 5px;
                    font-size: 90%;
                    }
/*----------------------------------------------------------------------*/
.button         {   background-color: #DDDDDD;
                    border-left: 1px solid #F0F0F0;
                    border-top: 1px solid #F0F0F0;
                    border-right: 1px solid #999999;
                    border-bottom: 1px solid #999999;
                    font-family: Verdana;
                    margin: 2px;
						  }
/*----------------------------------------------------------------------*/
#center         {
text-align: center;
}
/*----------------------------------------------------------------------*/
.registrace {
    background-color: #BFDFEF;
    border: 0;
}
.registrace div {
    padding: 10px;
}
.registrace legend {
    font-weight: bold;
    color: white;
    background-color: #B02824;
    padding: 4px 8px;
}
#rdp {
  background: url("images/rdp.gif") no-repeat 140px center;
  font-size: 80%;
  xpadding-left: 40px;
}
#rdp:hover {
  background-color: #C7E1F0;
}