/* ----- base elements ----- */
P, DIV, TD {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: white;
}
P {
	margin: 0px 0px 10px 0px; /* IE stupid margin correction :) */
}
BODY {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #fdfdff url(img_layout/body.jpg) repeat-x center top;
}
DIV.clearer {
	clear: both;
}
DIV#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
A#link-zahrada {
	position: absolute;
	left: 492px;
	top: 155px;
	width: 489px;
	height: 395px;
	background: url(img_layout/link-zahrada.jpg);
	z-index: 100;
}
A#link-okna {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 491px;
	height: 395px;
	background: url(img_layout/link-okna.jpg);
	z-index: 100;
}
A#link-zahrada2 {
	position: absolute;
	left: 596px;
	top: 387px;
	width: 220px;
	height: 85px;
	z-index: 200;
}
A#link-okna2 {
	position: absolute;
	left: 170px;
	top: 387px;
	width: 220px;
	height: 85px;
	z-index: 200;
}
/* ----- Headers ----- */
H1 {
	display: block;
	position: absolute;
	left: 18px;
	top: 13px;
	width: 218px;
	height: 66px;
	background: url(img_layout/logo.jpg);
	padding: 0px;
	margin: 0px;
}
A.header_link {
	display: block;
	width: 100%;
	height: 100%;
}
H1 span {
	display: none;
	visibility: hidden;
}
H2 {
	font-size: 22px;
	font-weight: normal;
	color: #b4e6ff;
	margin: 0px 0px 10px 0px;
	padding-top: 1px;
}
H3 {
	font-size: 20px;
	font-weight: normal;
	color: #b4e6ff;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
H4 {
	font-size: 18px;
	font-weight: normal;
	color: #b4e6ff;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
H6 {
	font-size: 100%;
}


/* ----- Links ----- */
a {
	color: #b4e6ff;
	text-decoration: underline;
}
a:visited {
	color: #b4e6ff;
	text-decoration: underline;
}
a:hover {
	color: #b4e6ff;
	text-decoration: none;
}
/* ----- TOP element ----- */
a#toplink {
	visibility: hidden;
}
DIV#top_wide {
	height: 155px;
	background: url(img_layout/top_wide.jpg) repeat-x;
}
DIV#top {
	width: 978px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img_layout/top.jpg);
	position: relative;
}
FORM.search_form {
	display: block;
	position: absolute;
	left: 545px;
	top: 30px;
}
INPUT.search_string {
	display: block;
	background: url(img_layout/search_input.jpg);
	width: 235px;
	height: 45px;
	padding: 0px 0px 0px 10px;
	font-size: 17px;
	color: #b4b4b4;
	border: 0px;
	float: left;
}
INPUT.search_submit {
	display: block;
	background: url(img_layout/search_button.jpg);
	width: 70px;
	height: 45px;
	border: 0px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
A#stavebniny-link {
	display: block;
	background: url(img_layout/link_stavebniny.jpg) no-repeat center center;
	width: 100px;
	height: 45px;
	position: absolute;
	right: 8px;
	top: 30px;
}
/* ----- SMOOTH menu ----- */
DIV#main_menu UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 10px;
	top: 111px;
}
DIV#main_menu UL LI {
	display: block;
	float: left;
	background: url(img_layout/menu_separator.jpg) no-repeat right center;
	position: relative;
	width: 160px;
}
DIV#main_menu UL LI.menu-last {
	background-image: none;
}
DIV#main_menu UL LI A {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding: 12px 0px 10px 0px;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.downarrowclass {
	visibility: hidden;
	display: none;
}
DIV#main_menu UL LI A:hover {	
	color: #153483;
}
DIV#main_menu UL LI.menu-current A {
}
.ddsmoothmenu UL {
	z-index: 100;
}


/* ----- SMOOTH menu UROVEN 2 ----- */
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: url(img_layout/menu_back.jpg) no-repeat center top;
	width: 158px;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none !important;
	position: relative;
	height: 37px !important;
	background: url(img_layout/menu_separator2.gif) no-repeat center top !important;
}
DIV#main_menu UL LI UL LI.menu-last {
	background: url(img_layout/menu_separator2.gif) no-repeat center top !important;
}
.ddsmoothmenu UL LI UL LI A {
	background: none;
	width: 158px;
	margin: 0;
	border-top-width: 0;
	float: none;
	font-size: 13px !important;
	padding: 10px 0px 10px 0px !important;
	color: white !important;
}

.ddsmoothmenu ul li ul li a:hover {
	color: #07356b !important;
}
.ddsmoothmenu UL LI UL LI.menu_current A {
	color: #fff200 !important;
}



/* ----- SMOOTH menu UROVEN 3 ----- */	

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0px;
}


/* Holly Hack for IE */
* html .ddsmoothmenu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 5px;
	right: 10px;
	visibility: hidden;
	display: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	visibility: hidden;
	display: none;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: white;
	z-index: 99;
	visibility: hidden;
}
.toplevelshadow {
/*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
}
/* ----- Menu 2 ------- */
DIV#content-left-box-content UL {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
}
DIV#content-left-box-content UL LI {
	display: block;
	background: url(img_layout/separator5.jpg) no-repeat left bottom;
}
DIV#content-left-box-content UL LI A {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(img_layout/dot2.gif) no-repeat left center;
	padding: 9px 0px 9px 18px;
}
DIV#content-left-box-content UL UL LI {
	background-image: none;
}
DIV#content-left-box-content UL UL LI A {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 5px 8px;
	background-image: none;
}
DIV#content-left-box-content UL LI A:hover {
	color: #e1d384;
}

/* ----- Content ----- */
DIV#content_wide {
	background: #0D1C47 url(img_layout/content_wide.jpg) repeat-x;
}
DIV#content1 {
	background: url(img_layout/content_middle.jpg) repeat-y center top;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
DIV#content2 {
	background: url(img_layout/content_top.jpg) no-repeat center top;
}
DIV#content3 {
	background: url(img_layout/content_bottom.jpg) no-repeat center bottom;
}
DIV#content-left {
	width: 208px;
	float: left;
	margin-left: 11px;
	padding: 20px 10px 20px 10px;	
}
DIV#text_content {
	text-align: left;
	min-height: 380px;
	_height: 380px;
	width: 685px;
	float: right;
	padding: 27px 35px 25px 0px;
}
DIV#content-left UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
DIV#content-left UL LI {
	display: block;
	background: url(img_layout/leftmenu-separator.jpg) no-repeat center top;
}
DIV#content-left UL LI A {
	display: block;
	padding: 6px 10px 3px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
DIV#content-left UL LI UL LI A {
	display: block;
	padding: 6px 10px 3px 35px;
	color: #91cdff;
	font-weight: normal;
	text-decoration: none;
	background: url(img_layout/arrow1.gif) no-repeat 18px 13px;	
}
DIV#content-left-news {
	position: absolute;
	left: 31px;
	top: 90px;
	width: 450px;	
	text-align: left;
}
DIV#content-left-news UL, DIV#frontnews UL {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
DIV#content-left-news UL LI, DIV#frontnews UL LI {
}
DIV#content-left-news UL LI A, DIV#frontnews UL LI A {
	text-decoration: none;
	background: url(img_layout/separator.jpg) no-repeat center bottom;
	display: block;
	padding-bottom: 5px;
	color: #2d2d2d;
	margin-bottom: 5px;
}
DIV#content-left-news UL LI A B, DIV#frontnews UL LI A B {
	color: #143782;
}
DIV#content-left-news UL LI A SPAN, DIV#frontnews UL LI A SPAN {
	color: #bababa;
}
DIV#content-right-company {
	position: absolute;
	left: 518px;
	top: 90px;
	width: 430px;	
	text-align: left;
}
DIV#content-right-company P {
	color: #2d2d2d;
}
DIV#content-right-company P A {
	color: #3c69dc;
}
DIV#content-right-company P B {
	color: #3c69dc;
	font-weight: normal;
}

/* ----- INFOBLOCK ------- */

DIV#infoblock_wide {
	background: url(img_layout/infoblock_wide.jpg) repeat-x;
	height: 275px;
}
DIV#infoblock {
	background: url(img_layout/infoblock.jpg) repeat-x;
	height: 275px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/* ----- BOTTOM Element ----- */

DIV#bottom_wide {
	height: 135px;
	background: url(img_layout/bottom_wide.jpg);
}
DIV#bottom {
	width: 980px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
DIV#secondmenu {
	position: absolute;
	left: 2px;
	top: 25px;
}
DIV#secondmenu UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
DIV#secondmenu UL LI {
	float: left;
	display: block;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	background: url(img_layout/menu2.gif) no-repeat left center;
}
DIV#secondmenu UL LI.first {
	background: none;
}
DIV#secondmenu UL LI A {
	text-decoration: none;
}
DIV#companyinfo {
	position: absolute;
	left: 12px;
	top: 55px;
	font-size: 11px;
	line-height: 23px;
	width: 968px;
	color: #96d2ff;
	
}
DIV#companyinfo A {
	
	text-decoration: none;
}
LABEL {
	color: red;
}

A IMG.thumbnail {
}
DIV#img_gallery TABLE TR TD {
	padding-bottom: 17px;
}
DIV#img_gallery TABLE TR TD A {
	text-decoration: none;
}
DIV#img_gallery TABLE TR TD A IMG {
	border: 3px solid white;
}
DIV#img_gallery TABLE TR TD A IMG:hover {
	border: 3px solid #bfbfc7;
}
TABLE#captcha_table {
	background-color: #f3dfdf;
	border: 2px solid #c7c8c7;
	padding 2px;
	margin-left: 240px;
	margin-top: 20px;
}
INPUT#form_submit {
	margin-left: 390px;
	margin-top: 20px;
}
DIV.title_clear {
	clear: both;
}
/* --------- event cal ------------- */
.evheader {
	text-align: center;
	margin-bottom: 10px
}
.eventborder {
	border: 2px solid red;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight: bold;
	text-align: center;
}
.tdevent {
	padding: 10px;
	background-color: #e9451f;
}
.eventheading {
	text-align: center;
}
.mteventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #470600;
	color: #fdc5a0;
	font-weight: bold;
	text-align: center;
}
.mtevent {
	vertical-align: top;
	padding: 10px;
	background-color: #e9451f;
}
.alleventheading {
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background: url(header_bg.gif) repeat-x left top;
	color: #d8cd8d;
	font-weight: bold;
	text-align: center;
}
.allevent {
	vertical-align: top;
	padding: 10px;
	background-color: #66613e;
}
.evfooter {
	text-align: center;
}
/* -------------- DISKUSIA ---------------- */
.gbtitle {
	font-weight: bold;
}
#guestbook_form {
	background: url(transparent.png) no-repeat top center;
	width: 400px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
/* ----------------- TABS --------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav UL {
    
}
.tabs-nav li {
    float: left;
    margin: 0px;
    width: 100px;
    min-width: 100px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    /*padding: 0 10px;*/
    background: url(tab.png) no-repeat;
}
.tabs-nav a, .tabs-nav a:visited {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #ebd287;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #092100 !important;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    
}
.tabs-nav a span {
    width: 100px; /* IE 6 treats width as min-width */
    min-width: 100px;
    height: 31px; /* IE 6 treats height as min-height */
    min-height: 31px;
    padding-top: 14px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 14px;
}
.tabs-nav .tabs-selected a span /*, .tabs-nav a:focus span, .tabs-nav a:active span*/{
    background-image: none !important;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-image: url(img_layout/zalozka_inactive.jpg);
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
   
}
.tabs-loading em {
    padding: 0 0 0 20px;
    
}
DIV#obednemenu_dnes, DIV#obednemenu_zajtra, DIV#obednemenu_pozajtra {
	padding: 20px;
}
