@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: white;
	background-image:url(cssimages/bckgBody.jpg);
	background-repeat: repeat-x;
	background-color: #292929;
}


h1, h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #ff8391;
	margin-bottom: 0px;
}

h1 {
	font-size: 21pt;
	font-weight: normal;
	color: #FF5E72;
	margin-bottom: 0px;
}


p {
	margin-top: 0.2em;
	margin-bottom: 1em;
}


.lastParagraph {
	background-image:url(cssimages/lineArticle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}


#bodyContainer {
	width: 100%;
	background-image: url(cssimages/bckgMain.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float:left;
	
	/* tento float zpusobuje v ie6 nefunkcnost higslide - proto vypnuto! */
	_float:none;
}

#mainContainer {
	width: 900px;
	margin: 0 auto;

}


#footerContainer {
	float: left;
	width: 900px;
	font-size: 8pt;
	padding: 15px 0px;
	height: 50px;
	text-align: center;
	color:#666;
	margin-top: 20px;

}

#middleContainer {
	width: 900px; 
	float:left;
}

#topContainer {
	width: 900px;
	height: 222px;
	
	background-image: url(cssimages/bckgTop.jpg);
	background-repeat: no-repeat;

	
}




#leftContent {
	width: 551px;
	float: left;
	padding: 0px 55px 30px 0px;


}

#leftContent a, #leftContent a:visited, #leftContent a:active, #footerContainer a, #footerContainer a:visited, #footerContainer a:active {
	color:#ff8391;
	text-decoration: none;
}

#leftContent a:hover, #footerContainer a:hover {
	color:#ff8391;
	text-decoration: underline;
}


#rightContent {
	width: 294px;
	float: left;

}




#menuContainer {
	background-image: url(cssimages/bckgMenu.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 240px;
	
	min-height: 250px;
	_height: 250px;	
	background-color: #ff566a;
	
	padding-top: 25px;
	
}

#menuBottomEdge {
	background-image: url(cssimages/bckgMenuBottom.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 240px;
	
	height: 15px;	
}



h3.headingNews {
	background-image: url(cssimages/headNews.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 240px;
	height: 30px;
	margin: 0px;
}

h3.headingNews span {
	visibility: hidden;
	display: none;
}






.rightPanelTopEdge, .rightPanelBottomEdge {
	float: left;
	width: 240px;
	height: 15px;		
	background-repeat:no-repeat;
	_font-size: 2px;
}

.rightPanelTopEdge {
	background-image: url(cssimages/bckgRightPanelTop.jpg);
}

.rightPanelBottomEdge {
	background-image: url(cssimages/bckgRightPanelBottom.jpg);
}

.rightPanelContainer {
	float: left;
	width: 220px;
	background-color: #878787;
	min-height: 50px;
	_height: 50px;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 10px;
}

.newsContainer {
	padding: 10px 0px 10px 0px;
	background-image: url(cssimages/lineRightPanel.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float:left;
}

.newsContainer a {
	color: white;	
	text-decoration: none;
}

.newsContainer a:hover {
	color: #CCC;	
}



.dateHolder {
	width: 47px;
	height: 68px;
	
	background-image: url(cssimages/dateHolderRightPanel.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-right: 10px;
	
}
				                
.dateHolderDay {
	width: 47px;
	text-align: center;
	color: #f6495c;
	float:left;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 14px;
	
}


.dateHolderText {
	color: #000;
	font-size: 10px;
	width: 47px;
	text-align: center;
	float:left;
	letter-spacing: -1px;

}







ul.menu, ul.menu ul {
	margin: 0px;
	padding: 0px; 
	list-style: none;

}

ul.menu {
	margin-left: 20px;	
}

ul.menu ul {
	margin-left: 10px;	

}



ul.menu li {
	padding-bottom: 3px; 
	margin-bottom: 5px;
}

ul.menu li ul li {
	background-image:url(cssimages/menuArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;	
}

ul.menu li a {
	color: white;
	text-decoration: none;
	width: 130px;
	padding-bottom: 5px;
	display: block;
	
	background-image: url(cssimages/lineMenu.jpg);
	background-repeat: repeat-x;
	background-position:bottom;	

}

ul.menu ul li a {
	color: white;
	text-decoration: none;
	width: 110px;
	padding-bottom: 5px;
	display: block;
}


ul.menu ul li a {
	background-image: url(cssimages/lineMenu.jpg);
	background-repeat: repeat-x;
	background-position:bottom;	
}

ul.menu a:hover {
	color: #000	
}














.twoColumnsLeft {
	width: 330px;
	float:left;
	margin-right: 50px;
}


.twoColumnsRight {
	width: 171px;
	float:left;
}





a.galeryLink {
	border: 1px solid #3f3f3f;
	margin-top: 10px;
	margin-right: 10px;
	float:left;
}

.galeryLinkContainer a:link, .galeryLinkContainer a:visited {
	width:130px; height:130px; background-position:50% 50%; background-repeat:no-repeat;
	border: 9px solid #3f3f3f;
}

a.galeryLink:hover{
	border-color: #616161;
}



.galeryLinkContainer {
	float:left;
	width: 140px;
	height: 170px;
	text-align: center;
	color: #999;
	font-size: 9px;
	margin-right: 15px;

}

.galeryLinkContainer span {

}
















.topMenuLink {
	text-decoration: none;
	width: 100px;
	height: 20px;
	text-align:center;
	font-size: 12px;
	color: #FFF;

	float:left;
	margin-top: 45px;
	margin-left: 15px;
}


.topMenuLink:hover {
	color:#000;
}

.firstTopLink {
	margin-left: 140px;	
}



.homeLink {
	
	float: left;
	margin-left: 230px;
	width: 255px;
	height: 58px;
}

.homeLink span {
	visibility: hidden;
	display: none;
}

#leftContent table {
	border-collapse:collapse;
}

#leftContent table td {
	font-size:11px;
	padding:2px;
	border:1px solid #333; 
}
#leftContent thead td {
	font-size:10px;
	background-color:#999;
	color:black;
	vertical-align:middle;
	text-align:center;
}










