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

body {
	background: #d5dee5 url('/_clip/pozadi_prechod.jpg') 0 0 repeat-x;
	/* border: 1px solid blue; */
}

#page_layout {
	height: auto;
	min-height: 100%;
	padding: 0.3em 0 2em 0;
}

#page {
	text-align: left;
	width: 759px;
	margin: 0 auto;
	position: relative;
	border: 3px solid white;
	background: white;
}

#banertop {
	text-align: center;
	width: 759px;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
#header {
	background: url('/_clip/klaus-svejnar.jpg') no-repeat top right;
	height: 173px;
	position: relative;
	width: 759px;
	/* padding-bottom: 5px; */
	/* border: 1px solid red; */
}

#header h1 {
 	margin: 0;
 	padding: 0;
 	display: none;
}

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

#header a.logo {
	/* background: url('/_clip/logo-klaus-svejnar.jpg') no-repeat; */
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 284px;
	height: 87px;
}

#header a.logo img {
	border: 0;
}

#header a {
	text-decoration: none;
}

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

#content_layout {
	margin: 0 0 0 210px;
	padding: 0;
	/* border: 1px solid green; */
}

#content {
	margin: 0;
	padding: 5px 5px 12em 10px;
	width: 534px;
}

#reklamacontent {
	padding-top: 2em;
	text-align: center;
}

/* FOOTER */
#footer_layout {
	height: 65px;
	width: 100%;
	margin: 0; 
	padding: 0;
	position: relative;
	bottom: -65px;
	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 {
	float: left;
	width: 378px;
	/* border: 1px solid red; */
}

#footer_left, #footer_right {
	padding: 15px 0 10px 10px;
}
#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;
	}
	
	#page_layout {
		padding: 0; margin: 0;
		width: 100%; 
	}
	#menu_layout, #header {
		display: none;
	}
	#content_layout, #content {
		width: 100%; 
		line-height: normal; 
		margin: 0; padding: 0; 
		overflow: visible; 
		height: 100%; 
		position: static;
	}
}

