html {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	position: relative;
	font-family: "Tahoma CE", "Tahoma", sans-serif;
	background-color: #AAA196;
	color: #3D3831;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #2477D9;
}

#pageout {
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	color: #3D3831;
	background-color: #D2CDC7;
}


#page {
	width: 850px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url("g-intro/pagebg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	margin-bottom: 8px;
}

.startfooter {
	text-align: center;
	color: #3D3831;
	font-size: 11px;
	clear: both;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
	width:100%;
	border-top: 1px solid #890909;
} 



.leftx {
	display: block;
	position: absolute;
	top: 0px;
	left: -150px;
}
.leftx img {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

.rightx {
	display: block;
	position: absolute;
	top: 0px;
	left: 850px;
}
.rightx img {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.topbg img {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

.topbg {
	display: block;
	position: absolute;
	top:0px;
	left:0px;
}


#leftbg {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height:600px;
	background-image: url("g-intro/bgleft.jpg");
	overflow: hidden;
}

#rightbg {
	display: block;
	position: absolute;
	top: 0;
	left:50%;
	width: 50%;
	height:600px;
	background-image: url("g-intro/bgright.jpg");
	overflow: hidden;
}

#main {
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	color: #3D3831;
	font-size: 13px;
	line-height: 140%;
}

#ibox {
	position: absolute;
	display: block;
	width: 550px;
	top: 498px;
	left: 280px;
	font-size: 12px;
	font-weight: bold;
	color: #4F0505;
	line-height: 140%;
}

#fotr {
	float: right;
	width: 160px;
	padding-top: 10px;
}

#fotr img {
	border: 1px solid white;
}

#menua {
	display: block;
	position: absolute;
	float: right;
	width: 180px;
	top: 253px;
	left: 600px;
	font-size: 11px;
	z-index: 50;
}

#menua a:link, #menua a:visited {
	display: block;
	position: relative;
	width: 180px;
	color: white;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 6px;
	text-align: right;
}

#menua a:hover {
	color: #EE8B13;
}


#topspace {
	display: block;
	position: relative;
	width: 850px;
	height: 640px;
}

#menuo {
	text-align: center;
	font-size: 11px;
}

#menuo a:link, #menuo a:visited {
	color: #890909;
	text-decoration: none;
}
#menuo a:hover {
	text-decoration: underline;
}

#pogoda {
	display: block;
	position: absolute;
	top: 556px;
	left:-4px;
	width: 262px;
	height: 90px;
	overflow: hidden;
	border: 1px solid #890909;
}



#pogoda2 {
	position: relative;
	display: block;
	text-align: center;
	background-color: #A91515;
	color: #F8E8AA;
	height: 20px;
	padding-top: 4px;
	width: 262px;
	z-index: 100;
	font-size: 12px;
	font-weight: bold;
}












