* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
}
body {
	background: #888;
	margin: 0px 0px;
}
h1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 15pt; 
	font-weight: 100;
	margin-bottom: 20px;
	color: #FF4E00;
}
#top h1 {
	padding: 10px;
	margin: 0;
}
#top h1 a, #top h1 a:visited {
	color: #fff;
	font-size: 20pt;
	text-decoration: none;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: 100;
	font-size: 13pt; 
	margin-top: 20px; 
	margin-bottom: 10px;
	color: inherit;
	border-bottom: 1px solid #FF4E00;
}
h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12pt; 
	margin-top: 20px; 
	margin-bottom: 10px;
	color: inherit;
}
h4 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11pt;
	margin-top: 10px; 
	margin-bottom: 10px;
	color: #444;	
}
h5 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10pt; 
	margin-top: 10px; 
	margin-bottom: 5px;
	color: inherit;	
}
#sidebar h5 {
	color: #eee;
}
h6 {
	font-size: 9pt; 
	margin-top: -10px;
	color: inherit;	
}
table {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 0 auto;
}
th {
	text-align: center;
	padding: 2px 2px;
	background: #f2f2f2;
	border: 1px dotted #aaa;
}
td {
	padding: 2px 2px;
	border: 1px dotted #aaa;
}
p {
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
	color: inherit;
}
#sidebar p {
	color: #eee;
}
ul, ol {
	margin: 10px;
	margin-left: 20px; 
	color: inherit;
}
ul li {
	list-style-image: url(../grafika/redarrow.gif);
	list-style-type: circle;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}
dt {
	font-weight: 900;
	margin-top: 10px;
}
dd {
	margin-left: 30px;
}
strong, b {
	font-size: inherit;
	color: inherit;
}
