#salgs-wrapper {
	float:left;
	width: 95%;
	margin: 0 auto;
	padding: 0em 2% 20px 1em;
	font-size: 90%;
	text-align: left;
}

/* Enkelte enheder */
.item-1 {
	width:100%;
	background-color: #990000;
	padding: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.item-1-last {
	width:100%;
	background-color: #990000;
	padding: 5px;
	border: 1px solid #000;
}

.item-2 {
	width:100%;
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.item-2-last {
	width:100%;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
}

.item-1 a:link, .item-1 a:visited, .item-1-last a:link, .item-1-last a:visited,
.item-2 a:link, .item-2 a:visited, .item-2-last a:link, .item-2-last a:visited {
	background: transparent;
	color: #000;
	text-decoration: none;
}

.item-1 a:hover, .item-1-last a:hover {
	color: #fff;
	text-decoration: none;
}

.item-2 a:hover, .item-2-last a:hover {
	color: #990000;
	text-decoration: none;
}

.type {
	float: left;
	width: 15%;
}

.overskrift {
	float:left;
	width: 70%;
}

.pris {
	float: right;
	width: 15%;
	text-align: right;
}

/* Footer information */

#footer-text {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

#footer-text a:link, #footer-text a:visited{
	background: transparent;
	color: #000;
	text-decoration: none;
}

#footer-text a:hover {
	background: transparent;
	color: #990000;
	text-decoration: none;
}

/* Info salg */

#info {
	width:100%;
	padding: 0px;
	border: 1px solid #990000;
}

#info a:link, #info a:visited {
	background: transparent;
	color:#000;
	text-decoration: none;
}

#info a:hover  {
	background: transparent;
	color:#990000;
	text-decoration: none;
}



.info-overskrift {
	width:98%;
	padding: 1%;
	border-bottom: 1px solid #990000;
}
.saelger {
	float:left;
	width: 80%;
}

.info-overskrift .pris {
	float: right;
	width: 15%;
	text-align: right;
}

#beskrivelse-wrapper {
	padding: 1%;
}


.beskrivelse p {
	margin-left: 0px;
}

.salgimage {
	float: right;
}

.info-bottom {
	width:98%;
	padding: 1%;
	border-top: 1px solid #990000;
}

.info-bottom .navn {
	float:left;
	width: 50%;
}

.info-bottom .kontakt {
	float:right;
	width:45%;
	text-align: right;
}


/* Opslags design */

.test {
	margin-bottom: 10px;
	width: 100%;
}

.test .ind {
	float: left;	
	width: 50%;
}

textarea.salg{ 
	width: 100%;   
	font-family: verdana, arial, sans-serif;  
	border: 1px solid;  
	font-size: 100%;  
	margin: 2px;  
	background: #FFFFFF;  
	color: #000;  
	border-color: #990000;}

#opslag {
	width:97%;
	padding: 5px;
	border: 1px solid #990000;
}

div.row span.besked {
	float: left;
	width: 100%;
	text-align: left;
}


.clear {
	clear: both;
}
