*
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

/* layout */
html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background: #FF9900;
	min-width: 400px;
	
}

#rightPanel
{
	float: right;
	width: 120px;
	padding-top: 10px;
}

#mainPanel
{
	position: relative;
	background: #FFCC00;
	margin: 0 130px 0 10px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	min-width: 600px;
}

table.ControlPanel
{
	z-index: 50;
	position: relative;
}

/* panes in the screen */
.panel
{
	width: 33%;
	height: 53%;
	position: absolute;
	overflow: hidden;
}
#panel4, #panel5, #panel6
{
	height: 40%;
}

#panel1
{
	top: 0;
	left: 0;
}

#panel2
{
	top: 0;
	left: 32%;
}

#panel3
{
	top: 0;
	left: 64%;
}

#panel4
{
	top: 55%;
	left: 0;
}

#panel5
{
	top: 55%;
	left: 32%;
}

#panel6
{
	top: 55%;
	left: 64%;
}

.contentPane1
{
	margin: 50px 10px 0 44px;
}

.contentPane2
{
	margin: 50px 15px 0 15px;
}

.contentPane3
{
	margin: 50px 70px 0 10px;
}

.contentPane4
{
	margin: 0 10px 0 44px;
}

.contentPane5
{
	margin: 0 15px 0 15px;
}

.contentPane6
{
	margin: 0 70px 0 10px;
}

/* screen with rounded boxes */
#screenTop
{
	position: relative;
	height: 33px;
	background: url(screen_tm.gif);
	z-index: 10;
}

#screenTopLeft
{
	width: 315px;
	height: 33px;
	position: absolute;
	left: 0;
	background: url(screen_tl.gif);
}

#screenTopRight
{
	width: 326px;
	height: 33px;
	position: absolute;
	right: 0;
	_right: -1px; /* IE HACK */
	background: url(screen_tr.gif);
}

#screenBottom
{
	position: absolute;
	width: 100%;
	height: 54px;
	bottom: 0;
	_bottom: -1px; /* IE HACK */
	background: url(screen_bm.gif);
	z-index: 10;	
}

#screenBottomLeft
{
	width: 315px;
	height: 54px;
	position: absolute;
	left: 0;
	background: url(screen_bl.gif);
}

#screenBottomRight
{
	width: 326px;
	height: 54px;
	position: absolute;
	right: 0;
	_right: -1px; /* IE HACK */
	background: url(screen_br.gif);
}

#screenLeft
{
	width: 44px;
	height: 100%;
	position: absolute;
	top: -33px;
	background: url(screen_lm.gif);
	z-index: 10;
}

#screenLeftTop
{
	width: 44px;
	height: 182px;
	position: absolute;
	top: 66px;
	background: url(screen_lt.gif);
}

#screenLeftBottom
{
	width: 44px;
	height: 150px;
	position: absolute;
	bottom: 21px;
	_bottom: 20px; /* IE HACK */
	background: url(screen_lb.gif);
}

#screenRight
{
	width: 96px;
	height: 100%;
	position: absolute;
	top: -33px;
	right: 0;
	_right: -1px; /* IE HACK */
	background: url(screen_rm.gif);
	z-index: 10;
}

#screenRightTop
{
	width: 96px;
	height: 182px;
	position: absolute;
	top: 66px;
	background: url(screen_rt.gif);
}

#screenRightBottom
{
	width: 96px;
	height: 150px;
	position: absolute;
	bottom: 21px;
	_bottom: 20px; /* IE HACK */
	background: url(screen_rb.gif);
}

#fotka
{
	position: absolute;
	bottom: 51px;
	right: 80px;
}
/* ********* */
/* houseMenu */
#houseMenuVstatic li 
{
	list-style-type: none;
	padding: 3px 3px 3px 5px;
	background: #FFCC00;
	behavior: url(/hover.htc); 
}

#houseMenuVstatic a
{
	display: block;
	color: Black;
	text-decoration: none;
}

#houseMenuVstatic a:hover
{
	padding-left: 3px;
	border-left: 10px solid #FF9900;
	text-decoration: underline;
}

/* 1st level inner menu */
#houseMenuVstatic li ul
{
	display: none; 
	_display: block;
}

#houseMenuVstatic li:hover ul, #houseMenuVstatic li.hover ul
{
	display: block;
}

#houseMenuVstatic li li
{
	margin-left: 7px;
	padding-left: 0;
	border-left: 3px solid #FF9900;
}

#houseMenuVstatic li li a
{
	padding-left: 3px;	
}

/* DotNetNuke/icons */
.iconBlekota
{
	background: url(/icons/blekota.gif);
}
.iconDenicek
{
	background: url(/icons/denicek.gif);
}
.iconAstrolog
{
	background: url(/icons/astrolog.gif);
}
.iconCesty
{
	background: url(/icons/cesty.gif);
}
.iconTvorba
{
	background: url(/icons/tvorba.gif);
}
.iconFoto
{
	background: url(/icons/foto.gif);
}
.iconIvo
{
	background: url(/icons/ivo.gif);
}
.iconJizva
{
	background: url(/icons/jizva.gif);
}
.iconKaficko
{
	background: url(/icons/kaficko.gif);
}
.iconKdehraju
{
	background: url(/icons/kdehraju.gif);
}
.iconKontakt
{
	background: url(/icons/kontakt.gif);
}
.iconMnamky
{
	background: url(/icons/mnamky.gif);
}
.iconPohoda
{
	background: url(/icons/pohoda.gif);
}
.iconPokec
{
	background: url(/icons/pokec.gif);
}
.iconPresmycky
{
	background: url(/icons/presmycky.gif);
}
.iconRadost
{
	background: url(/icons/radost.gif);
}
.iconWeby
{
	background: url(/icons/weby.gif);
}
.iconZpravy
{
	background: url(/icons/zpravy.gif);
}

.iconSkola
{
	background: url(/icons/skola.gif);
}

.icon
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	position: relative;
	width: 54px;
	height: 58px;
	background-position: 0 0;
	float: left;
	margin-right: 5px;
}

div.icon
{
	background-position: -54px 0;
}

a:hover.icon
{
	text-decoration: none;
	background-position: -54px 0;
}

.icon span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-decoration: none;
	color: Black;
	display: block;
	text-align:center;
	position:absolute;
	top:2px;
	left:1px;
	width:52px;
	height:11px;
	z-index:5;
	overflow:hidden;
}

a.icon span
{
	cursor: hand;
}



