*{
	margin: 0;
	padding: 0;
}
body{
	/*Samotne telo stranky*/
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}
#content{
	position: relative;
	margin: auto;
	width: 866px;
	text-align: left;
}
#top{
	position: relative;
	width: 100%;
	height: 143px;
	background: url(../layout/topbg2.jpg) no-repeat 0% 0%;
}
#logo a{
	width: 185px;
	height: 60px;
	position: absolute;
	top: 45px; left: 28px;
	overflow: hidden;
		background: url(../layout/logo.jpg) no-repeat 0% 0%;
}
#logo a span{
	width: 185px;
	height: 60px;
display: none;
	position: absolute;
	left: 0px; top: 0px;
	cursor: pointer;
}
	 #top h2{
		position: absolute;
		right: 255px;
		bottom: 17px;
		color: #ffffff;
		font-size: 16px;
		font-family: arial;
		text-transform: uppercase;
	 }


#main{
	width: 100%;
	margin-top: 0px;
	background: url('../layout/mainbg.gif') repeat-y 0% 0%;

}
	#leftpanel{
		width: 182px;
		float: left;
		padding: 0px 0 8px 0px;
		background: #181c27;
		min-height: 200px;
		_height: 200px;
	}

		.leftmenu{
			width: 100%;
			list-style: none;
		}
			.leftmenu li{
				padding: 0px 0 1px 0;
				background: url('../layout/leftmenuseparator.gif') no-repeat 0% 100%;
			}

				.leftmenu li a{
					display: block;
					width: 162px;
					padding: 3px 0 3px 20px;
					background: #181c27 url('../layout/leftli.gif') no-repeat 0% 50%;
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
					color: #e1e1e1;
					text-decoration: none;
				}
				.leftmenu li a:hover{
					background-color: #4b4e56;
					background-position: -4px 50%;
				}
		

	#obsah{
		float: right;
		width: 597px;
		_width: 657px;
		margin: 2px 11px 0 0;
		_margin: 2px 5px 0 0;
		padding: 20px 30px 30px 30px;
		background: #ecf0f2;
	}
		#obsah h2{
			font-family: Tahoma;
			font-weight: normal;
			font-size: 20px;
			color: #181c27;
			margin: 5px 0 10px 0;
		}
		#obsah h3{
			font-family: Tahoma;
			font-size: 14px;
			color: #ba0000;
			margin: 2px 0 5px 0;
		}
				#obsah h3 a{
					color: #ba0000;
				}
		#obsah p{
			text-align: justify;
			color: #444444;
			margin-bottom: 5px;
		}
			#obsah p a{
				color: #DB3E3E;
			}
			#obsah p a:hover{
				color: #313571;
			}

	#footer{
		margin-top: 0px;
		width: 100%;
		height: 55px;
		background: #326883;
		background: url(../layout/footerbg.jpg) no-repeat 0% 0%;
		font-size: 10px;
		color: #ffffff;
	}
		#footer span{
			margin: 40px 20px 0 10px;
		}
			#footer span a{
				color: #ffffff;
			}
			#footer span a:hover{
				color: #cccccc;
			}
		#footer span.left{
			float: left;
		}
		#footer span.right{
			float: right;
		}
	#subfooter{
		text-align: center;
		color: #666666;
		padding-top: 3px;
		margin-bottom: 5px;
	}
.floatleft{
	float: left;
	margin-left: 5px;
}

.lined li{
	padding: 2px 0 2px 0;
}
.width120{
	display: block;
	width: 120px;
}
