.odkaz a:link { color: blue; text-decoration:none;}
.odkaz a:hover { color: blue; font-weight:bold;}
.odkaz a:visited { color: blue; text-decoration:none;}

#obsah {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

h1 {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 16px;
}


h2 {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 14px;
}

#obsah	{ 
position: absolute;
width: 650px;
top: 180px;
left: 140px

}

#menu   {
position: absolute;
width: 100px;
height: 960px;
top: 160px;
left: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;	
background-color: #D3E4F9;
}


/*Nastavenie tlacitok*/


#menu a {
	display: block;
	font: bold 87%/1 Verdana, sans-serif;
	margin: 0 0.2em; padding: 0.1em 0;
	border: 1px solid black;
	width: auto;
	height: auto; 
	white-space: inherit;
	font-weight: bold;
	text-decoration: none;
	/*Toto nastavuje text vo vnutri tlacitka*/
	vertical-align: baseline;
	text-align: center;
	/*Toto nastavuje okraje a vzdialenosti tlacitok od seba*/	
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background: #ccc;
	color: black;
}


#menu a:hover {
	text-decoration:none;
	background-color: #A5A5A5;
}



body {
background-color: #EBEBEB;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.podtitul { text-align: center; font-weight: bold; text-decoration: overline}

.valid {
position: absolute;
top: 400px;
left: 10px
}


.tlacitka a {
	font: bold 87%/1 Verdana, sans-serif;
	margin: 0 0.2em; padding: 0.1em 0;
	border: 1px solid black;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background: #ccc;
	color: black;
}

.tlacitka a:hover {
	background-color: #A5A5A5;
}


