/* Copyright © www.redbutton.sk */

/* --------------------------- text START */

	.nadpis {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #999999;
	}
	
	.text {
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		color: #000000;
	}

/* text END */
/* --------------------------- formular START */

	/* styl INPUT */
		.inputstyle, INPUT.text { 
			font-family:Tahoma, Verdana, Arial;
			font-size:11px;
			color:#333333;
			background-color:#EDF5FB;
			border-style:solid;
			border-width:1px;
			border-color:#6D90B0;
			height:20;
		}
	
	/* styl TEXTAREA */
		.textareastyle, TEXTAREA.text { 
			font-family:Tahoma, Verdana, Arial;
			font-size:11px;
			color:#333333;
			background-color:#EDF5FB;
			border-style:solid;
			border-width:1px;
			border-color:#6D90B0;
			height:60;
		}
	
	/* styl BUTTON */
		.button { 
			font-family:Tahoma, Verdana, Arial;
			font-size:11px;
			height:20;
		}
		
/* formular END */
/* --------------------------- hypertext START */

		A.menu,A.link:visited{
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			color:#989898;
			/*text-decoration: underline;*/
			text-decoration: none;
		}
		A.menu:hover{
			font-family: Tahoma, Verdana, Arial;
			font-size: 11px;
			color:#D80001;
			/*text-decoration: underline;*/
			text-decoration: none;
		}


		A.kateg,A.kateg:visited{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	line-height: normal;
		}
		A.kateg:hover{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#990000;
	text-decoration: underline;
		}

/* hypertext END */
