html {
	height: 100%;
}
img {
	border: none;
}

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.element {

    padding: 5px;

}

a {
	text-decoration: none;
	color: #444;
}

.kort_info {
	font-size: 11px;
	color: #555;
	line-height: 20px;
}

.kort_info_tittel {
	font-size: 15px;
	color: #555;
	line-height: 20px;
	font-weight: bold;
	padding-top: 20px;
}

.kort_info_negativ {
	font-size: 11px;
	background-color: #9D9D9D;
	line-height: 20px;
	padding: 2px;
	color: #fff;
	font-weight: bold;
}

.code {
	padding: 20px; 
	font-size: 10px; 
	font-family: verdana; 
	border: 1px solid #838383; 
	background-color: #fff;
}