html
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	background: #bad8e9 url('../img/body-back.png') repeat-x;
	text-align: center;
	font-family:  arial, verdana, tahoma;
	color: #526e80;
}

a
{
	color: #fff;
}

hr
{
	display: none;
}

h1
{
	font-size: 70%;
	font-weight: bold;
	color: #88a2b3;
	margin: 0;
	padding: 0 12px;
	line-height: 36px;
/*	border-bottom: 1px solid #88a2b3;*/
}

h2
{
	font-size: 70%;
	font-weight: bold;
	color: #88a2b3;
	margin: 0;
	padding: 0 12px;
	line-height: 36px;
}

table{
	font-size: 10px;
	font-family:  arial, verdana, tahoma;
	border: none;
}
th{
	font-weight: bold;
	padding-left: 5px;
	background-color: #6A859C;
	color: #ffffff;
}
td{
	padding-left: 5px;
}

.clear
{
	height: 0px;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.hidden
{
	display: none;
}

#image
{
	width: 660px;
	margin: 50px auto 0;
	height: 298px;
	background: #fff url('../img/image-back.png') 0 0 no-repeat;
	position: relative;
}

#mainflash {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#imageInner
{
	position: absolute;
	top: 14px;
	left: 13px;
	width: 633px;
	height: 277px;
}

/*
#imageInner
{
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 13px;
	width: 633px;
	height: 277px;
	background: #fff url('../img/main-image.jpg') 0 0 no-repeat;
}
*/

#topButtons
{
	position: absolute;
	top: -37px;
	left: 23px;
	width: 235px;
	height: 32px;
	background: transparent url('../img/button-top-back.png') 0 0 no-repeat;
}

#topButtons div
{
	position: relative;
	text-align: left;
}

#topButtonBlue, #topButtonYellow
{
	display: block;
	position: absolute;
	top: 4px;
	width: 109px;
	height: 24px;
	background: #e3ecf2 url('../img/button-blue.gif') 0 0 no-repeat;
	color: #7390a3;
	line-height: 24px;
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#topButtonBlue
{
	left: 4px;
}

#topButtonYellow
{
	right: 4px;
	background: #ffcc33 url('../img/button-yellow.gif') 0 0 no-repeat;
	color: #fff;
}

#buttonLeft, #buttonRight
{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 22px;
	right: 85px;
	width: 46px;
	height: 24px;
	background: #ffcc33 url('../img/button-yellow-small.gif') 0 0 no-repeat;
	color: #fff;
	line-height: 24px;
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#topButtonBlue:hover
{
	color: #333;
	cursor: pointer;
}

#buttonLeft:hover, #buttonRight:hover, #topButtonYellow:hover
{
	color: #666;
}

#buttonRight
{
	right: 27px;
}

#menu
{
	width: 660px;
	margin: 0 auto 10px;
	height: 48px;
	background: transparent url('../img/menu-top.gif') 0 0 repeat-x;
	position: relative;
}

#menuLeftCorner, #menuRightCorner
{
	position: absolute;
	top: 0;
	width: 5px;
	height: 6px;
}

#menuLeftCorner
{
	left: 0;
	background: transparent url('../img/menu-top-left.gif') 0 0 no-repeat;
}

#menuRightCorner
{
	right: 0;
	background: transparent url('../img/menu-top-right.gif') 0 0 no-repeat;
}

#menuLine
{
	float: right;
	padding-right: 5px;
	display: block;
	width: 488px;
}

#menuInner
{
	position: relative;
	background: #6F8DA0 url('../img/menu-back.png') 0 0 repeat-x;
	height: 48px;
	width: 100%;
}

#menuCorner
{
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 9px;
	height: 9px;
	background: transparent url('../img/menu-left-bottom.gif') left bottom no-repeat;
}

#menu ul
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#menu li
{
	display: block;
	float: left;
}

#menu a
{
	display: block;
	font-weight: bold;
	font-size: 70%;
	display: block;
	padding: 0 18px;
	line-height: 48px;
	background: url('../img/menu-dot.gif') 100% 50% no-repeat;
	text-decoration: none;
}

#menu li.first
{
	background: none;
	padding-right: 0;
	padding-left: 9px;
}

#menu li.last a
{
	background: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#frame
{
	clear: both;
	margin: 0 auto;
	width: 650px;
}

#frame47
{
	background: transparent url('../img/line-47.png') 100% 100% repeat-y;
}

#frame53
{
	background: transparent url('../img/line-53.png') 100% 100% repeat-y;
}

#content
{
	width: 650px;
	min-height: 29px;
	background: transparent url('../img/line-full.png') 100% 100% repeat-y;
	text-align: left;
}

#content p
{
	font-size: 70%;
	margin: 0;
	padding: 14px 20px 14px 12px;
	color: #526e80;
}

#left
{
	float: left;
	width: 161px;
}

#left img
{
	border: 1px solid #a4bbc9;
	border-left: none;
	border-right: none;
}

#right
{
	float: left;
	padding-left: 1px;
/*	width: 488px;*/
	width: 487px;
	border-left: 1px solid #b2c7d4;
	min-height: 295px;
	_height: 295px;
/*	background: transparent url('../img/line-left.png') 0 0 no-repeat;*/
	background: transparent url('../img/content-corner2.gif') 100% 100% no-repeat;
}

#right img
{
	float: left;
/*	border-right: 1px solid #bcdaeb;*/
}

#right p
{
	padding-top: 0;
	background-color: transparent;
}

#rightInner
{
	width: 100%;
	border-top: 1px solid #b2c7d4;
	background-color: transparent;
}

#buttonDownLeft
{
	width: 161px;
	height: 111px;
	position: relative;
}

#buttonDownLeft a
{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 6px;
	left: 8px;
	width: 46px;
	height: 24px;
	background: #ffcc33 url('../img/button-yellow-small.gif') 0 0 no-repeat;
	color: #fff;
	line-height: 24px;
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#buttonDownLeft a:hover
{
	color: #666;
	cursor: pointer;
}

#buttonDownRight
{
	float: left;
	margin-right: 16px;
	width: 180px;
	height: 156px;
	position: relative;
}

#buttonDownRight a
{
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 41px;
	width: 126px;
	height: 24px;
	background: #e3ecf2 url('../img/button-blue-large.gif') 0 0 no-repeat;
	color: #7390a3;
	line-height: 24px;
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#buttonDownRight a:hover
{
	color: #333;
	cursor: pointer;
}

#foot
{
	width: 650px;
	margin: 0 auto 50px;
	line-height: 28px;
	color: #9bb9cc;
	text-align: left;
	font-size: 70%;
}


#foot a
{
	color: #9bb9cc;
	text-decoration: none;
}

#foot a:hover
{
	color: #809fb3;
	text-decoration: underline;
}

#foot strong
{
	font-weight: normal;
	color: #809fb3;
}

img.redakce{
	padding-right: 10px;
	padding-bottom: 10px;
	border: none;
	margin: none;
}

p a
{
	color: #526D83;
}


.galerie{
  width: 460px;
  background-color: transparent;
  float: left;
}
.galerie .tretina{
  width: 153px;
  background-color: transparent;
  float: left;
}
.galerie .in{
  width: 126px;
  height: 117px;
  background:url('../img/podklad_galerie.gif') top no-repeat;
  float: left;
  text-align: center;
}
.galerie .clear
{
	height: 10px;
	width: 100%;
	line-height: 5px;
	font-size: 5px;
	clear: both;
}

.galerie img{
  margin: 5px;
}

