/* First generic classes */

/* 
  Mycket ljus  rgb(233,236,246)
  Ganska ljus  rgb(218,222,240)
  Mörk         rgb(187,194,225)
  Ännu mörkare rgb(157,169,210)
  Gul          rgb(255,221,0) 
*/

p		{
    font-family: Arial,Verdana,Tahoma;
    font-size: 9pt;
}
body 		{
    color: black;
    background-color: rgb(255,255,255);
    font-family: Arial, Verdana, Tahoma;
    font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    background-image: url('../common/images/gradientbg.png');
}
.references, .references-left {
    padding: 3px;
}
.references {
    text-align: center;
}
.references-left {
    text-align: left;
}
.sum, .sum-left {
    border-top: 1px solid rgb(102,102,102);
    padding: 3px;
    font-weight: bold;
}
.sum-left {
    text-align: left;
}
table.references {
    border-collapse: collapse;
    width: 100%;
}
table.faq {
    border-collapse: collapse;
}
h3 {
    text-align: left;
    color: rgb(255,153,0);
    font-size: 11pt;
}
h4 {
    text-align: left;
    font-size: 9pt;
    margin-left: 30px;
    font-weight: bold;
    color: rgb(255,153,0);
}
h5 {
    margin-left: 30px;
    text-align: left;
    font-size: 9pt;
    color: black;
}

td 		{
    font-family: Arial, Verdana, Tahoma;
    font-size: 9pt;
    padding: 0px;
    border: 0px;
    margin: 0px;
    vertical-align: top;
    /* border-bottom: 2px solid rgb(56,55,133); */
}
th 		{
    font-size: 10pt;
    font-weight: bold;

    font-family: Arial, Verdana, Tahoma;
    /* background-color: rgb(56,55,133); */
/*     background-color: rgb(255,255,255); */
    color: rgb(255,255,255);
    text-align: center;
}
img		{
    border-style: solid;
    border-color: rgb(102,102,102);
    border-width: 0px;
}
a		{
    color: rgb(0,0,0);
    text-decoration: none;
}
a:visited 	{
    color: black;
}
a:active 	{
    color: black;
}
a:hover 	{
    color: rgb(255,153,0);
    font-weight: bold;
}
a.href {
    color: black;
}
a.href:visited {
    color: black;
}
a.href:hover 	{
/*    color: rgb(231,38,20); */
    color: rgb(255,221,0);
}
input, textarea		{
    text-decoration: none;
    font-family: Arial, Verdana, Tahoma;
    font-size: 8pt;
}

input[type="text"], input[type="password"], textarea 	{
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{
}

b {
    font-family: Arial, Verdana, Tahoma;
    color: black;
    font-weight: bold;

}
li {
    padding-bottom: 7px;
}


/* And now overriding classes.. */

p.error {
    font-size: 15pt;
    font-weight: bold;
    color: red;
}
.fullwidth {
    width: 100%;
    padding: 0px;
}
.menu {
    background-color: rgb(255,255,255);
}
td.menu {
    font-family: Arial, Verdana, Tahoma;
    vertical-align: top;
    padding-top: 5px;
    /* width: 200px; */
}
table.background {
    width:100%;
    padding:0px;
    margin: 0px;
    border: none;
    background-image: url('../common/images/logo-gradientbg.png');
    background-repeat: no-repeat;
}
table.banner {
    /* padding: 10px; */
    width: 100%;
    margin: 10px;
    border-collapse: collapse;
}
table.menu {
    width: 140px; 
    padding-bottom: 60px;
    margin: 10px;
    border-collapse: collapse;
}
th.menu {
    font-family: Arial, Verdana, Tahoma;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(102,102,102);
}
th.submenu, th.submenu_selected {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(102,102,102);
    border-top: 1px solid rgb(204,204,204);
    border-bottom: 1px solid rgb(204,204,204);
}
th.submenu_selected {
    background-color: rgb(235,235,235);
}

th.title, printable-title {
    margin-top: 30px;
    padding-bottom: 10px;
/*     width: 600pt; */
    font-size: 18pt;
    /* color: rgb(255,221,0); */
    color: rgb(0,0,0);
/*    border-bottom: 10px solid rgb(229,229,203); */
}
th.printable-title {
    background-color: rgb(255,255,255);
}

table.page {
    margin-top: 35px;
    margin-bottom: 30px;
    border: 2px groove rgb(204,204,204);
    background-color: rgb(255,255,255);
    border-collapse: collapse;
}
td.content {
/*    border-left: 1px solid rgb(56,55,133); */
    text-align: justify;
    padding: 30px;
    padding-bottom: 60px;
    vertical-align: top;
    background: url('../common/images/dakki_bg-logo.gif') bottom no-repeat;
    background-position: 90% 3cm;
}
td.printable-page {
    text-align: justify;
    padding: 15px;
    padding-bottom: 20px;
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

span.red {
    color: rgb(231,38,20);
}
	a.menu_item, a.menu_item:visited {
    color: rgb(102,102,102);
}
a.menu_item:hover {
    font-weight: bold;
    color: rgb(102,102,102);
}
td.question {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-style: italic;
    text-align: left;
    border-bottom: 1px solid rgb(150,150,150);
}
td.answer {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgb(150,150,150);
    border-bottom: 1px solid rgb(150,150,150);
}
th.small_header {
    padding: 3px;
    background-color: rgb(255,255,255);
    color: rgb(102,104,104);
}
table.contact {
     margin-top: 25px;
     border: 1px solid rgb(204,204,204);
     width: 300px; 
     margin-bottom: 25px; 
}
th.contact {
     background-color: rgb(204,204,204);
     padding: 3px;
     color: rgb(80,80,80);
}
img.contact {
     border: 1px solid rgb(102,102,102); 
     width: 300px;
}
td.contact {
     padding-left: 7px;
     padding-right: 7px;
     padding-top: 0px;
     padding-bottom: 0px;
     font-weight: bold;
     background-color: white;
}
td.contact-description {
     padding-left: 7px;
     padding-right: 7px;
     padding-top: 10px;
     padding-bottom: 10px;
     font-weight: normal;
/*      font-style: italic; */
     background-color: white;
}
td.left_menu {
    text-align: center;
    vertical-align: bottom;
}

img.logo {
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
img.illustration, img.illustration-nopad {
    border: 1px solid rgb(102,102,102); 
}
img.illustration-nopad {
}
textarea, input {
}
.illustration-caption {
    font-weight: bold;
    font-size: 8pt;
    width: 300px;
    text-align: left;
}
.yellow {
    background-color: rgb(255,255,255);
    text-align: center;
    color: rgb(0,0,0);
    font-weight: bold;
    padding: 3px;
    margin: 0px;
    vertical-align: middle;
    font-size: 14px;
}
p.indented {
    margin-left: 30px;
}

img.title {
    border: 0px;
    text-align: center;
    padding: 0px;
}
td.language, th.language, a.language {
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    text-decoration: none;
}
a.language:hover {
    color: rgb(0,0,0);
    text-decoration: underline;
}
img.toppad {
    padding-top: 15px;
    padding-bottom: 30px;
}
img.rightpic {
    vertical-align: top;
    padding: 10px;
}


td.banner-left {
    padding-top: 10px;
    padding-left: 10px;
    padding-left: 10px;
    height: 72px;
}
td.banner-middle {
    padding-top: 10px;
    width: 100%;
    height: 72px;
}
img.banner-middle {
    width: 100%;
    height: 72px;
}
td.banner-right {
    padding-top: 10px;
    padding-right: 10px;
    height: 72px;
}
table.in-content {
/*     width: 300px; */
}

ul {
    margin-left: 0px;
}
td.address, a.adress:hover, a.adress:visited, a.address:active {
    text-align: left;
    font-family: Verdana,Arial;
    font-size: 8pt;
    color: rgb(102,102,102);
    white-space: nowrap;
}
.costs {
    padding: 3px;
    margin: 3px;
    border: 1px solid black;
    border-collapse: collapse;
}
.currency-total {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}
.currency {
    text-align: right;
}
.center {
    text-align: center;
}
.occupation {
	padding-bottom: 7px;
    font-weight: normal;
}