DIV#maincontainer {
	width: 996px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	position: relative;
}

DIV#hlavniStranka {
	position: relative;
	background-color: #47565b;
}
DIV#topsection {
	height: 152px; /*Height of top section*/
	position: relative;
}
DIV#topsectionText {
	position: relative;
	background-color: #0093ce;
	padding: 3px 10px 3px 10px;
}
SPAN.scroollText {
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
DIV#footer{
	color: #FFF;
	text-align: center;
	padding: 2px 0;
	position: relative;
}
#footer a {
	color: #FFFF80;
	border: 0px none;
}
#footer IMG {
	color: #FFFF80;
	border: 0px none;
}
DIV#homeP {
	position: absolute;
	top: 3px;
	left: 3px;
}
DIV#homeP IMG {
	border: 0;
	width: 900px;
	height: 140px;
}
DIV#footerText {
	background-color: #0b0b0b;
	text-align: center;
	padding: 2px 0;
	position: relative;
}
DIV#footerText, DIV#footerText a {
	color: #7e7e7e;
}
