@charset "utf-8";
/* CSS Document */
body {
	margin: 4px 0 0 0;
	padding: 0;
	background-color: #000;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	color : #818787;
	/*\*/
	*font-size: 68.75%;
	_text-align: center;
}
.hidden {
	display: none;
}
.cBoth {
	clear: both;
}

hr {
	font-size: 1px;
	line-height: 1px;
	background: #000 url("../img/hr.png") bottom right no-repeat;
	height: 1px;
	clear: both;
}


/* Structure */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;	
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 240px;
	background: transparent url("../img/header.png") bottom right no-repeat;
}

#content {
	margin: 0 0 15px 0;
	padding: 0;
	width: 900px;
	float: left;
}

#separator {
	font-size: 1px;
	line-height: 1px;
	background: #000 url("../img/hr.png") bottom right no-repeat;
	height: 1px;
	clear: both;
}

#footer {
	margin: 0;
	padding: 0;
	height: 194px;
	background: transparent url("../img/footer.png") top right no-repeat;
	clear: both;
}

/* header */
#header h1 {
	position: absolute;
	left: 15px;
	top: 35px;
	margin: 0;
	padding: 0;

	z-index: 1;
}

#header h1 a {
	display: block;
	width: 399px;
	height: 147px;
	margin: 0;
	padding: 0;
	background: transparent url("../img/logo.png") no-repeat;
}


#header h1 a span {
	display: none;
}

/* links */
a:link {
	color: #A20C0C;
	text-decoration: none;
}
a:link img,
a:visited img {
	border: 0;
	text-decoration: none;
}
a[href]:link {
	color: #A20C0C;
	text-decoration: none;
}
a:visited {
	color: #A20C0C;
	text-decoration: none;
}
a[href]:visited {
	color: #A20C0C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[name]:hover {
	color: inherit;
	text-decoration: none;
}
a[href]:hover {
	text-decoration: underline;
}

/* Images */
img.imgRight {
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 5px solid #2C3232;
}

img.imgLeft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border: 5px solid #2C3232;
}
img.imgRam {
	float: left;
	margin: 15px 0;
	padding: 0;
	border: 5px solid #2C3232;
}

/* content */
#content h2 {
	margin: 15px 10px 15px 0;
	padding: 0;
	color: #A20C0C;
	font-size: 180%;
	font-weight: bold;
} 

#content h3 {
	margin: 15px 10px 15px 0;
	padding: 0;
	color: #A20C0C;
	font-size: 140%;
	font-weight: bold;
}

#content h4 {
	margin: 15px 10px 15px 0;
	padding: 0;;
	color: #818787;
	font-size: 110%;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content p.error {

color: #c6115b;
background-color: #ffd9d9;
margin: 10px 0;
padding: 10px;
border-top: 1px solid #c6115b;
border-bottom: 1px solid #c6115b;
}


/* leftBar */
#leftBar h2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	display: block;
	width: 121px;
	height: 40px;
	line-height: 40px;
	color: #25486b;
	font-size: 200%;
	font-weight: normal;
	background: transparent url("../img/h2_bg.png") left top no-repeat;
}

#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 137px;
	display: block;
	width: 900px;
	height: 52px;
	background: #000 url("../img/ul_bg.png") right top no-repeat;
	list-style: none;
}

* html #nav li {
	height: 1%;
}


#nav li {
	padding: 0;
	margin: 0;
	float: right;
	text-decoration: none;
}

#nav li a {
	margin: 25px 0 0 0;
	padding: 0 15px 0 15px;
	display: block;
	color: #A20C0C;
	font-weight: normal;
	font-size: 110%;
	background: transparent url("../img/sipka_1.png") center left no-repeat;
}

#nav li a:hover,
#nav li.active a {
	text-decoration: none;
	background: transparent url("../img/sipka_seda.png") center left no-repeat;
}
/*
#nav li.active {
	text-decoration: underline;
	background: transparent url("../img/menu.png") top right repeat-x;
}
*/

/* footer */

#breadcrumbs {
	margin: 15px 0 0 0;
	padding: 5px 0px;
}

#breadcrumbs .B_firstCrumb,
#breadcrumbs .B_lastCrumb,
#breadcrumbs .B_crumb {
	display: inline;
	margin: 0;
	padding: 0 15px;
	background: transparent url("../img/sipka_1.png") center left no-repeat;
	
}
/*
B_lastCrumb
B_homeCrumb
B_currentCrumb
*/
#footer p {
	float: left;
	margin: 10px 0;
	padding: 0;
	font-size: 90%;
}

/* Tables */
table.profil {
	margin: 0 10px 5px 0;
	padding: 0;
	line-height: 1.7em;	
}

table.profil th,
table.profil thead th {
	margin: 0;
	padding: 2px 4px;
	width: 8em;
	background-color: #fff;
	font-size: 100%;
	font-weight: normal;
	vertical-align:text-top;
}

table.profil td {
	margin: 0;
	padding: 2px 4px;
}

table.tabulka {
	margin: 10px 0 10px 10px;
	color: #666;
	border-collapse: collapse;
	border: 1px solid #efefef;
	font-size: 100%;
}

table.tabulka th,
table.tabulka thead th {
	padding: 8px 4px;
	background-color: #f2f2f2;
	border: 1px solid #efefef;
	font-size: 100%;
	font-weight: bold;
}

table.tabulka td {
	padding: 4px;
	border: 1px solid #efefef;
}

table.widthFull {
	width: 100%;
}

table.widthHalf {
	width: 50%;
}

/* boxes */
div.leftBox {
	float: left;
	width: 450px;
}

div.rightBox {
	float: right;
	width: 450px;
}

div.leftBox p {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	line-height: 1.7em;
	text-align: justify;
}
div.rightBox p {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 1.7em;
	text-align: justify;
}
div.logo {
	margin: 15px 50px 0 0;
	padding: 0;
	display: block;
	float: left;
	width: 56px;
	height: 66px;
	background: transparent url("../img/footer_logo.png") top left no-repeat;
}
div.logo a {
	display: block;
	width: 56px;
	height: 66px;
	margin: 0;
	padding: 0;
}
div.logo a span {
	display: none;
}
div.rockStudio {
	margin: 15px 0 0 0;
	padding: 0;
	display: block;
	float: right;
	width: 118px;
	height: 39px;
	background: transparent url("../img/RockStudio.png") top left no-repeat;
}
div.rockStudio a {
	display: block;
	width: 118px;
	height: 39px;
	margin: 0;
	padding: 0;
}
div.rockStudio a span {
	display: none;
}

/* form styling  */

fieldset {
	border: 0;
	margin: 10px 0;
	padding: 10px;
	border: 5px solid #2C3232;
	width: 350px;
}

form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

legend {
	display: none;
}

label {
	
}

.input, .select {
	margin-top:0;
	padding: 5px;
	border: 0;
	border: #ccc 1px solid;
	color: #777;
	width: 10em;
}

.select:hover, 
.select:focus,
.input:hover, 
.input:focus,
.textarea:hover, 
.textarea:focus {
	border: #aaa 1px solid;
	background-color: #fffde6;
}

textarea {
	margin-top:0;
	padding: 2px;
	border: #ccc 1px solid;
	color: #777;
}

.button {
	margin: 0;
	padding: 5px 10px;
	border:1px solid #25486b;
	background-color: #F4F2ED;
}

.button:hover, .button:focus {
	background-color: #E4E0D3;
}

/* zoznamy */
ul.kontakt {
	margin: 0;
	padding: 0;
}

ul.kontakt li {
	margin: 15px 50px 0 0;
	padding: 0;
	display: block;	
	list-style: none;
	float: left;
	line-height: 2em;
}

ul.list {
	margin: 10px 10px 10px 0;
	padding: 0;
}

ul.list li {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
	line-height: 1.7em;
	background: transparent url("../img/list.png") 0 8px no-repeat;
}


ul.listMenu {
	margin: 10px 0;
	padding: 0;
}

ul.listMenu li {
	margin: 2px 0 0 0;
	padding: 0 5px 0 40px;
	background: transparent url("../img/download-32x32.gif") center left no-repeat;
	list-style: none;
	height: 30px;
	line-height: 30px;
}
ul.listMenu li a {
	font-weight: bold;
}
ul.listMenu li.pdf {
	background: transparent url("../img/pdf-32x32.gif") center left no-repeat;
}
ul.listMenu li.doc {
	background: transparent url("../img/doc-32x32.gif") center left no-repeat;
}
ul.listMenu li.xls {
	background: transparent url("../img/xls-32x32.gif") center left no-repeat;
}
ul.listMenu li.ppt {
	background: transparent url("../img/ppt-32x32.gif") center left no-repeat;
}

iframe {
	margin: 15px 0;
	padding: 0;
	display: block;
	width: 890px;
	_width: 880px;
	height: 400px;
	border: 5px solid #2C3232;
}
