@CHARSET "UTF-8";

/**
 * generics:BEGIN
 */
html, body
{
	height: 100%;
}

body
{
	background: #fff url('../../images/design/body.jpg') center center repeat-x;
	text-align: center;
}

body, input, textarea, select
{
	font-family: 'Arial', 'Lucida Sans', Sans-Serif;
	font-size: 12px;
}

body, #menu ul, #ref_menu ul, #ref_list ul
{
	margin: 0px;
	padding: 0px;
}

a, h1, .red
{
	color: #a8000c;
}

h1
{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}

a:hover, strong
{
	color: #49a9cb;
}

strong, .content_list table td a, h1
{
	font-family: Arial;
	text-transform: uppercase;
}

#menu ul, #ref_menu ul, #ref_list ul
{
	list-style: none;
}

#menu ul li, #ref_menu ul li, #ref_list ul li
{
	display: inline;
}

a img
{
	border: 0px;
}

#logo_swf span, #footer_swf span
{
	display: none;
}

.right
{
	text-align: right;
}
/**
 * generics:END
 */

/**
 * layout:BEGIN
 */
#global
{
	text-align: left;
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 100%;
}

#sketch
{
	height: 623px;
	overflow: hidden;
}

#sketch_absolute
{
	position: absolute;
	top: 50%;
	left: 0;
	height: 623px;
	width: 950px;
	background: url('../../images/design/layout.jpg') left top no-repeat;
	margin-top: -312px;
}

#sketch_absolute.eng
{
	background: url('../../images/design/layout-en.jpg') left top no-repeat;
}

#sketch_page
{
	height: 539px;
	width: 950px;
	background : none left 188px no-repeat;
}

#main_content
{
	margin: 25px 0px 0px 320px;
	width: 550px;
	height: 263px;
	overflow: auto;
	padding-right: 10px;
}

#main_content.ref
{
	margin: 0px 0px 0px 80px;
	width: 760px;
	height: 290px;
	padding-right: 10px;
}

.lb_textfield
{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 30%;
	top: 10%;
	padding: 10px;
	z-index: 1001;
}

#overlay #overlay_content
{
	background: none;
	border: 0;
}
/**
 * layout:END
 */

/**
 * .lang:BEGIN
 */
.lang
{
	text-align: right;
	padding-top: 10px;
	position: absolute;
	width: 900px;
}

.lang img
{
	padding-left: 5px;
}
/**
 * .lang:END
 */

/**
 * #logo:BEGIN
 */
#logo
{
	padding: 0px 0px 7px 120px;
	cursor: pointer;
	position: relative;
}

#logo_swf
{
	cursor: pointer;
}

#logo_swf object
{
	cursor: pointer;
}

#logo a.link
{
	position: absolute;
	display: block;
	height: 180px;
	width: 180px;
	top: 0px;
	left: 120px;
	text-decoration: none;
}
/**
 * #logo:END
 */

/**
 * #menu:BEGIN
 */
#menu
{
	/*margin: 0px 0 0 305px;*/ /*obrazok*/
	margin: 2px 0px 0px 305px; /*flash*/
	height: 40px;
}

#menu li, #menu li a
{
	float: left;
}

#menu li
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#menu li a
{
	font-family: Arial;
	padding: 6px 13px;
	color: #fff;
	text-decoration: none;
	margin-left: 1px;
}

/*#menu li a:hover,*/
#menu li a.sel
{
	padding-top: 17px;
}

#menu .menu1, #footer.menu1 {background: #ffce00;}
#menu .menu2 {background: #3700ea;}
#menu .menu3 {background: #c60004;}
#menu .menu4 {background: #16b700;}
#menu .menu5 {background: #46b0d9;}
#menu .menu6 {background: #ff8d00;}
#menu .menu7 {background: #006c24;}
/**
 * #menu:END
 */

/**
 * #footer:BEGIN
 */
#footer
{
	height: 40px;
	margin: 0px 48px 22px 49px;
	color: #fff;
	text-align: center;
	padding: 0px;
	font-style: italic; 
}

/**
 * #footer:END
 */

/**
 * content:BEGIN
 */
.content_title
{
	display: none;
}

#main_content p
{
	margin: 15px 0px;
}

.content_list
{
	background-color: #f0f7c6;
	padding: 15px 10px;
}

.content_list table
{
	width: 100%;
	border-collapse: collapse;
}

.content_list table td
{
	padding: 3px 0px;
}

.content_list table td a
{
	text-decoration: none;
}

.table
{
	margin-top: 15px;
	width: 530px;
	border-collapse: collapse;
}

.table td, .table th
{
	border-bottom: 1px solid #a9a9a9;
}

.table
{
	border-collapse: collapse;
}

.table thead th
{
	background-color: #f3d44e;
	font-weight: normal;
	padding: 10px 5px;
}

.table td
{
	padding: 2px 5px;
}
/**
 * content:END
 */

/**
 * #ref_menu:BEGIN
 */
#ref_menu
{
	padding: 37px 0px 0px 15px;
}

#ref_menu ul li
{
	padding: 3px 8px;
}

#ref_menu ul li.sel
{
	background-color: #fff;
}

#ref_menu a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#ref_menu ul li.sel a
{
	color: #c60004;
	font-weight: bold;
}

#ref_list
{
	background-color: #fff;
	margin: 3px 0px 0px 15px;
	padding: 5px 4px;
	font-size: 11px;
}

#ref_list ul
{
	margin-bottom: 10px;
}

#ref_list ul li
{
	padding: 0px 4px;
}

#ref_list ul li a
{
	color: #000;
	text-decoration: none;
}

#ref_list ul li.sel a
{
	font-weight: bold;
}

.gall_info
{
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
}
/**
 * #ref_menu:END
 */

/**
 * #overlay:BEGIN
 */
#overlay #next, #overlay #prev
{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	z-index: 1005;
	outline: none;
}

#overlay #next
{
	background: url('../../images/design/carousel/next-horizontal.png') no-repeat;
	right: 5px;
}

#overlay #prev
{
	background: url('../../images/design/carousel/prev-horizontal.png') no-repeat;
	left: 5px;
}

#overlay #prev:hover, #overlay #next:hover
{
	background-position: -32px 0;
}
/**
 * #overlay:END
 */
