body { 
	font: 10px "Lucida Grande", Candara, Tahoma; 
}

label { 
	font: 12px "Lucida Grande", Candara, Tahoma; 
	display:inline-block;
	width:90px;
	 text-align: right;
}

.ikon1 { 
	border: 0px;
	height: 50px;
	}

.ikon2 { 
	border: 0px;
	height: 20px;
	}

.button { 
	border: 0px;
	margin: 5px;
	height: 40px;
	}

.maindiv {
	position: relative;
	padding: 20px; 
	background-image:url('http://salldata.dk/library/image/admin.jpg');
	margin: -8px 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;
}

.famdiv {
	color:#000;
	font-size:20px;
	background-image: url("/library/image/test.jpg");
}

.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;
}

.maindiv h1, 
.famdiv h1 {
	text-decoration: none; 
	color: #000; 
	font-size:40px;
	font-style:bold;
	margin-bottom:40px;
}

.maindiv h3,
.famdiv h3 {
	text-decoration: none; 
	color: #000; 
	font-size:20px;
	font-style:bold;
	margin-top:0px;
	margin-bottom:5px;
}

.maindiv p {
	text-decoration: none; 
	color: #222; 
	font-size:15px;
	margin-bottom:5px;
}

.maindiv a,
.famdiv a { 
	text-decoration: none; 
	color: #111; 
}
.maindiv a:hover { 
	color: grey;
}

.baggrund {
	background-image:url('/library/image/baggrund.jpg'); fixed; 
	background-attachment:fixed;
}

.maindiv table {
	border-style:solid;
	background-color:#ddd;
	font-size:14px;
	border-width: 3px;
	border-color: grey;
  box-shadow: 5px 5px 3px #333;
}

.maindiv tr {
	font-size:16px;
	border: 1px solid grey; 
}

.maindiv th {
	font-size:16px;
	border: 1px solid grey; 
}

.maindiv td {
	font-size:14px;
	border: 1px solid grey; 
	padding-left:5px; 
	padding-right:5px;
}
