html, body
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, "sans serif";
	font-size: 11px;
	line-height: 16px;
	background-color: #1f9f6b;
	background-color: #00905d;
	/*background-image: url("../images/back.jpg");*/
	background-repeat: repeat-x;
}

body,
.longtext
{
	color: #555555;
}

h1
{
	font-size: 28px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	line-height: 28px;
	font-weight: bold;
	color: #00905d;
}

h2
{
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	color: #00905d;
	margin: 8px 5px 0 0;
	line-height: 10px;
	padding: 0;	
}

a
{
	color: #3e956b;
}

a:hover
{
	color: #1b643d;
}

ul
{
	list-style-image: url("../images/list.jpg");
	list-style-type: none;
}

li
{
	margin-bottom: 10px;
}

table#maintable a
{
	text-decoration: none;
}

table
{
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
}

input
{
	vertical-align: middle;
}

table#maintable
{
	margin-top: 10px;
	background-color: white;
	background-image: url("../images/gradient.jpg");
	background-repeat: repeat-x;
}

table#top
{
	margin: 0 0 0 38px;
	width: 870px;
	border-bottom: 1px solid #d3e9df;
}

table#maintable,
div#bottomfooter
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div#bottomfooter
{
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

table#top #adresse
{
	text-align: right;
}

table#top #adresse a
{
	font-weight: bold;
}

table#top #adressetekst
{
	cursor: pointer;
}


#main
{
	padding: 10px 60px 20px 30px;
}

#flags
{
	width: 320px;
	padding: 15px 0 20px 0;
}

#flags table
{
	margin-bottom: 5px;
}

td#topright,
td#topcenter,
td#topleft,
td#bottomright,
td#bottomcenter,
td#bottomleft
{
	height: 10px;
	width: 10px;
	line-height: 0;
	background-repeat: no-repeat;
	font-size: 0;
}

td#topright
{
	background-image: url("../images/topright.jpg");
	background-position: right top;
}

td#topleft
{
	background-image: url("../images/topleft.jpg");
	background-position: left top;
}

td#bottomright
{
	background-image: url("../images/bottomright.jpg");
	background-position: right bottom;
}

td#bottomleft
{
	background-image: url("../images/bottomleft.jpg");
	background-position: left bottom;
}

a.button
{
	background-position: 0 top;
	background-image: url(../images/button.jpg);
	display: block;
	height: 22px;
	width: 154px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	color: white;
	margin-top: 10px;
}

input#Button1
{
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
	width: 153px;
	height: 22px;
}


div#randomImgDiv
{
	width: 533px;
}

/* Replace text with images */

h1#improvingsupplychains
{
	width: 385px;
	height: 40px;
}

#rememberme div
{
    display: none;
	margin-top: 4px;
	height: 20px;
	width: 150px;
	background-image: url("../images/remember.jpg");
	padding-left: 5px;
}

a.flag
{
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 5px 30px 5px 35px;
	width: 230px;
}

a.flag:hover
{
	background-color: #f7f7f7;
	color: black;
	background-position: 7px 50%;
}

a.flag:active
{
	position: relative;
	top: 1px;
	left: 1px;
	background-color: #f1f1f1;
	color: black !important;
}



#adressbox
{
	line-height: 24px;
	display: none;
	background-color: #fefefe;
	position: absolute;
	top: 10%;
	left: 30%;
	width: 460px;
	font-size: 20px;
	padding: 0;
	border-top: 1px solid #3e956b;
	border-left: 1px solid #3e956b;
	border-right: 1px solid #3e956b;
	border-bottom: 1px solid #3e956b;
}

#adressbox div
{
	margin: 30px;
}

#hide
{
	padding-left: 20px;
	background-image: url("http://www.iconfinder.net/iconlib/glaze/16x16/actions/button_cancel.png");
	background-repeat: no-repeat;
	background-position: center left;
}

.imagelarge
{
	margin: 0 0 5px 0;
	display: block;
}

.text-box{
	background: url(/images/bg-box.gif) repeat-y;
	width:535px;
	position:relative;
	margin: 10px 0 26px 0;
}
.text-box .holder{
	background: url(/images/bg-box-t.gif) no-repeat;
}
.text-box .frame{
	background: url(/images/bg-box-b.gif) no-repeat 0 100%;
	padding:6px 0 6px 6px;
	overflow:hidden;
	height:1%;
}
.text-box .frame .img-holder{
	float:left;
}
.text-box .frame .img-holder img{
	vertical-align:top;
}
.text-box blockquote{
	float:left;
	margin:0;
	background: url(/images/bg-cite.gif) no-repeat;
	padding:2px 0 0 16px;
	width:203px;
	margin:38px 0 0 22px;
}
.text-box blockquote q{
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#fff;
	margin:0 0 10px;
	display:block;
}
.text-box blockquote q img{
	vertical-align:bottom;
}
#randomImgDiv .text-box blockquote q a
{
    color: #fff;
	text-decoration: underline;
}
.text-box blockquote cite{
	display:block;
	font-size:10px;
	font-style:italic;
	color:#fff;
}
.arrow-t{
	background: url(/images/top-arrow.gif) no-repeat;
	width:27px;
	height:27px;
	position:absolute;
	top:-10px;
	left:255px;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 5;
}
.arrow-b{
	background: url(/images/bottom-arrow.gif) no-repeat;
	width:25px;
	height:26px;
	position:absolute;
	bottom:-9px;
	left:255px;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 5;
}
.carousel
{
	list-style:none;
	margin: 0;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
