/**
 * CSS Style sheet for NLP Norway
 *
 * @ author: Tommy Eliassen (tommy@synlighet.no)
 * @ last update: 2008 08 27
 **/

/**
 * General styles
 **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	background-color: #ffebc7;
	background-image: url(graphics/bodyBackground.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
h1 a, a h1, h2 a, a h2, h3 a, a h3{
	color:#666666;

}
h2 {
	margin: 0 0 1em 0;
}
h3 {
	margin: 0 0 0.2em 0;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3 { clear:left; }

a:hover {
	color: #ff0000;
}
a img {
	border: 0;
}
img[align=left] {
	padding-right: 10px;
	padding-bottom: 10px;
}
img[align=right] {
	padding-left: 10px;
	padding-bottom: 10px;
}


/**
 * Layout styles 
 **/
#page {
	margin: 90px auto 0 auto;
	padding: 50px 20px 20px 20px !important;
	padding-top: 50px;
	width: 920px !important;
	width: 960px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
	position: relative;
}
#page #content {
	width: 700px;
}
#footer {
	clear: both;
}


/* logostiler */
#logo {
	position: absolute;
	top: -70px;
	left: 400px;
}



/* navigasjonsstiler */
ul#navigasjon {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	position: absolute;
	top: -20px;
	right: 0;
}
ul#navigasjon li {
	margin-right: 20px;
	display: inline;
}
ul#navigasjon li.aktiv a {
	text-decoration: underline;
}


/* kursliste-stiler */
ul#kurs {
	margin: 0 20px;
	width: 400px;
	float: right;
	list-style: none;
}
ul#kurs h2 {
}
ul#kurs li {
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(graphics/kurs-liste-pil.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

/* Orangsje tabell */
.tableStyle {
	border-color:#FF6600;
	border-style:solid none none solid;
	border-width:1px 0px 0px 1px;
}

.tableStyle td
{
	border-color:#FF6600;
	border-style:none solid solid none;
	border-width:0px 1px 1px 0px;
	padding:10px;
}

/* påmeldingsskjema stiler */
fieldset {

	clear: left;
	margin: 0 0 10px 0;
	position: relative;
	width: auto;
	border: 0;
	width: 100%;
}
legend {
	padding: 0;
	margin-left: 1em;
	color: #545351;
	font-weight: bold;
}
legend span {
	position: absolute;
	left: 0.1em;
	top: 0;
	font-size: 135%;
}
fieldset ol {
	padding: 2em 1em 0 1em;
	list-style: none;
	width: 100%;
}
fieldset li {
	float: left;
	clear: left;
	padding: 2px 0;
	width: 100%;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 9.7em;
}

fieldset input, fieldset select, fieldset textarea {
	width: 270px;
	float: left;
}
fieldset textarea {
	height: 150px;
	width: 400px;
}
label {
	width: 10em;
	margin-right: 1em;
	float: left;
	text-align: right;
}
#skjema_kurs {
	width: 400px;
}


span.paakrevd {
	margin-left: 1em;
	color: #F00;
}

.error-text {
	color: #f00;
}


.clearBoth {
	clear: both;
	visibility: hidden;
}

#kontaktskjemaboks {
	padding:10px 10px 10px 10px;
	margin-left:10px;
	clear:both;
	width:280px !important;
	width:300px;
	float:right;
	border:1px solid #FF6600;
}

#kontaktskjemaboks textarea {
	width:270px;
}

#kontaktskjemaboks .utfylling {
	width:270px;
}

#webshopmenu {
	list-style:none;
	float:left;
	margin:0 0 20px -5px;
	padding:0;
	display:block;
	clear:left;
}

#webshopmenu li {
	border:0;
	display:block;
	width:131px;
	height:38px;
	float:left;
	background-repeat:no-repeat;
}