/********************************************
STILARK TIL Nesodden velforbund:
*********************************************/
/*  nullstiller margen for alle browsere  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	}
	
body {
	font-family: 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-size: 80%;
	color: #071c55;
}

/*  tar bort linje rundt bilder som er linket  */
img {
	border: 0;
	text-decoration: none;
}

#container {
	background-color: White;
	width: 1200px;
	height: 1150px;
	margin: 0 auto;
	margin-top: 10px;
}

#container1 {
	background-color: White;
	width: 1200px;
	height: 1400px;
	margin: 0 auto;
	margin-top: 10px;
}

#container2 {
	background-color: White;
	width: 1200px;
	height: 2000px;
	margin: 0 auto;
	margin-top: 10px;
}

#container3 {
	background-color: White;
	width: 1200px;
	height: 3200px;
	margin: 0 auto;
	margin-top: 10px;
}

#container4 {
	background-color: White;
	width: 1200px;
	height: 1600px;
	margin: 0 auto;
	margin-top: 10px;
}

#topp {
	margin: 0 auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #5775a5;
	width: 1200px;
	height: 168px;
	z-index: 100;
}

h1{
	color: black;
	font-size: 150%;
}

h2 {
	color: black;
	font-size: 130%;
}

h3 {
	color: black;
	font-size: 110%;
}

/*  liten skrift */
h4 {
	font-size: 60%;
}

.color{
	color: #656578; 
}

/***********************************************
******************  main  **********************
***********************************************/
#main {
	width: 940px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 20px;
	z-index: 100;
}
#text {
	width: 660px;
	float: left;
	margin-right: 20px;
}

#bilde {
	width: 250px;
	float: right;
	margin-right: 10px;
}
#medlemstabell {
	width: 940px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 40px;
	z-index: 100;
}

#medlemstabell td {
	border: solid;
	margin: 2px;
	text-align: center;
}

#forside {
	width: 900px;
	margin: 0 auto;
}

/***********************************************
******************  meny  **********************
***********************************************/
#meny {
	margin-top: 35px;
	float: left;
	font-size: 110%;
	text-align: right;
	width: 160px;
	height: 700px;
}

#meny a{
	margin-top: 10 px;
	}

a {
	color: #00999B;
	font-size: 100%;
	text-decoration: none;/*  tar bort strek under linken  */
}

/*  tar bort stiplet linje rundt linker  */
a:focus {
	outline: none;
}

a: active {
color: #fdbe84; /*4e70ae*/
}

a:hover {
	color: Gray;
}

hr {
	width: 115px;
	color: gray;
	margin-top: 2px;
}

/***********************************************/
/******************  bottom  ********************/
/***********************************************/
#bottom{
	width: 1200px;
	height: 50px;
	font-size: 80%;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: White;
	text-align: center;
}
	
#bottom hr {
	width: 1200px;
	margin: 0 auto;
}

/***********************************************/
/******************  footer  ********************/
/***********************************************/
#footer{
	font-size: 80%;
	padding-top: 5px;
	margin: 0 auto;
	width: 1200px;
	height: 10px;
	text-align: right;
}

#footer a{
	color:  #071c55;
}

#footer a:hover{
	color: grey;
}