html, body{
	padding:					0px;
	margin:					0px;
	height:					100%;
	background:white;
}

html, body, td, input, textarea, select, div, span{
	font-family:			verdana, tahoma, arial;
	font-size:				12px;
}

#wrapper{
	margin:					0 auto;
	text-align:				left;
	vertical-align:		middle;
	width:					1140px;
}

a:link, a:visited{
	text-decoration:		none;

}

.submit{
	background-color:		transparent;
	background-image:		url("images/button.gif");
	border:					none;
	width:					75px;
	height:					15px;
	font-family:			verdana;
	font-size:				9px;
	text-align:				center;
}

input, select, textarea{
	border:					1px solid #000000;
	background-color:		#ffffff;
	color:					#000000;
	padding:					1px;
}

.frontpagelink:link, .frontpagelink:visited{
	text-decoration:		none;
	color:					#007819;
}


#woman {
	position: 	absolute;
	top:		70px ;
	left: 		15px ;
}

#logo {
	position: 	absolute;
	top:		10px ;
	left: 		715px ;

}

#box_about {
	position: absolute;
	top: 121px;
	left: 300px;
	width: 319px;
	height: 231px;
	background-image: url('images/box_about.jpg');
	color: white;
}

#box_download {
	position: absolute;
	top: 120px;
	left: 625px;
	width: 319px;
	height: 231px;
	background-image: url('images/box_download_udentekst.jpg');
	color: white;
}

#box_contribute {
	position: absolute;
	top: 360px;
	left: 298px;
	width: 319px;
	height: 231px;
	background-image: url('images/box_helpout.jpg');
	color: white;
}

#box_community {
	position: absolute;
	top: 360px;
	left: 625px;
	width: 319px;
	height: 231px;
	background-image: url('images/box_community.jpg');
	color: white;
}

.boxheader {
	position: relative;
	top: 	15px;
	left:	20px;
	font-weight: bold;
}

.boxcontent {
	position: relative;
	top: 	35px;
	left:	20px;
	width:  290px;
	height: 100px;
	max-height: 100px;
	font-weight: bold;
	overflow: hide;
	color: white;
}

#content {
	border-left : solid 1px black;
	border-right : solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 370px;
	font-size: 110%;
	font-weight: bold;
}

#footerfront {
	position: absolute;
	top: 600px;
	left: 280px;
	width: 725px;
	text-align: center;
}

#footerpage {
	position: relative;
	top: 10px;
	left: 10px;
	text-align: center;
}

#subpage {
	position: absolute;
	left: 305px;
	top: 120px;
	margin: 0 auto;
	width: 629px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.subpageheader {
	margin-left: 15px;
	position: relative;
	top: -55px;
	font-size: 135%;
	font-weight: bold;
	color:white;
}

.subpagecontent {
	margin-left: 15px;
	margin-right: 15px;
}

#downloadboxcontent {
	color: black;
}


