/*   stylesheet for ulnesmontessoriskule.no | work@eplejuice.com   */


/* importing
-------------------------------------------------------------------*/

@import url('reset.css');
@import url('containers.css');
@import url('text.css');
@import url('nav.css');

/* global
-------------------------------------------------------------------*/

a, a:visited {
	color: #009ee0;
	text-decoration: none;
}


/* page
-------------------------------------------------------------------*/

html, body{
	height:100%;
}

html{
	background: url("../graphics/html-bg.png");
}

body{
	background: url("../graphics/body-bg.png") top left repeat-x #97b6cb;
	font:14px normal Helvetica, Arial, sans-serif;
}


/* img
-------------------------------------------------------------------*/

img{
	margin-bottom: 20px;
}

div#article img.main{
	border: 10px solid #fff;
}

/* table
-------------------------------------------------------------------*/

table {
	margin-bottom: 20px;
}

table.numbers{
	border: 1px solid #343631;
}

td, th{
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #343631;
}

th{
	text-transform: uppercase;
	background: #d7d0ba;
}

table.numbers td{
	text-align:center;
}
