﻿body
{
	background-color: #EDEFEF;
	font-family: Myriad, 'Myriad Web' , Arial;
	color: #000000;
}

h1
{
	font-size: 14pt;
	color: #11488B;
	text-align:left;
}

.Container
{
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	text-align: center;
	vertical-align: top;
}

.Header
{
	background-color: #004795;
	width: 100%;
	font-size: 16pt;
	color: White;
	font-weight: bold;
	text-align: left;
}

.Content
{
	background-color: White;
	vertical-align: top;
	vertical-align: text-top;
	text-align: left;
	font-size: 10pt;
	line-height: 120%;
}

a
{
	color: #11488B;
	text-decoration: none;
}

.Bottom
{
	background-color: #004795;
	width:100%;
	height:30px;
	font-size:smaller;
	color:White;
	font-weight:normal;
}

.Bottom A
{
	color:White;
	text-decoration:none;
	background-color:#004795;
}
.Menu
{
	background-color:White;
	height:100%;
	text-align:left;
	vertical-align:top;
	color: #000000;
	border-right: #11488B dotted; 
	border-right-width:2px;
	line-height:130%
}

.MenuLevel0, MenuLevel0.A
{
	font-weight: bold;
	font-size:small;
	text-decoration:none;
	color: #11488B;
}

.MenuLevel1, MenuLevel1.A
{
	font-weight: normal;
	font-size: smaller;
	text-decoration:none;
	color: #000000;
}
.MenuAlt, MenuAlt.A
{
	color:#979797;
	font-weight: bold;
	font-size:small;
	text-decoration:none;
}

.InfoBox
{
	background-color: #004795;
	color: White;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 130%;
}

.kundelogin
{
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: disc;
	line-height: 150%;
}



.redlink ,a.redlink
{
	color: #C61E25;
	font-weight:bold;
	font-size: 9pt;	
	text-decoration:none;

}

.small
{
	color:#979797;
	font-weight:100;
	font-size:x-small;
	text-decoration:none;
}
.TextDivider
{
	border-bottom: #11488b 2px dotted;
	width:100%;
	height:20px;
}

/*Benyttes i reklamationmail og  showreklamation.aspx*/
 .TextBox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}
.Udfyldt
{
	font-weight: bold;
}
.Kategori
{
	font-weight: bold;
}

/*Andre Html Elementer*/
INPUT
{
	background-color:White;
	border-width:1px;
	border-color:Black;
}

hr
{
	border-collapse: collapse;
	border-right: #11488b 2px dotted;
	border-top: #11488b 2px dotted;
	border-left: #11488b 2px dotted;
	border-bottom: #11488b 2px dotted;
}
/*
ul, li {
	margin-left:-10px;
}

* html ul li {
margin-left: 30px;
}
*/

