body {
  background:url('image/bag.png');
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
	background-attachment: fixed;
}
table {
	font-size:12px;
	border: 2px solid black; 
}

td {
	font-size:12px;
	border: 1px solid darkgrey; 
	padding-left:5px; 
	padding-right:5px;
}

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;
}

.popup { 
	margin-bottom:5px;}
.popup img { border: 4px solid #555;}
.popup img:hover { border: 4px solid #7c6b95;}

.menu {
	position:fixed; 
		width:120px; 
		height:270px; 
		left:-10px; 
		top:-10px; 
		padding-top:30px;
		padding-left:10px;
		background-color:#B1CB00; 

	  -moz-border-radius-bottomright: 20px;
	  -webkit-border-bottom-right-radius: 20px;
	  border-bottom-right-radius: 20px;
		box-shadow:10px 10px 5px black;
	}

.logo {
	position:fixed; 
	width:330px; 
	height:90px; 
	right:0px; 
	top:0px; 
	background-color:#6FAD00; 

  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;

	box-shadow:10px 10px 5px black;">
}

.content {
	padding-top:20px;
	margin-left:150px;
	margin-top:100px;
	margin-right:150px;
}

.sidebar {
	position:relative;
  float:right;
  width: 280px;
}

.sidebar-entry {
  background:url('image/paper.png'); 
	width : 100%;
	border: solid 5px #0089BE;
	margin-top:20px;
	box-shadow:10px 10px 5px black;
}

.content-entry {
  background:url('image/paper.png'); 
	width : 100%;
	border: solid 5px #00BC8E;
	margin-top:20px;
	box-shadow:10px 10px 5px black;
	padding:20px;
	font-size:18px;
}
.content-entry p {
	margin-top:10px;
}

.footer {
	Position:fixed;
	bottom:0px;
	width:100%;
	clear: both;
	color: #ddd;
	padding: 5px;
	border-top: 2px solid #005;
	text-align:center;
	background-image:url('http://www.sallnet.dk/pivotx/templates/sallnet/footer.png');	
}

.ikon {
	border:0px;
	width:50px;
	margin-right:40px;
}

.titel {
	font-weight:bold;
}

.content-entry label { 
	font: 12px "Lucida Grande", Candara, Tahoma; 
	display:inline-block;
	width:90px;
	text-align: right;
}

.bytur {
	border:5px solid #7a8c9e;
	box-shadow:10px 10px 5px black; 
	background:#ccc;
}

.bytur h3 {
	color:#777;
}

.bytur_billede {
	border:5px solid #7a8c9e;
	box-shadow:10px 10px 5px black; 
	background:#ccc;
	width:400px;
	height:300px;
}
