@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY {
	background: url('../images/layout/background.png') repeat-x ;
	font-family: 'Verdana', 'Helvetica CE', verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #584D4B;
}

#main {
	width: 997px;
	background-color: white;
	margin: 0 auto 0 auto;
}

#top {
	background: url('../images/layout/top.png') no-repeat;
	height: 20px;
}

#content {
	position: relative;
	display: block;	
}

#left_shadow {
	position: absolute;
	display: block;
	background: url('../images/layout/left_shadow.png') no-repeat;
	width: 17px;
	height: 722px;
	left: -17px;
	top: 0px;
}

#right_shadow {
	position: absolute;
	display: block;
	background: url('../images/layout/right_shadow.png') no-repeat;
	width: 17px;
	height: 722px;
	right: -17px;
	top: 0px;
}


#head {
	background: url('../images/layout/head.png') no-repeat;
	height: 230px;
	position: relative;
}

span#logo {
	position: absolute;
	top: 27px;
	left: 40px;
}

#head_top {
	height: 186px;
}	

#content_inside {
	background: url('../images/layout/content_gradient.png') repeat-x ;
	min-height: 300px;
}

#menu_content {
	height: 44px;
	background: url('../images/layout/menu_background.png') repeat-x ;
	padding-left: 20px;
}

#page_container {
	padding: 20px;
}

#page_content {
	width: 956px;
}


/************************************************** Levy panel */

#page_content #left_container {
	width: 560px;
	float: left;
	padding: 5px;
}

#page_content #left_container h1{
	color: #107ffd;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #107ffd;
	margin-bottom: 10px;
}

div.aktualita {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
	dispalay: block;
}

table.aktualita td.foto {
	padding: 5px 5px 0px 0px;
	vertical-align: top;
}

table.aktualita h2 {
	color: #107ffd;
	font-weight: bold;
	font-size: 12px;
}

table.aktualita td.text {
	text-align: justify;
	vertical-align: top;
}

div#strankovani{
	text-align: center;
	margin-top: 10px;
}

/********************************************** Pravy panel */

#page_content #right_container {
	display: block;
	margin-left: 575px;
	top: 0px;
	padding: 5px; 
}

div#video {
	background-color: #584d4b;
	display: block;
	height: 250px;
}

div#video_panel {
	display: block;
    margin: 0;
	padding: 5px 0px 0px 5px;
    width: 360px;
	height: 35px;
}

div#player {
	display: block;
	width: 360px;
	height: 203px;
	margin: 2px 5px;
}

p.odkaz {
	padding: 5px;
	border-bottom: 0px solid #cccccc;
	display: block;
	text-align: center;
}

/************************************************* Fotogalerie */
div.galerie {
	display: block;
	width: 270px;
	height: 45px;
	margin-bottom: 5px;
}

h2.galerie {
	margin: 0 0 5px 0;
	padding: 0;
	color: #DE0000;
	font-size: 14px;
}

div#galerie_pracovni {
	display: block;
	width: 270px;	
}

div#galerie_hobby {
	float: right;
	padding-right: 0px;
	display: block;
	width: 270px;
}

span.icon_left {
	float:left;
	display: block;
	height: 45px;
	width: 10px;
	background: url('../images/layout/gallery_left.png') top left;	
}

span.icon_middle {
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 8px ;
	float:left;
	color: #107ffd;
	/*font-weight: bold; */
	display: block;
	height: 37px;
	width: 210px;
	background: url('../images/layout/gallery_background.png') top left;
}

span.icon_right {
	float:left;
	display: block;
	height: 45px;
	width: 40px;
	background: url('../images/layout/gallery_right.png') top left;	
}

/************************************************* Patička */

#footer {
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #107FFD;
	text-align: center;
	color: white;
	font-size: 10px;
}