@charset "UTF-8";

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #BB0000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #BB0000;
	scrollbar-arrow-color: #BB0000;
	scrollbar-track-color: #FFFFFF;
}

/**
 * H1 je image-replaced, a je místo něj logo Valentina
 */
h1 {
	margin: 0; padding: 0;
}
	
	h1 a {
		display: block;
		/* // mk 2009-11-05 00:43:02: Text by image replacement is used here. Content of H1 is hidden by the background-image */
		width: 770px; padding-top: 60px; /* padding-top is instead of height */
		height: 0px;
		overflow: hidden;
		
		background-image: url("../img/header-top.jpg");
		background-repeat: no-repeat;
		
		border: 0 none !important;
	}
		
		h1 a:focus {
			outline: 1px dotted red;
		}

h2 {
	margin: 1em 0 2em;
	font-size: 12px;
}
	
	h2 strong {
		color: #BB0000;
	}
	
	h2.navigation {
		height: 16px;
		margin: 0px;
		padding: 3px 0 0 0;
		font-size: 10px;
		font-weight: bold;
		background-color: #BB0000;
		padding-left: 12px;
		color: #FFFFFF;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #BB0000;
}

p {
	margin: 1em 0;
	line-height: 1.25em;
}

ol, ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
	
	ol li,
	ul li {
		margin-top: .5em;
		margin-bottom: .5em;
		line-height: 1.25em;
	}

table {
	border: none;
	padding: 0px;
	font-size: 10px;
	width: 100%;
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #BB0000;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #BB0000;
}

a.redLink:visited, a.redLink:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

a.redLink:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

hr {
	border: 1px solid #bb0000;
	border-color: #bb0000;
	color: #bb0000;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: .5em 0;
}
	
	.ie6 hr,
	.ie7 hr {
		border: 0px none;
	}

img {
	border: none;
}

a.none:link, a.none:visited, a.none:hover {
	border-bottom: none;
}

/**
 * Hlavní menu
 */
ul#menu-main {
	list-style-type: none;
	display: block;
	width: 533px; /* šířka 550px - 17px levý padding */
	height: 22px;
	margin: 0;
	padding-left: 17px;
	
	font-size: 11px;
	font-weight: bold;
	background: url("../img/menu-bg.png") left no-repeat;
}
	
	#menu-main li.item {
		list-style-type: none;
		display: block;
		float: left;
		
		margin: 0; padding: 0;
		padding-left: 2px;
	}
		
		#menu-main a.item {
			display: block;
			height: 22px; line-height: 19px;
			
			border-bottom: none;
			
			text-align: center;
			color: #ffffff;
		}
			
			#menu-main a.item:hover,
			#menu-main a.item:focus,
			#menu-main a.current {
				background: #ffffff url("../img/menu-hover-right.png") no-repeat right top;
				color: #990a0e;
			}
			
			#menu-main a.current:hover,
			#menu-main a.current:focus {
				background: transparent;
				color: #ffffff;
			}
		
		#menu-main-1 { width: 85px; }
		#menu-main-2 { width: 75px; }
		#menu-main-3 { width: 72px; }
		#menu-main-4 { width: 77px; }
		#menu-main-5 { width: 95px; }
		
		#menu-main .with-submenu {
			position: relative;
		}
			
			#menu-main ul.submenu {
				list-style-type: none;
				position: absolute;
				
				visibility: hidden;
				
				top: 100%; left: -4px;
				
				margin: 0; padding: 0;
				border: solid #990a0e;
				border-width: 0 1px 1px 4px;
				
				white-space: nowrap;
				font-weight: normal;
				font-size: 10px;
				
				background-color: #ffffff;
			}
				
				.ie6 #menu-main ul.submenu {
					width: 130px;
				}
				
				#menu-main ul.submenu li {
					margin: 0;
				}
					
					.ie6 #menu-main ul.submenu li {
						display: inline; /* fixing IE6 whitespace bug http://www.cssnewbie.com/fixing-ie6-whitespace-bug/ */
					}
					
					#menu-main ul.submenu a,
					#menu-main ul.submenu span {
						display: block;
						padding: .5em 1em;
						border-bottom: none;
					}
						
						#menu-main ul.submenu a:hover,
						#menu-main ul.submenu a:focus {
							background-color: #990a0e;
							color: #ffffff;
						}
					
					#menu-main ul.submenu hr {
						margin: .25em 1em;
					}
						
						.ie7 #menu-main ul.submenu li,
						.ie6 #menu-main ul.submenu li {
							line-height: 1em;
						}
						
						.ie7 #menu-main ul.submenu hr,
						.ie6 #menu-main ul.submenu hr {
							margin: 0;
						}

#container {
	width: 770px;
}

#header .clear {
	clear: both;
	_margin-top: -2px;
}

#header .top2 {
	float: left;
}

.news {
	float: left;
	width: 180px;
	height: 100px;
	margin: 0;
	padding: 35px 20px 0 20px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	background: url('../img/header-top-news.jpg') no-repeat;
	color: #ffffff;
}
	
	.news li {
		margin: 0 0 1em 0;
		list-style-type: none;
	}
	
	.news-en {
		background-image: url('../img/header-top-news-en.jpg');
	}
	
	.news a {
		color: #ffffff !important;
		border-bottom-color: #ffffff;
	}
		
		.news a:hover,
		.news a:focus {
			color: #333333;
			border-bottom-color: #333333;
		}

#content {
	float: left;
	width: 533px;
	margin-top: 13px;
	margin-bottom: 7px;
}
	
	#content .page {
		background-image: url('../img/content.jpg');
		background-repeat: no-repeat;
		width: 519px;
		height: 416px;
		margin-top: 7px;
		padding: 7px;
		display: block;
	}
		
		#content .page .page-inner {
			overflow: auto;
			width: 520px;
			height: 416px;
		}

#rightMenu {
	float: right;
	width: 220px;
	margin-top: 13px;
}

#footer {
	clear: left;
	overflow-x: hidden; /* clearing floats */
	padding: 4px 12px;
	background: #bb0000;
	color: #ffffff;
}
	
	.ie6 #footer {
		zoom: 1; /* needs it for clearing the floats */
	}
	
	#footer .copyright {
		float: left;
	}
	
	#footer .made-by {
		float: right;
	}
	
	#footer a {
		color: #ffffff;
		border-bottom: 0px none;
	}
		
		#footer:hover a {
			text-decoration: underline;
		}
		
		#footer a:hover,
		#footer a:focus {
			text-decoration: underline;
		}

.progLeft {
	width: 80px;
	float: left;
	font-weight: bold;
	margin-top: 8px;
}

.progRight {
	width: 400px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	color: #BB0000;
	margin-top: 7px;
}

.progCont {
	clear: both;
	margin-left: 80px;
	padding-top: 3px;
}

#facebook-button {
	
}

	#facebook-button a {
		position: absolute;
		display: block;
		top: 30px;
		left: 570px;
		overflow: hidden; height: 0;
		width: 67px;
		padding-top: 16px; /* stands for height */
		background: url("../img/facebook-button.png") left top no-repeat;
		border: none !important;
	}
		
		.gecko #facebook-button a:hover,
		.gecko #facebook-button a:focus {
			background-position: left bottom;
		}

#language {
	position: absolute;
	left: 655px;
	top: 30px;
	width: 105px;
	height: 20px;
	clear: both;
}
	
	#language h3 {
		overflow: hidden;
		position: absolute;
		left: -9999px;
	}
	
	#language ul {
		list-style-type: none;
		display: block;
		margin: 0; padding: 0;
	}
		
		#language ul li {
			display: inline;
			margin: .25em; padding: 0;
		}
			
			#language a {
				display: inline-block;
				overflow: hidden; height: 0;
				width: 25px;
				padding-top: 16px; /* stands for height */
				background: left top no-repeat;
				border: none;
			}
			
			#language a.link-cs { background-image: url('../img/flag-cs-active.gif'); }
			#language a.link-en { background-image: url('../img/flag-en-active.gif'); }
			#language a.link-de { background-image: url('../img/flag-de-active.gif'); }
			
			.lang-cs #language a.link-cs { background-image: url('../img/flag-cs-unactive.gif'); }
			.lang-en #language a.link-en { background-image: url('../img/flag-en-unactive.gif'); }
			.lang-de #language a.link-de { background-image: url('../img/flag-de-unactive.gif'); }

.skycraper-panel {
	position: absolute;
	left: 780px; top: 0;
	width: 170px;
}
	
	.skycraper-panel .banner {
		margin-bottom: 1em;
	}

.hidden {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: -9999px;
}

a.facebook-link {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	width: 16px;
	padding-top: 16px;
	height: 0; overflow: hidden;
	border: 0 none !important;
	background: top left url("../img/facebook-icon.png") no-repeat;
}
	
	.ie6 a.facebook-link,
	.ie7 a.facebook-link {
		margin-top: 0;
		vertical-align: middle;
		margin-left: .5em;
	}
	
	a.facebook-link:hover,
	a.facebook-link:focus {
		background-position: top right;
	}
		
		.ie6 a.facebook-link:hover,
		.ie7 a.facebook-link:hover {
			background-position: top left;
		}

/**
 * Page specific
 * Section „Program“
 * BODY.page-program
 */
	
	.page-program #content .page .page-inner {
		width: auto;
		padding: 0 6px;
	}
	
	.page-program h3 {
		width: 110px;
		text-align: right;
	}
	
	.page-program ul.programme {
		list-style-type: none;
		margin: 0; padding: 0;
	}
		
		.page-program ul.programme li {
			margin: 1em 0; padding: 0;
			margin-bottom: 3em;
		}
			
			.page-program .side {
				float: right;
				margin: -16px 0 10px 10px;
				border-bottom: none;
			}
				
				.page-program ul.programme a.side:hover,
				.page-program ul.programme a.side:focus {
					outline: 1px dotted #bb0000;
				}
			
			.page-program ul.programme h4 {
				display: inline;
				overflow-y: hidden;
				margin: 0;
				padding: .25em 0;
				font-size: 10px;
			}
				
				.page-program ul.programme h4.without-name {
					float: left;
					clear: left;
					padding-top: 0;
				}
				
				.page-program ul.programme h4 abbr {
					float: left;
					width: 110px;
					padding-right: 10px;
					font-style: normal;
					text-align: right;
					border-bottom: 0px none;
				}
					.ie6 .page-program ul.programme h4 abbr {
						display: block;
					}
				
				.page-program ul.programme h4 strong {
					color: #BB0000;
					text-transform: uppercase;
					font-size: 125%;
				}
					
					.page-program ul.programme h4 strong sup { /* used for 1<sup>st</sup>*/
						vertical-align: top;
						text-transform: none;
					}
			
			.page-program ul.programme .description p {
				margin: 1em 0;
				margin-left: 120px;
			}
			
			.page-program ul.programme dl {
				margin: 1em 0;
				margin-left: 120px;
			}
				
				.page-program ul.programme dl dt {
					float: left;
					clear: left;
					width: 60px;
				}
				
				.page-program ul.programme dl dd {
					margin-left: 70px;
				}
				
				.page-program ul.programme dl dt.info {
					float: none;
					width: auto;
				}
			
			.page-program ul.programme .entrance-fee {
				margin: 1em 0;
				margin-left: 190px; /* means 70px + 120px */
				
				font-weight: bold;
			}

/**
 * Style used to display thumbnails in the gallery
 */

ul.thumbnails {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
	ul.thumbnails li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		
		ul.thumbnails li a {
			width: 120px;
			height: 90px;
			display: inline-block;
			text-align: center;
			background-color: #bb0000;
			padding: 0;
			border: 1px solid #bb0000 !important;
			overflow: hidden;
			margin: 2px 0;
		}
			
			.ie6 ul.thumbnails li a,
			.ie7 ul.thumbnails li a {
				margin-left: 1px;
				margin-right: 1px;
			}
			
