body
{
	text-align: center;
	background:center #fcf2c6 url(logopozadie1.jpg) no-repeat;
	font-family: "Lucida grande", "Trebuceht MS", Arial, verdana;
}

a:link { color: blue; text-decoration: none}
a:visited {color: darkblue;text-decoration: none}
a.active {color: black;text-decoration: none}
a:hover {color: gray;text-decoration: underline}

img
{
	border: 5px solid #F06B00;
}

img.header
{
	border: none;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

h1
{
	padding:0;
	margin:0;
}

p.nadpis
{
	font-weight: bold;
}

p
{
	margin-top:0;
	padding-top: 0;
}
p.odrazky
{
	
	text-align: left;
}

ul
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	list-style-type: square;
	line-height: 150%;
}

ul.li a.link
{
	color: black;
	text-decoration: none;
}

ul.li a:active {color:black;}
ul.li a:visited {color:black;}

ul.li a:hover
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#fotka_left
{
	width: 200px;
	float: left;
	border:0px solid black;
}

#fotka_right
{
	width: 200px;
	float: right;
	border:0px solid red;
}

#container_najvacsi
{
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

#container
{
	width: 800px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	padding: 10px;
	height: 140px;
}

#left
{
	background-color: transparent;
	float: left;
	width: 90px;
	margin: 5px;
}

#right
{
	float: right;
	border-left: 2px solid #F06B00;
	border-right: 2px solid #F06B00;
	padding: 20px;
	width: 630px;
	height: 400px;
	text-align: justify;
	background-color: transparent;
}

.reset
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}


