html, body {
	font-size: 0.85em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #002953;
	background-color: #bbc7d2;
	scrollbar-3dlight-color : #fff;
	scrollbar-arrow-color : #fff;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #002953;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}
img {
	border: 0;
}

a {
	color: #002953;
}

#page {
	width: 758px;
	_width: 760px;
	height: 595px;
	_height: 615px;
	text-align: left;
	position: relative;
	border: 1px solid Black;
	margin: 0 auto;
	background: #002953;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 140px;
	background: url(../images/logo.jpg) bottom left no-repeat;
	position: relative;
}
	#uvod {
		width: 150px;
		height: 100px;
		position: absolute;
		top: 25px;
		left: 30px;
	}
	#logo {
		position: absolute;
		top: 13px;
		left: 207px;
	}

#menu{
	width: 100%;
	height: 30px;
	float: left;
}
	#menu ul {
		padding: 0;
		margin: 0 0 0 55px;
		_margin-left: 28px;
		float: left;
	}
	#menu li {
		float: left;
		list-style: none;
		height: 30px;
		border-left: 2px solid #005b85; 
		behavior: url(hover.htc); 
	}
	#menu li:hover, #menu li.hover, #hover {
		background: #d5dce3;
		border-left: 2px solid #fff!important; 
	}
	#menu li a {
		color: #FFF;
		padding: 6px 15px 0 8px;
		font-size: 1.1em;
		text-decoration: none;
		display: block;
		font-weight: bold;
		height: 30px;
		_height: 24px;
		float: left;
	}
	#menu li a:hover, #hover a {
		color: #002953!important;
		text-decoration: underline!important;
	}
	#menu .orange a:hover, #menu .orange a.hover, .orange a {
		color: #df7539!important;
	}

#content {
	width: 760px;
	height: 410px;
	background: #d5dce3;
	float: left;
	font-size: 0.95em;
	overflow: auto;
	_padding-bottom: 20px;
}
	#content p {
		margin: 3px 0 9px 15px;
	}

#footer {
	width: 100%;
	height: 15px;
	clear: both;
}

.content {
	padding: 20px;	
}
.flag {
	float: right;
	margin-right: 15px;
}

#ang, #nem {
	behavior: url(hover.htc); 
}
#ang {
	display: block;
	background: url(../images/ang.jpg);
	width: 32px;
	height: 30px;
}
#nem {
	display: block;
	background: url(../images/nem.jpg);
	width: 27px;
	height: 30px;
}
#ang:hover, #ang.hover {
	background: url(../images/ang_over.jpg);
}
#nem:hover, #nem.hover {
	background: url(../images/nem_over.jpg);
}

