/* CSS Document */

body {
	background: url('images/background.png') repeat-x top center rgb(12,102,172);
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: rgb(102,102,102);
	line-height: 140%;
	margin: 0;	
}
body.editor {
	background: white;
}
p, li, ul, a, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
h1 {
	color: rgb(200,0,0);
	font-weight: bold;
	font-size: 18px;
	margin: 12px 0 20px 0;
}
h2, h3 {
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 12px;
}
p {
	margin-bottom: 12px;
}
li {
	list-style-type: none;
}
img {
	border-style: none;
}
a {
	color: rgb(200,0,0);
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
}
.all {
	background: url('images/bgdot.png') repeat top left;
	width: 100%;
}
.all-in {
	width: 740px;
	margin: 0 auto;
}
.all-in-bg {
	background: white;
	width: 740px;
	position: relative;
	float: left;
}
.cl {
	line-height: 1px;
}
/* hlavicka */
.header {
	background: url('images/header.png') no-repeat top left;
	width: 712px;
	height: 159px;
	position: absolute;
	left: 14px;
	top: 28px;
}
.header-img {
	position: absolute;
	top: 45px;
	right: -30px;
	width: 300px;
	height: 185px;
	background: url('images/bed.png') no-repeat top left;
}
/* levy sloupec */
.left-col {
	width: 200px;
	float: right;
	color: white;
}
/* menu */
.mmenu {
	background: url('images/box-bottom.png') no-repeat bottom center black;
	width: 200px;
	float: left;
	padding: 14px 0;
	float: left;
	margin-bottom: 28px;
}
.mmenu ul a {
	color: white;
	padding: 5px 7px 5px 8px;
	display: block;
	float: left;
	text-decoration: none;
	width: 185px;
	margin-top: 5px;				
}
.mmenu ul a span {
	background: url('images/menu.png') no-repeat 20px 5px;
	padding-left: 30px;
	display: block;		
}
.mmenu ul ul a span {
	background: url('images/menu.png') no-repeat 30px 5px;
	padding-left: 40px;		
}
.mmenu ul ul ul a span {
	background: url('images/menu.png') no-repeat 40px 5px;
	padding-left: 50px;		
}
.mmenu ul ul ul a span {
	background: url('images/menu.png') no-repeat 50px 5px;
	padding-left: 60px;		
}
.mmenu ul a:hover,
.mmenu ul a.active {
	background: url('images/menu-hover.png') repeat-y;
}
.mmenu li {
	width: 200px;
	min-height: 25px;
	text-transform: lowercase;		
}
/* obsah */
.content {
	width: 712px;
	float: left;
	position: relative;
	margin-top: 187px;
	margin-left: 14px;
	float: left;
}
.content-in {
	float: right;
	width: 475px;
	padding: 0 10px;
	margin-left: 17px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.content-in.nohp {
	margin-top: 17px;
}
.content-in strong {
	color: black;
}
/* boxy */
.box {
	background: url('images/box-top.png') no-repeat top center black;
	width: 200px;	
	float: left;
	border-bottom: 28px solid white;			
}
.box-cnt {
	background: url('images/box-bottom.png') no-repeat bottom center;
	padding: 30px 28px 6px 28px;
	color: white;
	font-weight: bold;
	position: relative;			
}
.box a {
	color: white;	
}
.box p {
	margin-bottom: 15px;	
}
.box-label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;	
}
.box-bg {
	display: none;
}
.girl .box-bg {
	display: block;
	position: absolute;
	top: -22px;
	right: 0;
}
/* novinky */
.news-list .item {
	float: left;
	padding-bottom: 14px;
}
.news.detail .perex {
	font-style: italic;
	margin-bottom: 14px;
}
/* fotogalerie */
.gallery {
	width: 498px;
}
.gallery-item {
	float: left;
	position: relative;
	margin-right: 14px;
	margin-bottom: 14px;
}
.gallabel {
	display: block;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 123px;
	padding: 0 14px;
	line-height: 25px;
	background: url('images/foto.png') no-repeat top left;	
}
.galimg a {
	color: white;
	text-decoration: none;
}
.galimg h2 {
	margin: 0;
	font-size: 11px;
}
.gallery .page-content {
	width: 480px;
	margin-bottom: 20px;
}
.hidden {
	display: none;
}
/* strankovani */
.pager {
	clear: both;
	width: 100%;
	font-size: 10px;
	margin-top: 8px;
	float: left;	
}
.pager a {
	font-weight: normal;	
}
.pager-prev {
	margin-right: 8px;	
}
.pager-next {
	margin-left: 8px;	
}
/* aktualni pozice - navigace */
.path {
	position: absolute;
	left: 228px;
	width: 320px;
	overflow: hidden;
	font-size: 10px;
}
.path a {
	font-weight: normal;
}
/* jazyky */
.languages {
	position: absolute;
	top: 6px;
	left: 45px;
	float: left;
}
/* paticka */
.footer {
	background: url('images/footer.png') no-repeat bottom left;
	width: 686px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right;
	margin-bottom: 28px;
	padding: 0 40px 0 0;
	font-weight: bold;	
}