@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


ul {
	list-style: none;
	position: relative;
}

li {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-broder-radius: 5px;
	display: block;
	float: left;
	margin: 10px;
	text-align: center;
	width: 300px;
}

div#center {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 10px;
	margin: auto;
	min-height: 185px;
	width: 966px;
}

div#center > div:first-child {
	display: block;
	padding: 0;	
}

div#center > div {
	display: none;
	padding: 20px 0px 0px 10px;
}

#kryssprod {
}

#krysstable {
}

input {
	border-radius: 5px;
	-moz-broder-radius: 5px;
	font-size: 20px;
	height: 30px;
	margin: 5px 0px;
	width: 200px;
}

h1 { font-size: 20px; font-family: Verdana, Geneva, sans-serif;}

a { color: #666	; text-decoration: none; display: block; padding: 10px;}