/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Page
**------------------------------------------------------------*/	
#page {
	margin: 0 auto;
	width: 740px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #7D9E65 url(img/header.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	height: 44px;
   position: relative;
	}	
#header h1 { 	
	margin: 0;
	color: lightgrey;color: #fffffe;
	font-size: 1.9em;
	font-weight: normal;
	}	
#header h2 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.2em;
	padding-left: 1px;
	}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E;	background: #57ACA7;/*barva menu*/
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;color: #ffffcc;
	background-color: #858F9E;background-color: #57ACA7;/*barva menu*/
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; background-color: #9999ff; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(img/shadow.jpg) repeat-x; }
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.2em;
	color: #49515C; 
	margin: 0 10px 0 0;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	_width: 534px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	
	}
#content div { background: #fff; clear: both;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	clear: both;
	background: #7D9E65 url(img/footer.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	}
#footer a { text-decoration: none; background-color: #d0d0d0;margin:1px;padding-left:1px;padding-right:1px;}
	
#navigation {
	position: absolute;
	top: 10px;
	right: 1px;
}
/*------------------------------------------------------------*
**  Other
**------------------------------------------------------------*/

.hidden{
   display: none;
}

#google{
	position: absolute;
	right: 5px;
   top: 5px;
	border : 1px solid #ccc;
	padding: 2px;
}

input type=[hidden]{
	position: absolute;
	right: 5px;
   top: 5px;
	border : 1px solid #ccc;
	padding: 2px 2px 2px 2px;
   padding-bottom: 0px;
}

a img {border: 1px #c8c8c8 solid;}

