/* ALG. LAYOUT */
#backbottom {
	background-image: url(../../img/main/back_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

html, body, #wrapper, #wrapperinfo {
	height:100%;
	margin: 0;
	padding: 0 ;
	border: none;
	text-align: center;

}

/* MIDDEN STUK */

#info{
	float: left;
	width: 683px;
	height:100%;
	display: block;
	position: relative;
	background-color: #FFFFFF;	
}

#infotxt{
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #7f7d65;
	text-align: justify;
	
}

#infotxt table{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Tw Cen MT";
	font-size: 11px;
	color: #7f7d65;
	text-align: justify;
}
#infotxt hr{
	height: 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #aeab93;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#infotxt ul{
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	text-transform:none;
	margin:0px;
	padding:0px;

}
#infotxt li{
	margin-left: 25px;

}
#infotxt a{
	color:#7f7d65;
	text-decoration: none;
}
#infotxt a:hover{
	color:#61a00e;
	font-weight: bold;
	text-decoration: none;
}
