/**********************************************************************/
/*HTML AFTER a BEFORE - BEGIN*/
/***********************************************************************/

/* OBECNE STYLY - BEGIN*/
/* ************************************************************** */

.HTML_main {
	border-left: 1px solid #8F3557;
	border-right: 1px solid #8F3557;
	background-color: #FFFFFF;
}

.HTML_top {
	background: url(http://letenky.kralovna.cz/kralovna/pictures/top.jpg);
}

/* OBECNE STYLY - END*/
/* ************************************************************** */

/* TOP MENU - BEGIN*/
/* ************************************************************** */
.top_menu_holder {
	position: relative;
	width: 780px;
	height: 120px;
}

.top_menu {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 780px;
    height: 20px;
    text-align: center;
}

A.top_menu_link {
	font-size: 14px;
    color: #8F3557;
    text-decoration: none;
}

A.top_menu_link:Hover {
	font-size: 14px;
    color: #015BA9;
    text-decoration: none;
}

.main_menu_holder {
	position: relative;
	width: 780px;
	height: 42px;
}


/* ************************************************************** */
/* TOP MENU - END*/

/* ************************************************************** */
/* FINISH - BEGIN */

.finish {
	font-size: 13px;
	color: #FFFFFF;
}

A.finish {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

A.finish:Hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

/* FINISH - BEGIN */
/* ******************************************************************* */


/*
**********************************************************************
HTML AFTER a BEFORE - END
**********************************************************************
*/