/* IMPORTS */
@import url('style_main.css');
@import url('style_menu.css');
@import url('style_others.css');

body {
	background: url('/_clip/pozadi.gif') 0 0 repeat-x;
}

#page_layout {
	height: auto;
	min-height: 100%;
}
#page {
	text-align: left;
	width: 759px;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
#header {
	background: url('/_clip/zakrany.jpg') no-repeat right;
	height: 277px;
	position: relative;
	width: 759px;
}

#header h1 {
	background: url('/_clip/header.jpg') no-repeat;
	width: 490px;
	height: 277px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
}

#header h1 span {
	height: 1px;
	width: 1px;
	left:-3000px;
	overflow: hidden;
	position: absolute;
}

#header_zbytek {
	width: 39px;
	height: 134px;
	position: absolute;
	left: -39px;
	top: 68px;
	background: url('/_clip/header_zbytek.jpg');
}

#header a#logo-stranek {
	background: url('/_clip/zakrany-logo.jpg') no-repeat;
	display: block;
	position: absolute;
	top: 96px;
	left: 491px;
	width: 268px;
	height: 78px;
}
#header a#logo-stranek img {
	border: 0;
}

#header a {
	text-decoration: none;
}

#menu_layout {
   float: left;
   width: 200px;
   margin: 0; padding: 0;
}

#content_layout {
	margin: 0 0 3em 210px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 5px 0 0 15px;
	width: 534px;
}

/* FOOTER */
#footer_layout {
	height: 35px;
	width: 100%;
	margin: 0; 
	padding: 0;
	position: relative;
	bottom: -35px;
	left: 0;
	color: #fff;
	background: #8e6f37 url('/_clip/footer.gif') repeat-x;
	clear: both;
	text-align: center;
}

#footer {
	width: 759px;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
	text-align: left;
}

#footer a:link {
	color: #fff4c4;
}

#footer_left_layout, #footer_right_layout {
	height: 35px;
	float: left;
	width: 378px;
	/* border: 1px solid red; */
}

#footer_left, #footer_right {
	padding-top: 9px;
}
#footer_right {
	text-align: right;
}
#footer_right img {
	border: 0;
}
#footer_left img {
	float: left;
	margin: 4px 10px 0 0;
}

.clear { clear: both; }
.hide { display: none; }


/* TISK */
@media print {
	body {
		background: white; 
		color: black;
		font-size: 12pt;
		font-family: "Times New Roman", Times, serif;
	}
	a, a:link, a:visited, a:hover {
		color: black;
	}
	h1, h2, h3, h4 {
		font-family: "Times New Roman", Times, serif; 
		color: black;
	}
	h1 {
		font-size: 145%;
	}
	h2 {
		font-size: 125%;
	}
	h3 {
		font-size: 110%;
	}
	
	#header h1 span {
		height: auto;
		width: auto;
		left: 0;
		overflow: visible;
		position: static;
	}

	#page_layout {
		padding: 0; margin: 0;
		width: 100%; 
	}
	#menu_layout, a#logo-stranek img, #header_zbytek, #footer_layout {
		display: none;
	}
	#header {
		position: static;
		height: auto;
	}
	#header a#logo-stranek {
		position: static;
		overflow: visible; 
	}
	#content_layout, #content {
		width: 100%; 
		line-height: normal; 
		margin: 0; padding: 0; 
		overflow: visible; 
		height: 100%; 
		position: static;
	}
}
