body {
	margin: 0;
	padding: 0;
	text-align: center; /* 12 px */
	background: url(../obrazy/pozadi.jpg) no-repeat center top;
	font: 75% Tahoma, sans-serif;
	color: #cfcfcf;
}
#obalovak {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 985px;
	padding-top: 24px;
}
/* ---------- Loga ---------- */
h1 {
	margin: 0;
	padding: 0;
}
h1 a {
	display: block;
	height: 98px;
	width: 485px;
	position: relative;
	margin-left: 10px;
}
h1 a span {
	display: block;
	height: 98px;
	width: 485px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../obrazy/logo_jiri_sebek.jpg);
}
h3 {
	margin: 0;
	padding: 0;
}
h3 {
	height: 30px;
	width: 163px;
	display: block;
	position: relative;
	float: right;
	margin-top: -40px;
	margin-right: 12px;
	_margin-right: 6px;
}
h3 span {
	height: 30px;
	width: 163px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../obrazy/logo_swah_net.png);
}


/* ---------- Navigace ---------- */
#navigace {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigace #kontakt a {
	display: block;
	position: relative;
	height: 63px;
	width: 303px;
	margin-top: 20px;
	cursor: pointer;
	margin-left: 10px;
	text-indent: -9999px;
	outline: none;
	background: url(../obrazy/kontakt.png) left;
}
#navigace #kontakt a span {
	display: block;
	position: absolute;
	height: 63px;
	width: 303px;
	top: 0;
	left: 0;
	background: url(../obrazy/kontakt.png) right;	
}
#navigace .ikonka {
	float: left;
}
#navigace .ikonka a {
	display: block;
	height: 34px;
	width: 34px;	
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#navigace .ikonka a span {
	display: block;
	height: 34px;
	width: 34px;	
	position: absolute;
	top: 0;
	left: 0;
}
#navigace .ikonka.twitter a span {
	background: url(../obrazy/ikonka_twitter.png);	
}
#navigace .ikonka.facebook a span {
	background: url(../obrazy/ikonka_facebook.png);	
}
#navigace .ikonka.myspace a span {
	background: url(../obrazy/ikonka_myspace.png);	
}

/* ---------- Portfolio ---------- */
#portfolio {
	height: 421px;
	width: 985px;
	background: url(../obrazy/portfolio.jpg);
	position: relative;
	margin-top: 126px;
	padding-top: 4px;
}
#slider {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#slider ul {
	position: absolute;
	list-style: none;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 400px;
}
#slider li {
	width: 960px;
	height: 400px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#slider li div {
	background: url(../obrazy/popis.png) repeat-y left;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
}
#slider li div {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='obrazy/popis.png', sizingMethod='scale');
	_background: none;
}
#slider li div h2 {
	font: bold 24px Palatino, 'palatino linotype', serif;
	margin: 0;
	padding: 0;
	letter-spacing: -0.05em;
}
.strankovani {
	float: left;
	list-style: none;
	height: 25px;
	margin: 0 0 0 26px;
	_margin: 0 0 0 13px;
	padding: 0;
}
.strankovani li {
	float: left;
	cursor: pointer;
	padding: 0 2px;
	background: transparent;
	border: 1px solid transparent;
	margin: 2px 4px 0 0;
	text-align: center;
	color: #666666;
	font: 90% Arial, sans-serif;
}
.strankovani:hover li {
	color: #CCCCCC;
	background: #666;
	border: 1px solid #999;
}
.strankovani li:hover {
	background: #777;
	border: 1px solid #bbb;
	color: #FFFFFF
}
li.current, .strankovani:hover .current {
	border: 1px solid #ccc;
	background: #888;
	color: #F4F4F4;
}

#sipka_predchozi {
	position: absolute;
	left: 0px;
	top: 142px;
	z-index: 1;
	cursor: pointer;
}
#sipka_dalsi {
	position: absolute;
	right: 0px;
	top: 142px;
	z-index: 1;
	cursor: pointer;
}

/* ---------- Paticka ---------- */
#paticka {
	font-size: 11px;
	color: #7d7d7d;
	float: right;
	margin-right: 26px;
	_margin-right: 13px;
	margin-bottom: 25px;
	margin-top: 10px;
}
#paticka img {
	vertical-align: baseline;
}

/* ---------- Ostatni ---------- */
a {
	color: #cfcfcf;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* ---------- Moje ---------- */
img {
	border: 0;
	vertical-align: middle;
}
.clear_both {
	clear: both;
}
.zarovnani_stred {
	text-align: center;
}
.skryt {
	display: none;
}
