#main {
	width: 760px;
	height: auto;
}


/*
*		ID HEADER
*		- zde je definovane vsechno v hlavicce vcetne menu, etc.
*/
#header {
	width: 100%;
	height: 75px;
	margin-bottom: 1px;
	display: table;
}
#logotype {
	width: 303px;
	height: 75px;
	background: url(../images/logotype.gif) no-repeat;
	float: left;
}
#banner {
	width: 456px;
	height: 60px;
	background: url(../images/banner.jpg) no-repeat;
	float: left;
}
#nav-common {
	width: 456px;
	height: 15px;
	overflow: hidden;
	float: left;
}
#nav-common A, .nav-site A {
	display: block;
	font-size: 12px;
	text-align: center;
	width: 151px; height: 15px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}
#nav-common A.dark { background: url(../images/bt_bg_grey_dark.gif) 0 0 no-repeat; }
#nav-common A.light { background: url(../images/bt_bg_grey_light.gif) 0 0 no-repeat; }
.nav-site A.dark { background: url(../images/bt_bg_blue_dark.gif) 0 0 no-repeat; }
.nav-site A.slabo-a-prenos-dat { background: url(../images/bt_bg_aut-a-rizeni.gif) 0 0 no-repeat; }
.nav-site A.aut-a-rizeni { background: url(../images/bt_bg_blue_light.gif) 0 0 no-repeat; }
.nav-site A.rozvody-el-en { background: url(../images/bt_bg_rozvody-el-en.gif) 0 0 no-repeat; }
#nav-common A:hover, .nav-site A:hover {
	background-position: -151px 0;
}
.nav-site A {
	color: #fff !important;
}
.nav-site {
	width: 100%;
	height: 15px;
	overflow: hidden;
	float: left;
}
/*
*		Contentová část
*/
#content {
	margin-top:2px;
	width: 100%;
	height: auto;
	/* background: url(../images/bg_content.gif) 0 0 repeat-y; */
	display: table;
	padding-bottom: 15px;
}
#content.content-page {
	background-position: -152px 0;
}
#content .main {
	width: 456px;
	height: auto;
	float: left;
}
#content .sub {
	width: 303px;
	height: auto;
	float: left;
}
#content .pad, #content .padBig {
	margin: 13px;
}
/*
*		Paticka
*/
#footer {
	width: 759px;
	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: 759px;
	height: 1px;
	background-color: silver;
	overflow: hidden;
}
