
body
{
	padding:0px;
	margin:0px;
	background-color:#faf0dc;
}
body, p, td, div
{
	font-family:Arial, Helvetica, Verdana, SunSans-Regular, sans-serif;
	font-size:12px;
}
a
{
	color:black;
}
a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5
{
	margin-top:0px;
	margin-bottom:0.25em;
}
h1
{
	font-size:30px;
}
h2
{
	font-size:24px;
}
h3
{
	font-size:18px;
}
h4
{
	font-size:14px;
}
h5
{
	font-size:13px;
}

#cont
{
	height:100%;
	margin-bottom:90px;
	background:url(../img/win-bkg.png) repeat-x;
}

#page
{
	min-height:585px;
	width:980px;
	padding:0px 5px 0px 5px;
	background:url(../img/page-bkg.png) repeat-y;
}

#header
{
	width:990px;
	height:115px;
	padding-top:15px;
	background:url(../img/page-top.png) no-repeat bottom;
}

#logo
{
	display:block;
	float:left;
	width:221px;
	height:105px;
	margin-left:55px;
	background:url(../img/metpro-logo.png) no-repeat;
}

#devis
{
	float:right;
	width:340px;
	margin-top:30px;
	margin-right:25px;
	color:#cc9900;
	font-weight:bold;
}

#lang
{
	float:right;
	margin-top:6px;
	margin-right:20px;
}
	#lang a
	{
		float:left;
		display:block;
		margin-left:5px;
	}

#topimage
{

}

#info
{
	clear:both;
	padding:10px 20px 0px 20px;
}

#info .topimage
{
	display:block;
	margin-bottom:20px;
}

.leftcolumn
{
	float:left;
	width:220px;
}

.texter
{
	float:left;
	width:460px;
	margin-left:20px;
	border-bottom:solid 25px white;
}
	.texter p:first-child,
	.texter h1:first-child,
	.texter h2:first-child,
	.texter h3:first-child,
	.texter h4:first-child,
	.texter h5:first-child
	{
		margin-top:0px;
	}
	.texter
	{
	}

.rightcolumn
{
	float:right;
	width:220px;
}

.bubble
{
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;
	background-color:white;
}
	.bubble p:first-child,
	.bubble h1:first-child,
	.bubble h2:first-child,
	.bubble h3:first-child,
	.bubble h4:first-child,
	.bubble h5:first-child
	{
		margin:0px;
	}

#indexlist
{
	width:100%;
	margin:0px 0px 20px 0px;
	border-top:solid 20px white;
}
	#indexlist th
	{
		text-transform:uppercase;
	}
		#indexlist th.k,
		#indexlist th.m,
		#indexlist th.p
		{
			padding:12px 10px 13px 10px;
			background:url(../img/list-th-bkg.png) repeat-x #cccccc;
			color:#666666;
			border-bottom:solid 1px white;
		}
			#indexlist th.k img,
			#indexlist th.m img
			{
				position:absolute;
				margin-top:-15px;
				margin-left:160px;
			}
			#indexlist th.p img
			{
				position:absolute;
				margin-top:-15px;
				margin-left:380px;
			}
		#indexlist th.d
		{
			width:20px;
		}
		#indexlist th.k,
		#indexlist th.m
		{
			width:220px;
		}
		#indexlist th.p
		{
			width:460px;
		}
		#indexlist td.k,
		#indexlist td.m,
		#indexlist td.p
		{
			height:100px;
			padding:12px 10px 13px 10px;
			background:url(../img/list-td-bkg.png) repeat-x #cccccc;
			color:#666666;
		}
			#indexlist td ul
			{
				margin:0px;
				padding:0px;
			}
				#indexlist td ul li
				{
					list-style-type:none;
					margin-bottom:3px;
				}
					#indexlist td ul li a
					{
						text-decoration:none;
						color:#666666;
					}

.listMessage
{
	padding:0px;
	margin:0px;
/*	list-style-position:inside;*/
	list-style-image:none;
}
	.listMessage li
	{
		margin-bottom:5px;
	}
	.listMessage a
	{
		text-decoration:none;
	}
		.listMessage li a i
		{
			color:#666666;
/*			font-style:normal;*/
		}

#footer
{
	position:fixed;
	bottom:0px;
	width:100%;
	padding-top:10px;
	min-height:25px;
	background:url(../img/footer-bkg.png) bottom left repeat-x #999999;
}
#footer,
#footer a
{
	color:white;
}
	#footer div
	{
		width:940px;
		color:white;
	}
	#footer p
	{
		margin:0px;
	}
/********/
#Kontaktform
{
	float:right;
	width:200px;
}
	#Kontaktform input,
	#Kontaktform textarea
	{
		width:190px;
	}
/********/
table.faktatabell
{
	border-top:solid 1px rgb(188,116,39);
	border-left:solid 1px  rgb(188,116,39);
	background-color:white;
}
	table.faktatabell th,
	table.faktatabell td
	{
		border-right:solid 1px  rgb(188,116,39);
		border-bottom:solid 1px  rgb(188,116,39);
	}