@import url(reset.css);

/*

	obsah 960px

*/

html, body {
	background: url('../img/pozadi.jpg') repeat-y scroll center;
}

#container {
	margin: 0 auto;
	max-width: 940px;
	padding: 10px;
}

.content {
	float: left;
	width: 100%;
}

header {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.content #col_right {
	float: left;
	width: 24.47%; /* 230px */
	margin-right: 1.06%; /* 10px */
}

.content #col_main {
	float: left;
	width: 74.47%; /* 700px */
}

.content .block_gradient {
	float: left;
	width: 100%;
	color: #fff;
	border-radius: 10px;
	background: #282624;
	background: -moz-linear-gradient(left,  #282624 0%, #545251 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#282624), color-stop(100%,#545251));
	background: -webkit-linear-gradient(left,  #282624 0%,#545251 100%);
	background: -o-linear-gradient(left,  #282624 0%,#545251 100%);
	background: -ms-linear-gradient(left,  #282624 0%,#545251 100%);
	background: linear-gradient(to right,  #282624 0%,#545251 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282624', endColorstr='#545251',GradientType=1 );
}

.content .block_content {padding: 10px;}
.block_kontakt {min-height: 440px;}

.block_kontakt .block_content {
	margin: 20px 0 0 0;
	padding: 0 0 0 50px;
	min-height: 440px;
    background: url("../img/pozadi-menu.png") no-repeat scroll left top;
}

.block_kontakt h2 {
	font-size: 120%;
	margin-bottom: 20px;
}

#header {
	border-radius: 10px;
	padding: 10px;
	background: #edece5;
}

#header h1 {
	font-weight: bold;
}

nav {
	float: left;
	width: 100%;
}

nav ul li {
	float: left;
	position: relative;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	float: left;
	margin-right: -10px;
	text-align: center;
	padding-top: 7px;
	z-index: 888;
	width: 125px;
	height: 33px;
	background: url('../img/pozadi-menu-neactive.png') no-repeat center top;
	color: #fff;
	font-size: 80%;
}

nav ul li a:hover {
	float: right;
	z-index: 999;
	position: relative;
	width: 125px;
	height: 33px;
	background: url('../img/pozadi-menu-active.png') no-repeat center top;
}

nav ul li.active a {
	float: right;
	z-index: 999;
	position: relative;
	width: 125px;
	height: 33px;
	background: url('../img/pozadi-menu-active.png') no-repeat center top;
}

nav .green_line {
	float: left;
	position: relative;
	border-radius: 20px;
	width: 100%;
	height: 14px;
	background: #5ea443;
	margin-top: -9px;
}

#col_main #main {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#main h2 {
	font-size: 190%;
	text-transform: uppercase;
	font-weight: bold;
}

#main .koncern_img {
	position: relative;
	width: 587px;
	height: 636px;
	background: url('../img/pozadi-koncern.png') no-repeat top center scroll;
}

#main .koncern_img .ipc_group,
#main .koncern_img .ipc_plast,
#main .koncern_img .ipc_reality {
	position: absolute;
	color: #fff;
}

#main .koncern_img .ipc_group h3,
#main .koncern_img .ipc_plast h3,
#main .koncern_img .ipc_reality h3 {
	font-size: 120%;
}

#main .koncern_img .ipc_group {
	left: 230px;
    top: 30px;
}

#main .koncern_img .ipc_plast {
	left: 45px;
    top: 350px;
}

#main .koncern_img .ipc_reality {
	left: 380px;
    top: 350px;
}

