/* CSS for SNILL WEBDESIGN
 * (c) 2009 Daniel Søland Jackson <daniel@jackson.kz>
 * Feel free to use elements, but do not copy the design
 * as a whole without asking.
 */
 
/* General */

* {
	margin: 0;
	padding: 0;
	font-family: "DejaVu Sans", "Arial", sans-serif;
}

ul, p {
	margin: 0px 0 20px 0;
}

a {
	color: #23839A;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #873AA8;
}

h2 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px 0;
	font-weight: normal;
}

.hidden {
	display: none;
}

.alarm {
	background-color: rgb(255,200,220);
	padding: 5px;
	font-weight: bold;
	border: 2px solid red;
}

/* Structure and design */

body {
	background-color: white;
	font-size: 16px;
	line-height: 1.25;
	color: rgb(40,40,40);
}

.w {
	width: 775px;
	margin: 0 auto;
}

#slogan {
	margin: 0;
	padding: 28px 0 0 0;
	font-size: 20px;
	color: rgb(128,128,128);
}

#slogan strong {
	font-weight: 600;
}

#content {
	background-color: white;
	padding: 20px 0 0 0;
}

#footer {
	padding: 2px 0;
	clear: both;
	background: #e6e6e6 url("footer.gif") repeat-x top left;

}

#footer, #footer a {
	color: rgb(125,125,125);
}

#footer p {
	float: left;
	margin-right: 50px;
}

#footer p.w200 {
	width: 200px;
}

#left {
	float: left;
	width: 460px;
	padding-left: 6px;
}

#left p {
	margin-right: 10px;
}

#right {
	float: right;
	width: 280px;
	padding-top: 8px;
}

#contactform {
	padding: 5px 14px;	
	background-color: #c6e5f8;
	overflow: auto;
}

#contactform h2 {
	margin-top: 8px;
	margin-bottom: 8px;
}


#contactform textarea, #contactform input {
	width: 232px;
	background-color: white;
	border: 3px solid rgb(210,240,255);
	padding: 4px 5px 4px 5px;
	margin: 0 0 10px 0;
}


#contactform textarea {
	height: 130px;
}

#contactform textarea:focus, #contactform input:focus {
	border-color: #48a9e0;
}

#contactform #submit {
	cursor: pointer;
	cursor: hand; 
	padding: 2px;
	font-size: 15px;
	background-color: #79d950;
	border-width: 2px;
	border-style: solid;
	border-color: #acfc7c #5f9340 #5f9340 #acfc7c;
	width: auto;
	margin-top: -2px;
	margin-right: 4px;
	text-align: center;
}

#contactform .right {
	text-align: right;
}

#contactform #submit:hover {
	background-color: #89e960;
}

#contactform #submit:active {
	border-color: #5f9340 #acfc7c #acfc7c #5f9340;
}

textarea.inside, input.inside {
	color: rgb(120,120,120);
}

/* Specific */

#left .adress_l, #left .adress_r {
	color: #666666;
	font-size: 15px;
	line-height: 1.33;
	margin-right: 0;
	float: left;
}

.adress_r {
	margin-left: 20px;
}


#left .adress_r p {
	padding-right: 0;
	margin-right: 0;
}

.adress_r .arrow {
	font-size: 16px;
	margin-top: -8px;
}

.arrow img {
	margin-bottom: -2px;
	padding-left: 8px;
}

#top {
	margin-bottom: 20px;
}

#top h1 a {
	float: left;
	margin-right: 25px;
	background: #2e9bdf  url('logobakgrunn.png') repeat-x bottom center; /* */
	border-width: 0 3px 3px 3px;
	border-style: solid;
	border-color: #48a9e0;
}

.notfront #top h1 a:hover {
	background-color: #48a9e0;
	background-image: none;
	border-color: #58b9f0;
}

#top h1 a img {
	border: 0;
	padding: 25px 4px 3px 3px;
	margin: 0 0;
	display: block;
}

#left li {
	margin: 0px 0 0px 30px;
}

#left h2 {
}
