body {
	font-size: 0.8em;
	font-family: sans-serif;
	line-height: 22px;
	color: #444;
	background-color: #231f20;
	background-color: #485683;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.4em;
}

#wrapper {
/*
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	border: 3px solid #cbd8f1;
*/
}

header {
	margin: 0 auto;
	position: relative;
	width: 480px;
	height: 212px;
	background: url('../img/logo.png') no-repeat;
	padding-bottom: 10px;
}

#nav-left, #nav-right {
	position: absolute;
	top: 10px;
}
	
#nav-left {
	left: 40px;
}

#nav-right {
	right: 40px;
}

nav ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	margin: 5px;
	text-align: center;
}

nav a {
	padding: 5px 10px;
	line-height: 32px;
	color: #cbd8f1;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

nav a:hover {
	color: #fff;
}

nav a.current {
	text-decoration: line-through;
	background-color: #a3b0db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #cbd8f1;
}

article {
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 480px;
}

#content {
	width: 100%;
	background-color: #fff;
}

.portrett {
	float: right;
	margin-left: 20px;
}

.ansvarsrett {
}

.result {
	padding: 3px;
}

.success {
	color: #00CC00;
	border: 1px solid #00CC00;
	background-color: #CCFFCC;
}

.error {
	color: #CC0000;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
}

footer {
	margin: 0 auto;
	position: relative;
	width: 480px;
	text-align: center;
}

footer p {
	color: #cbd8f1;
}

/*
Form Styling
*/

label {
	display: block;
	font-weight: bold;
}

input, textarea {
	width: 65%;
}

#approvals {
	background-color: silver;
}

#logos {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	position: relative;
	width: 480px;
}

#logos img {
	padding-right: 15px;
}

#rossneset {
	background-color: #cad7f0;
}

#links {
    list-style-position: inside;
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.rossneset-img {
	margin-top: 20px;
}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #a3b0db;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #a3b0db;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}