﻿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;
	}

.button { 
	border: 0px;
	margin: 5px;
	height: 40px;
	}

.maindiv {
	position: relative;
	padding: 20px; 
	padding-bottom: 40px; 
	background-image:url('../img/bag.png');
	margin:20px;
	color:#000;
	font-size:20px;
	-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;
}

.innerdiv {
	position: relative;
	padding: 30px; 
	border:4px solid black;
	background-color:rgba(255, 255, 255, 0.8);
	-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 {
	text-decoration: none; 
	color: #000; 
	font-size:40px;
	font-style:bold;
	margin-bottom:40px;
}

.maindiv 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 { 
	text-decoration: none; 
	color: #111; 
}
.maindiv a:hover { 
	color: grey;
}

.baggrund {
	background-image:url('../image/bag.png'); fixed; 
	background-attachment:fixed;
}

