#wrapper {
	width: 770px;
	margin: 0 auto;
    background: url("/_clip/pozadi.gif") -20px 0px repeat-y;
    text-align: left;
}

#header {
	width: 770px;
    height: 200px;	
}

#logo {
	position: relative;
    width: 137px;
    height: 137px;
    left: 30px;
    top: 20px;
    border: 0;
    background: url("/_clip/logo2.gif") right no-repeat;
    float: left;
}

#header span#nadpis {
	position: relative;
	padding: 0;
	margin: 0;
	float: right;
	top: 20px;
	width: 530px;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #ffefd6;
}

span#ales {
	display: block;
	padding: 5px 15px;
	margin: 0;
    color: #666;	
    font-size: 18pt;
}

span#firma {
	display: block;
	padding: 0px 15px 10px 15px;
	margin: 0;
	font-weight: bold;
	color: #ad2821;	
	font-size: 22pt;
}

#menu_layout {
    width: 216px;
	float: left;
}

#menu-colom {
	float: right;
	padding: 10px 20px;
	margin: 2em 0;
}

#content_layout {
    padding: 0px 0px 1em 0px;
    width: 530px;
    float: right;
}

#content {
    padding: 0px 0px 2em 0px;
    color: #000;
}

#footer_layout {
	width: 100%;
	margin: 0 auto;	
    padding: 1em 0 0 0;    
    float: right;
}

#footer {
    border-top: 4px solid #ffb07a;
	background-color: #ffefd6;
    padding: 1em 1em 1em 1em;
    color: #000;
}

#rozcestnik_layout {
	width: 100%;
    padding: 2em 0 2em 0;    
    background-color: #f8dcc6;
    text-align: center;
}

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

div#keywords {
    display: none;
    float: left;
}

div.clear {
    clear: both;
}


/* TISK */
@media print {
	body {
		background: white; 
		color: black;
		font-size: 12pt;
		font-family: "Times New Roman", Times, serif;
	}
	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 span#nadpis {
		height: auto;
		width: auto;
		overflow: visible;
		position: static;
		float: left;
	}

	#wrapper {
		padding: 0; margin: 0;
		width: 100%; 
	}
	#rozcestnik_layout, #menu-colom, #menu_layout, #header #logo {
		display: none;
	}
	#footer span {
		padding-left: 0;
	}
	#header {
		position: static;
		height: auto;
	}
	#content_layout, #content {
		width: 100%; 
		line-height: normal; 
		margin: 0; padding: 0; 
		overflow: visible; 
		height: 100%; 
		position: static;
	}
}
