<!-- dodane style --> 
 
	<style type="text/css">

	div.header .title {
		padding-top: 4px;
	}
	div.content {
		margin-bottom: 20px;
	}
	div.contentkurs {
		padding: 30px !important;
		background: url( kurs_files/gradient.gif ) repeat-x;
	}
	div.contentkurs p, ul, ol {
		margin: 15px 0;
		text-align: justify;
		font-size: 10pt;
		line-height: 14pt;
	}
	div.contentkurs li {
		padding-bottom: 5px;
		
	}
	div.contentkurs p.big {
		margin: 0 0 25px 0;
		font-size: 13pt;
		line-height: 17pt;
		color: #0d2c53;
	}
	div.contentkurs p.frame {
		margin: 0 0 25px 0;
		border: 1px solid #0d2c53;
		padding: 10px;
		font-size: 9pt;
		line-height: 17pt;
		font-weight: bold;
		color: #0d2c53;
	}
	div.contentkurs h3 {
		color: #000;
		font-size: 10pt;
		
	}
	div.contentkurs strong {
		color: #f00;
	}
	div.contentkurs table {
		font-size: 8pt;
	}
	div.contentkurs th {
		padding: 2px;
		color: #000;
		border: 1px solid #0d2c53;
		background: url( kurs_files/gradient.gif ) repeat-x;
	}
	div.contentkurs td {
		padding: 2px;
		border: 1px solid #0d2c53;
	}
	div.contentkurs img.right {
		float: right;
	}
