/* 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,
.text, p.align-left, p.align-center, p.align-right
{
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 11px/13px Verdana, sans-serif;
	font-size: 85%;
	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 * old bgcolor #fffaf2 * */
	/* background: #fffaf2 url('style_FILES/header_bg.jpg') repeat-x 0 35px; */
	background: #fffaf2;
	text-align: left;
	/* for MSIE, without this - error background rendering */
	height: auto;
}

#container1
{
	background: url('style_FILES/left_bg.jpg') top left repeat-y;
	/* for MSIE, without this - error background rendering */
	height: 100%;
}

#container2
{
	background: url('../img_border/left_yellow.gif') top right repeat-y;
	/* background: url('style_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;
}


/* Header *************************************************************************************** */

#header
{
	position: relative;
	height: 141px;
	background: url(../img_border/top_bg.jpg) repeat-x 0 0;
}

#header2
{
	position: absolute;
	top: 35px;
	left: 0;
	height: 106px;
	width: 100%;
}

#header3
{
	height: 106px;
	margin: 0 16px 0 15px;
	background: url(style_FILES/header_bg.jpg) repeat-x 0 0;
}

#header_in {
	position: relative;
	padding: 35px 30px 0 0;
	text-align: right;
	/* for Opera */
	z-index: 50;
}


/* Top border *** */

#top_left, #top_right
{
	position: absolute;
	top: 0;
}

#top_left
{
	left: 0;
}

#top_right
{
	right: 0;
}

#top_left_bg
{
	position: absolute;
	width: 230px;
	height: 106px;
	right: 16px;
	top: 35px;
	background: #7E0E0D;
	z-index: 0;
}


/* Header images, logo univerzity (UK) a fakulty (F) *** */

#logoUK_link
{
	position: absolute;
	left: 40px;
	top: 25px;
	width: 94px;
	height: 95px;
	z-index: 99;
}

#logoUK
{
	z-index: 100;
}

#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;
	position: relative;
}

#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;
	position: relative;
}

#adv_search {
	color: white;
	font-size: 95%;
	text-decoration: none;
}

#adv_search:hover {
	text-decoration: underline;
}


/* Menu Main *** */

#menu_main 
{
	position: absolute;
	bottom: 4px;
	right: 16px;
	height: 31px;
	background: url(style_FILES/menu_bg.gif) repeat-x 0 0;
}


#menu_main ul
{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-left: 30px;
}

#menu_main ul, #menu_main ul li 
{
	list-style-image: none;
}

#menu_main ul li 
{
	margin: 0;
	padding: 0 0 0 1px;
	display: block;
	float: left;
}


/* Menu Path ************************************************************************************ */

#menu_path {
	background: #feca77;
	margin: 0 16px 0 15px;
	border-bottom: solid 1px #ffffff;
}

#menu_path_in {
	padding: 4px 18px 6px;
	font-size: 85%;
}

#menu_path_in a {
	text-decoration: none;
	color: black;
	font-size: 100%;
}

#menu_path_in a:hover {
	text-decoration: underline;
}


/* Content ************************************************************************************** */

#content
{
	position: relative;
	margin: 0 16px 0 15px;
	height: auto;
}

#content_in
{
	position: relative;
	background: url(style_FILES/menu_right_bg2.jpg) no-repeat 100% 50px;
	min-height: 487px;
	margin-bottom: 2px;
}
/*.indent pridala peta 13.08.2009 - update typo 4.2.8*/
.indent {
    margin-left:40px;
}

/*updaty kvoli RTE generovanym stylom - Peta 8.11.2010*/

.align-right
{
	text-align:right;
}

.align-left 
{
	text-align:left;
}

.align-center
{
	text-align:center;
}


/*formatovanie tabuliek kvoli centram excelentnosti 12.3.2010*/

.no_border{
border:none;
}

.thin_border{
border:thin
}

a.fake_header{
font-size:small;
font-weight:bold;
text-decoration:underline;
}

.fake_header{
background-color:#FEEED8;
}

.status{
background-color:#FECA77;
}



/* Content Right ******************************************************************************** */

#right
{
	float: right;
	width: 227px;
	padding-bottom: 35px;
	z-index: 10;
	position: relative;
	min-height: 400px;
	max-height: 100%;
}

#right ul {
	margin: 0;
	padding: 0;
	padding-top: 8px;
}

#right li ul {
	margin: 0;
	padding: 0;
	padding-top: 0;
}

#right ul, #right ul li {

	list-style-image: none;
	width: 227px;
}

#right ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#right a {
	display: block;
	color: black;
	padding: 4px 20px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

#right a:hover {
	text-decoration: underline;
}

#right li ul li a {
	padding-left: 37px;
	text-decoration: none;
}

#right li ul li a:hover {
	text-decoration: underline;
}

#right li ul li ul li a {
	padding-left: 50px;
}

#right a:hover {
	/* color: #BF9960; */
}

#right a.act {
	background: url(style_FILES/lmenu_arr.gif) no-repeat 10px 8px;
}

#right li ul li a.act {
	background: url(style_FILES/lmenu_arr.gif) no-repeat 27px 8px;
}


/* Content Left ******************************************************************************** */

#content_left
{
	padding: 20px 250px 35px 25px;
	/* background: #feeed8; */
	text-align: justify;
}

a.top_page 
{
	display: block;
	clear: both; /* */
	float: none; /* */
	height: 1.2em; /* */
	text-align: right;
	text-decoration: underline;
	padding: 10px 18px 0 0;
	color: black;
	background: url(style_FILES/top_page2.gif) no-repeat 100% 11px;
}

a.top_page:hover 
{
	color: black;
}


/* Links of bottom page: Print, Email,... *** */

a.miniLink 
{
	font-size: 10px;
	color: black;
	text-decoration: none;
}

a.miniLink:hover 
{
	color: black;
	text-decoration: underline;
}


/* Footer *************************************************************************************** */

#footer
{
	height: 52px;
	margin: 0 16px 0 15px;
	background: #7E0E0D url(style_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;
}


/* Copyright Bottom *** */

#copyright {
	float: right;
	color: #ffffff;
	font-size: 110%;
}

#copyright a {
	color: #ffffff;
	padding: 0 0 0 0;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}


/* Editors content *** */

/* texo: zmena top: -2.2em; na -2.1em 10.10.2007*/
#content_bottom {
	position: absolute;
	left: 0;
	top: -2.2em;
	width: 100%;
	background: #FECA77;
	text-align: left;

	z-index: 1;
}

#content_bottom_in {
	padding: 5px 21px;
	color: #000000;
	font-size: 10px;
}

#content_bottom_in a, #content_bottom_in a:hover {
	font-weight: bold;
}


/* Content tags formating *********************************************************************** */

h1, h2, p, ul, ol, li, table, th, td, 
.text, p.align-left, p.align-center, p.align-right
{
	font-size: small;
	line-height: 15px;
}

h1, h2, p, ul, ol, table,
.text, p.align-left, p.align-center, p.align-right
{
	padding-bottom: 1em;
}

table
{
	margin-bottom: 1em;
}

p ul, p ol
{
	padding-bottom: 0;
}

table p
{
	padding-bottom: 0;
}

table img
{
	margin: 5px 0;
}

h1, h2
{
	font-weight: bold;
}

table, td, th 
{
	border: solid 1px #888888;
	border-collapse: collapse;
}

td, th 
{
	padding: 3px 8px;
}

th 
{
	font-weight: bold;
}

ul
{
	padding-left: 2em;
}

ul li
{
	padding-left: 0.5em;
}

ol
{
	padding-left: 2.5em;
}

a {
	color: white;
	text-decoration: none;
}

p a {
	color: black;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #BF9960;
}


/* CSS styled content corection, robert *** */

dd.csc-textpic-caption /* image caption */
{
	font-size: 80%;
	line-height: 120%;
}

/* Left (in text, no wrap around) */
/*
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: none; }
*/

/* Right (in text, no wrap around) */
/*
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: none; }
*/

#right
{
	position:absolute;
	top: 0;
	right: 0;
}


/* Loginstatus */
#loginstatus a {
        color:#FFFFFF;
        font-size:100%;
        text-decoration:underline;
}

#loginstatus {
        color:#FFFFFF;
        float:right;
        font-size:95%;
        text-align:right;
}



/* Main menu ************************************************************************************ */

#menu_main ul li a 
{ 
	height: 31px; 
	display: block; 
	float: left;
	color: #972d2d;	/* For MSIE */
	font-size: 0;
	line-height: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* Sitemap ************************************************************************************** */

.csc-sitemap ul 
{
	list-style-type: disc;
}

.csc-sitemap ul li a
{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

.csc-sitemap ul li ul li a
{
	font-weight: normal;
}


/* Content menu, level 4-5 or more ************************************************************** */

.content_menu
{
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: solid 2px #BF9960;
}

.content_menu, .content_menu ul
{
	list-style-type: disc;
}

.content_menu li a
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px; 
	text-decoration: none;
}

.content_menu li a:hover
{
	color: #000000;
	text-decoration: underline;
}

.content_menu ul
{
	padding-bottom: 0;
}

.content_menu ul li a
{
	font-weight: normal;
}



