/***********************************************/
/* styl.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #003300;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #00CCCC;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 200%;
	color: #00CC00;
	font-weight: bold;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 90%;
	color: #334d55;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 2px solid #cccccc;
	width: 100%;
	background-color: #D9DCFF;
	height: 110px;
}

#navBar{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 150px;
	margin-right: 10px;
	background-color: #D9DCFF;
}

#content{
	padding: 10px 10px 0 10px;
	background-image: url(backgr.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #3300CC;
}


/**** #globalNav styles (hlavne menu - horne) ***/

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	background-color: #E6EBFF;
	text-align: left;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 4px;
	color: #0000FF;
	font-weight: normal;
}

#globalNav a:hover {
	color: #000099;
	background-color: #FFFF99;
}

/** #breadCrumb styles (navigacia po stranke)**/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/****** .story styles (dalsie odstavce) ******/

.story{
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story ul {
	list-style-type: circle;
	padding-left: 200px;
	padding-right: 50px;
}

.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
	
/******* #siteInfo styles (pata stranky) ******/

#siteInfo{
	font-size: 75%;
	color: #CCCCCC;
	padding: 0px 10px 0px 0px;
	background-color: #EAEAEA;
	border-top-color: #F3F3F3;
	border-bottom-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-left-color: #F3F3F3;
	vertical-align: middle;
	clear: both;
	border-style: solid;
	border-width: thin;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/** #navBar link styles (vsetky bocne linky) **/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding-left: 3px;
}

.navBarAktiv {
	background-color: #F4FFCA;
	font-weight: bold;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	font-size: bold;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/** #sectionLinks styles (bocne hlavne linky) **/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #0033FF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	color: #0033FF;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFF99;
	padding: 2px 0px 2px 10px;
	color: #000099;
}

/** .relatedLinks styles (bocne dalsie linky)**/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/** #advert styles (upozornenie na spodku bocnej)**/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/****** #headlines styles (odkazy...) ******/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines a{
	color: #0066FF;
}

#headlines a:hover {
	color: #000099;
}

