﻿* {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #444;
}

h1 {
	font-size: 28pt;
	font-weight: normal;
	padding: 6pt; margin: 0px; margin-bottom: 12pt;
	border-radius: 5px 5px 0 0;
	background: #800; color: #fff;
}
p {
	padding: 6pt; padding-left: 5%; margin: 0pt; margin-bottom: 6pt;
	width: 80%;
	line-height: 22pt;
}

li {
	list-style-position: inside;
	line-height: 22pt; font-size: 11pt;
}

#importantText {
	width: 80%; margin-left: 5%;
	margin-top: 5%;
	border: 1px solid #777;
	border-radius: 6px;
	box-shadow: 1px 1px 9px #777;
	padding: 1px;
}
.kiemel {
	font-size: 16pt; font-style: italic; color: #800;
}

#jumpTo {
	margin-top: 64px; margin-left: 5%; margin-bottom: 5%;
}

#jumpTo a {
	display: none;
	text-decoration: none;
	background: #800; color: #fff;
	padding: 12pt;
}

#jumpTo a:hover {
	background: #777;
}