/* if you change css, it's recommend to not delete the line in the files, but overwrite it here.
For example, if somewhere is a line: .redButton{ background-color:#C33; }, you can overwrite it here to .redButton{ background-color:#999; } and leave the other line
this is easier for upgrading ¨*/
.style4
		{
			list-style-image: url('icons/Tik.png');
		}
		
  #logo {
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	padding: 10px 10px 10px 10px
}