/* kcalcalculator.com */

html, body {
	background: url('grafikk/bakgrunn.jpg') top center repeat-x;	
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.98em;
	margin:0;
	padding:0;
}


#katform {
	/*ckground-color: red;*/
	width: 200px;
	display: inline;
	
}

#aktform {
	background-color: red;
	width: 500px;
	display: inline;
	
}


.hoved {
	text-align: left;
	margin: 0px auto;
	width: 963px;
	padding: 0;
	height: 100%;
}

.header {
	margin-top: 30px;
	margin-bottom: 0px;	
	margin-left: 0px;
	background: url('grafikk/headerkalori.png') left no-repeat;
	width: 635px;
	height: 40px;
}

.headerpromille {
	margin-top: 30px;
	margin-bottom: 0px;	
	margin-left: 0px;
	background: url('grafikk/headerpromille.png') left no-repeat;
	width: 635px;
	height: 40px;
}

.footer {
	width: 963px;
	height: 100px;
	background: url('grafikk/footerkalori.png') center center no-repeat;
	display: block;
	float: left;
	padding: 0;
}

.footerpromille {
	width: 963px;
	height: 100px;
	background: url('grafikk/footerpromille.png') center center no-repeat;
	display: block;
	float: left;
	padding: 0;
}

h1 {
	width: 613px;
	height: 40px;
	background: url('grafikk/header.png') center center no-repeat;	
	display: block;
	margin-top: 30px;
}
h1 span {
	display: none;	
}


