/* Stylesheet for www.nordicsymbol.no
   by Tommy Eliassen, Synlighet.no/
   Screenresort AS
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333333;
	color: #efefef;
	background-image: url(graphics/bodyBackground.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
}

/* ************************************************************* *
	layout styles                                                                                                 
 * ************************************************************* */
#page {
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
}

#top {
	margin-bottom: 5px;
	width: 780px;
	height: 30px;
	background-image: url(graphics/topBackground.png);
	background-repeat: no-repeat;
}
#top p {
	padding-left: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	font-size: 12px;
	color: #fff;
}
#header {
	width: 780px;
	height: 155px;
	background-image: url(graphics/headerBackground.png);
	background-repeat: no-repeat;
	position: relative;
}
#header #logo {
	width: 185px;
	height: 85px;
	position: absolute;
	top: 20px;
	left: 20px;
	border: 0;
}
#leftcol {
	padding-right: 20px;
	width: 440px;
	float: left;
	border-right: 1px dashed #b1b07e;
}
#rightcol {
	margin-left: 20px;
	width: 255px;
	float: left;
}
#content {
	background-color: #000;
	color: #fff;
}
#footer {
	margin-bottom: 20px;
	padding-top: 15px;
	width: 780px;
	height: 45px;
	background-image: url(graphics/content-bottomBackground.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #1c554f;
}



/*content-top styles*/
#content #menu {
	margin: 0 20px;
	padding: 10px 0;
	list-style: none;
	font-size: 0.9em;
	background-color: #000;
	height: 30px;
}
#content #menu li {
	margin-right: 20px;
	float: left;
}
#content #menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#content #menu li a:hover {
	color: #ccc;
}
#content #container {
	margin: 0 20px;
	padding: 20px 0;
}
#content h1 {
	padding-bottom: 20px;
}
#content h2 {
	padding-bottom: 5px;
	border-bottom: 1px dotted #1c554f;
	color: #b1b07e;
}
#content h3 {
	margin: 10px 0;
	color: #b1b07e;
}
#content p {
	margin: 0 0 1em 0;
	font-size: 12px;
	line-height: 1.5em;
}
#content a {
	color: #3a7771;
}
#content a:hover {
	text-decoration: none;
}
#content table {
	line-height: 1.5em;
}
#content table td {
	border-bottom: 1px dotted #1c554f;
}
#content table h4 {
	margin-top: 10px;
}

/* skjemastiler */
fieldset {
	padding: 2em 3em;
	border: 0;
}
legend {
	margin: 1em 0 0 -3em;
	color: #fff;
	font-weight: bold;
}
label {
	margin: 0 0 1em 0;
	display: block;
}
input.utfylling, textarea.utfylling {
	width: 300px;
	border: 1px solid #1c554f;
	background-color: #ccc;
	color: #000;
}
textarea.utfylling {
	width: 500px;
	height: 150px;
}
input[type="checkbox"] {
	margin-right: 10px;
}
label span {
	display: block;
}
span.feil, span.inline {
	display: inline;
}
#content table.skjema {

}
#content table.skjema td {
	padding-bottom: 1em;
	border: 0;
}


/* ************************************************************* *
	footer styles                                                                                                 
 * ************************************************************* */
#footer p {
	margin: 0;
	text-align: center;
	color: #ccc;
	font-size: 12px;
}
#footer a {
	color: #fff;
}




/* ************************************************************* *
	stuff styles                                                                                                 
 * ************************************************************* */
.clearBoth {
	clear: both;
	visibility: hidden;
}