body {
   margin: 0px;
   font-family: arial, verdana;
   font-size: 11px;
   background-color: #d7d7d7;
   color: #888888;
}

h1,h2,h3,h4,h5 {
   font-family: arial;
   font-weight: normal;
   color: #80809e;

}
h1 {
   font-size: 16px;
   font-weight: bold;
   margin: 20px 0px 10px 0px;
}
h1.top-heading {
   margin: 40px 0px 10px 0px;
}
h2 {
   font-size: 13px;
   font-weight: bold;
   margin: 0px 0px 10px 0px;
}
h5 {
   font-weight: bold;
}

h4.top-heading {
   font-family: Tahoma, Arial;
   font-size: 18px;
   margin: 10px 0px 0px 0px;
}

/* Imitera H1-tagg */
.h1 {
   font-size: 16px;
   font-weight: bold;
   margin: 20px 0px 10px 0px;
   display: block;
}
/* Imitera H2-tagg */
.h2 {
   font-size: 13px;
   font-weight: bold;
   margin: 0px 0px 10px 0px;
   display: block;
}

img {
   border: 0px;
}

p {
   margin: 0 0 8px 0;
}

a {
   text-decoration: none;
}
a, a:visited, a:hover {
   color: #80809e;
}

a.distinct-inline, a.distinct-inline:visited, a.distinct-inline:hover {
   color: #5c448f
}
a.distinct {
   text-decoration: underline;
}

a.list {
   background: url(../img/list.gif) no-repeat 0px 4px;
   padding: 0px 0px 0px 10px;
}

#container {
   width: 740px;
   position: relative;
   margin: 20px auto;
}
#container-top {
   width: 740px;
   height: 20px;
   background: url(../img/bg-top.png) no-repeat;
   top: 0px;
   left: 0px;
}
#container-middle {
   background: url(../img/bg-middle.png) repeat-y;
}
#container-bottom {
   width: 740px;
   height: 20px;
   background: url(../img/bg-bottom.png) no-repeat;
   position: relative;
}

#content-left {
   width: 160px;
   color: white;
   float: left;
   text-align: right;
   vertical-align: bottom;
}

#content-right {
   width: 475px;
   float: right;
   position: relative;
   left: -50px;
   margin-bottom: 20px;
}

#container-with-image {
   margin-top: 40px;
}

#content-image {
   /*position:relative;*/
   float: right;
   margin-left: 25px;
   margin-bottom: 20px;
   vertical-align: text-top;
}

.comment {
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: Arial;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

.comment-company {
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 25px;
	/*text-align:right;*/
}	

#menu {
   margin-top: 77px;
   height: 400px; /* This will force page min-height */
}
#menu a {
   color: white;
   text-decoration: none;
   font-weight: bold;
   margin-right: 25px;
}
#menu a:hover {
   #color: #eeeeee;
}
#menu a.dot {
   background: url(../img/menu_dot.png) no-repeat 0px 4px;
   padding-left: 12px;
}
#menu div {
   padding: 2px 0px;
   margin: 2px 0px 2px 0px;
}
#menu div.menu-selected {
   background-color: #5c2d91;
   padding: 0px 0px;
   margin: 0px 0px;
}

#footer {
   position: absolute;
   width: 135px;
   top: -120px;
   color: white;
   text-align: right;
   font-size: 10px;
}
#footer a {
   color: white;
   text-decoration: none;
}

#flag {
   position: absolute;
   top: -40px;
   left: 740px;
}

#flashflag {
   position: absolute;
   top: -40px;
   left: 740px;
}

#publiq-logo {
   position: absolute;
   top: -3px;
   left: 382px;
}

#publiq-dots {
   margin: 13px 0px 18px 0px;
}

/* Apply this rules when printing the page */
@media print {
   /* Remove flag */
   #flag { display: none; }
   /* Put footer below content-right */
   #footer { clear: both; width: 475px; top: 20px; border-top: 1px solid #808080; padding-top: 10px; }
   #footer p { width: 110px; margin-left: 20px; float: left; text-align: left; }

   /* Remove menu and backgrounds and left-justify the content */
   body { color: black; margin-left: 80px; margin-top: 10px; }
   #container { width: 475px; margin: 0px; }
   #content-left { display: none; }
   #content-right { float: left; left: 0px; }
   #container-middle, #container-bottom { background: white; }
   #container-top { display: none; }
}


/************************/

.news-header {
	color: #5c2c91;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
}

.intro {
	font-size: 12px;
	font-family: arial;
	color: #5c448f;
	margin: 0px;
}
