/**
* Aro Ilun-en pertsonaia sortzailea - estiloak
* http://aroilun.nafarroa.org
*/

body {
	font-family: Arial, Verdana;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	color: #cccccc;
	background-color: black;
}

a {
	color: #eeeeee;
	font-weight: bold;
}
	
a:hover {
	text-decoration: none;
}
	
#edukia {
		height: 100%;
	min-width: 1200px;
	max-width: 1200px;
}

#goiburua {
	min-width: 1200px;
	max-width: 1200px;
	height: 260px;
	background-color: black;
	background-image: url('irudiak/backtop.jpg');
	background-repeat:no-repeat;
}

#ezkerra {

	margin-left: 10px;
	width: 600px;
	}
	

#oina {
	margin: 20 auto 0 auto;
	border-top: 1px solid lightGray;
	clear: both;
}

#logo {
	height: 240px;
}

#menua {
 clear: both;
 margin-bottom: 16px;
	}

.guestbook {
	margin: 5px 0px 30px 5px;
	}
.guestbookname {
	margin-top: 5px;
	margin-left: 20px;
	}
.listamenu {
	list-style: none;
	}

.listamenu li {
	padding: 5px;
	background-color: black;
	margin-right: 10px;
	display: inline;
	text-align: center;
	}
	
.listamenu  a {
	color: white;
	text-decoration: none;
}

.listamenu a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

