
body {
	padding: 2em 5em 2em 5em; 
	background-color:#D0D0B0;
	color: #1B1B1B;
	background-image: url(billeder/dekoration/bgpattern.png);
	background-repeat: repeat;
	
	}
p  {
	font-size: small;
	}

ul { 
	list-style-type: circle;
	}
hr {
	color: #594444;
	width:100%;
	size:1;
	}
a  {
	text-decoration: none;
	color: #4D1E1E;
	text-transform: capitalize; 
        }
h3 {
	font-size:small;
	text-decoration: bold; 
	}

h5 { 
	font-size: small;  
	text-decoration: bold;
	 }

#container {
			position: relative;
			width: 800px;
			
		
			border: solid #036;
			border-width: 1px 1px;
			margin: auto;
			background-color:#FFFFFF;
			font-family: sans, arial;
			font-size: small;
	}
#header {
			position: absolute;
			width: 800px;
			height:63px;
			border: none;
			top:  0;
			left: 0;
			margin: auto;
			background-color:#FFFFFF;
			background-image: url(billeder/bannere/darkTopbanner.png);

	}
#footer {			
			
			width: 800px;
			height:3em;
			margin: auto;
			color: #FFFFFF;
			background-image: url(billeder/bannere/omvendtBottombanner.png);
			background-color:#3A2427;
			text-align: center;
			
	}
#navigation {
			position: absolute;
			top: 7em;
			left: 0;
			bottom: 7em;
			width: 10em;
			
			
	}
#navigation ul{
			list-style-type: none;
	}

#indhold {
			margin-left: 10em;
			padding: 7em 5em 5em 2em;
			
			

}

#indholdTilVenstre {
			float: right;
			width: 150px;
			padding: 1em;
			border: 1px solid #036;
			background-color:#D0D0B0;
			margin: auto;
			

}
#sale{			
			background-image: url(billeder/dekoration/solgt-lille.png);
			background-repeat: no-repeat;
			background-position: right;
			text-align: justify;
			border: solid #036;
			border-width: 1px 1px;
			background-color:#D2A48C;
			padding: 0.3em 0.3em 0.1em 1em;
	}

#forsale{			
			text-align: justify;
			background-color:#FDF4BE;
			border: solid #036;
			border-width: 1px 1px;
			padding: 0.3em 0.3em 0.1em 1em;
	}


#kortholder {
			border: solid;
			border-width: 1px;
			padding: 2em 2em 2em 2em;
			

	}

p.strong {	
			text-decoration: bold;
		}	
ul.pil { 
			list-style-image: url(billeder/dekoration/pil.png);
	 }

.galleri img { 		float: left;
			width: 125px;
			height: 150px; 
			padding: 1em;
				
			}

