/* 
 *
 * The basic
 * 
 */ 
 
 
html {
	overflow: scroll;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	min-height: 100%; 
	height: 100%;
}
td, p, div {
	font-size: 12px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #666666;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* Menu */

#meny {
	padding:5px 0 5px 0;
	text-align: center;
}

#meny a {
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	margin:0px 0px 0px 10px;
	text-decoration: none;
}
#meny a:hover {
	color:#d3dfe6;
	text-decoration: underline;
}

#meny ul { 
	margin:0px; 
	padding:0px;
}


#meny li ul {
	margin:0px; 
	padding:5px 0px 0px 5px; 
	display:none; 
	position:absolute;
	left:0px;
	top:15px;
	background-color:#BBBBBB;
	border: #999999 solid 2px;
}

#meny ul li {
	display: list-item; 
	float:left; 
	list-style:none;
	margin-left:10px;
	position:relative;
	margin-bottom: 7px;
	text-align: left;
}

#meny li:hover ul {
	display:block; 
	width:180px;
}

#meny li li {
	list-style:none; 
	display:list-item;
	width: 180px;
}



a img {
	border: none;
}

#content_img {
	margin:15px;
}

#header h1 {
	color: #FF0000;
	font-size: 30px;
	margin:0;
	padding:0;
	font-weight: normal;
}

#header h2 {
	color: #000000;
	margin:0;
	padding:0;
}

/* Footer */

#footer {
	background: transparent;
}

#footer p {
	line-height: normal;
	color: #CCCCCC;
	font-size:10px;
	text-align: center;
	padding: 50px 3px 10px 3px;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}


/* InfoBox */

#infoBox {
	background: #FFFFFF;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width: 370px;
	height: 370px;
	padding: 15px;
	overflow: auto;
}

#infoWrapper {
	position:absolute; 
	width: 100%; 
	height: 100%; 
	background: #000000; 
	left:0;
	top:0; 
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
}
	
.medlemmer {
	width:950px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.medlemmer td, .medlemmer th {
	padding: 5px;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align:top;
}