body {
	font-family: Verdana, Futura, Helvetica, Arial, sans-serif;
	font-size: small;
}

button, input[type=submit] {
	font-size: 15px;
	border: 1px solid transparent;
	border-radius: 6px;
	background-color: #cfcfcf;
	border-color: #afafaf;
}

h1, h2, h3 {
	font-weight: normal;
}

.header {
	background-color: #2389bc;
	color: #f1eece;
	padding: 5px;
}

.header ul {
	list-style-type: none;
	margin: 2px;
	padding: 0 5px 10px 0;
	float: left;
}

.header a:link, a:visited {
	color: #f1eece;
}

.header a:hover, a:active {
	color: #facade;
}

.spillere .spillere_link,
.voksne .voksne_link,
.spillereogforeldre .spillereogforeldre_link,
.nyspiller .nyspiller_link,
.endrespiller .endrespiller_link,
.slettspiller .slettspiller_link,
.nyvoksen .nyvoksen_link,
.endrevoksen .endrevoksen_link,
.slettvoksen .slettvoksen_link,
.epost .epost_link,
.tekstmelding .tekstmelding_link,
.lagliste .lagliste_link,
.innbytterklokke .innbytterklokke_link {
	background: #03598c;
}

table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
}

th, td {
	padding: 2px 3px 2px 3px;
}

th {
	text-align: left;
	font-weight: normal;
	font-size: medium;
	color: #f1eece;
	background-color: #2389bc;
}

th a:link, a:visited {
	color: #f1eece;
}

th a:hover, a:active {
	color: #facade;
}

td a {
	color: #000000;
}

.spiller {
	background-color: #91c9e8;
}

.forelder {
	background-color: #b4dced;
}

.utskrift table, .utskrift th, .utskrift td {
	background-color: white !important;
	border: 1px solid black;
	color: black;
	text-decoration: none;
}

.ikkenav {
	clear: both;
}

@media print {
	* {
		color: black !important;
		background: white !important;
		text-decoration: none;
	}
	
	.header ul {
		display: none;
	}
	
	table, th, td {
		border: 1px solid black;
	}
}
