body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url("img/bg.gif") top left no-repeat;
	padding: 0;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#container { 
	width: 902px;
	position: relative;
	height: 923px;
	margin-top: 38px;
	text-align: left;
	margin-left: 100px;
	background: url("img/main_bck.png") top left;
} 

a {
	color: #FFF;
}

#header {
	height: 140px;
} 

.curr_page {
	color: #C7E860;
}

#top_meny {
	height: 40px;
	padding: 5px 70px 5px 390px;
}

#top_meny ul {
	padding: 0;
	margin-top: 5px;
}

#top_meny li {
	list-style: none;
	display: block;
	float: left;
	font-size: 13px;
	padding-top: 3px;
	text-align: center;
}

#top_meny a {
	text-decoration: none;
	color: #FFF;
}

#top_meny a:hover {
	color: #C7E860;
}


.topmeny_1 {
	background: url("img/top_meny_01.png") top left no-repeat;
	width: 105px;
	height: 27px;
}

.topmeny_2 {
	background: url("img/top_meny_01.png") top left no-repeat;
	width: 105px;
	height: 27px;
}

.topmeny_3 {
	background: url("img/top_meny_03.png") top left no-repeat;
	width: 90px;
	height: 27px;
}

.topmeny_4 {
	background: url("img/top_meny_04.png") top left no-repeat;
	width: 105px;
	height: 27px;
}

#top_text {
	height: 87px;
	float: right;
	width: 413px;
	padding-left: 380px;
	padding-right: 110px;
	padding-top: 13px;
	text-align: center;
	color: #FFF;
}

#top_text p {
	margin: 0;
	padding: 0;
}

#sidmeny {
	float: left; 
	width: 240px;
	padding: 15px 0;
	height: 500px;
}

#sidmeny ul {
	margin: 0 0 5px 15px;
	padding: 3px 3px 3px 1px;
}

#sidmeny li {
	list-style: none;	
	font-size: 14px;
	padding-top: 9px;
	padding-left: 25px;
	text-align: left;
	width: 179px;
	height: 31px;
	background: url("img/sid_meny_bck.png") top left no-repeat;
}

#sidmeny a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#sidmeny a:hover {
	color: #C7E860;	
}

.curr_sidmeny {
	color: #C7E860;
}

#mainContent {
	height: 605px;
	float: right;
	width: 638px;
	overflow: auto;
	padding-right: 20px;
} 

#ruta {
	height: 140px;
	width: 610px;
	background: url("img/ruta.png") no-repeat;
	padding: 10px 10px 10px 10px;
}

#footer {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 902px;
} 

#footer p {
	margin: 0;
	text-align: right;
	padding: 0 30px 0 0;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.clearfloat {
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
