html {
	height:100%;
}
body {
	margin:10px;
	color:#666666;
	font:13px Arial, Verdana, Helvetica, sans-serif;
	height:100%;
}
* html body {
	height:100%;
}
a {
	text-decoration:underline;
	color:#003A74;
	cursor: pointer;
}

a:hover {
	color:#80312C;
}

input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

.kop {
    FONT-WEIGHT: bold;
    font:15px Arial, Verdana, Helvetica, sans-serif;
    COLOR: #003A74;
    FONT-FAMILY: arial
}

#main {
	width:490px;
	padding:20px 0 30px 30px;
	min-height:100%;
	float:left;
	overflow:hidden;
}
* html #main {
	height:100%;
	overflow:visible;
}

#thumb {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.imgt {
    border: #003A74 1px solid;
    margin-right:30px;
	margin-bottom:30px;
}
