* {
	font-family: Verdana, Arial, Helvetica;
}

.tbl_book, .tbl_book_adm {
	/* booking tabel */
	border-collapse: collapse;
	border: 0;
}

.td_head {
	/* overskrift i booking tabel (vogn-nr.) */
	width: 75px !important;
	text-align: left !important;
	background-color: #c0c0c0 !important;
	font-weight: bold;
}

.tbl_book TD, .tbl_book_adm TD {
	/* celle i booking tabel */
	font-size: 11px;
	background-color: #e0e0e0;
	border: solid 1px #606060;
	text-align: center;
}

.tbl_book TD {
	width: 16px;
}

.tbl_book_adm TD {
	cursor: hand;
}

.nohand {
	cursor: default !important;
}

.booket {
	/* booket dag (celle) i booking tabel */
	background-color: #ff0000 !important;
	color: #ffffff !important;
}

.div_month {
	/* overskrift (måned, år) */
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #87b61a;
}

.div_links, .div_links A {
	/* måneder (links) */
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #008000;
	padding-top: 8px;
}

.div_links A:hover {
	/* måneder (links, mouse over) */
	color: #000000;
	text-decoration: underline;
}

.tbl_book_adm A {
	color: #ffffff;
	text-decoration: none;
}

.tbl_book_adm A:hover {
	text-decoration: underline;
}

.div_book {
	border: solid 1px #008000;
	padding: 12px;
	margin-top: 12px;
}

.div_book h1 {
	font-size: 18px;
	color: #87b61a;
	margin: 0;
	padding-bottom: 8px;
}

.div_book table, .div_book td {
	border: 0;
	padding: 2px 0px 0px 0px;
	margin: 0;
}

.div_book th {
	padding-right: 16px;
	text-align: left;
}

.div_book th, .div_book td {
	font-size: 13px;
}

.div_book input {
	border: solid 1px #006000;
	background-color: #def6a6;
	color: #000000;
	font-weight: bold;
}

.div_book form {
	padding: 0;
	margin: 0;
}

