/*
CSS för:
about.html
hiscore.html
index.html
*/

* {
	margin: 0;
	padding: 0;
}

/* sidans inramning */
#main {
	background: #333333;
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 auto 0 auto;
	width: 80%;
}

/* sidhuvud */
#header {
	background: #dddddd;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #000;
	text-align: center;	
}

/* meny */
#menu {
	background: #333333;
	color: #dddddd;
	position: static;
	float: left;
	width: 160px;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
}

#menu ul {
	list-style: none;
}

#menu li {
	padding: 0.7em 0 0.7em 0;
}

#menu a:link {
	background: #333333;
	color: #999966;
	text-decoration: none;
}

#menu a:visited {
	background: #333333;
	color: #999966;
	text-decoration: none;
}

#menu a:hover {
	background: #333333;
	color: #669999;
	text-decoration: underline;
}

#menu a:active {
	background: #333333;
	color: #999999;
	text-decoration: none;
}

/* sidinnehåll */
#content {
	font-size: 1em;
	background: #555555;
	color: #dddddd;
	padding: 1em;
	margin: 0 0 0 180px;
	border-left: 1px solid #000;
}

#content p {
	margin: 0 1em 1em 1em;
}

#content ul {
	margin-left: 2em;
	line-height: 1.5em;
	margin-bottom: 2em;
}

#content p.totop {
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #000;
	margin-left: 0;
}

img.imgblock {
	display: block;
	margin: 1em auto 1em auto;
	border: 5px solid #000;
}

table.hiscore {
	caption-side: top;
	font-size: 1em;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0 auto 0 auto;
}

table.hiscore caption {
	font-size: 1.2em;
	padding: 0.3em;
	text-align: center;
	margin: 0 auto 0 auto;
}

table.hiscore th {
	font-family: monospace;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
	background: #000000;
	color: #dddddd;
}

table.hiscore td {
	vertical-align: top;
	font-size: 0.6em;
	padding: 0.5em;
	border-bottom: 1px solid #000;
}

table.hiscore td.date, td.table {
	white-space: nowrap;
}

table.hiscore td.score {
	font-weight: bold;
}

/* sidfot */
#footer {
	font-size: 0.7em;
	padding: 0.5em;
	background: #999999;
	color: #000000;
	clear: both;
	border-top: 1px solid #000;
}

#footer p {
	margin: 0;
}


body {
	background: #000000;
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	background: #000000;
	color: #999966;
	text-decoration: none;
}

a:visited {
	background: #000000;
	color: #999966;
	text-decoration: none;
}

a:hover {
	background: #000000;
	color: #990000;
	text-decoration: underline;
}

a:active {
	background: #555555;
	color: #999999;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	padding: 0.1em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

p {
	font-size: 1em;
	margin-bottom: 1em;
}
