body,table{
	margin : 0px 0px 0px 0px;
	padding : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 0px;
	padding: 0px;
}

body {

				   scrollbar-face-color: #64A9D2 ;
				   scrollbar-shadow-color: #64A9D2;
				   scrollbar-highlight-color: white;
				   scrollbar-3dlight-color: #64A9D2;
				   scrollbar-darkshadow-color: #64A9D2;
				   scrollbar-track-color: #e1e1e1;
				   scrollbar-arrow-color: white;
				 }

h1{
	background-color: #64A9D2;
	color: white;
	margin: 0;
	padding : 20px 10px 0 10px;
	font-size : 20pt;
}



h2{
	background-color: Gray;
	color: white;
	margin: 0;
	padding : 3px 10px 3px 10px;
	font-size : 10pt;
}

.langselect{
	background-color: #64A9D2;
	color: white;
	margin: 0;
	padding : 0 10px 5px 10px;
	font-size : 10pt;
	text-align: right;
}


.footer{
	background-color: #64A9D2;
	color: white;
	margin-bottom: 3px;
	padding : 20px 10px 20px 10px;
	font-size : 10pt;
}

.main{
	padding : 20px 30px 20px 30px;
}

.napoveda{
	background-color: #DCDCDC;
	border : 1px solid Black;
	padding : 1px 1px 1px 1px;
	margin : 20px 0 0 0;
}

.napovedanadpis{
	background-color: #64A9D2;
	color: white;
	font-weight: bold;
	border : 0px solid Black;
	padding : 1px 3px 1px 3px;	
}

.napovedatext{
	background-color: #DCDCDC;
	padding : 10px 3px 1px 3px;
}

a            {
	text-decoration: underline;
}

a:hover      {
	text-decoration: none;
}

.langselect a{
	color:white;
	font-weight: bold;
}

.langselect a:hover{
	color:white;
}

.footer a{
	color:white;
	text-decoration: none;
}
.footer a:hover{
	color:white;
	text-decoration: underline;
}


p{
	font-size : 10pt;
	margin-top: 3px;
	margin-bottom: 3px;
	padding : 0px 10px 0px 10px;		
}

textarea{
	border : 2px solid #ADD8E6;
	font-weight : bold;
	font-size: 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, select{
	font-size: 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tlacitko{
	background-color: #DCDCDC;
	color: #64A9D2;
	border : 2px solid #64A9D2;	
	font-weight: bold;
		
}

td{
	padding: 3px;
	vertical-align : top;
}

/*zobrazeni a skryti vyberu abecedy*/
.stylevis {
display: block;
 }

.styleinvis {
display: none;
 }
 
 ul{
	list-style : square;
}

 ol{
	list-style : decimal;
}

 ol.abc{
	list-style : lower-alpha;
}