/*  reloop.dk  */

/*
  Generelt
    mørkeblå: #00336b;
    blå: #006daa;
    grå: #9b9b9b;
    lysegrå: #eceded;
  Menuen

*/
/*====================================
  GLOBAL SETTINGS
=====================================*/
body { }

html,body {
  height:100%;

}
html, body, table, h1, h2, h3, h4, h5, h6, p, input {
  font: normal normal normal 11px/14px tahoma, arial, helvetica, verdana, sans-serif;
  color:#000000;
  margin:0px; 
  padding:0px;
}
/*-----------------------------------
  HEADER STYLE SETTINGS
------------------------------------*/
h1 { font-size:48px; line-height:48px; font-weight:bold; }
h2 { font-size:30px; line-height:32px; font-weight:bold; margin:0 0 15px 0; }
h3 { font-size:21px; line-height:24px; font-weight:bold; margin:0 0 12px 0; }
h4 { font-size:18px; line-height:24px; margin:0 0 5px 0;}
h5 { margin:0 0 15px 0;}
h6 { margin:0 0 15px 0; font-size:10px;}

/*-----------------------------------
  PARAGRAPH STYLE SETTINGS
------------------------------------*/
p { margin:0 0 15px 0; }
p.bodytext { } 
p.bodytext img { margin:0; }
p strong { font-weight:bold; }

p.align-left { text-align:left; }
p.align-center { text-align:center; }
p.align-right { text-align:right; }


td p.bodytext { margin:0; } 
td p.bodytext .img { margin:0; }


/*-----------------------------------
  LINK STYLE SETTINGS
------------------------------------*/
a { color:#006daa; text-decoration:none;}
a:link, a:visited {}
a:hover { color:#00336b; text-decoration:none; }
a:active {}

a img { border:0px solid #fff;}
a:hover img { border:0px solid #fff;}



/*-----------------------------------
  CLASS STYLE SETTINGS
------------------------------------*/
.darkblue { color: #00336b; }
.blue { color: #006daa; }
.grey { color: #9b9b9b; }
.lightgrey {color: #eceded; }
.mainPageBoxHeader { width:100%; line-height:22px; padding:0 0 0 8px; color:#ffffff; font-weight:bold;}

/*-----------------------------------
   HR STYLE SETTINGS
------------------------------------*/
hr {  width:100%; height:1px; line-height:1px; border:0; color:#006daa; background:#006daa; padding:0; margin:17px 0 6px 0; *margin:0; /* Hack til ie da den fortolker anderledes */ }
hr.grey {  height:3px; line-height:3px; border:0; color:#9b9b9b; background:#9b9b9b; padding:0; margin:17px 0 6px 0; *margin:0; /* Hack til ie da den fortolker anderledes */ }

/*-----------------------------------
  INPUT, SELECT, TEXTAREA STYLE SETTINGS
------------------------------------*/
/*
input, select, textarea { 
  border:1px solid #666666; 
  background-color: #ffffff;
}

input[type=button], input[type=submit], input[type=reset]{
  border: 1px outset #666666;
  color:#fff;
  cursor:pointer;
  background-color:#333333;
} 
input[type=image] { 
  border: 0px outset #999999;
}

option { padding-right:20px; }
*/


/*-----------------------------------
  LIST STYLE SETTINGS
------------------------------------*/
ul {
  text-align:left;
  padding-left:0px;
  list-style-image: url('../images/listitem.gif');
  list-style-position: outside;
  margin-top:0px;
  margin-left:14px;
}

ul li {
  padding-bottom:0px; 
}

ol {
  text-align:left;
  padding:0;
  list-style-position: outside;
  margin-left:34px;
}

ol li { line-height:1.6; }

/*-----------------------------------
  TABLE STYLE SETTINGS   [TYPO3] 
------------------------------------*/
/* Tabellen */
table.contenttable { 
  width:100%;
  border-collapse: collapse;
  padding:0;
  border: 1px solid #cccccc; 
}

/* Overskriftscelle */
table.contenttable th {
  font-weight: bold;
  background: #cccccc;
  text-align: center;
  padding: 4px;
}

/* Almindelig celle */
table.contenttable td { padding: 4px;}

table td.align-left { text-align:left;}
table td.align-center { text-align:center;}
table td.align-right { text-align:right;}
table td.align-justify { text-align:justify;}

table.withBorders {  border:1px; }
table.withoutBorders {  border:0; }

th.first {}
thead th.first {border-bottom-color: #ffffff}
tbody th.first {background-color: #ff0000} 



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
