TABLE.oblibene {
    border: 1px #cccccc solid;
	margin-top: 20px;
	width: 100%;
}
#main {
	width: 760px  !important;
	height: auto;
	margin:0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.context-hdr, .context-hdr-green {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:0;
}
.context-hdr-green {
	color: #009347;
}
/*
*		ID HEADER
*		- zde je definovane vsechno v hlavicce vcetne menu, etc.
*/
#header {
	width: 100%;
	height: 90px;
	=height: 106px;
	margin-bottom: 1px;
	display: table;
}
#logotype {
	width: 303px;
	height: 75px;
	background: url(../images/logotype.gif) 10px 10px no-repeat;
	float: left;
}
#banner {
	width: 456px;
	height: 60px;
	background: url(../images/banner.gif) no-repeat;
	float: left;
}
#nav-common {
	width: 455px;
	height: 15px;
	overflow: hidden;
	float: right;
}
#nav-common A, .nav-site A {
	display: block;
	font-size: 12px;
	text-align: center;
	width: 151px; height: 15px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}
#nav-common A { background: url(../images/bt_bg_grey_light.gif) 0 0 no-repeat; color: #000 !important; }
.nav-site A.blue { background: url(../images/bt_bg_blue.gif) 0 0 no-repeat; }
.nav-site A.orange { background: url(../images/bt_bg_orange.gif) 0 0 no-repeat; }
.nav-site A.light-blue { background: url(../images/bt_bg_light-blue.gif) 0 0 no-repeat; }
.nav-site A.green { background: url(../images/bt_bg_green.gif) 0 0 no-repeat; }
.rolloutmenu-item {
	margin-left: 3px;
}
#nav-common A:hover, .nav-site A:hover {
	background-position: -151px 0;
}
.nav-site {
	width: 760px;
	height: 15px;
	overflow: hidden;
	float: left;
	color: #fff;
}
/*
*		Contentová část
*/
#content {
	margin-top:2px;
	width: 100%;
	height: auto;
	background: url(../images/bg_content.gif) 0 0 repeat-y;
	display: table;
	padding-bottom: 8px;
}
#content.main-wide {
	background-position: -152px 0;
}
#content.content-page {
	background-position: -152px 0;
}
#content .main {
	width: 456px;
	/*U nekterych stranek se rozhodi layout */
	_overflow:hidden;
	height: auto;
	float: left;
}

#content .main .pad {
    margin-left:10px;
}
#content .sub {
	width: 303px;
	height: auto;
	float: left;
}
#content .pad, #content .padBig {
	margin: 13px;
}
/*
*		Paticka
*/
#footer {
	width: 760px;
	height: 15px;
	overflow: hidden;
	background: url(../images/bg_footer.gif) 0 0 repeat-x;
	color: #fff;
	
	font-family: Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 1px;
}
#footer P {
	margin-top: 1px;
	margin-right: 13px;
	font-size: 10px;
}
#footer A {
	color: #fff;
}
#footer A:hover {
	text-decoration: none;
}


.separator {
	width: 760px;
	height: 2px;
	background-color: #333;
	overflow: hidden;
}