/* Univerzita Komenskeho, Bratislava ******************************* */

body, html, p, img, table, tr, th, td, h1, h2, h3, h4, h5, ul, ol, li, a, dl
.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: #ffffff;
}

body {
	
}

div
{
	background: transparent;
}

/* 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;
		}

		
		div
		{
			background: transparent;
		}


/* Page containers ****************************************************************************** */

#container
{
	width: auto;
	margin: 0px auto 0px auto;
	background: none;
	text-align: left;
}

#container1
{
	background: none;
}

#container2
{
	background: none;
}

.clear
{
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


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

#header
{
	display: none;
	visibility: hidden;
	position: relative;
	height: 141px;
	background: url(../images/top_bg.jpg) repeat-x 0 0;
}

#header_in {
	position: relative;
	padding: 35px 30px 0 0;
	text-align: right;
}


#right
{
	display: none;
	visibility: hidden;
}

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

#footer
{
	display: none;
	visibility: hidden;

	height: 52px;
	margin: 0 16px 0 15px;
	background: #7E0E0D url(../images/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;
}



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

h1, h2, h3, h4, p, ul, ol, li, table, th, td, .text, dl
{
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 12px/15px Verdana, sans-serif;
	font-size: small;
	line-height: 120%;
	color: #000000;
}

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

h1, h2, h3, h4
{
	text-align: left;
}

h1
{
	/* font-size: 14px; */
	font-size: 160%;
}

h1 a
{
	/* font-size: 14px; */
	font-size: 100%;
}

h2
{
	font-size: 140%;
}

h2 a
{
	font-size: 100%;
}

h3
{
	font-size: 120%;
}

h3 a
{
	font-size: 100%;
}

h4, h4 a
{
	font-size: 100%;
}

table
{
	margin-bottom: 1em;
}

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

table p
{
	padding-bottom: 0;
}

table img
{
	margin: 5px 0;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a
{
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: underline;
}


/* Images *** */

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

img.image_left 
{
	float: left;
	margin: 0 10px 10px 0;
}

img.image_right 
{
	float: right;
	margin: 0 0 10px 10px;
}


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: black;
	text-decoration: none;
}

p a, #content_left ul a, ol a, dl a {
	color: black;
	text-decoration: underline;
	font-size: 100%;
}

a:hover {
	color: #BF9960;
}