/* Univerzita Komenskeho, Bratislava, Created by Magnetica s.r.o. ******************************* */

body, html, p, img, table, tr, th, td, h1, h2, h3, h4, h5, ul, ol, li, a
{
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 11px/13px Verdana, sans-serif;
	color: #000000;
}

html, body {
	background: #AF1000;
}

body {
	text-align: center;
}

div
{
	background: transparent;
}


/* Page containers ****************************************************************************** */

#container
{
	width: auto;
	min-width: 780px;
	max-width: 1220px;
	margin: 0px auto 0px auto;
	/* background color for content left element, for Mozilla  */
	background: #feeed8 url('style_title_FILES/header_bg.jpg') repeat-x 0 35px;
	text-align: left;
	/* for MSIE, without this - error background rendering */
	height: auto;
}

#container1
{
	background: url('style_title_FILES/left_bg.jpg') top left repeat-y;
	/* for MSIE, without this - error background rendering */
	height: 100%;
}

#container2
{
	background: url('style_title_FILES/right_bg.jpg') top right repeat-y;
	/* for MSIE, without this - error background rendering */
	height: 100%;
}

.clear
{
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	/* News background */
	background: #feca77;
}


/* Header *************************************************************************************** */

#header
{
	position: relative;
	height: 141px;
	background: url(../img_border/top_bg.jpg) repeat-x 0 0;
}

#header_in {
	position: relative;
	padding: 35px 30px 0 0;
	text-align: right;
}


/* Top border *** */

#top_left, #top_right
{
	position: absolute;
	top: 0;
}

#top_left
{
	left: 0;
}

#top_right
{
	right: 0;
}


/* Header images, logo univerzity (UK) a fakulty (F) *** */

#logoUK_link
{
	position: absolute;
	left: 40px;
	top: 25px;
	width: 94px;
	height: 95px;
	z-index: 49;
}

#logoUK
{
	z-index: 50;
}

#titleUK_link
{
	position: absolute;
	left: 161px;
	top: 25px;
	width: 325px;
	height: 95px;
	z-index: 99;
}

#titleUK
{
	z-index: 100;
}

#logoF_link
{
	position: absolute;
	left: 60.9%;
	top: 31px;
	width: 68px;
	height: 68px;
	z-index: 99;
}

#logoF
{
	z-index: 100;
}


/* Menu Top *** */

#menu_top {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	list-style-image: none;
}

#menu_top li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu_top a {
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
}

#menu_top a:hover {
	text-decoration: underline;
}


/* Search *** */

#search_box {
	float: right;
}

/* Loginstatus */
#loginstatus a {
        color:#FFFFFF;
        font-size:100%;
        text-decoration:underline;
}

#loginstatus {
        color:#FFFFFF;
        float:right;
        font-size:100%;
        text-align:right;
}


/* Menu Path ************************************************************************************ */

#menu_path {
	height: 24px;
	background: #feca77;
	margin: 0 16px 0 15px;
	border-bottom: solid 1px #ffffff;
}

#menu_path_in {
	position: relative;
	padding: 1px 18px 0;
	/* padding: 4px 18px 6px; */
	z-index: 100; /* for MSIE */
}

#menu_path_in a {
	text-decoration: none;
	color: black;
}

#menu_path_in a:hover {
	text-decoration: underline;
}


/* Content ************************************************************************************** */

#content {
	margin: 0 16px 0 15px;
}

#content_in {
	position: relative;
	padding: 30px 20px 15px 20px;
	background: url(style_title_FILES/bg_image2.jpg) no-repeat top right;
	min-height: 200px; /* test, robert */
}


/* Content Title Menu *** */

#content_title_menu {
	margin-right: 15px;
	list-style-image: none;
}

#content_title_menu li {
	list-style-image: none;
	display: inline;
}

#content_title_menu li ul {
	display: inline;
}

#content_title_menu li ul li {
	background: none;
}

/* First level */

#content_title_menu a {
	color: #B2291B;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	font: bold 12px/14px Verdana;
	background: url(style_title_FILES/list_image_red.gif) no-repeat 0 5px;
}

#content_title_menu a:hover {
	/* color: #BF9960; */
	text-decoration: underline;
}

/* Second level */

#content_title_menu ul a {
	color: #000000;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

#content_title_menu ul a:hover {
	/* color: #BF9960; */
	text-decoration: underline;
}

/* Title Menu Spacer */ 

.space {
	display: block;
	height: 19px;
	clear: both;
}


/* News block ******************************************************************************** */

#news_out {
	margin: 0 16px 0 15px;
}

#news {
	float: left; 
	width: 100%;
	background: #feca77;
	border-top: solid 1px white;
	padding-bottom: 15px;
}

#news_in {
	padding: 15px 20px 0 20px;
	text-align: left;
}

h2, h2 a {
	color: #B2291B;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 3px;
}

h2 a:hover {
	text-decoration: underline;
}

/* News columns (aktuality, podujatia) *** */

#news_2 {
	float: left;
	width: 79%;
}

#news_2 ul li a {
	color: black;
}

#news_left, #news_right {
	float: left;
	width: 49%;
	border-right: solid 1px white;
}

/* texo: border-right: none; 10.10.2007 */
#news_right {
	width: 50%;
	border-right:none;
}

#news_left ul, #news_right ul {
	list-style-type: none;
	padding-bottom: 10px;
}

#news_right ul, #news_right h2, #news_right p {
	margin-left: 15px;
}

#news_right p {
	margin-top: 6px;
}

#news_left ul li, #news_right ul li {
	list-style-type: none;
	display: block;
	line-height: 12px;
	margin: 6px 10px 10px 0;
	padding-left: 12px;
	background: url(style_title_FILES/list_image_minired.gif) no-repeat 2px 6px;
}


/* News Column Menu *** */

/* texo pridal: border-left:solid 1px white; 10.10.2007 */
#news_menu {
	float: right;
	width: 19%;
	border-left:solid 1px white;
}

#news_list {
	margin-left: 20px;
	list-style-type: none;
}

#news_list li {
	display: block;
}

#news_list a {
	display: block;
	padding-left: 10px;
	background: url(style_title_FILES/list_image_minired.gif) no-repeat 0 8px;
	color: #B2291B;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

#news_list a:hover {
	text-decoration: underline;
}


/* Footer *************************************************************************************** */

#footer
{
	height: 52px;
	margin: 0 16px 0 15px;
	background: #7E0E0D url(style_title_FILES/bottom_bg.jpg) repeat-x left bottom;
	position: relative;
	border-top: solid 2px #ffffff;
}

#footer_in {
	text-align: right;
	padding: 11px 21px 0;
	color: #ffffff;
}


/* Bottom border *** */

#bottom_left, #bottom_right
{
	position: absolute;
	bottom: 0;
}

#bottom_left
{
	left: -15px;
}

#bottom_right
{
	right: -16px;
}


/* Menu Bottom *** */

#menu_bottom {
	float: left;
}

#menu_bottom ul, #menu_bottom ul li {
	padding: 0;
	margin: 0;
	list-style-image: none;
}

#menu_bottom ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu_bottom a {
	display: block;
	float: left;
	color: #ffffff;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#menu_bottom a:hover {
	text-decoration: underline;
}


/* Simple link *** */

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



