a {
	color : #FF0000;
	text-decoration: underline;
}
a:hover {
	color : #FF9900;
	text-decoration: underline;
}

.linkvet {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style1 {
	font-weight: bold;
	font-size: 9px;
	color: #0033FF;
	}
.boxed {
	border: 1px solid #999999;
}
.headbox {
border: 1px dashed #999999;
	background: #FFCC66;
	height: 30;
	text-indent: 15px;
	background-image: URL(images/cell_hdr.jpg);
    background-repeat: repeat-x;
}
.tekstspring {
text-indent: 5px;
}
.style3 {
	font-size: 9px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 630px;

}
.style33 {
	color: #666666;
	font-size: 20px;
	font-weight:800;
	
	
}
.style2 {
	font-size: 31px;
 color: #555;
 	font-weight:800;
	padding-left: 15px;
  }
  
.style11 {font-weight: bold; }
.style13 {font-weight: bold; color: #FF0000; }
.style15 {font-weight: bold; color: #0000FF; }
.style17 {font-size: x-small;}

		#container {
			padding-left: 200px;      /* LC fullwidth */
			padding-right: 190px;     /* RC fullwidth + CC padding */
		}
		#container .column {
			position: relative;
			float: left;
		}
		#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}
		#left {
			width: 180px;             /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 240px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}
		#right {
			width: 130px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10010px;
			background: #FFF;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}

		#header {
			font-size: large;
			padding: 0;
			background: #FFF;
			background-image: URL(images/bg.gif);
    		background-repeat: repeat-x;
			border-bottom: 1px solid #CCCCCC;
		}
		
			#footer {
			font-size: 9px;
			text-align: center;
			padding: 0 0;
			background: #FFF;
			border-top: 1px solid #CCCCCC;
			
		}

		#left {
			background: #FFF;
			border-right: 1px solid #CCCCCC;

		}

		#center {
			background: #FFF;
			border-right: 1px solid #CCCCCC;
			           
			}

		#right {
			background: #FFF;
		}

		#container .column {
			padding-top: 1em;
			
		}
