body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
/*	font-family: 		Tahoma, helvetica, sans-serif; */
	font-size: medium;
/*	background: #aaaaaa url('grafika/background.jpg') repeat; 
background: #f4fdf8 url('grafika/background.jpg') repeat-x;*/
	color: #000000;
}

a {
	text-decoration:	underline;
	color: navy;	
}

a:hover	{
	text-decoration:	underline;
	color: navy;	
}

hr {
	background-color: #ff6600;
	color: #ff6600;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 1px;
	width:90%;
}

h1	{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: navy;
	font-size: 26px;
	margin-top: 25px;
	font-family: sans-serif;	
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	background-color: #daf3e8;	
}

h2	{
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: navy;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: sans-serif;
	border: 1px solid #ff6600; 	
	background-color: #daf3e8;			
}

h3 {
	font-size: 16px;
	color: #000080;
	text-align: center;
	font-family: sans-serif;	
}

li {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	list-style-type: disc;	
}

#footer {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 5px;
	text-align: center;
	width: 100%;
	color: #000080;
	font-size: 10px;	
	background-color: #daf3e8;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
 }
