/* RGB for mørk grøn : 108, 6c; 178, b2; 80, 50; */
/* RGB for lys grøn : 187, 222, 166 */

/* Styles til tabeller */
table {
background-color: #ffffff;
}
table.body {
background-color: #ffffff;
width: 100%;
border: 1px solid #000000;
}
table.kampe {
background-color: #ffffff;
width: 530px;
border: 0;
border-collapse: collapse;
}
tr.headers td {
font-weight: bold;
background-color: #cccccc;
}

table.teams {
background-color: #ffffff;
width: 250px;
border: 0;
border-collapse: collapse;
}

td.header {
font-weight: bold;
background-color: #cccccc;
}

tr.uneven td {
background-color: #eeeeee;
}


table.indhold {
padding: 0;
background-color: #bbdea6;
border: 0;
}

table.msg_table {
border-color:#000000;
border-width:1px;
border-style:dashed;
background-color: #ffffff;
}

table.aktionaerliste {
background-color: #ffffff;
width: 500px;
border: 1px solid black;
border-collapse: collapse;
}

table.aktionaerliste tr {
border: 1px solid black;
}

table.menu {
background: transparent;
spacing: 0px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
border: 0px;
}

td.menuitem{
width: 85px;
}