@charset "iso-8859-2";
/* CSS Document */


/*--------------------------------------------------------------*\
	HTML
\*--------------------------------------------------------------*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #404080;
}
a:hover { text-decoration: underline; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666565;
}
img { border: none; }
form {
	margin: 0;
	padding: 0;
}
h1 {
	padding: 0;
	margin: 14px 0;
	font-size: 160%;	
}
h2 {
	padding: 0;	
	margin: 30px 0 5px 0;
	font-size: 140%;
}


/*--------------------------------------------------------------*\
	IDs
\*--------------------------------------------------------------*/


#page {
	background: transparent url(../img/body-bg.jpg) top left no-repeat;
}
#head {
	height: 398px;
}
#headImage {
	left: 253px;
	top: 25px;
	width: 480px;
	height: 294px;
}
#logo {
	width: 250px;
	height: 60px;
	margin-top: 70px;
}
#siteMap {
	width: 100px;
	margin-top: 4px;
}
#ball {
	width: 84px;
	height: 84px;
	margin-top: 133px;
	margin-left: 10px;
	z-index: 10;
	background: transparent url(../img/ball.png) center no-repeat;
}
#navigation {
	margin-top: 325px;
	margin-left: 275px;
	padding: 3px;
	width: 444px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: transparent url(../img/navigation-bg.png) left top repeat;
}
#background { background: transparent url(../img/background.gif) left top repeat-y; }
#main {
 	padding: 20px 45px 10px 45px;
	background: transparent url(../img/main-bg.gif) 0px -1px no-repeat; 
}
#subMenu {
	width: 163px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #000000;
}
#subMenu a {
	display: block;
	padding-left: 12px;
	color: #000000;
	background: transparent url(../img/li.gif) 0px 4px no-repeat;
}
#subMenu .simplehref {
	display: block;
	padding-left: 0px;	
	color: #000000;
	background: transparent 0px 4px no-repeat;
}

#subMenu p {
	margin: 0;
	padding: 0;
}

#subMenu h3 {
	margin: 10px 0 0 0;
	padding: 0;
}

#content {
	width: 492px;
	margin-left: -1px;
	padding: 2px;
	padding-left: 10px;
	border-left: 1px dotted #000000;
}
#foot {
	height: 1px; /* pokud bude content, tenhle radek smazat */
	background-color: #CDD9E6;
}


/*--------------------------------------------------------------*\
	CLASSes
\*--------------------------------------------------------------*/


/* Aligment */
.textLeft { text-align: left !important; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textJustiy { text-align: justify !important; }
.centered {
	margin-left: auto !important; 
	margin-right: auto !important;
}

/* Floating */
.floatLeft { float: left !important; }
.floatRight { float: right !important; }
.endFloat { clear: both !important; }

/* Position */
.absPos { position: absolute !important; }
.relPos { position: relative !important; }
.posTop { top: 0px !important; }
.posRight { right: 0px !important; }
.posBottom { bottom: 0px !important; }
.posLeft { left: 0px !important; }
.topSpacing { margin-top: 15px !important; }
.bottomSpacing { margin-bottom: 15px !important; }

/* Decoration */
.textBold { font-weight: bold !important; }

.hiddOverflow { overflow: hidden; }
.layout {
	width: 768px !important;
	overflow: hidden;
}
.hLayout {
	height: expression((this.scrollHeight <= 780) ? "780px" : "auto");
	min-height: 780px;
}
.separator { margin-right: 4px; }

