/* General ***************************************************************************************/

* {
	font: 12pt/16pt Georgia, serif;
	color: #444;
}

body {
	background: #EF4238;
	margin-left: 50pt;
}

span a {
	text-decoration: none;
	background: #444;
	color: #EF4238;
}

span a:hover {
	background: #EF4238;
	color: #444;
}

span {
	display: none;
	margin: 2em 0;
	text-align: justify;
}

abbr {
	font-variant: small-caps;
	text-transform: lowercase;
}

li, h1 a {
	font-size: 48pt;
	line-height: 48pt;
	text-decoration: none;
}

h1 {
	margin: 0;
	cursor: pointer;
}

h2 {
	font-size: 24pt;
	margin-left: 30pt;
}

/* Ungeneral *************************************************************************************/

#ikben {
	margin-top: 36px;
}

ul, ol {
	width: 60%;
	position: relative;
	left: 250px;
	top: 10px;
	/*margin-left: -30%;*/
}

li span span {
	margin-left: 30pt;
}

ol li {
	list-style-type: lower-alpha;
}

ul li {
	list-style-type: none;
}

ul li h1, ul li h1 a {
	font-size: 24pt;
	line-height: 24pt;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

#contact a {
	font-style: italic;
}

div {
	background: #444;
	color: #EF4238;
	width: 60%;
	height: 60%;
	position: absolute;
	left: 270px;
	top: 30px;
	display: none;
}

ol li span ul {
	position: static;
	padding: 0 1em;
	width: 100%;
}

ol li span ul li {
	font: 12pt/16pt Georgia, serif;
	display: list-item;
}

td {
	padding: 0 0.4em;
}
