/* CSS Document */
body 
	{
	text-align: center;
	background-color: #44607e;
	padding:0px;
	margin:0px;
	}
	
h1,h2,h3
	{
	padding:10px;
	margin:0px;	
	}

div.header 
	{
	background-image: url("images/header.jpg");
	height: 226px;
	width: 777px;
	}
	
/*       	  		Menu					*/	

div.navlist 
	{
	height: 27px;
	width: 777px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div.navlist ul 
	{
	margin:0px;
	padding:0px;
	}
	
div.navlist ul li
	{
	float:left;
	list-style:none;
	}

div.navlist ul li a div
	{
	background-image: url(images/button.gif);
	text-decoration:none;
	cursor:pointer;
	padding-top:5px;
	height: 22px;
	width: 111px;
	color:#FFFFFF;
	}
div.navlist ul li a  /* Pro IE*/
	{
	background-image: url(images/button.gif);
	}
div.navlist ul li a:hover ,div.navlist ul li a:hover div
	{
	background-image: url(images/buttonover.gif);
	}
	
/*         		Telo dokumentu					*/	

#content 
	{
	width: 777px;
	text-align:left;
	background-color: #FFFFFF;
	}
	
/*         		Telo dokumentu - rozdelení		*/		

#rightside 
	{
	float: right;
	width: 460px;
	background-color: #FFFFFF;

	}

#leftside 
	{
	float: left;
	width: 305px;
	background-color: #FFFFFF;
	padding-top: 30px;

	}	
/*         		   Obrázky 			    	*/	

div.picture1 
	{
	background-image: url(images/photoofthemonth.jpg);	
	height: 150px;
	width: 200px;
	border: 3px solid #00306f;
	}

div.picture2 
	{
	background-image: url(images/bikeofthemonth.jpg);
	height: 150px;
	width: 200px;
	border: 3px solid #00306f;
	}

div.pictureTitle
	{
	width: 200px;
	border: 3px solid #00306f;
	border-bottom:none;
	margin-top:20px;
	font-weight:bold;
	}
	
/*         		  Patka	- radši nezasahuju			*/		

#footer 
	{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#footer p 
	{
	color: #FFFFFF;
	float: right;
	margin-top:20px;
	margin-right: 10px;
	}
#footer a 
	{
	color: #fff;
	}
#footer a:hover 
	{
	color: #fff;
	}


/*         		 Netusim k cemu tohle slouží :-D		*/	

#imagepreloader 
	{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
	}
