/* 
	#2B7989 - modrá
 */
html, body {
	padding:0;
	margin:0;
}
h1, h2, h3 {
	margin-top:0;
	margin-bottom:10px;
}
iframe {
	border:0;
}
/* Kvůli IEčku */
a img { border:0 }
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: verdana;
	font-size:12pt;

	background-image: url("../images/petrin.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;

	background-color:#BAD7E3;
}

.column {
	float:left;
	margin-right:25px;
	min-height:100%;
}
.background {
	background-color: rgba(255,255,235,0.7);
	background-color: rgb(255,255,235)\9; /* IE8 */
}

.stripe {
	margin-top:25px;
	height:160px;
}
#upper_stripe {
	height:160px;
	width:100%;

	position:absolute;
	background-image: url("../images/stripe.png");
	background-position:center center;
	top:25px;
	left:0;
}

.matrjoska {
	padding:15px;
}
#page {
	height:100%;
}
#main_wrapper {
	position: relative;
	margin: 0 auto;
	width: 925px;
	height:100%;
}
#menu_column {
	position:fixed;
	width:180px;
}
#menu_column nav, #menu_column ul{
	list-style-type: none;
	margin:0;padding:0;
}
#menu_column li{
	height:30px;
	line-height:30px;
}
#menu_column a {
	display: block;
	height:30px;
	width:150px;
	white-space: nowrap;
	padding:0 15px;
	font-size:10.5pt;
	text-decoration: none;
	color:#000;
}
#menu_column a:hover {
	background-color:#2B7989;
}
#main_column {
	margin-left:205px;
	width:720px;
}
#slideshow_topleft {
	width:180px;
	height:160px;
}
.header {
	height:160px;
	background-image: url("../images/header.png");
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.content {
	background-image: url("../images/header2.png");
	background-size: auto 26px;
	background-position: center 5px;
	background-repeat: no-repeat;
	padding-top:26px;
}
#upper_header {
	height:160px;
	clear:both;
}
.mobile_show {
	display: none;
}
.mobile_hide {
	display: block;
}
#placer {
	position:absolute;
	right:-25px;
}
#logo_column {
	position: fixed;
	width:100px;
	height:100%;
}

#logo_column_small {
	display: none;
	position:fixed;
	right:0;
	top:0;
	width:25px;
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	height:100%;
	overflow: hidden;
}
#logo_column_small:hover {
	width:70px;
}
.bottom {
	position:absolute;
	bottom:0;
}

.sponsor {
	font-size:11pt;
	font-family: arial;
	margin-bottom:5px;	
}

.textsponsor {
	margin-left:10px;
}

.opaque {
	opacity:0.8;
}

.nodot_list {
	list-style-type: none;
}
.nodot_list li {
	padding:3px 0;
}

.center {
	text-align: center;
}


/*pro email*/
.obfuscate { unicode-bidi: bidi-override; direction: rtl; }
.obfuscate2 { display:none; }

#footer {
	font-size:7pt;
	display:block;
	margin-top: 15px;
	margin-left:205px;
	width:720px;
	height: 20px;
	line-height: 20px;
	float:left;
}
