body { 
	font: 14px "Lucida Grande", Candara, Tahoma; 
	background-image:url('http://salldata.dk/library/image/baggrund.jpg'); fixed; 
	background-attachment:fixed;
	padding: 0px 30px;
	margin:0px; 
}

a { 
	text-decoration: none; 
	color: #111; 
}
a:hover { 
	color: grey;
}

label { 
	font: 12px "Lucida Grande", Candara, Tahoma; 
	display:inline-block;
	width:90px;
	text-align: right;
}

.ikon { 
	border: 0px;
	height: 50px;
	}
.ikon1 { 
	border: 0px;
	height: 50px;
	}

.button { 
	border: 0px;
	margin: 5px;
	height: 40px;
	}

.maindiv {
	position: relative;
	padding: 20px; 
	background-image:url('http://salldata.dk/library/image/admin.jpg');
	margin: 0px 20px;
	color:#000;
	font-size:20px;

	-moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.innerdiv {
	position: relative;
	padding: 10px; 
	border:4px solid black;
	background-color:rgba(255, 255, 255, 0.6);
	-moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 10px 10px 5px #333;
}

.thumb {
	border: 3px solid grey; 
}

.thumb:hover {
	border: 3px solid green; 
}

/* Tooltip container */
.tooltip,
.tooltip_left {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext,
.tooltip_left .tooltiptext_left {
  visibility: hidden;
  width: 200px;
  background-color: #f9d52b;
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
	border:solid 1px black;
	font-size:14px;
  position: absolute;
  z-index: 1;
	top: -15px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext,
.tooltip_left:hover .tooltiptext_left  {
  visibility: visible;
}

/* Position */
.tooltip .tooltiptext {
  left: 95%;
}

.tooltip_left .tooltiptext_left {
  right: 30%;
}

/*
  <div class="tooltip_left" style="float:right";>
	<a href="disconnect.php">
	<img src="remove.png" class="ikon">
	<span class="tooltiptext_left">Fjern kilden</span>
  </a></div>
*/

/* Rammer om tabeller */
.maindiv table {
	font-size:14px;
	border: 3px double black; 
	margin-bottom: 10px;
}

.maindiv th {
	font-size:16px;
	border: 1px solid grey; 
}

.maindiv tr {
	border: 1px solid grey; 
}

.maindiv td {
	font-size:14px;
	border: 1px solid grey; 
	padding-left:5px; 
	padding-right:5px;
}
.tooltip {
  text-decoration:none;
  position:relative;
}
 
.tooltip span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
  font-size:14px;
}
 
.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;
}

.thumb {
	width:500px;
}