body {
	font-family: Helvetica, Arial, sans-serif;
	color: #111;
	font-size: 14px;
	background: #111;
	margin: 0px;
}

a {
	color: #f57912;
}

#container {
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 10px;
}

#logo {
	width: 203px;
	height: 264px;
	background: url('img/logo.png') no-repeat;
	float: left;
	margin-left: -3px;
}

#nav {
	margin-top: 20px;
	float: right;
	width: 700px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: -10px;
}

#nav a {
	padding: 10px 10px 7px 10px;
	background: #79bce8;
	color: #111;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}

#nav a.current {
	background: #FFF;
	color: #f57912;
}

#nav a:hover {
	color: #FFF;
}

#nav a.current:hover {
	background: #FFF;
	color: #f57912;
	cursor: default;
}

#right {
	width: 700px;
	float: left;
}

h2 {
	color: #f57912;
	padding: 0px;
	margin: 0px;
	padding-top: 70px;
	font-size: 40px;
}

h3 {
	color: #79bce8;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}

h3 b {
	color: #f57912;
}

p {
	line-height: 2em;
	letter-spacing: 0.02em;
}

small {
	font-size: 10px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

form label {
  display: block;
  float: left;
  text-align: left;
  width: 135px;
  padding-right: 10px;
  padding-top: 10px;
  margin: 0 0 5px 0;
  cursor: pointer;
}

form input, select {
  margin: 5px 0 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 3px;
}

form select {
	cursor: pointer;
}

form select option {
	padding: 3px;
}

a.submit {
	padding: 10px 10px 7px 10px;
	background: #79bce8;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}

a.submit:hover {
	background: #f57912;
}

#copyright {
	color: #FFF;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

#bags {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #79bce8;
	overflow: hidden;
}

#bagsprog {
	margin-top: 5px;
	height: 30px;
	background: #FFF;
}

#bagsprogtext {
	margin-top: -30px;
	text-align: left;
	padding: 10px;
}

h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 100px;
}
