/* ----------------- general placing ----------------- */

body {
		text-align:center;  /* ie-hack */
		background:#E7E3E7; /* bgcolor */
		height: 100%;
		}
html,body {  /* ie-hack */
		text-align:center;
		background:#E7E3E7; /* bgcolor */
		height: 100%;
		}

#frame {
		width:750px; /* width */
		margin-right:auto; /* pos */
		margin-left:auto; /* pos */
		margin-top:3px;
		padding:0px;
		height: 80%;
		text-align:left; /* fikser ie-hack i body */
		}

.content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		width:100%;
		min-height: 100%;
		/height:100%;
		padding:0px;
		float:left;
		border-bottom-width: 5px; /* border */
		border-bottom-style: solid;
		border-bottom-color: #E7E3E7; /* bordercolor */
		}
.field1
	{
		background:#ffffff; /* bg_color_field1 */
		/* background-image:	url(gfx/prosjekt/bg.png); * /  /* bg_img_field1 */
		border-bottom-width: 5px; /* border */
		border-bottom-style: solid;
		border-bottom-color: #E7E3E7; /* bordercolor */
	}
.field4 {
		background:#ffffff; /* bg_color_field4 */
		/* background-image:	url(gfx/prosjekt/bg.png); * /  /* bg_img_field4 */
		width: 100%;
		border-top-width: 5px; /* border */
		border-top-style: solid;
		border-top-color: #E7E3E7; /* bordercolor */
	}

/* ----------------- table tweaks ----------------- */

.field2 {
		background-color:#ffffff; /* bg_color_field2 */
		/* background-image:	url(gfx/prosjekt/bg.png); * /  /* bg_img_field2 */
		width: 20%;
		padding: 5px;
		}
.field3 {
		background-color:#ffffff; /* bg_color_field3 */
		/* background-image:	url(gfx/prosjekt/bg.png); * /  /* bg_img_field3 */
		width: 80%; /* field3 width */
		padding: 10px;
		}
img.g32 {
		width: 5px; /* border */
		}
.spacer {
		background: #E7E3E7; /* Bordercolor */
		}

/* ----------------- Font formatering ----------------- */

.field2_font {
		font-family: Arial, Helvetica, sans-serif; /* txt_field_2 */
		font-size: 10px;
		color: #000000;
		}
		/* ------ Field3 ------- */
h1 {
		font-family: Arial, Helvetica, sans-serif;	/* header_field_3 */
		font-size: 16px; /* header_fontsize_field3 */
		font-style: regular; /* header_field3_italic */
		font-weight: bold; /* header_field3_bold */
		color: #333333;  /* header_color_field3 */
		}
.ProHead {
		font-family: Arial, Helvetica, sans-serif; /* protxt_field_3 */
		font-size: 13px; /* protxt_fontsize_field3 */
		color: #333333; /* protxt_color_field3 */
		}
.proBody{
		font-family: Arial, Helvetica, sans-serif; /* txt_field_3 */
		font-size: 10px;  /* txt_fontsize_field3 */
		color: #333333; /* txt_color_field3 */
		}
.field4_font {
		font-family: Arial, Helvetica, sans-serif; /* txt_field_4 */
		font-size: 10px; /* txt_fontsize_field4 */
		color: #333333; /* txt_color_field4 */
		}
.menu {
		font-family: Arial, Helvetica, sans-serif; /* txt_field_2 */
		font-size: 13px; /* txt_fontsize_field2 */
		color: #333333; /* txt_color_field2 */
		}

