@charset "utf-8";
/* 
	Stop Kradezim spol. s r.o.
	CSS layout
	(c)2007 Retrospectro, Jan Malecek
*/

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border: 1px solid #c8cbd2;
	background: #2d3641 url(../images/bg-container.png) repeat-x;
}

#header {
	position: relative;
	padding-left: 68px;
	padding-right: 68px;	
	width: 814px;
	height: 109px;
}

#logo {
	position: relative;
	float: left;
	margin: 25px 0 0 10px;
}

#links {
	position: relative;
	float: right;
	margin: 60px 10px 0 0;
}

#navigation {
	position: relative;
	padding-left: 68px;
	padding-right: 68px;
	width: 814px;
	height: 187px;
	background: transparent url(../images/navigation.gif) no-repeat top center;
}

#menu {
	position: relative;
	float: left;
	width: 184px;
	padding: 10px 15px 0 15px;
	height: 157px;
}

#image {
	position: relative;
	float: right;
	width: 593px;
	height: 167px;
	padding: 15px 3px 0 0;
}

#search-bar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	padding: 8px;
	background: #636e7d url(../images/border-search-bar.gif) no-repeat bottom center;
	width: 798px;
	height: 22px;
}

#structure {
	position: relative;
	padding-left: 68px;
	padding-right: 68px;
	width: 814px;
}

#news {
	position: relative;
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ref1 {
	position: relative;
	margin-top: 10px;
	left: 10px;
	padding: 8px;
	width: 180px;
	height: auto;
	background-color: #d6deeb;
}

#ref2 {
	position: relative;
	left: 10px;
	padding: 8px;
	width: 180px;
	height: auto;
	background-color: #d6deeb;
}

#ref3 {
	position: relative;
	left: 10px;
	padding: 8px;
	width: 180px;
	height: auto;
	background-color: #d6deeb;
}

#oddelovac {
	margin-left: 10px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

#content {
	position: relative;
	float: right;
	width: 582px;
	padding: 10px;
	padding-top: 8px;
}

#footer {
	position: relative;
	padding: 10px 68px 10px 68px;
	width: 815px;
	height: auto;
	background: #e2e2e3 url(../images/bg-footer.png) repeat-x;
	clear: both;
}
