html { height: 100%; }

body {
	width: 100%;
	height: 100%; 
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	background-image: url('../imgs/bg.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

	a { text-decoration: none; color: #ff9900; }
	a:hover { text-decoration: underline; color: #0065af; }
	

.pageuvod, .pagehome { background-image: url('../imgs/bg_worldmap.png'); }
.pageonas, .pageaboutus { background-image: url('../imgs/bg_goldfish.gif'); }
.pagepartneri, .pagepartners { background-image: url('../imgs/bg_partners.png'); }
.pagekontakty, .pagecontact { background-image: url('../imgs/bg_hands01.png'); }

#langbox {
	position: absolute;
	line-height: 16px;
	height: 16px;
	text-align: center;
	color: white;
	background-color: #ab2615;
	width: 121px;
	top: 13px;
	left: 1px;
}

	#main {
		width: 672px;
		min-height: 500px;
		_height: 500px;
		text-align: left;
	}
	
	#header {
		height: 30px;
		text-align: left;
		position: relative;
	}
	
	#langbox {
		position: absolute;
		line-height: 16px;
		height: 16px;
		text-align: center;
		color: white;
		background-color: #ab2615;
		width: 121px;
		top: 13px;
		left: 1px;
	}
	
	.bleft {
		float: left;
		width: 182px;
		height: 16px;
		margin-top: 44px;
		border-left: 1px solid white;
		border-right: 1px solid white;
		background-color: #0065af; 
	}
	
	.copyright {
		float: left;
		width: 487px;
		border-right: 1px solid white;
		height: 16px;
		line-height: 14px;
		background-color: #ff9900;
		color: white;
		margin-top: 44px;
		text-align: right;
	}

#datebox {
	position: absolute;
	line-height: 16px;
	height: 16px;
	font-size: 11px;
	text-align: center;
	color: white;
	background-color: gray;
	width: 182px;
	top: 13px;
	left: 489px;
}

#topbox {
	height: 182px;
	border-left: 1px solid white;
}

#topbox .box1 {
	float:left;
	height: 182px;
	border-right: 1px solid white;
}

#langbox { font-size: 11px; }

#langbox a {
	color: white;
	text-decoration: none;
	padding: 0 5px;
}
.active { font-weight: bold; }
.logo { width:121px; margin: 0; }
.home { width:60px; margin-top: 122px; }
.topcontent { float: left; width: 484px; height:182px; background-color: red; }

.leftmenu { width: 182px; float: left; }
.content { margin-left: 183px; }

.menu1 {
	width: 182px;
	padding: 0;
	margin: 25px 0;
	list-style-type: none;
}

.menu1 li {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 25px;
	background-image: url('../imgs/bgmnu.gif');
	background-repeat: repeat-x;
	background-position: left;
}

.menu1 a {
	display: block;
	line-height: 25px;
	padding: 0 10px;
	color: #0065af;
	text-decoration: none;
}

.menu1 a:hover {
	color: #ff9900;
}

.menu1act {
	background-image: url('../imgs/bgmnua.gif');
}

#bottombox {
	width: 100%;
	background-image: url('../imgs/bgbot.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
}

.cont {
	padding: 0 20px;
}

h1 {
	color: orange;
	font-size: 16px;
	margin: 0;
	padding: 10px 20px;
}

.cont p {
	margin: 0;
	padding: 5px 0px;
	color: gray;
	text-align: justify;
}

.cont H1 {
	color: orange;
	font-size: 16px;
}

.cont H2 {
	color: #0065af;
	font-size: 15px;
}

.cont h3 {
	color: orange;
	font-size: 14px;
}

