* {
  margin: 0px;
  padding: 0px;
}
html { overflow: auto; height: 100%; }
img { border: 0px; }
body {
    font-family: verdana, sans-serif;   
   	background-color: #ece6dc;
   	color: #000;
    font-size: 0.75em;
    height: 100%;
}
#container {		
		position: relative;	
		margin: 0px auto;		
		width: 895px;			
		min-height: 100%			
		text-align: left;	
		top: 0px;
				
}
#top { 	height: 153px; 	background: url(../design/top.jpg) no-repeat top left; }
.home {position: relative;
top: 0px;
left: 670px;
width: 200px;
height: 132px;
cursor: hand;}
#menu {
	height: 37px;
	background: url(../design/menu.jpg) no-repeat top left;	
}

#content{ 	
	position: relative;
	top: 0px;
	left: 0;
	width: 895px;	
	background: url(../design/hvid_kasse.jpg) repeat-y  top left;		
	min-height: 544px;
	
	
}
/* IE Win only \*/
* html #content { height:530px; } 
/* End IE Win */

/*
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }
.clearfix { 
  display: inline-block; 
  _height: 1%; }
 */
/* Hides from IE-mac \*/
.clearfix { 
  display: block; }
/* End hide from IE-mac */

#indhold {
	width: 798px;	
	margin: 0px 48px;
}
#indhold a { color: #000; }
#bund {
	width: 895px;
	clear: both;
	background: url(../design/bund.jpg) no-repeat top left;
	text-align: center;
	height: 54px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 28px;
}	
#bund a { color:#fff; text-decoration: none; }
#bund a:hover { color:#fff; text-decoration: underline; }
/* topmenu */
#menu ul {
	position: relative;
  left: 32px;
  top: 0px;
  width: 100%;
  overflow: hidden;  
  padding-top: 0px; 	  
}

#menu ul li {
	display: inline;
	color: #fff;
}
#menu ul li a{
display: block;
  float: left;
  margin: .3em 0;
  padding: .5em 1em;  
  color: #fff;  
  text-decoration: none;
  font-size: 10px;  
  background: url(../design/menu_bg.gif) repeat-y top left; 
}
#menu ul li.first a { background: none; }

/* typografi */
h1 { font-size: 16px; font-weight: bold; padding-top: 20px; padding-bottom: 8px;}
h3 { font-size: 13px; font-weight: bold; padding-top: 12px; padding-bottom: 0px;}
p, td { font-size: 11px; padding-top: 4px; padding-bottom: 8px; line-height: 14px;}
em {font-size: 10px; font-style: italic; font-weight: normal;}
#indhold ul { font-size: 11px; padding-top: 4px; padding-bottom: 8px; line-height: 14px; margin-left:0px; padding-left: 0px; list-style-position: inside;}
#indhold ul li {padding-left: 12px;padding-top: 4px;}
div.ramme { align: center; text-align: center; border: 3px double #468147; margin: 6px 174px; padding: 0 10px;}
.sign {font-style: italic; text-align: right;}
.pablo { width: 344px; padding: 8px; border: 1px solid #468147; float: left; margin: 20px 88px 0 88px; }
.break {clear: all; width: 804px; height: 168px;  }
/* IE Win only \*/
* html .break { height:0px; } 
/* End IE Win */