
body
{
	font-family: arial;
	font-size : 12px;
	color : #555555;
	margin: 0px;
}

.full_width {width: 100%}
.full_height {height: 100%}
.full_size {height: 100%; width: 100%}

.text {color: #555555; font-family: arial; font-size: 12}
.menu {color: #ffffff; font-family: arial; font-size: 11; font-weight: bold}
.nadpis {color: #037A04; font-family: verdana; font-size: 13}
.title {color: #ffffff; font-family: verdana; font-size: 13; font-weight: bold}
.input {background-color: #F8F8F8; font: 11px Arial; color: #555555; border: 1px solid black; padding-left: 4px; padding-top: 2px;  height: 20px}
.button {background-color: #FFD200; font: 10px verdana; color: #000000; border: 1px solid black;  height: 20px}
.odkaz {color: #FF7200; font-family: arial; font-size: 12; text-decoration: underline}
.pata {color: #005473; font-family: verdana; font-size: 10px}
.odsazeni_text {margin-left: 15px; margin-top: 15px; margin-right: 15px}

.top_back {background-image: url(images/top_back.png); background-repeat: repeat-x}
.square {background-image: url(images/square.gif); background-repeat: no-repeat}






A {
	text-decoration : none;
	color : Blue;
}

A.odkaz:HOVER {
	color : #d90000;
}

A.pata:HOVER {
	color : #CD4400;
}

A:HOVER {
	color : #FFEA00;
}


