body
{
	font-family: arial;
	font-size: 10pt;
	width: 100%;
	text-align: left;
/*	background: url(../gfx/backg.jpg);
	background-repeat: repeat-x;*/
}

p { text-transform: uppercase; font-size: 8pt; margin: 5px; padding: 0px; }
input { width: 240px; height: 35px; padding: 5px; font-size: 14pt; border: 1px solid black; font-family: arial; }
textarea { width: 240px; height: 150px; padding: 5px; font-size: 10pt; border: 1px solid black; font-family: arial; }
#sendIt { width: 240px; text-align: center; font-size: 12pt }
#sendIt a { color: black; }
#sendIt a:hover { color: #fbb019 }



#visitkort
{
	width: 350px;
	height: 200px;
	position: absolute;
	background: url(../gfx/visitkort.jpg);
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -175px;
}

#email
{
	width: 176px;
	height: 25px;
	position: absolute;
	background: url(../gfx/email.gif);
	margin: 160px 0px 0px 160px;
}

#email:hover
{
	background: url(../gfx/email_hover.gif);
}

