/* *** Autoskola IKARA, Magnetica s.r.o., Robert 2006 *** */

body, html, h1, div, p, table, tr, td, img, a, form {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	font: normal 10px/12px Verdana;
}

body, html {
	height: 100%;
}

body {
	background-image: url(../img/line_blue.gif);
	background-repeat: repeat-y;
}

h1 {
	color: #00086f;
	font: bold 12px/14px Verdana;
	padding: 0px 0px 10px 20px;
}

div {
	background-color: transparent;
}

#body {
	position: relative;
	width: 800px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
}

/* head panels ********************************************************************************** */

#title {
	position: relative;
	width: 800px; 
	height: 198px;
	background: white url(../img/bg_top.jpg) no-repeat top right;
}
#title_flash {
	position: relative;
	left: -15px;
	padding-top: 20px;
}
#live_text {
	position: absolute;
	left: 345px;
	top: 35px;
	color: #00086f;
	font: bold 12px/14px Verdana;
}
#live_text marquee {
	width: 455px;
}

#title_2 {
	position: relative;
	height: 77px;
	overflow: hidden;
	background: url(../img/bg_top2.jpg) no-repeat top right;
}
#title_2_menu {
	position: absolute;
	top: 50px;
	left: 37px;
	font: bold 10px/12px Verdana;
	color: #00086f;
}
#title_2_menu a {
	font: bold 10px/12px Verdana;
	color: #00086f;
}
#title_2_menu a:hover, #title_2_menu a.menu_act {
	color: #ffffff;
}


#title_2_flash {
	position: absolute;
	top: 4px;
	left: -15px;
}

#spacer {
	width: 800px; 
	height: 14px;
	background-image: url(../img/bg_line.jpg); 
	background-repeat: no-repeat; 
}

/* menu       *********************************************************************************** */

#menu {
	text-align: right;
	padding: 6px;
	color: #00086f;
	background-color: #ffffff;
	border-top: solid 1px #00086f;
	border-bottom: solid 1px #00086f;
}
#menu a {
	font: bold 11px/12px Verdana;
	color: #00086f;
}
#menu a:hover, #menu a.menu_act {
	color: #c10206;
}

/* left panel *********************************************************************************** */

#left
{
	float: left;
	width: 269px;
	background: #e8f1fb url(../img/aktuality.gif) no-repeat top left;
}
#left_in
{
	padding: 25px 0px 13px 0px;
}
div.news {
	color: #00086f;
	padding: 15px 13px 10px 13px;
	border-bottom: solid 1px white;
}
div.news a {
	font-weight: bold;
	color: #e60005;
}
div.news h1 {
	padding: 0px;
}
p.news_link {
	text-align: right;
	padding-top: 5px;
}

/* content panel ******************************************************************************** */

#right
{
	float: left;
	width: 531px;
	background-image: url(../img/bg_content.jpg); 
	background-repeat: no-repeat; 
}
#right_in
{
	padding: 30px 13px 13px 20px;
}
#right_in p {
	/* text-indent: 20px; */
	/* text-align: justify; */
}

#right_in table {
	border-collapse: collapse;
	border: solid 1px #00086f;
}
#right_in table td {
	padding: 3px 5px;
	border-collapse: collapse;
	border: solid 1px #00086f;
}

/* Online prihlaska *** */

#right_in table.online,
#right_in table.online td {
	border: solid 1px #ffffff;
	/* border: none; */
}
table.online input, textarea {
	font: normal 10px/12px Verdana;
	margin: 0;
}


/* Content, Bullets lists *********************************************************************** */

ol {
	padding: 0px;
	margin: 0px 0px 10px 26px;
}
ul {
	padding: 0px;
	margin: 0px 0px 2px 16px;
}
li {
	padding: 1px 0px;
	margin: 0px;
	border: 0px;
}
ul li {
	padding-left: 5px;
}

/* footer *************************************************************************************** */

#break {
	height: 48px;
	clear: both;
}
#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	height: 48px;
	background: transparent url(../img/bg_bottom.png) no-repeat;
}

/* link ***************************************************************************************** */

a {
	text-decoration: none;
	font-weight: bold;
	color: #00086f;
}

a:hover { }
