*{
	padding: 0;
	margin: 0;
	border: 0;
}
hr{
	display: none;
}
body{
	text-align: center;
	background: #f8f8f8;
	font-family: tahoma;
	font-size: 12px;
}
.clear{
	clear: both;
}
a{
	color: #2e59a1;
}
a:hover{
	color: #444444;
}
#top, #content, #topmenu, #footer{
	width: 980px;
	text-align: left;
	margin: auto;
}
#topall{
	background: url('../layout/topallbg.gif') 0% 0% repeat-x;
	height: 144px;
	width: 100%;
	text-align: center;
}


#top{
	position: relative;
	height: 144px;
	background: url('../layout/topbg.jpg') 100% 0% no-repeat;
}
	#logo{
		position: absolute;
		left: 34px;
		top: 32px;
	}
	
	#sign{
		font-size: 21px;
		color: #ffffff;
		font-weight: normal;
		position: absolute;
		left: 200px;
		top: 70px;
	}

	#langs{
		position: absolute;
		right: 50px;
		top: 0;
	}
		#langs a{
			display: block;
			float: left;
			width: 76px;
			height: 24px;
			padding: 5px 0 0 0;
			text-align: center;
			color: #ffffff;
			text-decoration: none;
			
		}
		#langs a.pas{
			background: url('../layout/langpas.jpg') 0% 0% no-repeat;
			color: #2d589e;
			text-decoration: underline;
		}
		#langs a:hover{
			color: #ffffff;
			text-decoration: underline;
		}
#topmenuall{
	background: #1c3e78 url('../layout/topmenubg.gif') 0% 0% repeat-x;
}
	
	#topmenu ul{
		list-style: none;
		padding: 5px 0;
	}
	#topmenu ul li{
		display: inline;
		padding: 0 15px;
		font-size: 12px;
		
	}
	#topmenu ul li a{
		color: #ffffff;
		text-decoration: none;
	}
	#topmenu ul li a:hover{
		text-decoration: underline;
	}

		
#contentall{
	background: #f8f8f8 url('../layout/bodybg.gif') 0% 0% repeat-x;
}
#content{
	margin: 0 auto;
	width: 978px;
	padding: 1px;
	text-align: left;
	background: #ffffff;
}

#navbar{
	background: url('../layout/navbarbg.gif') 0% 100% repeat-x;
	padding: 8px 10px;
	color: #cccccc;
	margin: 0 0 8px 0;
}
#navbar h2{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	padding: 0 5px;
}
#navbar h2 a{
	color: #cccccc;
}
#navbar h2 a:hover{
	color: #666666;
}

#inner{
	width: 962px;
	padding: 0 8px;
}



#obsah{
	width: 749px;
	float: right;
	background: url('../layout/vdotline.gif') 0% 0% repeat-y;
	padding: 0 0 15px 16px;
}
#obsah a img{border: 1px solid #2E59A1 ; padding: 1px;}
	#obsah h1{
		font-size: 18px;
		font-weight: normal;
		color: #2e59a1;
		padding: 20px 0 15px;
	}
	#topilu{
		width: 749px;
		height: 231px;
		background: url('../layout/ilu.jpg') 0% 0% no-repeat;
		margin: 0 0 15px 0;
	}

	.halfbox{
		width: 355px;
		padding: 0 5px;
		float: left;
	}
	.leftdotted{
		background: url('../layout/vdotline.gif') 0% 0% repeat-y;
		padding: 0 0 0 15px;
	}

	#obsah p{
		padding: 5px 0;
		line-height: 130%;
	}




#leftpanel{
	background: url('../layout/leftmenubg.gif') 0% 0% repeat-x;
	width: 190px;
	float: left;
}
	ul#leftmenu{
		padding: 15px 2px;
		list-style: none;
	}
	ul#leftmenu li{
		background: url('../layout/dotline.gif') 0% 100% repeat-x;
		padding: 7px 10px;
	}
	ul#leftmenu li a{
		text-decoration: none;
	}
	ul#leftmenu li a:hover{
		text-decoration: underline;
	}
	ul#leftmenu li ul{
		padding: 3px 2px;
		list-style: none;
		color: #666666;
	}
	ul#leftmenu li ul li{
		background: none;
		padding: 2px 0 2px 10px;
	}
	ul#leftmenu li ul li a{
		color: #666666;
	}


#footerall{
	background: #f8f8f8 url('../layout/footerbg.gif') 0% 0% repeat-x;
}

#footer{
	padding: 10px 0;
}

#footer p{
	font-size: 11px;
	background: url('../layout/footlogo.gif') 0% 0% no-repeat;
	padding: 10px 0 10px 70px;
	color: #999999;
}


.nextinfo{
	float: right;
	padding: 5px 25px 5px 0;
	background: url('../layout/nextarr.gif') 100% 50% no-repeat;
}

.label{
	display: block;
	color: #cccccc;
	float: left;
	width: 110px;
}
.vals{
	float: left;
	width: 150px;
	line-height: 130%;
}
