@charset "utf-8";
/* CSS Document */
body {
	font-family:times;
	font-size:11px;
	color:#000;
	}
#main {
	width:100%;
}
ul {
	margin:6px 0px 0px 0px;
	padding:0px;
	}
li {
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 0px;
	list-style-position:inside;
	list-style-type:none;
}
a {
	font-family: "times",;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	}

a:hover  {
	color: #31add0;
	}


a:active {
	color: #feff00;
	}

#menu {
	width:140px;
	position:absolute;
	top:50px;
	left:760px;
	margin-right:3px;
	background-color:#ffffff;
	padding:5px;
	}



#page {
	float:left;
	width:0x;
	text-align:center;
}
#legende {
	text-align:letf;
	}

img_container {
	background:url(../img/x.gif) #fff no-repeat 150px 150px;
}

