@charset "utf-8";
/* ---------- MAIN CSS! ---------- */

/* PNG Fix */

/* Tilføj flere objekter hvis nødvendigt */
img, div
{ _behavior: url(/files/system/hngroup/js/PngFix/iepngfix.htc); }


/* RESET */
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border:medium none;
}

HTML, Body {
	height: 100%;
	width: 100%;
}
/* END RESET */

/* ---------- MAIN STYLES ---------- */

/* TYPOGRAFI */
body {
	font:11px Verdana;
	color: #000000;
	line-height: 1.3em;
	}
h1, h1.h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	}
h2, h2.h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	}
h3, h3.h3 {
	color: #006699;
	font-size: 11px;
	font-weight: bold;
	}
	
/* h4, h5, h6  bruges som overskrift i højre og venstre side */
h4, h4.h4 h5, h5.h5, h6, h6.h6 {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	}

hr {
	height: 0;
	border:#bae1f7 1px 0 0 0 solid;
	margin: 5px 0;
	}

a, a:link {
	color: #035187;
	}
a:visited {
	color: #035187;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}


/* PARAGRAPH STYLES */
.ParagraphContainer, 
.ParagraphContainer p, 
.ParagraphContainer div, 
.ParagraphContainer div p, 
.FloatRight, 
.FloatRight table, 
.FloatRight small, 
.FloatLeft, 
.FloatLeft table, 
.FloatLeft small {

}
.ParagraphContainer {
	float:left;
	width:100%;
	margin-bottom:16px;
}
.ParagraphContainer, .ParagraphContainer p, .ParagraphContainer div, .ParagraphContainer div p {
	font-size:inherit;
	line-height:inherit;
}
.FloatRight {
	float:right;
}
.ParagraphContainer .FloatRight table, .ParagraphContainer .FloatRight img {
	margin-left:19px;
}
.ParagraphContainer .FloatRight small, .ParagraphContainer .FloatLeft small {
	display:block;
	padding:2px 0 4px;
	font-style:italic;
}
.FloatLeft {
	float:left;
}
.ParagraphContainer .FloatLeft table, .ParagraphContainer .FloatLeft img {
/*	margin-right:19px;*/
}
.ImageTop, .TextTop, .ImageBottom, .TextBottom {
	float:none;
}

/* PARAGRAPH SETUP STYLES */


/* MENU STYLES */


/* TAB MENU STYLES */
.TabMenu {
	float: left;
	display: none;
	width: 514px;
	padding: 15px 0 0 0;
}
.TabMenu span {
	display: block;
	float: right;
}
#TabMenuPlaceHolder { 
	float: left;
	width: 514px;
	background: url(../Graphic/TabMenu/TabMenuBackground.gif) repeat-x;
}
.TabGraphicStart {
	float: left;
	background-image: url(../Graphic/TabMenu/TabStart.gif);
	width: 4px;
	height: 29px;
}
.TabGraphicStart a {
	padding: 0 6px;
}
.TabGraphicEnd {
	float: left;
	background-image: url(../Graphic/TabMenuTabEnd.gif);
	width: 5px;
	height: 29px;
}
#Tab0, #Tab1, #Tab2, #Tab3, #Tab4, #Tab5, #Tab6, #Tab7, #Tab8, #Tab9, #Tab10 {
	float: left;
	height: 29px;
	line-height: 29px;
}
#Tab0 a, #Tab1 a, #Tab2 a, #Tab3 a, #Tab4 a, #Tab5 a, #Tab6 a, #Tab7 a, #Tab8 a, #Tab9 a, #Tab10 a {
	float: left;
	display: block;
	padding: 0 6px;
}
.TabSelected {
	float: left;
	background: url(../Graphic/TabMenu/TabBackground.gif) repeat-x;
	white-space: nowrap;
}
.TabSelected a {
	float: left;
	display: block;
	padding: 0 6px;
	color: #d67627;
	font-weight: bold;
}
.TabNotSelected {
	float: left;
	background-image: none;
	white-space: nowrap;
	padding: 0 5px;
}
.TabNotSelected a {
	color: #7e7e80;
}


/* TIP EN VEN - STANDARD FILSET. FILER UPLOADES TIL SERVER UDEN EDITERING */

#TipFriendPopupBg {
	padding: 80px 0 0 40px;
	background:url(/Files/System/KUNDENAVN/graphic/TipAFriendBg.jpg) top left no-repeat;
	}
#TipFriendLineText {
	float: left;
	width: 55px;
	height: 24px;
	}
#TipFriendLineInput {
	float: left;
	width: 205px;
	height: 24px;
	}
#TipFriendLineInput input {
	width: 175px;
	}


