body{
  font-family:verdana, arial, sans-serif;
  font-size:10px;
  background-color:#0062ac;
  padding:0px;
  margin:0px;
  background-image:url(bilder/body-bg.jpg);
  background-position:top center;
  background-repeat:no-repeat;
}

img{
  border:0px;
}


h1{
  font-size:15px;
  font-weight:bold;
  color:#555555;
  margin:0px;
}

div#container{
  margin:0 auto;
  padding-top:0px;
  width:790px;
  height:629px;
}

div#kundlogin{
  height:29px;
  text-align:right;
  width:732px;
}

div#swf{
  height:464px;
}

div#adress{
  height:27px;
  padding-left:85px;
  padding-top:4px;
}

div#folder{
  width:707px;
  height:464px;
  margin-left:26px;
  background-image:url(bilder/folder-bg.jpg);
}

div#kol1{
  float:left;
  padding-left:30px;
  padding-top:45px;
  width:295px;
}

div#kol2{
  float:left;
  width:293px;
  overflow:auto;
  height:420px;
  padding-left:50px;
  padding-top:10px;
}



.clearfloat{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

a{
	color:#0062ac;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#0062ac;
	font-weight:bold;
	text-decoration:underline;
}

textarea{
	font-family:verdana, arial, sans-serif;
	font-size:10px;
}


