/* CSS Document */


/* === redefinition ======================================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	font-size: 12px;
	color: #555555;
}
body {
	/*background: #000000 url(../img/page_bg_mountains.jpg) top left repeat-x;*/
	background: #000000 url(../img/page_bg.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px;
}
a {
	color: #b4071b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: white;
	font-size: 40px;
	text-transform: uppercase;
}
h2 {
	background: url(../img/stripes_gray.gif) repeat top left;
	color: #FF9900;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 2px 0px 10px 0px;
	font-size: 100%;
}
h2.gold {
	background: #f1dc5c url(../img/bar_bg_gold.gif) repeat bottom left;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 2px 0px 10px 0px;
	font-size: 100%;
	border: solid 1px #999999;
}		
h2.silver {
	background: #d3d3d3 url(../img/bar_bg_silver.gif) repeat bottom left;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 2px 0px 10px 0px;
	font-size: 100%;
	border: solid 1px #999999;
}		
h2.bronze {
	background: #e2c69d url(../img/bar_bg_bronze.gif) repeat bottom left;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 2px 0px 10px 0px;
	font-size: 100%;
	border: solid 1px #999999;
}		

h3 {
	font-weight: bold;
	font-size: 100%;
	padding: 2px;
	margin: 20px 0px 4px 0px;
	border-bottom: solid 1px  #FF9900;
}
p {
	margin: 2px 0px 10px 0px;
	text-align: justify;
}
ul {
	list-style-image: url(../img/arroworange_right.gif);
}
ul.blue, li.blue {
	list-style-image: url(../img/arrowblue_right.gif);
	color: #0099FF;
}
ul.red, li.red {
	list-style-image: url(../img/arrowred_right.gif);
	color: #CC0000;
}

/* === layout ======================================================*/
#shrink {
	width: 900px;
	margin: auto;
	position: relative;
}
.justify {
	text-align: justify;
}
.noWrap {
	white-space: nowrap;
}
.reset {
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 1px;
line-height: 0px;
font-size: 0px;
} 
.right {
	float: right;
}
.newsBox {
	float: right;
	width: 275px;
	/*margin: 0px 0px 0px 20px;*/
	padding:  20px;
	background: #fff4df;
}
.aboutBox {
/*	float: left;*/
	width: 275px;
	margin: 0px;
	padding:  20px 0px 0px 0px;
}
p.boxedYellow {
	padding:  20px;
	background: #FFCC00;
	color: #FFFFCC;
}
p.boxedYellow2 {
	padding:  20px;
	background: #fff4df;
	color: #D7A355;
}
p.boxedBlue {
	padding:  20px;
	background: #0099FF;
	color: #CCFFFF;
}
p.boxedBlue2 {
	padding:  20px;
	background: #D1EAEF;
	color: #4B879A;
}

.imgFrame, div#novinky img, div#clanek img {
	border: solid 1px #CCCCCC;
	padding: 2px;
	margin : 5px;
}
#clanek{
	position:relative;
}
.imgFrameRight {
	border: solid 1px #CCCCCC;
	padding: 2px;
	float: right;
	margin: 0px 0px 20px 20px;
}
.imgFrameLeft {
	border: solid 1px #CCCCCC;
	padding: 2px;
	float: left;
	margin: 0px 20px 20px 0px;
}
.imgRight {
	float: right;
	margin: 0px 0px 20px 20px;
}
/* === header ======================================================*/
#header {
	height: 175px;
	position: relative;
	color: white;
}
#logoHorak {

}
#bannerHolder {
	height: 150px;
	position: relative;
}
#splash {
	position: absolute;
	left: 250px;
	top: 18px;
	width: 638px;
	height: 220px;
}
#logoHorak {
	margin: 90px 0px 0px 30px;
	float: left;
}
#headerCaption {
	position: absolute;
	top: 120px; 
	left: 260px;
	width: 608px;
	height: 30px;
	padding: 0px;
	display: block;
}
#headerCaption h1{
	font-size: 30px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	background: url(../img/stripes_black.gif) repeat top left;
	text-align: right;
}
#bannerTopBig {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 420px;
	height: 80px;
	font-weight: bold;
	background: url(../img/stripes_black.gif) repeat top left;
}
#bannerTopSmall {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 165px;
	height: 80px;
	font-weight: bold;
	background: url(../img/stripes_black.gif) repeat top left;
}
/* === footer ======================================================*/
.textBoxHome{
  height : 230px;
}
.textBoxHome .rightText{
	float: right;
	width: 420px;
	text-align: justify;
}

.textBoxHome .imgFrameLeft {
	
}
.textBoxHome ul{
	margin: 0px;
	padding-left: 15px;
}
.textBoxHome ul li{
	padding-bottom: 10px;
}
.textBoxHome ul li a{
	font-weight: bold;
}
/* === footer ======================================================*/
#footer {
	background: url(../img/stripes_gray.gif) top left repeat-x;
	padding: 6px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 9px;
	color: #999999;
	position: relative;
}
#footer a { display : none; }
#filmstrip {
	position: absolute;
	top: -60px;
	right: -20px;
}
#logos {
	position: absolute;
	top: -30px;
	right: 20px;
}
/* === page ======================================================*/
.paper{
}

.page {
	background: #FFFFFF url(../img/page_grad.gif) top left repeat-x;
	padding: 2px 30px 2px 30px;
}

.pageTop {
	background: url(../img/paper_top.gif) top left repeat-x;
	height: 29px;
}
.pageBottom {
	background: url(../img/paper_bottom.gif) top left repeat-x;
	height: 19px;
}
.pageContent {
	margin: 10px 0px 0px 230px;
}
/* === menu ======================================================*/
.leftColumn {
	float: left;
	width: 165px;
}

ul.mainMenu {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
ul.mainMenu li{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #d6d6d6;
}
ul.mainMenu li, ul.mainMenu li a{
	color: #03438d;
	text-transform: uppercase;
	font-weight: bold;
}
ul.mainMenu li#selected {
	background: #003366 url(../img/stripes_blue.jpg) top left repeat;
}
ul.mainMenu li#selected, ul.mainMenu li#selected a{
	color: #ffdede;
}
/* === highlight box ======================================================*/
.highlightBoxRight{
	float: right;
	width: 179px;
	margin: 0px 0px 20px 20px;	
	position: relative;
}
.highlightBoxContent {
	padding: 10px 20px 25px 20px;
	background: #ffc0b3 url(../img/hbox_bottom.jpg) left bottom no-repeat;
	color: #CC0000;
	position: relative;
}
.highlightBoxPaperclip {
	position: absolute;
	top: 4px;
	right: -12px;
}
.highlightBoxContent h3{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: solid 1px #990000;
	color: #CC0000;
}
