

.body
{
	margin: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	min-width: 1007px;
	background: #ffdb70 url("../Img/bodyBg.jpg") repeat-x;
	font: 0.8em/1.5 "arial" ,sans-serif;
	color: #000;
	text-align: center;
}

#container
{
	height: 876px;
	width: 1007px;
	margin: 0 auto;
	text-align: left;
	margin-top: 60px; /*pokud je nad site odsazeni od listy*/
	color: #000;
}

* > #container
{
	min-height: 876px;
	height: auto;
}



body, div, span, p, a, img, ul, ol, li, form, fieldset, legend, dl, dt, dd, blockquote, applet, object
{
	border: 0;
}

#headerLeft
{
	width: 585px;
	float: left;
	height: 282px;
}

#headerRight
{
	width: 422px;
	float: left;
	height: 282px;
}

#menu
{
	width: 991px;
	float: left;
	background: url("../Img/menuBg.jpg") no-repeat;
	height: 47px;
	margin-left: 9px;
	display: inline;
}

#infoPanel
{
	width: 184px;
	float: left;
	min-height: 511px;	
	padding: 15px 0 0 15px;
}

#contentCover
{
    width:991px;
    float:left;
    background: url("../Img/contentCoverBg.gif") repeat-y;
    margin-left: 9px;
	display: inline;
}

#infoPanelDefault
{
	width: 184px;
	float: left;
	height: 511px;
	background: #ccc;	
	margin-left: 9px;
	display: inline;
	padding: 15px 0 0 15px;
	font-size:0.9em;
}

#content
{
	width: 747px;
	float: left;
	height: 503px;
	padding:0 10px 20px 20px;
	margin-left: 15px;
	padding-bottom: 23px;
	display: inline;
}

*>#content
{
    min-height:501px;
    height:auto;
}



#contentDefault
{
	width: 777px;
	float: left;
	height: 503px;
	
	margin-left: 15px;
	margin-bottom: 23px;
	display: inline;
}


#middle
{
	width: 380px;
	float: left;
}

#showcase
{
	width: 377px;
	float: left;
	height: 256px;
	border: solid 1px #f0a41d;
	background: url("../Img/showcaseBg.jpg") repeat-y bottom left;
	margin-top: 16px;
}

#whyUs
{
	width: 378px;
	float: left;
	background: red;
	height: 501px;
	border: solid 1px #ef9c0a;
	border-top:none;
	margin-left: 10px;
	display:inline;
	background: url("../Img/whyUsBg.jpg") repeat-x 0px 59px;
}

*>#whyUs
{
    margin-left:16px;
}

#footer
{
	width: 976px;
	float: left;
	background: url("../Img/footerBg.jpg") no-repeat;
	height: 18px;
	margin-left: 9px;
	display: inline;
	font-size: 0.8em;
	padding: 3px 0 0 15px;
}
/*
#contentTemplate #content
{
    background: #efb60a url("../Img/whyUsBg.jpg") repeat-x;
}
*/



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: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0 solid #CCC;
	background: #CCC;
	color: #CCC;
}

/*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: 555px; /*background:red;*/
}

#whyUs ul
{
	list-style-image: url(../Img/bullet.gif);
	margin: 0px;
	margin-left: 25px;
	padding: 0;
	padding-left: 35px;
	float: left;
	width: 300px;
	color: #555;
}

ol.Form li
{
	margin-bottom: 8px;
	text-align: left;
	width: 555px; /*background:blue;*/
}

#whyUs ul li
{
	margin-bottom: 13px;
	text-align: left;
	font-size: 1.1em;
}

ol.Form LiButton
{
	margin-top: 15px;
}

ol.Form .FormLabel
{
	color: #000;
	margin:0;
	float: left;
	width: 250px;
}

ol.Form .validator
{
	color: red;
	font-size: 0.9em;
	margin: 10px 0 0px 3px;
	float: left;
}

.txtBox
{
    font-family:Arial;
    font-size:100%;
    width:200px;
    background:#fff;
    border:solid 1px #a5acb2;
}

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 */