body, td, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #961529; 
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*margin: 0px;*/
	color: #7D88A6;
}

/* Blå baggrund. bruges til topbjælken */
.blue {
	background-color: #7D88A6;
}

/* Centreret */
.center {
	text-align: center;
}

/* Indholdselementet */
.indholddiv {
	width: 720px;
	height: 500px;
}
.indholdforside {
	width: 620px;
}
.indhold {
	width: 428px;
	height: 400px;
	overflow: auto;
}
.menudiv {
	width: 292px;
}
.menupunkt {
	height: 30px;
}

/* Adressebjælken nederst */
.adresse {
	border-top: 2px solid #7D88A6;
	color: #878787;
	font-size: 10px;
	text-align:center;
}

/* links på forsiden */
.redlink {
	font-size: 12px;
	font-weight: bold;
	color: #961529; 
	text-decoration: none;
}
.bluelink {
	font-size: 12px;
	font-weight: bold;
	color: #7D88A6; 
	text-decoration: none;
}
.small {
	font-size: 9px;
	font-weight: normal;
}

input {
	font-size: 10px;
	font-weight: normal;
}

.varenavn {
	background-color: #7D88A6;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.product_basket_top, .product_basket_sum {
	background-color: #7D88A6;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
