/* zadefinovanie povinnych parametrov pozadia */
body {
background-color: white;
line-height: 100%;
margin-bottom : 0px; 
margin-top : 0px; 
margin-left : 0px;	
margin-right : 0px;
background-attachment:fixed;
line-height : 100%;
scrollbar-arrow-color: #316573;
scrollbar-track-color: #316573;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: gray;
scrollbar-3d-light-color : #316573;
scrollbar-dark-shadow-color : #316573;
scrollbar-base-color : White;
}
/*  Nadpis clanku */
h1 {
font-style: normal; 
text-align: left; 
color: #CC9900; 
font-family: Arial; 
font-size : 14px;
}
/*  samotny text clanku */
p {
font-style: normal; 
text-align: left; 
color: #266F91; 
font-family: Verdana; 
font-size : 11px;
}
/*  oznacenie clanku dole */
h2 {
font-style: normal; 
text-align: center; 
color: #266F91; 
font-family: Arial; 
font-size : 12px;
}
/*  oznacenie <<naspat|dalej>> */
h3 {
font-style: normal; 
text-align: center; 
color: #266F91; 
font-family: Verdana; 
font-size : 10px;
}
/*  definicia aktivnej linky */
A.1typ:link {color: #266F91; text-decoration: underline}
A.1typ:visited {color: #266F91; text-decoration: underline}
A.1typ:hover {color: #CC9900; text-decoration: underline}
A.1typ:active {color: #CC9900; text-decoration: underline}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #266F91;
}

