body{
	min-width:1075px;
}

#header{
	background:url('../images/header.jpg') no-repeat;
	width: 100%;
	height:120px;
}

.msg{
	background-color:yellow;
	color:red;
	padding:7px 10px;
	border:ridge silver 2px;
}

input.button{
	font-weight:normal;
}

.button{
	font-family:sans-serif,Arial;
	background:url('../images/button.png');
	padding:4px 10px;
	text-align:center;
	font-size:11px;
	letter-spacing:0.5px;
	color:#ffc300;
	font-weight:normal;
	border-top:inset #818181 1px;
	border-bottom:ridge #818181 1px;
	border-left:none;
	border-right:none;
	cursor:pointer;
}
.button:hover{
	text-decoration:none;
}

#imgpop{
	display:none;
	position:absolute;
	z-index:10;
	border:ridge silver 2px;
}

/* skype centrum ------------------------------------------------------------------------------------------------------*/
#skype{
	width:144px;
	height:120px;
	padding:0 5px;
	float:right;
	background-color:#2C6D8D;
}
#skype h6{
	margin:5px 0;
}
#skype a{
	display:block;
	margin-bottom:4px;
	text-align:left;
	padding:2px 0 5px 10px;
}
#skype a img{
	margin:0 13px 0 0;
	position:relative;
	top:2px;
}

/* top menu -----------------------------------------------------------------------------------------------------------*/
#menutop{
	width: 100%;
	margin-top:0;
}
#menutop div{
	width: 100%;
	height:3px;
}
#menutop div.top{
	background:url('../images/line.jpg') repeat-x;
}
#menutop div.top img{
	display:block;
	float:right;
}
#menutop div.bottom{
	background:url('../images/shadow-h.gif') repeat-x;
	height:20px;
	clear:both;
}
#menutop div.bottom img{
	display:block;
	float:left;
}
#menutop .conto{
	display:block;
	float:right;
	margin:4px 5px 0 10px;
	font-size:11px;
	font-weight:bold;
}
#menutop ul{
	margin:3px 0;
	padding:0;
	float:left;
}
#menutop ul li{
	margin:0;
	padding:0 18px 0 30px;
	display:inline;
	background:url('../images/square.gif') no-repeat 15px center;
}

/* contents part ------------------------------------------------------------------------------------------------------*/
#contents{
	width:100%;
	table-layout:fixed;
}
#contents td{
	vertical-align:top;
}

/* left part ----------------------------------------------------------------------------------------------------------*/
#contents td.l{
	width:210px;
	padding:10px 10px;
	text-align:left;
	border-right:solid white 1px;
	overflow-x:hidden;
}
#contents td.l ul{
	list-style-type: none;
	padding:0;
	margin:0;
	color:#ffc300;
	white-space:nowrap;
	font-weight:bold;
}
#contents td.l li{
	background: url('../images/menuimg-open.gif') no-repeat;
	padding:0 0 0 20px;
}
#contents td.l ul.rub li{
	background: url('../images/menuimg-close.gif') no-repeat;
}

#contents td.l ul.rub, #contents td.l ul.rub a{
	font-weight:normal;
}
#contents td.l ul li.sel{
	background-image: url('../images/menuimg-open.gif');
}
#contents td.l span, #contents td.l ul a:hover{
	cursor:pointer;
}
#contents td.l ul.sub{
	list-style-image:url('../images/menuimg-dash.gif');
	margin:0 0 0 20px;
}
#contents td.l ul.sub li{
	background:none;
	padding:0;
}
#contents td.l ul > li.sel > span{
	color:white;
	text-decoration:underline;
}
#contents td.l ul ul li.sel span{
	color:white;
	text-decoration:underline;
}
#contents td.l ul ul ul li.sel a, #contents td.l ul a.xsel{
	color:white;
	text-decoration:underline;
}

/* center part --------------------------------------------------------------------------------------------------------*/
#contents td.c{
	padding:0 13px 10px 15px;
	border-right:solid white 1px;
	text-align:left;
	vertical-align:top;
}

#contents td.c table#newsr{
	width:100%;
	background:url('../images/info-bg.gif');
	margin:3px 0 5px 3px;
}
#contents td.c table#newsr td{
	margin:0;
	padding:0;
	height:26px;
}
#contents td.c table#newsr td img{
	margin:3px 0 0 0;
}
#contents td.c table#newsr td.i1{
	width:15px;
	text-align:left;
}
#contents td.c table#newsr a{
	display:block;
	height:16px;
	color:red;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	margin:5px 0 0 0;
	padding:0;
}
#contents td.c table#newsr td.i3{
	width:15px;
	text-align:right;
}

/* trailer -----------------------------------------------------------------------------------------------------------*/
#contents td.c .bsleva{
	display:block;
	margin:-5px 0 0 0;
}
#contents td.c .trailercaption{
	background-color:#e3e5ec;
	color:red;
	text-align:center;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	width:100%;
	border-right:solid #e3e5ec 3px;
	letter-spacing:1px;
}
#contents td.c #trailer{
	list-style-type:none;
	margin:0;
	padding:3px 0 3px 3px;
	width:100%;
	height:96px;
	overflow:hidden;
	background-color:#e3e5ec;
}
#contents td.c #trailer li{
	float:left;
	margin:0 4px 3px 0;
	padding:0;
}
#contents td.c #trailer li a{
	display:block;
	width:572px;
	height:92px;
	overflow:hidden;
	padding:0;
	font-size:18px;
	color:white;
	background-color:red;
	border:ridge #ebf0f5 2px;
}
#contents td.c #trailer li a img{
	margin:0 5px 0 0;
	float:left;
}

/* right part ---------------------------------------------------------------------------------------------------------*/
#contents td.r{
	width:210px;
	padding:10px 15px 15px 10px;
}
#contents td.r form.search{
	text-align:right;
	padding:0 0 5px 0;
}
#contents td.r form.search input.button{
	margin:3px 0 0 0;
	width:124px;
}
#contents div.banner{
	background-color:black;
	margin:10px 0 5px 0;
	padding:5px 0 5px 4px;
}
#contents div.banner p{
	font-size:8pt;
	margin:0 0 2px 0;
	padding:0;
}
#contents div.banner img{
	width:200px;
	border:ridge white 1px;
}
#contents td.r a.adm{
	font-weight:normal;
	font-size:7pt;
	color: white;
	display:block;
	float:right;
}

/* plosna inzerce -----------------------------------------------------------------------------------------------------*/
#plosna{
	text-align:center;
}
#plosna img{
	margin:2px 2px;
	cursor:pointer;
}

/* center banner ------------------------------------------------------------------------------------------------------*/
div.bannerc{
	background: #1f1c17 url('../images/bannerc-left.gif') no-repeat;
	width:580px;
	margin:3px 0;
	height:81px;
}
div.bannerc div{
	background: url('../images/bannerc-right.gif') no-repeat right;
	height:81px;
}
div.bannerc h6{
	padding:1px 0 1px 5px;
	font-weight:normal;
	margin:0;
	font-size:9px;
}
div.bannerc img{
	margin:0 0 0 5px;
	width:570px;
	height:60px;
}

/* ontop window -------------------------------------------------------------------------------------------------------*/
#ontop{
	position:absolute;
	z-index:100;
	background-color:#D6D3CE;
	border:outset #D6D3CE 2px;
}
#ontop h6.title{
	background: url('../images/button.png');
	margin:0 1px 5px 0;
	height:17px;
	color:white;
	padding:2px 1px 0 5px;
	border-bottom:ridge silver 2px;
}
#ontop h6.title a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:-1px 1px 0 5px;
	background:url('../images/close.gif') no-repeat;
}
#ontop blockquote.body{
	margin:5px 10px;
}

/* admin menu ---------------------------------------------------------------------------------------------------------*/
#adminMenu{
	width:200px;
}
#adminMenu a{
	color:#ffc300;
	background-color:#2C6D8D;
}

