/* CSS Document */

body {
	background-color: #EDEAE2;
	background-image: url(img/fadebeige.gif);
	background-repeat: repeat-x;
	margin: 85px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 72%;
	text-align: center;
}
html>body {
	font-size: 14px;
}

#box {
	position: relative;
	width: 760px;
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#top {
	background: black url(img/minishadow.gif) bottom repeat-x;
	height: 150px;
	padding-top: 1px;
}
#top h1 {
	padding: 10px;
}
#main {
	width: 464px;
	float: left;
	background-color: white;
}
#main div {
	padding: 10px;
}
#right {
	width: 286px;
	float: right;
	background-color: white;
}
.clear {
	clear: both;
}

#footer {
 position: relative;
 margin: 0px auto 0px auto;
/* background: transparent url('img/dust_b.png') repeat-x top left; */
 height: 11px;
 font-size: 10px;
 width: 762px;
 padding-top: 7px;
}
#copy,#validation,#design {
	position: absolute;
	display: block;
}
#copy { left: 0px; width: 253px; text-align: left; }
#validation { left: 253px; width: 256px; text-align: center; }
#design { width: 253px; left: 509px; text-align: right; }

#pris, #info, #kontakt {
	padding: 0;
	margin: 0;
}

#pris div.fot {
	background: transparent url(img/g_bottom.png) no-repeat bottom left;
	height: 31px;
}
#pris h4 {
	background: transparent url(img/g_top.png) no-repeat top left;
	width: 286px;
	padding: 0;
	height: 52px;
}
#pris p {
	background: transparent url(img/g_bar.png) repeat-y;
	padding-left: 10px;
	margin: 0;
}
#pris h4 span {
	visibility: hidden;
}
#pris {
	position: relative;
	top: -10px;
}

#info div.fot {
	background: transparent url(img/y_bottom.png) no-repeat bottom left;
	height: 31px;
	margin-bottom: 10px;
}
#info h4 {
	background: transparent url(img/y_top.png) no-repeat top left;
	width: 286px;
	padding: 0;
	height: 52px;
}
#info p {
	background: transparent url(img/y_bar.png) repeat-y;
	padding-left: 10px;
	margin: 0;
}
#info h4 span {
	visibility: hidden;
}

#kontakt div.fot {
	background: transparent url(img/b_bottom.png) repeat-y bottom left;
	height: 26px;
}
#kontakt h4 {
	background: transparent url(img/b_top.png) no-repeat top left;
	width: 286px;
	padding: 0;
	height: 52px;
}
#kontakt p {
	background: transparent url(img/b_bar.png) repeat-y;
	padding-left: 10px;
	margin: 0;
}
#kontakt h4 span {
	visibility: hidden;
}
#kontakt {
}

h1,h2,h3,h4 {
	margin: 0px;
	
}

#logo {
	position: absolute;
	top: -73px;
	left: 38px;
}
a:hover { color: green; }

