/*
	oranzova: 			#FF9933
	modra:					#00CCFF
	cervena: 				#FF0033
	tmavo-oranzova: #FF8000
*/

body {
	font-family: Trebuchet MS, Veradana;
	font-size: 11px;
	text-align: center;
	margin: auto;
	color: #000000;
	background-color: #FF9933;
}

a {
	text-decoration: none;	
}

#mainBlock {
	margin: 30px auto auto;
	width: 900px;
	text-align: left;
}


/* HEADER BLOCK */
#headerBlock {
	clear: both;
}

#headerBlock a {
	text-transform: uppercase;	
	color: #FF9933;	
}

#headerBlock a:hover {
	color: #00CCFF;	
}

#topMenu .languageSelect {
	float: right;
	padding-top: 1px;
	margin-right: 15px;
	font-size: 10px;
}

#headerBlock .headerImage {
	height: 230px;
	width: 900px;	
}

#topMenu {
	width: 900px;
	margin: 3px 0 20px 0 !important;	
	padding: 2px 0 0 0;
	height: 18px !important;
	height: 20px;
	background-color: #FFF;
}

#topMenu ul {
	float: left;		
	margin: 0;
	padding: 0;
}

#topMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#topMenu a {
	margin: 0 0 0 15px;
	font-size: 10px;
}

#topMenu .linkActive, #footerBlock .linkActive {
	color: #00CCFF !important;
}

/* CONTENT BLOCK */
#contentBlock {
	clear: both;
	padding: 0 40px 0 10px;
}

.contentSpacer {
	height: 30px;
	clear: both;	
}

#contentText {
	font-size: 12px;
}

#contentText h1 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}

#contentText a {
	color: #FFF;
}

#contentText a:hover {
	color: #000;
}

#contentText .contentImageLeft {
	float: left;
	width: 250px;
}

#contentText .contentImageRight  {
	float: left;
	width: 380px;
	margin-left: 10px;
	line-height: 170%;
	font-size: 10px;
	clear: right;
}

#contentText .contentDesc {
	line-height: 120%;
	font-size: 10px;
}

#contentText .columnLeft, #contentText .columnRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#contentText .columnLeft {
	float: left;
	margin: 0 20px 0 10px;
	width: 290px;
	color: #FFF;
}

#contentText .columnRight {
	float: left;
	margin-left: 20px;
	width: 290px;
	color: #FFF;
}

#contentText .poemHeader {
	font-weight: bold;
	font-size: 15px;
	margin: 40px 0 15px 0;
}

#contentText .poemDesc {
	font-size: 9px;
}

#contentBlock.contentBlockSub {
	background: url(../images/background.gif) repeat-y;
}

#contentSubMenu {
	width: 191px;
	float: left;
	padding-top: 30px;
	line-height: 150%;
}

#contentSubMenu ul {
	margin: 0;
	padding: 0;
	width: 189px;
}

#contentSubMenu li {
	list-style: none;
	text-transform: uppercase;	
	border-bottom: 1px solid #FF8000;
}

#contentSubMenu a {
	color: #FF0033;	
	width: 100%;
	display: block;
}

#contentSubMenu .linkActive {
	color: #FFF;	
}

#contentSubMenu a:hover {
	color: #FFF;	
}

#contentSubText {
	float: left;
	width: 648px;	
}

/* CONTENT - CONTACT */
#contentText .contentContactLeft {
	float: left;
	width: 337px;
}

#contentText .contentContactRight {
	float: left;
	line-height: 120%;
	border-left: 1px dashed #00CCFF;
	width: 512px;
	font-size: 12px;
}

#contentText .contentContactHeader {
	font-size: 16px;	
	font-weight: bold;
	padding-bottom: 5px;
}

/* CONTENT - OTHERS */
#contentText .contentNormal {
	padding: 0 20px 0 10px;
	width: 100%;	
}

/* OTHERS */
.divTerminator {
	clear: both;
}

.boardText, .boardButton, .boardKey {
	border: 1px solid #FF0033;
	text-size: 10px;
	background-color: #FF9933;
	margin: 5px 0 5px 0;
	color: #000;
}

.boardText {
	width: 320px;
	padding-left: 3px;
}

.boardKey {
	border: 1px solid #FF0033;
	text-size: 10px;
	background-color: #FF9933;
	color: #000;
	width: 77px;
}

.boardButton {
	width: 100px;
	color: #FF9933;
	background-color: #FF0033;
	text-size: 8px;
	text-transform: uppercase;
	margin-right: 15px;
}

.boardArrow {
	border: 0;
}

.boardMsg {
	border-bottom: 1px solid #FF8000;
	padding-bottom: 5px;
	margin-left: 10px;
}

.boardName {
	color: #FFF;
	padding-bottom: 5px;
	margin-left: 10px;	
}

.galleryPhoto {
	display: inline;
	border: 1px solid #FF9933;
	margin: 2px;
}

.galleryPhoto:hover {
	border: 1px solid #FF0033 !important;
}

.contentNormal .item {
	padding-left: 20px;
	display: inline;
}

.borderedBlock {
	margin: 5px 0 50px 0;
	border-top: 1px solid #FF8000;
}

/* LIGHTBOX */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./Assets/images/overlay.png", sizingMethod="scale");
}	
