/* PISMO */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #898E96;
	font-size: 80%;
}
p, input, span, ul, select, label, table, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}


/* NADPISY */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 85%;
	text-indent: -9999px;
}
h2 {
	font-weight: bold;
	font-size: 115%;
}

h3 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-size: 100%;
	font-style: italic;
	color: #464646;
}

/* ODKAZY */
a {
	color: #2E597E;
	text-decoration: none;
}
a:hover {
	color: #6F9DED;
}
a:visited {
	text-decoration: none;
}
a img {
	border: 0;
}


/* LAYOUT */
body, img, form, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: White;
	text-align: center;
}
#pageHolder {
	position: relative;
	width: 602px;
	height: 569px;
	float: left;
	margin-top: 15px;
	padding: 0;
	background-color: #F9F9F9;
	text-align: left;
	background: #F9F9F9 url("./layout/content.bg.gif") top left repeat-y;
}
#logo {
	width: 592px;
	height: 207px;
	background: url("./layout/logo.bg.gif") top left no-repeat;
}

#content {
	width: 492px;
	text-align: left;
	margin: 35px 0 0 100px;
}

#contact {
	width: 210px;
	float: left;
	position: relative;
	border-right: 2px solid #535353;
}

#info {
	width: 250px;
	padding: 0 10px; 
	float: left;
}

#panel {
	position: relative;
	margin-top: 15px;
	float: left;
	width: 202px;
	height: 569px;
	background: url("./layout/ref.bg.gif") top left no-repeat;
}

#foot {
	float: left;
	position: relative;
	width: 802px;
	height: 20px;
	margin-top: 2px;
	background-color: #B1B2B5	
}

p {
	font-style: italic;
	line-height: 1.5em;
}

/* SPOL. */
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clr {
	clear: both;
	padding: 0;
	margin: 0;
	visibility: hidden;
	height: 1px;
}

