body{
	margin: 0px;
	text-align: center ; 
	background-color: #D4EBFD;
}

.header {
	float:left;
	width: 970px;
	height: 205px;
	background-image : url(img/header.jpg);
	background-repeat : no-repeat;
	background-position: bottom left;
}



.hlavny {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.nadpis-line {
	font-weight: bold;
	padding-left:0px;
	text-align: left;
	font-size:13px;
	float: left;
	width: 100%;
	line-height: 23px;
	height: 23px;
	background-color: #ABDAF8;
	color: #F38500;
}

.predmet-nadpis {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	padding-left: 100px;
	font-size: 20px;
	font-weight: normal;
	color: #31332E;
	float: left;
	width: 500px;
	height: 23px;
}

.left-panel {
	float: left;
	width: 150px;

	height: auto;
}
.right-panel {
	font-family : Arial, Helvetica, sans-serif ;
	font-size:11px;
	float: right;;
	width: 145px;
	height: 600px;
}