.body
{
	margin: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	min-width: 911px;
	background: #453a95;
	font: normal 0.85em verdana, arial, sans-serif;
	color: #484946;
	text-align: center;
}

#container
{
	margin: 0 auto;
	text-align: left;
	padding-top: 32px; /*pokud je nad site odsazeni od listy*/
	color: #000;
	height:899px;
	width:911px;
}

* > #container
{
	min-height: 899px;
	height: auto;
}



body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object
{
	border: 0;
}

#logo
{
	width:911px;
	float:left;
	height:85px;
	background-image: url(../Img/headTop.jpg);
	background-repeat: no-repeat;
	background-position: 452px 70px;
}

#motto
{
    width:911px; float:left;
}

#contentCover
{
	width:911px;
	float:left;
	background:url("../Img/contentBg.jpg") no-repeat;
	height:482px;
}

#leftContent
{
    width:222px; float:left; margin-left:37px; display:inline; padding-right:33px;
}

#rightContent
{
    width:217px; float:left;
} 

#footer
{
    width:380px; float:left;height:35px; margin-top:447px; text-align:right; padding-right:22px;
}

#copy
{
    width:800px; height:20px; float:left; padding:20px;font-size:90%; color:#fff;
}

/* ostatni */

abbr, acronym, .help
{
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
blockquote
{
	margin: 15px 20px;
	font-style: italic;
}
del, .del
{
	text-decoration: line-through;
}
strong, .strong
{
	font-weight: bold;
}
cite, em, q, var
{
	font-style: italic;
}
code, kbd, samp
{
	font-family: monospace;
	font-size: 110%;
}
hr
{
	display: block;
	height: 2px;
	margin: 0;
	padding: 0;
	border: 0 solid #453a95;
	background: #453a95;
	color: #453a95;
}
/*forms in a colum*/

form fieldset legend
{
	display:none;
}

form fieldset
{
	border:0;
	margin:0;
	padding:0;
}

ol.Form
{
	list-style:none;
	margin:0px 0 0 0 ;
	padding:0;
	float:left;
	width:355px;
	/*background:red;*/
}

ol.Form li
{
	margin-bottom:5px;
	text-align:left;
	width:355px;
	/*background:blue;*/
}

ol.Form LiButton
{
    margin-top:15px;
}

ol.Form .FormLabel
{
	color:#5a6167;
    margin: 0;
    float:left;
    width:130px;
}

ol.Form .validator
{
	color:red;
    font-size : 0.9em;
    margin:10px 0 0px 3px;
    float:left;
}

ol.Form input
{
}

/*forms top positioned

ol.Form .FormLabel
{
	color:#5a6167;
    margin:0;
    float:left;
    width:100%;
    display:block;
}
*/



/* DCMS Edit Bar */
Table.EditBarHeader
{
	margin: auto;
	margin-top: 5px;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10000;
	margin-left: -480px;
}

TD.EditBarHeader
{
	background-color: #ff9037;
	color: White;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: solid 1px #ff9037;
	border-left: solid 1px #ff9037;
	border-right: solid 1px #ff9037;
}

TD.EditBarDCMSLogo
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}
TD.EditBarLoggedAs
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037; 
	text-decoration: none;
}

div#editBarHeader
{
	width:910px;float:left;height:18px;border:solid 1px #d4d4d4; background: #333 ;padding:2px 26px 0 26px;margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10000;
	margin-left: -480px;
	text-align:left; color:#dfdfdf;
	font: 0.85em/1.5 "arial" ,sans-serif;
}

div#loggedAs
{
	width:25%;float:left;
}

div#version
{
	width:25%;float:left; text-align:right;
}

div#adminButtons
{
	width:50%; float:left; text-align:center;
}

/* DCMS Edit Bar */

