/* main body style */
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a, a.pn-normal {
	color: #0000FF;
	font-size: 13px;
	text-decoration: underline;
	background: none;
}
a.pn-pagetitle, h1 a {
	font-size: 16px;
	font-weight: bold;
}
a.pn-title, h2 a {
	font-size: 14px;
	font-weight: bold;
}
a.pn-sub {
	font-size: 12px;
}
a.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.pn-logo-small {
	font-size: 13px;
	font-weight: bold;
}
.pn-pagetitle, h1 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
.pn-title, h2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.pn-normal {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.pn-sub {
}
.pn-statusmsg {
	color: Red;
	font-style: italic;
}
/* news styles */
.pn-storytitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}

/* block styles */
.sideblock {
	width: 150px;
	padding:3px;
	border: 0px solid #000; 
}
.centerblock {
	padding: 0px;
	border: 0px solid #000;
}

/* styles for legacy opentable functions */
.box1{
	border:1px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
}
.box2{
	border:1px #cccccc solid;
	padding:8px;
	margin-bottom:5px;
	text-align:center;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}
/* novy styl button */
A {
	COLOR: #009933; TEXT-DECORATION: none
}
A:hover {
	BACKGROUND-COLOR: #FF9900;
	color:#FFFFFF
}
A:visited {
	COLOR: #009933
}


.tabulka {
width:80%;
}

.podnadpis {
border-bottom-color:#009933;
}

.center {
text-align:center;
vertical-align:middle;
}

.zarovnanie {
text-align:left;
border:hidden;
background-image:url(files/zeleny_back.jpg)
}

.zltyprechod {
background-image:url(files/gradient_2.jpg)
}

.uvod {
background-image:url(files/gradient_uvod.jpg)
}

.center2zlty {
text-align:left;
vertical-align:middle;
background-color:#fee045;
font-size: 18px;
font-weight:bold;
}

.povinne {
color:#FF0000;
}
