/*

	main.css

	Na tento CSS soubor se vztahuji autorska prava, ktera jsou 
	plne vyhrazena autorem. Jakakoli manipulace s timto 
	souborem je zakazana!

	www.vsc-plavani.cz
	

*/

BODY { 
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: rgb(255,255,255);
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}

a {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,204,255);
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
}

a:hover {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,204,255);
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.a-cerny {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: none;
}

.a-cerny:hover {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,204,255);
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: underline;
}
.text {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: normal;
	line-height : 16px;
	TEXT-DECORATION: none;
}
.textbily {
	font-family: arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: normal;
	line-height : 16px;
	TEXT-DECORATION: none;
}
.textbilyfooter {
	font-family: arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-size: 11px;
	font-weight: normal;
	line-height : 16px;
	TEXT-DECORATION: none;
}
.vlozeno {
	font-family: arial,helvetica,sans-serif;
	color: rgb(178,178,178);
	font-size: 12px;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.nadpis {
	font-family: arial,helvetica,sans-serif;
	color: rgb(255,255,255);
	font-size: 16px;
	font-weight: normal;
	line-height : 14px;
	TEXT-DECORATION: none;
}
.nadpis-modry {
	font-family: arial,helvetica,sans-serif;
	color: rgb(0,204,255);
	font-size: 16px;
	font-weight: normal;
	line-height : 14px;
	TEXT-DECORATION: none;
}
