/* basic style */
body {
	background-color: #FFFFFF;
	color: #184690;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background-image : url(../images/podklad.gif);

}

h1, h2, h3, h4, p, ul, li, a, img{
	margin: 0;
	padding: 0;
	border: 0; }

/* FORMATOVANI STRANKY */
#page {
	color: #184690;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
a:visited {
	color: Blue;
}
td {
	font-size: 11px;
}
#content {
	width:570px;
	float:right;}

#leftmenu {
	width:220px;
	float:left;}
	

/* ==HEAD ===== */
#headleft {
	display:  block;
	position: relative;
	width:    190px;
	height:   196px;
	overflow: hidden ;
	float: left;
	}

#headleft span  {
	background:url(../images/headleft.jpg) no-repeat left top;
	display:     block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       190px;
	height:      196px ;
	cursor: pointer;}	

#headright {
	display:  block;
	position: relative;
	width:    610px;
	height:   196px;
	overflow: hidden ;
	float: right;
	margin:0px;
	}

#headright span  {
	background:url(../images/headright.gif) no-repeat left top;
	display:     block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       610px;
	height:      196px ;
	}	
	
#vlajky {
	position : absolute;
	display : block;
	text-align: right;
	z-index : 5;
	margin: 0;
	padding-left: 410px;
	padding-top: 75px;
}
/* LEVE MENU */
#leftbox {padding-left: 15px;}

#leftmenu ul {
	list-style-type: none;
}

#leftmenu ul li  {
	display:block;
	height:34px;
	overflow:hidden;
}
	
#leftmenu ul li a  {
	display:block;
	width: 192px;
	height: 32px;
	font-weight: bold;
	/*color: #D57E1C;*/
	color: #184690;
	text-decoration: none;
	background: url(../images/bgmenu.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
}

#leftmenu ul li a span {
	padding-left: 15px;
	line-height: 30px;	
}

#leftmenu ul li a:hover {
		background-position: 0 -64px;
}

#leftmenu ul li a.aktiv {
		background-position: 0 -32px;
		cursor:default;
}

/* === OBSAH ===== */
#contbox { padding-right: 20px;
padding-top: 40px;
}

#contbox h1{
	color: #D2760E;
	font-size: 28px;
	font-style: italic;
	margin-bottom: 20px;
}

#contbox h2{
	color: #184690;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
}

#contbox p{ font-style: italic;	 }

#contbox p span{ font-size: 14px; }

#contbox ul{
	list-style: none;
	padding-left:5px;
	margin-bottom: 20px;
	}

#contbox ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}

#contbox {}

/* === PATICKA =====  */
#footer {
	display: block;
	position: relative;
	width: 800px;
	height: 130px;
	overflow: hidden;
	/*padding-top: 30px;*/
	float: left;
	background-image : url(../images/prechod.gif);
	background-position : bottom;
	text-align: center;
	vertical-align: super;
}

#footer span{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 800px;
	vertical-align: super;
}

#footer p {
	margin: 5px;
	padding: 5px;
	display : inline;
	position: relative;
}
.paticka{
	font-size: 10px;
	width : 790px;
	padding: 3px;
	

}
#menutrat {
	padding-left: 15px;
}
#menutrat a {
	font : bold italic 12px Arial, Helvetica, sans-serif;
	color: #184690;
	text-decoration : none;
}
#menutrat a:hover{
	color: Blue;
}
#menuubytovani {
		padding-left: 15px;
}
#menuubytovani  a {
	font : bold italic 12px Arial, Helvetica, sans-serif;
	color: #184690;
	text-decoration : none;
}
#menuubytovani  a:hover{
	color: Blue;
}
/* == POMOCNE === */
.cleaner {clear: both}

.tabnad {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	background-color: #0066cc;
	color: #ffffff;
}
.ram {
	border : 1px solid #E1E8FF;
	padding : 10px;
	margin-bottom : 5px;
	background-image : url(../images/prechodpodklad.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}
.error {
	color: Red;
	padding-left: 40px;
	background-image : url(../ico/script_alert.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
	line-height : 30px;
	border : 1px solid Red;
}
.ramvitame {
	border : 4px solid #E1E8FF;
	padding : 10px;
	margin-bottom: 15px;
	text-align: center;
	background-image : url(../images/podklad2.gif);
	color: #184690;
	font-size: 16px;
	font-style: italic;
	font-weight : bold;
}