/* rozlozenie */

body {
	min-width: 56em;
	background-color: #FFFFE0;
	
	color: #333300;
}

div.left_frame {
	float: left;
	width: 17%;
	min-width: 10em;
	min-height: 30em;	
	
	clear: right;
	margin: 0em;
	
	overflow: hidden;
}

div.main_frame {
	position: relative;
	float: right;
	width: 81%;
	min-width: 40em;
	min-height: 23.5em;	
		
	margin: 0em;
	padding: 9em 0 2em 0em;

	border: 0px solid black;
}

div.header {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 7.5em;
	
	margin: 0px;
	overflow: hidden;

	border: 1px solid #800000;
	background-color: #FFDEAD; /*#BDB76B;*/

	text-align: right;
/* 	border-bottom: 1px solid black; */
}

div.header h1 {
	margin: 0px;
	margin-top: 0.5em;
	padding: 0px;
	color: #800000;
	float: left;
	text-align: center;
	width: 40%;
}

div.headerESF  {
	float: left;
	text-align:left;
	vertical-align:top;
}

div.header img.logo {
	float: right;
	margin: 0px;
}

div.footer {
	width: 100%;
	position: relative;
	bottom: 0em;
	left: 0em;
	height: 3em;
	
	margin: 2ex 0em;
        clear: left;
	
	border: 0px solid black;
	border-top: 1px dashed #800000;
}

p.footerESF {
	width:100%;
	height:2em;
	
	font-size:8px;
	font-weight:bold;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #663300;
}

a:hover {
	text-decoration: underline;
}