*{
	margin: 0;
	padding: 0;
}
a{
	color: #000000;
}
a:hover{
	color: #f42000;
}
body{
	margin-top: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	background: #eea139 url('../layout/bodybg.gif') repeat-x 0% 0%;
}
#content{
	position: relative;
	margin: auto;
	padding: 0 0px 0 0px;
	width: 1009px;
	text-align: left;
}

#top{
	text-align: center;
	position: relative;
	width: 100%;
	height: 177px;
	background: url('../layout/topbg.jpg') no-repeat 0% 0%;
}

a#logo{
	display: block;
	position: absolute;
	right: 245px; 
	top: 59px;
	width: 138px;
	height: 80px;
	background: url('../layout/topbg.jpg') no-repeat 0% 0%;
}
	a#logo img{
		border: 0;
	}

p#welcome{
	padding: 2px 0 0 0;
	color: #ff6600;
}

div#topmenu{
	width: 100%;
	bottom: 4px;
	left: 0;
	position: absolute;
}
	div#topmenu ul{
		list-style: none;
	}
		div#topmenu ul li{
			display: inline;
		}
			div#topmenu ul li a{
				text-transform: uppercase;
				margin: 0 10px;
				color: #000000;
				text-decoration: none;
			}
			div#topmenu ul li a:hover{
				list-style: none;
				color: #f90000;
				text-decoration: underline;
			}
			
div#obsah{
	width: 100%;
}

	div#leftpanel{
		width: 256px;
		overflow: hidden;
		float: left;
	}
	p#lastupdate{
		width: 100%;
		border-top: 1px solid #f42000;
		background: #ffffff;
		padding: 8px 0;
		text-align: center;
	}
	p#footer{
		width: 100%;
		background: #fac481;
		border-bottom: 1px solid #f42000;
		padding: 8px 0;
		text-align: center;
	}
	p#footer a{
		color: #f42000;
	}
	p#footer a:hover{
		color: #444444;
	}
	
	
	
			
	div#centerpanel{
		width: 510px;
		padding: 20px;
		border-left: 1px solid #f42000;
		border-right: 1px solid #f42000;
		background: #ffffff;
		overflow: hidden;
		float: left;
	}
		h1, h2{
			text-align: left;
			font-size: 1.7em;
			font-weight: normal;
			padding: 0 0 3px 0;
			margin: 5px 0 15px 0;
			border-bottom: 1px solid #f42000;
		}
		.smaller{
			font-size: 0.8em;
		}
		.strong{
			font-weight: bold;
		}
		
		div#centerpanel p{
			margin: 0 0 10px 0;
		}
		
		
		
		
		
		div.obchody{
			text-align: center;
			border-bottom: 1px solid #f42000;
			padding: 0 0 15px 0;
			width: 100%;
			margin: 0 0 20px 0;
		}
		div.obchod, div.obrazek{
			text-align: center;
			width: 150px;
			height: 80px;
			margin: 5px;
			float: left;
		}		
		div.obrazek{
			height: 120px;
		}		
		div.obchod a{
			text-decoration: none;
			color: #444444;
			font-weight: bold;
		}	
		div.obchod a img, div.obrazek a img{
			border: 2px solid #444444;
		}	
		div.obchod a:hover{
			color: #000000;
		}	
		div.obchod a:hover img, div.obrazek a:hover img{
			border: 2px solid #000000;
		}
		
		div.obrazek a{
			color: #000000;
		}
		div.obrazek a:hover{
			color: #f42000;
		}
		
		
		div#firmy span{
			display: block;
			float: left;
			width: 120px;
		}		
		
		div#aktuality{
			background: #ffffff;
		}
		div#aktuality h3{
			font-size: 12px;
			padding: 5px;
			background: #eea139;
		}
		
		div#aktuality p{
			padding: 10px;
		}
		div#aktuality p strong{
			display: block;
			border-bottom: 1px solid #f42000;
			padding: 0 0 2px 0;
			margin: 5px 0; 
		}			
		div#aktuality p a{
			color: #f42000;
		}
		div#aktuality p a:hover{
			color: #444444;
		}	
	div#rightpanel{
		width: 180px;
		overflow: hidden;
		float: right;
		padding: 10px;
	}
		div#rightpanel h3{
		font-size: 12px;
		margin: 0 0 5px 0;
	}
		div#rightpanel ul{
		padding: 0 0 0 15px;
		margin: 5px 0 0 0;
		
	}
	
	
.floatright{
	float: right;
	margin: 0 0 0 5px;
}
.flr{
	float: right;
	margin: 0 0 0 5px;
}
.bordered{
	border: 1px solid #f42000;
}
.clear{
	clear: both;
}

.half{
	width: 250px;
	float: left;
}

.underlined{
	border-bottom: 1px solid #f42000;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}


.centered{
	text-align: center;
}
.centered p{
	text-align: left;
}
