@import "reset.css";

body {
	background: #75bb3d;
        background: #8cc63f;
}
#ow {
	width: 1032px;
	margin-top: 54px;
	margin-right: auto;
	padding-bottom: 32px;
	margin-left: auto;
    
}
#iw{
	padding: 0 37px;
	position: relative;
        background: #fff;
}
#cw {
	width: 938px;
	position: relative;
	padding-bottom: 22px;
}
#shadetop {
    height: 10px;
    background: url(/media/images/shade_top.png) bottom center no-repeat;
}
#shadebg {
    background: url(/media/images/shade_mid.png) center repeat-y;
    
    padding:0 10px;
}
#shadebot {
    height: 10px;
    background: url(/media/images/shade_bot.png) top center no-repeat;
}

div#languagebar {
	position: relative;
}
p#picker {
	position: absolute;
	right: 20px;
	bottom: 0px;
	font-family: Georgia, serif;
	font-size: 11px;
}
p#picker a {
	color: #5b821b;
	text-decoration: none;
	font-weight: normal;
}
p#picker a.current {
	font-weight: bold;
}
#header {
	height: 138px;
    position: relative;
    z-index: 10;
}
#header #logo {
    position: relative;
    float: left;
    width: 152px;
    height: 113px;
    padding-top: 18px;
    
}
#header #rows {
	float: right;
	width: 778px;
	height: 138px;
	padding-top: 0px;
	border: 0px dashed red;
}
#header #rows #top {
	height: 90px;
	display: block;
	position: relative;
	border: 0px solid green;
}
#header #rows #bottom {
	height: 39px;
	border: 0px dashed blue;
}
#header #banner {
	/* p2 compability */
	height: 91px;
	float: left;
	position: relative;
	float: left;
	width: 471px;
	margin-left: 37px;
}
#header #entr-banner, #header #sara, #header #follow {
	height: 91px;
	float: left;
	position: relative;
}
#header #follow {
	width: 120px; /* 120px */
	float: right;
	
}
#header #follow p{
	position: absolute;
	top: 60px;
	right: 2px;
	font-size: 13px;
	text-align: right;
}
#header #sara a img{
	position: absolute;
	bottom:0px;
}
#header #sara a {
    width: 146px;
    height: 90px;
}
#header #entr-banner {
    border: 0px dotted gray;
    width: 617px;
    margin-left: 37px;
}

#header #menu {
    height: 39px;
    float: right;
}

ul#mainmenu {
	/*margin-top: 1px;*/
	/*width: 700px;*/
	
}

ul#mainmenu li {
    float:left;
    font-family: Georgia, Times, serif;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    background: url(/media/images/menu/off.png) bottom repeat-x;
    height: 39px;
    position: relative;
    display: block;
}

ul#mainmenu li.selected,
ul#mainmenu li.ancestor
{
    background: url(/media/images/menu/on.png) bottom left repeat-x;
}
ul#mainmenu li:hover
{
    background: url(/media/images/menu/on2.png) bottom left repeat-x;
}
ul#mainmenu li ul li:hover {
	background: inherit;
}

ul#mainmenu li a {
    display: block;
    padding: 12px 12px;
    text-decoration: none;
}

ul#mainmenu li.first {
	background: url(/media/images/menu/lft_lng.png) bottom left no-repeat;
	width: 14px;
}
ul#mainmenu li.last {
	background: url(/media/images/menu/rgt_lng.png) bottom right no-repeat;
	/*width: 184px;*/
	width: 52px;
}
ul#mainmenu li.last.en {
	/*width: 149px;*/
	width: 17px;
}
ul#mainmenu li ul {
	display: none;
	position: absolute;
	top:39px;
	padding-bottom: 12px;
	left: 0px;
	background: #ffde00;
	width: 100%;
	
}
ul#mainmenu li ul li {
	background: #ffde00;
	float: none;
	font-size: 11px;
	height: auto;
	text-transform: none;
	padding-top: 7px;
}
ul#mainmenu li ul li a {
	padding: 0px 12px;
}
ul#mainmenu li:hover ul,
ul#mainmenu li.iehover ul
{
	display: block;
}

ul#mainmenu ul li.selected {
	background: inherit;
}
ul#mainmenu ul li.selected a {
	text-decoration: underline;
}

div#main {
    /*float: left;
    width: 802px;*/
    margin-top: 12px;
}


img#paper {
    position: absolute;
    left: 94px;
    top: -42px;
    z-index: 102;
}

div#footer {
    margin-top: 8px;
    text-align: center;
}

div#footer p {
    /*margin-bottom: 12px;*/
}

div#footer p {
	font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.66em;
}
div#footer p#logos {
    margin-top: 12px;
}
/* Columns */
div.container {
    clear: both;
    margin-bottom: 12px;
}
div.col {
	width: 122px;
	float: left;
	margin-right: 14px;
        position: relative;
}
div.col.first {
	margin-left: 0px;
}
div.col.last {
	margin-right: 0px;
	float: right;
}
div.col.span-2, div.col.double { width: 258px;}
div.col.span-3 { width: 394px;}
div.col.span-4 { width: 530px;}
div.col.span-5 { width: 666px;}
div.col.span-6 { width: 802px;}
div.col.all, div.col.span-7 {
    width: 938px;
    margin-right: 0px;
    margin-left: 0px;
}
/*div.col .pad { padding: 10px;}*/
div.col .pad.right { padding-right: 10px;}
div.col .pad.left { padding-left: 10px;}
div.col .pad.top { padding-top: 10px;}
div.col .pad.bottom { padding-bottom: 10px;}
div.col .pad.all { padding: 10px;}
div.col .pad.all.nb { padding-bottom: 0px;}

div.col div.box {
	padding: 8px;
}
div.spacer1 {
	height: 10px;
	background: white;
}
div.whitetop {
	border-top: 1px solid white;
}
hr, div.hr {
	color: #b1b1b1;
	background: #b1b1b1;
	margin: 14px 0;
	height: 1px;
}
div.col p img {
	margin-bottom: 10px;
}
.yellow {
    background: #ffdd02;
}
.blue {
    background: #02b9f2;
}
.mblue {
	background: #0098d7;
}
.pink {
	background: #f04c9b;
}
.orange {
	background: #ec8d2e;
}
.green {
	background: #8cc63f;
}
.lgrey {
	background: #f0f1f3;
}
.purple {
	background: #b12fa0;
	background: #95257b;
}
div.purple, div.purple a {
	color: white;
}
h2.purple,
h3.purple,
div.col.pink h3 {
	color: #b12fa0;
	background: none;
}
h2.pink,
h3.pink {
	color: #f04c9b;
	background: none;
}
h2.blue,
h3.blue {
	color: #02b9f2;
	background: none;
}
h2.green,
h3.green {
	color: #8ec54b;
	background: none;
}
h2.orange,
h3.orange {
	color: #ec8d2e; background: none;
}
h2.white,
h3.white, h3.white a {
	color: white; background: none;
}
p.date,#main p.metapanel a {
	text-transform: uppercase;
	color: #9497A2;
	font-size: 10px;
}
p.metapanel a{
	text-decoration: none;
	margin-right: 12px;
}
p.metapanel a:hover { text-decoration: underline; }
p.tweetmeta,p.tweetmeta a {
	color: grey;
	text-decoration: none;
}
div.col ul {
	list-style: disc;
	/*margin-left: 14px;*/
	list-style-position: inside;
	margin-bottom:12px;

}
div.col ul li {
	margin-bottom: 0.4em;
}

div.col ul.links {
	list-style-type: none;
	list-style-position: outside;
}
div.col ul.links li {
	margin-bottom: 0.2em;
}
div.col ul.links li a { text-decoration: none; }
div.col ul.links li a:hover { text-decoration: underline; }
img.thumb {
	padding-bottom: 4px; margin-bottom: 6px; border-bottom: 2px solid #02b9f2;
}
img.icon {
	vertical-align: baseline;
}
a.presspic_icon {
	text-decoration: none;
}

form#msgform input[type=radio],form#msgform input.radio {
	margin: 0px;/* 2px 2px 0;*/
        padding: 0px;
        position: absolute;
        width: 13px;
        height: 13px;
        
}

form#msgform input[type=text],form#msgform input.text {
	margin: 0px;/* 2px 2px 0;*/
	width: 102px;
	border-width: 1px;
	margin-bottom: 2px;
        font-size: 10px;
}

form#msgform input[type=image] {
	margin-top: 8px;
}

.focusField{
    	border:solid 2px #999;
    	background: #f9faff;/*#EFF5FF;*/
    	color:#000;
    }

.idleField{
    	background:#f9f9f9; /*#EEE;*/
    	color: #6F6F6F;
	border: solid 2px #DFDFDF;
    }


img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
}
img.text {
	margin: 14px 0 4px 0;
}
img.heading {
	margin: 19px 0 12px 0;
}
/*Typografi*/
a:link, a:visited {
	color: #000;
}
#main /*p, #main td, #main th, #main label*/ {
	font-family: Georgia,Serif;
	font-size: 12px;
	line-height: 1.416em;
}
h1,h2,h3,h4 {
	font-family: Georgia, serif;
	font-size: 14px;
	margin-bottom: 0.66em;
}

h2 {
	font-family: Arial;
	font-size: 26px;
	margin: 1px 0 0.69em 0;
	line-height: 1.25em;
	/*color: #f04c9b;*/
	text-transform: uppercase;
}

h3, h3 a {
	font-family: Arial;
	font-size: 14px;
	margin: 0 0 14px 0;
	/*color: #02b9f2;*/
	text-decoration: none;
}
h4, h4 a {
	font-size: 26px;
	line-height: 1.25em;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
ul li {
	font-family: Georgia;
	font-size: 12px;
}
#main p {
	margin-bottom: 12px;
}
#main p.tight {
	margin-bottom: 1px;
}

/*ul#tipform li{
	font-family: Georgia,Serif;
	line-height: 17px;
	
}*/

form#shoutbox textarea {
	width: 228px;
	height: 100px;
	border: none;
	padding: 5px;
}

form#applyform,form#applyform2 {
	padding-bottom: 14px;
}
form#applyform label {
	clear: both;
	display: block;
	margin-top: 12px;
}

form#applyform input#id_submit {
	margin-top:40px;
	margin-right: 40px;
	float: right;
	
}

form#applyform2 input#id_submit {
	margin-right: 40px;
	float: right;
	
}
table.apply input[type=text],table.apply input.text  {
	width: 113px;
	padding-left:2px;
}
table.apply.b2 input[type=text]  {
	width: 150px;
	padding-left:2px;
}
table.apply div.errfield input.text,table.apply div.errfield input[type=text] {
	border: 1px solid #FFA18F;
}
table.apply div.errfield textarea {
	border: 2px solid #FFA18F;
}
table.apply td {
	padding-bottom: 4px;
}
table.apply.b2 td {
	padding-bottom: 8px;
}
table.apply td.left {
	padding-right: 8px;
}
table.apply td.label {
	padding-bottom: 0px;
}
form textarea {
	width: 250px;
	height: 85px;
	border: 2px solid #DFDFDF;
}

table.apply.b2 textarea {
	width: 320px;
	height: 100px;
}

ul.errorlist {
	margin-top: 2px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: red;
}
ul.list {
	font-size: 12px;
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 14px;
}
div.apply-done {
	background: #a42291;
	min-height: 487px;
	padding-left: 21px;
}
ul.form li {
	padding-bottom: 28px;
}
ul.form li ul li {
	padding-bottom: 0px;
}
table.aform td {
	padding-bottom: 12px;
}
li a.section-header {
	text-decoration: none;
}

