/* standard.css ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ */

body { /* general formattering */
	background: #FFFFFF url("../images/bg_bluecrystal.png") repeat-x;
	font-family: Verdana, Arial, Serif;
	}

a { /* general link formatering */
	color: #0000C0;
	text-decoration: none;
	}

a:hover { /* link formatering når der peges */
	color: #00C000;
	}

small { /* overskrifter */
	display: block; /* line skift efter endt tag */
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px; /* afstanden fra overskriften til boksindhold */
	}

big { /* overskrifter */
	display: block; /* line skift efter endt tag */
	font-size: 11px;
	margin-bottom: 25px; /* afstanden fra overskriften til boksindhold */
	}

img { /* grafik */
	border: none; /* ingen rammer */
	}

div {
	}

/* div's ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ */

#lag_logo { /* logo */
	position: absolute;
	z-index: 9;
	top: 1px;
	right: 0px;
	width: 220px;
	height: 62px;
	}

#lag_sublogo { /* sub logo */
	position: absolute;
	z-index: 9;
	top: 64px;
	left: 0px;
	width: 300px;
	height: 59px;
	}

#logo { /* Skanderborg MTB logo */
	width: 220px;
	height: 62px;
	}

#lag_main { /* main */
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 140px;
	width: 610px;
	font-size: 10px;
    border-right:solid 1px #EEEEEE;
    padding-right:12px;
	}

#lag_banner { /* banerroller */
	position: absolute;
	z-index: 2;
	left: 860px;
	top: 195px;
	width: 122px;
	height: 122px;
	}

#lag_tagwall { /* SMTB TagWall */
	position: absolute;
	z-index: 2;
	overflow: auto; /* elevator */
	left: 682px;
	top: 420px;
	width: 300px;
	height: 280px;
	}

#lag_forum { /* SMTB Forum */
	position: absolute;
	z-index: 2;
	left: 685px;
	top: 190px;
	width: 165px;
	height: 170px;
	font-family: Trebuchet MS;
	font-size: 9px;
	}

#lag_forum .coll2 { /* kolonne med dato i hotliste */
	width: 26px;
    color: #CC8877;
	}

#lag_copy { /* copyrights */
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 230px;
	left: 0px;
	bottom: 0px;
	}

/* main box indhold ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ */

#boxa, #boxb, #boxc, #boxd, #boxe, #boxf { /* tekst bokse i main */
	width: 170px;
	height: 285px;
	padding: 6px 15px 3px 15px; /* indvendig */
	margin: 0px; /* udvendig */
	float: left; /* relativ fra venstre mod højre */
	line-height: 150%; /* linie afstand */
	text-align: justify; /* lige margner */
	background: url("../images/bg_grayscrystal.png") repeat-x;
	}

#boxa th, #boxb th, #boxc th, #boxd th, #boxe th, #boxf th { /* kolonneoverskrifter */
	color: #000000;
	background-color: #FFFFFF;
	}

/* main div indhold ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ ~~~~~ */

#table_kalender, #table_links, #table_butikker, #table_bestyrelsen, #table_merchandise { /* indhold hentet via URL request */
	width: 100%;
	}

#table_erstatning { /* tabel erstatning under forsikringsoplynsinger */
	width: 300px;
	margin-left: 100px;
	}

th { /* kolonneoverskrifter */
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	}

.tr_bright { /* farve på lige rækkenumre */
	background-color: #F0FFF0;
	}

.tr_dark { /* farve på ulige rækkenumre */
	background-color: #F0F0FF;
	}

.kilde { /* forsikring tabel kilde angivelsen */
	text-align: right;
	font-style: italic;
	display: block;
	}

#btnUdskriv { /* knap udskriv */
	height: 17px;
	margin-top: 20px;
	float: right; /* placeres i højre side af main */
	font-size: 9px;
	background-color: #FFFFFF; /* gennemsigtig knap, overskriver standard layoutet */
	border: solid 1px #808080;
	}

.italic {
	font-style:italic;
	}
