td {
	font-size: 12px;
	font-family: Verdana;
	line-height: 16px;
}
.mail {
	letter-spacing: 1px;
	font-family: Verdana;
	font-size: 10px;

	text-align: left;

}
.adresse {
	letter-spacing: 1px;
	font-size: 10px;
	height: 20px;
	background-position: center;
}
hr {
	color: #B3081B;
	height: 1px;
}

a {
	color: #B3081B;
	font-family: Verdana;
	text-decoration: none
}
a:visited {
	color: #B3081B;
	font-family: Verdana;
	text-decoration: none
}
a:hover {
	color: #B3081B;
	font-family: Verdana;
	text-decoration: underline
}
.formfield {
	width: 95%;
	font-family: Verdana;
	font-size: 10px;
}
.formnavn {
	width: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.topbg {
	background-image: url(../pict/topbg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #B3081B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}
.border1 {
	border: 1px solid #B3081B;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#shoppingcart {
	position: relative;
	top: 50px;
	left: 50px;
	height: 100px;
	width: 500px;
	background: #eee;
	border: 1px solid #444;
}

#shoppingcart p {
	margin: 0 1em 1em;
}


#booklist, #contents {
	position: relative;
	top: 70px;
	left: 50px;
	width: 500px;
	background: #ddd;
	border: 1px solid #333;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
	width: 20%;
}

#contents p, #contents button {
	margin: 1em;
}
.border1black {
	border: 1px solid #000000;
}
