* { 
	font-family: Verdana, Arial, Arial CE, Tahoma, Helvetica, sans-serif;
	margin:0; 	
	padding:0; 
	font-size: 8pt;
	text-align: left;
	color: #79043c;
}
body {
	background-image: url(images/back_slim.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFCFE7;
	line-height: 1.5em;
}

DIV#maincontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

DIV#topsection{
	position: relative;
	height: 188px; /*Height of top section*/
	background-image: url(images/head.jpg);
	border-bottom: 1px solid White;
	margin-bottom: 10px;
}
DIV#topBanner {
	position: absolute;
	top: 62px;
	left: 240px;
	width: 565px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}

DIV#contentwrapper{
	float: left;
	width: 100%;
}

DIV#contentcolumn {
	margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 8px 0 8px;
}

DIV#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}

DIV#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

DIV#footer {
	margin-top: 10px;
	border-top: 1px solid White;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-size: 7pt;
}

#xmlfeed_odkazy p {
	text-align: center;	
}
#xmlfeed_odkazy img {
	border: 0px;
}