/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}



	body {
		margin:0 auto;
		width:750px;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #333333;
	}

	.intro-splash a img {
		border:none;
	}

	.container {
		width:750px;
	}


	/* bodu stuff */
	.body {
		background: #fff url(http://www.application.dk/_accounts/glad_dk/_files/_body_bg_left.gif) repeat-y;
	}

	.body-wide {
		margin-top:2px;
		background-image: none;
		background-color:#f7f7f7;
	}

	.body .head {
		height:162px;
	}

	.body .head .left {
		float:left;
		width:150px;
		height:160px;
		border-bottom: 2px solid #fff;
	}

	.body .head .right {
		float:right;
		width:600px;
		height:160px;
	}

	.body .content {
		/*background: #fff url(http://www.application.dk/_accounts/glad_dk/_files/_body_bg_left.gif) repeat-y;*/
		clear:both;
	}

	.body-wide .content-wide {
		padding:10px;
	}

	.body .content .left {
		float:left;
		width:150px;
		background-image: url(http://www.application.dk/_accounts/glad_dk/_files/_body_bg_menu.gif);
		background-repeat: repeat-y;
		border-bottom: 2px solid #fff;
	}

	.body .content .left h1 {
		padding-top:10px;
	}

	.body .content .left h1, .body .content .left h2, .body .content .left p, .body .content .left li {
		padding-left:5px;
	}

	.body .content .left p {
		padding-bottom:10px;
	}

	.body .content .mid {
		float:left;
		width:460px;
		background-color:#f7f7f7;
		padding:10px;
	}

	.body .content .right {
		float:right;
		width:118px;
	}

	.body .content .right ul li {
		height:21px;
		margin-bottom:2px;
		background: #dde4e8 url(http://www.application.dk/_accounts/glad_dk/_files/_right_li_end.jpg) no-repeat right top;
	}

	.body .content .right ul li a {
		text-decoration: none;
	}

	/* html elements */
	h1 {
		color: #002940;
		font-family: arial, helvetica, sans-serif;
		font-size: 16px;
		margin: 0pt;
		page-break-after:avoid;
		margin-bottom: 4.0pt;
	}

	h2 {
		color: #333333;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 4.0pt;
		margin-left: 0pt;
		page-break-after:avoid;
	}

	h3 {
		color: #fff;
		background-color: #335466;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		padding: 8px;
		page-break-after:avoid;
		margin-bottom: 4.0pt;
	}

	p {
		margin-bottom: 4.0pt;
	}

	a
	{
	   	color: #000000;
	   	font-size: 11px;
	   	text-decoration: underline;
	   	font-weight: normal
	}

	a:link
	{
		color: #002940;
		text-decoration: underline;
		font-weight: normal
	}

	a:visited
	{
		color: #002940;
		text-decoration: underline;
		font-weight: normal
	}

	a:hover
	{
		color: #002940;
		text-decoration: underline;
		font-weight: normal
	}

	strong {
		font-weight:bold;
		}

	table {
		border:0px !important;
	}

	th, td {
		vertical-align:top;
		border:1px solid #fff !important;
		padding:2px 4px 2px 4px;
	}
	th {
		font-weight:bold;
	}
