/*
  titulka s linkom - maly text
*/

.miniHeadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Navy;
	text-decoration : none;
}

.miniHeadLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Navy;
	text-decoration : none;
}

/*
 Link s nadpisom
*/

.normalHeadLink {
	font-size: 18px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-weight: bold;
	color: Navy;
	text-decoration : none;
}

.normalHeadLink:hover {
	font-size: 18px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-weight: bold;
	color: #0000CD;
	text-decoration : none;
}

/* Specialne pre nadpis Domasa - Valkov */

.domasaHeadLink {
	font-size: 16px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-weight: bold;
	color: Navy;
	text-decoration : none;
}

.domasaHeadLink:hover {
	font-size: 16px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-weight: bold;
	color: #0000CD;
	text-decoration : none;
}



/*
 Head menu
*/

.menuHeadLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
    color : #4B0082;
	text-decoration : none;
}

.menuHeadLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color : #8A2BE2;
	text-decoration : none;
}

.headMenuStart {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #4B0082;
}

.menuDivide {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #4B0082;
}

/* 
 Kontaktne informacie
*/

.phoneNumber {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A52A2A;
}

.introMailLink {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A52A2A;
	text-decoration : none;
}

.introMailLink:hover {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A52A2A;
	text-decoration : underline;
}

.kontaktText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #00008B;
}

/*
 Odkazy na sekcie s pridavnymi informaciami
*/

.addSectionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Navy;
	text-decoration : none;
}

.addSectionLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	text-decoration : none;
}
