﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-09-09 24:00                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

#rightPanel #content p
{
	padding: 8px 0;
	font-size: 12px;
	line-height: 16px;
}

#rightPanel #content ul
{
	margin: 0 0 0 15px;
	list-style-type: circle;
	font-size: 12px;
}

#rightPanel #content a
{
	color: White;
	text-decoration: underline;
}

#rightPanel #content a:hover
{
	color: White;
	text-decoration: none;
}


/*======================================================================================*/
/* DOWNLOAD                                                                             */
/*======================================================================================*/

.downloadContent
{
    padding: 10px 0;
	font-size: 75%;
}

/*======================================================================================*/

.downloadContent .item
{
	width: 400px;
	padding: 0 0 15px 35px;
}

.downloadContent .item a
{
	font-weight: bold;
}

/*======================================================================================*/

.downloadContent .doc,
.downloadContent .docx,
.downloadContent .txt,
.downloadContent .rtf,
.downloadContent .html
{
	background: url(images/files-icons/doc.gif) no-repeat left top;
}

.downloadContent .xxxpdf,
.downloadContent .pdf
{
	background: url(images/files-icons/pdf.gif) no-repeat left top;
}

.downloadContent .xls,
.downloadContent .xlsx
{
	background: url(images/files-icons/xls.gif) no-repeat left top;
}

.downloadContent .ppt,
.downloadContent .pptx
{
	background: url(images/files-icons/ppt.gif) no-repeat left top;
}

.downloadContent .jpg,
.downloadContent .jpeg,
.downloadContent .png,
.downloadContent .bmp,
.downloadContent .gif,
.downloadContent .cdr,
.downloadContent .psd
{
	background: url(images/files-icons/jpg.gif) no-repeat left top;
}

.downloadContent .avi,
.downloadContent .wmv,
.downloadContent .mov,
.downloadContent .mpg,
.downloadContent .divx
{
	background: url(images/files-icons/avi.gif) no-repeat left top;
}

.downloadContent .wav,
.downloadContent .mp3,
.downloadContent .ogg,
.downloadContent .mp2,
.downloadContent .mp1
{
	background: url(images/files-icons/wav.gif) no-repeat left top;
}

.downloadContent .zip,
.downloadContent .rar,
.downloadContent .arj,
.downloadContent .cab
{
	background: url(images/files-icons/zip.gif) no-repeat left top;
}



/*======================================================================================*/
/* LINKS                                                                                */
/*======================================================================================*/

.linksContent
{
	width: 575px;
}

/*======================================================================================*/

.linksContent .link
{
	width: 580px;
	height: 45px;
	padding: 10px 0;
	position: relative;
	cursor: hand;
	cursor: pointer;
	font-size: 80%;
}

.linksContent .link .bg
{
	width: 580px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/links.png) no-repeat left top;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.linksContent .link table
{
	width: 550px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.linksContent .link table a
{
	color: white;
}

.linksContent .link table td.image
{
	width: 130px;
	height: 100%;
	text-align: center;
}

.linksContent .link table td.image a img
{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}

.linksContent .link table td.image a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.linksContent .link table td.text
{
	
}

/*================================================*/

.linksContent .link:hover
{
	
}

.linksContent .link:hover table td.image img
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

/*======================================================================================*/

.linksContent .clear
{
	height: 15px;
}




/*======================================================================================*/
/* CONTACT                                                                              */
/*======================================================================================*/

.contactContent #contacts
{
	margin: 10px 0;
	position: relative;
	color: white;
}

.contactContent #contacts a
{
	color: white;
}

.contactContent #contacts strong
{
	color: white;
}

.contactContent #contacts .map-vysocina
{
	position: absolute;
	left: 220px;
	top: 20px;
}

.contactContent #contacts .contact
{
	width: 49%;
	float: left;
	position: relative;
}

.contactContent #contacts .contact address
{
	padding: 0 0 0 10px;
	font-style: normal;
}

.contactContent #contacts .contact p
{
	padding: 0 0 0 10px;
}

.contactContent #contacts .contact p.adress
{
	margin: 15px 0 0 0;
}

.contactContent #contacts .contact img.map-contact
{
	position: absolute;
	left: 150px;
	top: 150px;
}

/*======================================================================================*/
/* PHOTOGALLERY                                                                         */
/*======================================================================================*/

.photoItem
{
	width: 200px;
	margin: 0 0 10px 10px;
	float: left;
	display: inline;
}

.first
{
	margin: 0 0 10px 0;
	clear: left;
}

#rightPanel #content .photoItem h2 a
{
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
}