a img {
	border: 0;
}


body {
	background: #d5d5d5;
	font: normal normal normal 13px Arial, sans-serif;
	color: #000;
}

.clear {
	clear: both;
}
div#container {
	/* width: 941px; */
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
}

#oversikt .header {
	padding: 6px 0;
}
#oversikt .header div {
	float: left;
	font-weight: bold;
	font-size: 1.4em;
}
#oversikt .header div.tittel {
	float: left;
	width: 450px;
	padding: 0 14px;
}
#oversikt .header div.klasse {
	width: 250px;
}
#oversikt .header div.arena {
	float: right;
	width: 200px;
	padding-right: 14px;
}

#oversikt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#oversikt ul li {
	margin: 0;
	padding: 0;
}
#oversikt ul li .heading {
	padding: 12px 0;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-top: -1px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
#oversikt ul li:first-child .heading {
	border-top-color: #CCC;
}
#oversikt h2 {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0 14px;
	font-size: 1.2em;
}

#oversikt ul li div.klasse {
	float: left;
	padding-top: 2px;
	width: 250px;
}
#oversikt ul li div.arena {
	float: right;
	padding: 2px 14px 0 0;
	width: 200px;
}
#oversikt div.info {
	background: #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom1: 1px solid #DDD;
}
#oversikt div.info .text {
	float: left;
	width: 738px;
}
#oversikt div.info p {
	margin: 20px;
}
#oversikt div.info table {
	margin: 20px 20px 20px 0;
	width: 200px;
	float: right;
}
#oversikt div.info table th {
	background-color: #DDD;
	font-weight: bold;
	padding: 6px;
}
#oversikt div.info table td {
	padding: 6px;
}
#oversikt div.info table td.bestill a {
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	font-style: italic;
}
#oversikt div.info table td.bestill a:hover {
	text-decoration: underline;
}



#bestill form {
	font-size: 1.1em;
}

#bestill form p {
	padding: 20px 0;
	margin: 20px 0;
	background: #EEE;
}
#bestill form label {
	clear: both;
	float: left;
	width: 250px;
	font-weight: bold;
	text-align: right;
	padding: 13px 30px;
}

#bestill form input {
	padding: 10px;
	outline: none;
	width: 300px;
	border: 1px solid #CCC;
	font-size: 1.1em;
}
#bestill form input:focus {
	background-color: #FFC;
}
#bestill form p.button {
	padding-left: 310px;
}

#bestill form input#antall, #bestill form input#kode {
	width: 50px;
	text-align: center;
	margin-right: 20px;
}
#bestill form span.error {
	color: #F33;
	display: inline-block;
	padding: 0 20px;
	font-style: italic;
}
#bestill .info {
	background: #EEE;
	padding: 20px;
}
#bestill .info h2 {
	margin-top: 0;
	font-size: 1.2em;
}
#bestill h1 {
	padding: 0 20px;
	float: left;
}
#bestill .tilbake {
	float: right;
	color: #000;
}

#bestill .ok {
	background-color: green;
	font-weight: bold;
	padding: 20px;
	color: #FFF;
	font-size: 1.2em;
}
#bestill .ok a {
	color: #FFF;
}





#bestillinger ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bestillinger ul li {
	margin: 0;
	padding: 0;
}
#bestillinger h2 {
	margin: 1em 0;
	padding: 0;
}
#bestillinger table {
	width: 100%;
}
#bestillinger table thead th {
	background-color: #DDD;
	font-weight: bold;
	font-size: 1.1em;
}
#bestillinger table tbody th {
	background-color: #EEE;
}
#bestillinger table td, #bestillinger table th {
	padding: 8px 1em;
	text-align: left;
}
#bestillinger table tr td {
	border-bottom: 1px solid #EEE;
}
#bestillinger table tr td:first-child {
	border-left: 1px solid #EEE;
}
#bestillinger table tr td:last-child {
	border-right: 1px solid #EEE;
}
#bestillinger table tbody tr .antall, #bestillinger table thead tr th:last-child {
	text-align: right;
}
