/**
 * Stylesheet for Molu.no by Synlighet.no
 * Created by tommy@synlighet.no january 2008
 * 
**/

/** 
 * colors used:
 * h1: #e5530a;
 *
**/

* {
	margin: 0;
	padding: 0;
}

/**
 * Tag styles
 * overflow: scroll;
 * Styles rewriting tags
**/
body {
	padding: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	
}
h1,h2,h3,h4,h5,h6{
	color: #e5530a;
}

h1 {
	margin-bottom: 1em;
	font-size: 1.4em;
}
h2 {
	margin-bottom: 0.2em;
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
}
h4 {

}
p,ul {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
em {
	font-weight: bold;
}
ul {
	margin-left: 2em;
	list-style-position: outside;
}
ul li {
	margin-bottom: 0em;
	line-height: 1.4em;
}
a {
	color: #ef8b14;
}
a img {
	border: 0;
}


/**
 * Layout styles
 *
 * Styles for the layout of the pages
**/
#page {
	margin: 0 auto;
	width: 982px;
	text-align: left;
}
#header {
	padding-bottom: 10px;
	height: 150px;
	background-color: #fff;
}
#content {
	background-image: url(graphics/contentBackground.png);
	background-repeat: repeat-y;
}
#left {
	margin-right: 10px;
	text-align: center;
	width: 200px;
	float: left;
}
#main {
	margin: 25px 0 0 25px;
	padding-right: 20px;
	width: 712px;
	float: right;
}
#footer {
	background-image: url(graphics/footerBackground.png);
	background-repeat: repeat-y;
	position: relative;
	height: 70px;
}


/**
 * Header styles
 *
 * Styles for the header section
**/
#header #logo {
	width: 200px;
	float: left;
}
#header #sectionImage {
	margin-left: 10px;
	width: 672px;
	height: 150px;
	float: left;
	background-image: url(upload/mostue_lutro_forside_bred.jpg);
	background-repeat: no-repeat;
}




/**
 * Content styles
 *
 * Styles for the content 
**/




/**
 * Left styles
 *
 * Styles for the left section 
**/
#left #top {
	background-image: url(graphics/leftBackground.png);
	background-repeat: no-repeat;
	background-position: top;
}
#left #cta {
	background-color: #fff;
}
#left #cta img {
	margin-bottom: 0px;
}
#left #navigation {
	margin: 20px auto;
	width: 150px;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
}
#left #navigation li {
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1em;
	border-bottom: 1px solid #ef8b14;
}
#left #navigation li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#left #navigation li a:hover {
	font-weight: bold;
}
#left #navigation li.underpunkt {
	margin: 5px 0 0 0.5em;
	border-bottom: 0;
}
#left #venstreinnhold {
	margin: 20px auto;
	width: 150px;
	color: #fff;
	text-align: left;
}


/**
 * Main styles
 *
 * Styles for the main section
**/
#main #map {
	margin-bottom: 2em;
}

/* form styles */
#main form {
	margin-bottom: 1em;
}
#main form fieldset {
	margin-bottom: 1em;
	border: 0;
	display: block;
	clear: both;
}
#main form fieldset legend {
	color: #e5530a;
	padding: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}
#main form fieldset ul.formList {
	margin: 0;
	list-style-type: none;
}

#main form fieldset ul.formList ul {
	margin: 0;
	list-style-type: none;
	width: 364px;
}

#main form fieldset ul.formList li {
	margin-bottom: 5px;;
	clear: both;
}

#main form fieldset ul.formList ul li { float:left; margin-bottom: 5px; clear:none; }

#main form label {
	display: block;
	clear: both;
}

#main form fieldset ul.formList ul label { clear:none; }

#main form label span {
	display: block;
}
#main form label span.feil {
	display: inline;
	color: #f00;
}
#main form label input, #main form label textarea {
	width: 350px;
}
#main form label #skjema_postnr, #main form label #skjema_poststed { width: 158px; border: 1px solid #AAAAAA; }

#main form label textarea {
	height: 150px;
	border: 1px solid #aaa;
	line-height: 18px;
}
#main form label input[type=checkbox] {
	width: 20px;
}

#main form label input[type=radio] { width: 18px; }

#main form label select option {
	border-bottom: 1px solid #ccc;
}
#main form .button {
	margin-left: 234px;
}

#main form .utfylling { padding: 3px 6px; }

#skjema_date15_year { padding:3px; width:60px; border: 1px solid #aaa; }
#skjema_date15_month { padding:3px; width:100px; border: 1px solid #aaa; }
#skjema_date15_date { padding:3px; width:50px; border: 1px solid #aaa; }
#skjema_art, #skjema_vet { padding:3px; border: 1px solid #aaa; }

#skjema_dyrenavn, #skjema_dyrerase, #skjema_forsikringsselskap, #skjema_avsender_navn, #skjema_adresse, #skjema_avsender_epost, #skjema_avsender_epost_confirm, #skjema_telefon { width:350px; border: 1px solid #aaa; }

#skjema_vet { width:232px; }

#skjema_date15_time { padding:3px; width:232px; border: 1px solid #aaa; }

/**
 * Footer styles
 *
 * Styles for the footer region
**/
#footer p {
	margin: 0;
	text-align: right;
	color: #fff;
}
#footer #molu24 {
	padding: 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 170px;
	background-color: #333;
}
#footer #molu24 p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#footer #molu24 p b {
	font-size: 1.1em;
}
#footer #contact {
	position: absolute;
	left: 220px;
	bottom: 10px;
}
#footer #contact p {
	text-align: left;
}
#footer #copy {
	position: absolute;
	right: 10px;
	bottom: 10px;
}




/**
 * Other styles
 *
 * Styles that haven't got anywhere else to live
**/
.clearBoth {
	clear: both;
	visibility: hidden;
}
#googlemap {
	margin-bottom: 2em;
	width: 450px;
	height: 250px;
}

