/* STRÁNKA */

body
{
	background:#FFFFFF;
	color:#333;
	font:70% Verdana,Tahoma,Arial,sans-serif;	
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/* WRAPPER */

#wrapper
{
	background:#f5f5f5;
	border: 1px solid #8C8C8C;	
	color:#000;
	margin:0 auto;
	width:740px;	  
}


/* HLAVICKA */

#top
{
  background: #464646 url(../images/logo.gif) no-repeat right bottom;  
	color:#fff;
	height:80px;
	margin:0, 0;
	padding:0;
}


#top .left
{
	margin:4px 0 0 8px;

}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

#top h5
{
  font: 22px Tahoma, Vedrana, Arial;
  margin-top: 15px;
  margin-bottom:0;
	color:#fff;
}

/* TOP MENU */

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#FFD812;
	color:#000000;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#000000;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation a:hover
{
	background:#FFC800;	
	text-decoration:none;
}

/* OBSAH */

#content
{
	background:#fff;
	float:left;
	padding:15px 10px;	
	width:555px;
	border-right:1px solid #999999;
	color:#000;	 
	height: auto;
	_height: 450px;
	min-height: 450px;
}

#content h1
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content a
{
  color:#000000;
	text-decoration:underline;
}

#content a:hover
{
  color:#C8C8C8;	
}

#content table
{
	border: 1px black solid;
	border-collapse: collapse;
}

#content tr, td
{
	border: 1px black solid;
	border-collapse: collapse;
}

/* SIDEBAR */

#sidecontent
{  
	margin:0;
	padding:6px 0 0 0;	
	float:right;
	width:164px;
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:3px 15px;
	background:inherit;
}

#sidecontent li a:hover
{
	background:#464646;
	color:white;
}

#sidecontent #nohover a:hover
{
  background: #F5F5F5;
}

#sidecontent h1
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:5px 0 2px 10px;
}

/* PATICKA */

#footer
{
	background:#FFD812;
	clear:both;
	color:#000000;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;  	
	text-align:center;	
	}

#footer a
{
	background:inherit;
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}
