body {
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #edd7ff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px dotted #000;
	border-left: 2px dotted #000;
	background-color: #dcc3f1;
}

#topp {
	background-image: url("img/topp.jpg");
	background-repeat: no-repeat;
	width:903px;
	height: 142px;
	text-align: center;
}

#meny {
	margin: 0 auto;
	text-align: center;
	padding-top: 133px;
}

#meny a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	background-image: url("img/menya.jpg");
	background-repeat: no-repeat;
	width: 99px;
	height: 24px;
	padding-top: 3px;
	color: #000;
	text-decoration: none;
	margin-right: 1px;
}

#meny a:hover {
	background-image: url("img/menyahover.jpg");
	color: #000;
	text-decoration: none;
}

#meny #current {
	background-image: url("img/menyahover.jpg");
	color: #000;
	text-decoration: none;
}	

#innhold {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 10px;
	text-align: left;
	padding-top: 40px;
	line-height: 16px;
}

td {
	background-color: #f2e4fd;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 3px;
	}

input,select {
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666;
	color: #000;	
	font-weight: bold;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
}

a,a:visited {
	color: #000;
}

a:hover {
	color: #e857a2;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

td.thumb {
	border: 3px solid #fff;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background: #fdafd6;
	color: #fff;
}




h1 {
	padding: 2px;
	margin: 2px;
	font-family: arial;
	font-size: 20px;
	border-bottom: 2px solid #fff;
 
}

ul#menu {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: square;
}

div#main, div#unapproved, div#msg {
  border: 1px solid #000;
  margin: 2em auto;
  background-color: #fff;
  width: 90%;
}
div#listMembers, div.content {
  margin: 1em;
}
table.list {
  margin: 1em auto;
  width: 100%;
  border-collapse: collapse;
}
table.list th {
  border: 1px solid #ccc;
  background-color: #D2D8EF;
}
table.list tr.odd {
  background-color: #eee;
}
table.list td {
  border: 1px solid #ccc;
  text-align: center;
}
textarea#email {
  display: block;
  width: 60%;
  height: 200px;
  margin: 1em 0;
}


div#error {
	border: 1px solid red;
	color: red;
	background-color: #fff;
        padding: 10px;
	width: 700px;
}

div#msg {
	border: 1px solid green;
	color: green;
	background-color: #fff;
        padding: 10px;
	width: 700px;
}