body {
  margin: 0px 0px 0px 0px;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 11px; 
  color: #666;
  background: #d3e6ff url('img/bg.gif') repeat-x top left; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal;
  text-align: center;
}

a {
   font-size: 11px;
   color: #000;
   text-decoration: none;
}
a:hover {
   font-size: 11px;
   color: #000;
   text-decoration: underline;
}

h1 {
   font-family: verdana, arial, helvetica, serif;
   font-size: 18px;
   letter-spacing: 0px;
   line-height: 100%; 
   color: #666;
   text-decoration: none;
   font-weight: bold;
   margin: 0px 0px 10px 0px;
}

p {
   font-family: verdana, arial, helvetica, serif;
   font-size: 11px;
   letter-spacing: 0px;
   line-height: 130%; 
   color: #666;
   text-decoration: none;
   margin-top: 0px;
}

input {
  background: #eee;
  color: #333;
  text-indent: 2px;
  font-size: 10px;
  font-family: verdana, arial, helvetica, serif;
  border: 1px dotted #777;
}

textarea {
  background: #eee;
  color: #333;
  text-indent: 2px;
  font-size: 10px;
  font-family: verdana, arial, helvetica, serif;
  letter-spacing: 0px;
  border: 1px dotted #777;
}

select {
  background: #000;
  color: #f80;
  font-size: 10px;
  text-indent: 2px;
  letter-spacing: 1px;
  border: 1px dotted #840;
}

input.button {
  letter-spacing: 1px;
  color: #333;
  background: #eee;
  border: 1px solid #444;
}

.admin_link {
  position: absolute;
  color: #fff
  width: 40px;
  height: 10px;
}

.image {
border: 1px solid #ccc;
padding:5px;
margin: 0px 6px 6px 0px;
}

.logo {
  margin: 0px auto;
  padding-left: 50px;
  width: 740px;
  height: 99px;
  text-align: left;
}

.container {
  margin: 0px auto;
  position: relative;
  width: 750px;
  float: none;
  text-align: left;
}

.column {
  margin: 0px 20px 0px 20px;
  float: left;
}

.text_content {
  padding: 2px 10px 10px 10px;
}

.applet_content {
  margin-bottom: 10px;
  text-align: center;
}

.processing, .processing_new, .blogg, .blogg_new, .picture, .picture_new, .link, .link_new, .text, .text_new, .excel, .excel_new, .misc, .misc_new, .acro, .acro_new{
  height:16px;
  margin-bottom:2px;
  padding-left:3px;
  padding-top:2px;
}

.link{ background: url('img/icon-link.gif') no-repeat top right;}
.link_new { background: #def url('img/icon-link.gif') no-repeat top right;}
.text{ background: url('img/icon-text.gif') no-repeat top right;}
.text_new { background: #def url('img/icon-text.gif') no-repeat top right;}
.processing{ background: url('img/icon-processing.gif') no-repeat top right;}
.processing_new { background: #def url('img/icon-processing.gif') no-repeat top right;}
.blogg{ background: url('img/icon-sovrat.gif') no-repeat top right;}
.blogg_new { background: #def url('img/icon-sovrat.gif') no-repeat top right;}
.picture { background: url('img/icon-picture.gif') no-repeat top right;}
.picture_new { background: #def url('img/icon-picture.gif') no-repeat top right;}
.excel { background: url('img/icon-excel.gif') no-repeat top right;}
.excel_new { background: #def url('img/icon-excel.gif') no-repeat top right;}
.acro { background: url('img/icon-acro.gif') no-repeat top right;}
.acro_new { background: #def url('img/icon-acro.gif') no-repeat top right;}
.misc_new { background: #def;}

.menu {
  position: relative;
  margin: 0px 0px 20px 0px;
  z-index: 2;
  width: 200px;
  background-color: #fff;
  float: none;
}

.menu_floating_left {
  position: absolute;
  background: #fff url('img/menu-border-l-bg.gif'); 
  left: -18px;
  top: -5px;
  z-index: -1;
  width: 18px;
  height: 100%;
}

.menu_floating_right {
  position: absolute;
  background: #fff url('img/menu-border-r-bg.gif'); 
  left: 100%;
  top: 0px;
  z-index: -1;
  width: 5px;
  height: 100%;
}

.menu_left {
  position: absolute;
  background: #fff url('img/menu-border-l-bg.gif'); 
  left: -18px;
  top: 0px;
  z-index: -1;
  width: 18px;
  height: 100%;
}

.menu_right {
  position: absolute;
  background: #fff url('img/menu-border-r-bg.gif'); 
  left: 100%;
  top: 0px;
  z-index: -1;
  width: 5px;
  height: 100%;
}

.menu_bottom {
  position: absolute;
  background: #fff url('img/menu-bottom-bg.gif'); 
  left: 0px;
  top: 100%;
  z-index: -1;
  width: 100%;
  height: 18px;
}

.menu_bottom_left {
  position: absolute;
  left: -18px;
  top: -5px;
  z-index: -1;
  width: 23px;
  height: 23px;
}

.menu_bottom_right {
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: -1;
  width: 23px;
  height: 23px;
}

.menu_bottom_right_image {
  position: absolute;
  left: -18px;
  top: -5px;
  z-index: -1;
  width: 23px;
  height: 23px;
}