body {
  background:url('http://salldata.dk/historier/3mx/template/img/background.png'); 
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  line-height: 1.4em;
	margin:0px;
	padding:0px;
}

a, a:visited {
    color: #039;
    text-decoration:none;
}

h1 {
    font-size: 32px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #006;
}

h2 {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #006;
}

h1 a, h2 a {
    /* Don't make headlines look too much like regular links, even 
       though they're clickable */
    text-decoration: none;
}

h3 {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #006;
}



.outer {
}

.centered {
}

.header {
  background:url('http://salldata.dk/historier/3mx/template/img/header.png') no-repeat; 
  height: 419px;
  position:relative;
}

.header img {
	border:0px;
}
.content1 {
  height: 100%;
  overflow: hidden;
  background: url('http://salldata.dk/historier/3mx/template/img/container-bg.png') repeat-y;
  position: relative;
}

.sidebar {
  float: left;
  width: 193px;
  overflow: hidden;
  
}

.sidebar-entry {
}

.sidebar h2 {
  font-weight: bold;
  color: #b34813;
  font-size: 12px;
  margin: 0 0 8px 0;
}

.sidebar ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar li a {
  font-family: Tahoma;
  font-size: 12px;
  padding: 0 0 5px 10px;
  background: url('http://www.salldata.dk/historier/3mx/template/img/arrow.gif') 0px 5px no-repeat;
}

.sidebar li a:hover, #sidebar li a.aktuel {
  font-family: Tahoma;
  font-size: 12px;
  padding: 0 0 5px 18px;
  background: url('http://salldata.dk/historier/3mx/template/img/arrow-2.gif') 0px 5px no-repeat;
}

.sidebar_content {
  margin-left:30px;
  margin-right:10px;
  margin-bottom:150px;
  font-size: 10px;
}

.divider {
  float: left;
  width: 46px;
  height: 100%;
}
.divider-top {
  height: 66px;
  width: 46px;
  margin-top: 83px;
  background: url('http://salldata.dk/historier/3mx/template/img/divider-bg.png') no-repeat;
}
.divider-bottom {
  height: 66px;
  width: 46px;
  position: absolute;
  bottom: 83px;
  background: url('http://salldata.dk/historier/3mx/template/img/divider-bg.png') no-repeat;
}

.content-inner {
	position:relative;
  float:left;
  width: 650px;
}

.post {
  background:url('http://salldata.dk/historier/3mx/template/img/button.png') 0px 8px no-repeat;
  padding: 10px 0 0 30px;
  margin: 15px 50px 30px 30px;
}
.post h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #b34813;
  margin: 0;
}
.post h2 a {
  outline-style: none;
}

.footer {
  clear: both;
  background: url('http://salldata.dk/historier/3mx/template/img/footer-bg.png') no-repeat;
  text-align: right;
  padding: 70px 100px 20px 0;
}

.person {
	margin-top:10px;
	border-bottom:1px solid #b34813;
}

.ikon1 {
	border:0px;
	width:20px;
	margin-left:5px;
}

.ikon {
	border:0px;
	width:20px;
	margin-left:5px;
}

.titel {
	font-weight:bold;
}

.adresse {
	margin-left:25px;
}

.thumbs {
	width:100px;
	height:100px;
	border:1px solid black;
	margin:3px;
}

 .tooltip {
  text-decoration:none;
  position:relative;
}
 
.tooltip span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:#f9dc59; 
  font-size:16px;
}
 
.tooltip span img {
  float:left;
}
 
.tooltip:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:320px;
  min-height:30px;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}
