html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

* {
	margin: 0;
	padding:0;
	font-family: Arial;
	color: black;
	font-size: 11px;
	line-height: 14px;
}

p.tekst {
	padding-right: 184px;
	margin-bottom: 10px;
}

h1, h2 {
	color: #c40e60;
}

h1 {
	margin-top: 25px;
}

h1.kop {
	font-size: 22px;
	line-height: 22px;	
}

a:link,a:visited,a:active {    
	color: #21507B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0;
}

#viewport {
	margin: 0 auto;
	padding-top: 20px;
	width: 976px;
}

#top {
	background: url(../gfx/common/topBg.gif) no-repeat;
	width: 976px;
	height: 110px;
}
#nav {
	background: url(../gfx/common/contentBg.gif) repeat-y #C70E61;
	width: 966px;
	height: 34px;
	padding-left: 10px;
}
#content {
	background: url(../gfx/common/contentBg.gif) repeat-y;
	width: 976px;
}
#contentLady {
	float: left;
	background: url(../gfx/common/lady.jpg) no-repeat;
	background-position: 10px 100%;
	width: 976px;
}
#contentShadow {
	background: url(../gfx/common/contentShadow.png) no-repeat;
	width: 976px;
	height: 13px;
}
#contentSpacer {
	float: left;
	width: 206px;
	height: 400px;
}
#contentContainer {
	float: left;
	width: 770px;
}
#footerShadow {
	clear: left;
	background: url(../gfx/common/footerShadow.gif) no-repeat;
	width: 976px;
	height: 9px;
}
#footer {
	background: url(../gfx/common/footerBg.gif) no-repeat;
	width: 976px;
	height: 82px;
}

.form {
	border: 1px;
	border-color: black; 
	border-style: solid;
	background-color: white;
	color: black;
}

.formNoBorder {
	border: 0px;
	background-color: white;
	color: black;
}
.formNoBorderPink {
	border: 0px;
	background-color: #c70e61;
	color: #F4F3D4;
}

.button {
	border: 1px;
	border-color: black; 
	border-style: solid;
	background-color: #DEDEDE;
	color: black;
}
.pageTableBorder {
	border-width: 0px 1px 1px 1px;
	border-color: black; 
	border-style: solid;
}

.orangeBg {
	background-color: #FF8900;
}

.whiteTdBg {
	background-color: #FFFFFF;
}
.title {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.smallText {
	font-size: 10px;
	line-height: 12px;
	color: #606060;
}

.warning {
	color: #c70e61;
	font-weight: bold;
}

h3 {
	margin: 0px;
}
.trackingStatusOk {
	background-color: #009933;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #808080;
	padding: 2px;
	width: 50px;
	text-align: center;
}
.trackingStatusNotOk {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #808080;
	padding: 2px;
	width: 50px;
	text-align: center;
}
.flLft {
	display: inline;
	float: left;
}
.yellow {
	color: #F4F3D4;
}
.cursorHand {
	cursor: pointer;
}
ul, ol {
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}

div.sitemap a {
	font-size: 10px;
	font-weight: normal;
}