@font-face {
    src:url(BKANT.TTF);
    fontFamily: MyFont;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	
	
}
.style1 {
	color: #666666;
	font-size: 14px;
	font-family: "Helvetica Neue","Helvetica","Arial"; 
}
.style2 {
	color: #990000;
c	font-weight: bold;
	font-size: 18px;
	font-family: "Helvetica Neue","Helvetica","Arial";
}
.style3 {color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Helvetica Neue","Helvetica","Arial";}
	
.style4 {color: #FFFFFF;
	font-size: 18px;
	font-family: "Helvetica Neue","Helvetica","Arial";}
	
.style5 {color: #333333; font-weight: bold; font-size: 16px; font-family:"Helvetica Neue","Helvetica","Arial"}
a:link {
	color: #990000;
}
a:visited {
	color: #FF0000;
}
UL {
list-style-type: none;
padding-left: 0;
margin-left: 1;
}

li {
background: url(elements/punkt.gif) left top no-repeat;

padding-left: 20px;
margin-bottom: 10px;

} 
