﻿/*

all skrift Trebuchet MS
H1 #a3a000 30pt (profilfarge, oker)
H2 #0053a1 18pt (logofarge, blå)
H3 #000000 10pt (svart)
p #585858 8pt gråsvart
a #0053a1 8pt (logofarge, blå)
a:hover #95a6b9 8pt (lys blå)
#edf1f5 lyslys blå til rammer og bakgrunner

*/

body
{
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
    color: #585858;
    background: url('../images/common/bg.png');
    background-repeat: repeat-y;
    background-position: left;     
    background-color: #a3a000;          
    margin: 4px;
    margin-top: 0px;
    margin-right: 0px;
}

h1
{
    font-size: 24pt;
    font-weight: normal;
    color: #a3a000;
    margin: 0;
    margin-bottom: 10px;
}

h2
{
    font-size: 18pt;
    font-weight: bold;
    color: #0053a1;
    margin: 0;
    margin-bottom: 10px;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

p
{
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

a
{
    font-size: 8pt;
    font-weight: normal;
    color: #0053a1;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: none;
}

a:hover
{
    color: #95a6b9;
    text-decoration: underline;
}

a:visited
{
    color: #0053a1;
    text-decoration: none;
}

a:visited:hover
{
    color: #95a6b9;
    text-decoration: underline;
}

form
{
    height: 0;
    margin: 0;
}

input
{
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
}

select
{
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
}

textarea
{
    font-family: Trebuchet MS, Verdana;
    font-size: 8pt;
}

#outerPanelTop
{
	background: url('../images/common/bgOuterpanelTop.jpg');
	background-repeat: no-repeat;
	background-color: #39619e;
    width: 1295px;
    height: 18px;
}

#outerPanelLeft
{
	background: url('../images/common/bgOuterPanelleft.png') no-repeat;
    width: 93px;
    min-width: 93px;
    height: 509px;
}

#containerMainPanel
{
	background-color: white;
	vertical-align: top;
	width: 895px;
	min-width: 895px;
	border-top: solid 4px #edf1f5;
	border-left: solid 4px #edf1f5;
	border-right: solid 4px #edf1f5;
}

#outerPanelRight
{
	background: url('/rotostop/images/common/bgOuterPanelRight.png');
	background-repeat: no-repeat;
    width: 299px;
    height: 509px;
}

#outerPanelBottom
{
	background: url('../images/common/bgOuterPanelBottom.png') no-repeat;
    width: 996px;
    height: 40px;
}

#outerPanelBottom p
{
	margin-top: 10px;
	margin-left: 103px;
	font-size: 8pt;
}


#panelTop
{
	background: url('../images/common/bgpanelTop.jpg') no-repeat;
	background-color: #ffffff;
    width: 700px;
    height: 120px;
    vertical-align: top;
}

#panelContent
{
    vertical-align: top;
}

#panelRight
{
	vertical-align: top;
	width: 380px;
	padding-top: 25px;
}

#panelRight .container
{
	float: right; width: 320px; padding-right: 20px;
}

#panelRight .container img
{
	border: 0; margin-top: 5px; margin-right: 15px; float: left; margin-bottom: 27px;
}

#panelRight .containerBorder
{
	float: right; width: 340px; border-bottom: solid 1px #edf1f5; margin-bottom: 15px;
}

.clearing
{
	height: 0;
	clear: both;
}

.menuBtn
{
	float: left;
}

.menuBtn img
{
	border: 0;
}

.menuBtn img:hover
{
	float: left;
	border: 0;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

#panelRight .menuBtn
{
	float: left;
	margin-bottom: 10px;
}

#panelRight .menuBtn img:hover
{
	float: left;
	border: 0;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

#panelTop .menuBtn
{
	float: right; margin-right: 10px; margin-top: 10px;
}

#panelTop .menuBtn img
{
	border: 0;
}

#panelTop .menuBtn img:hover
{
	margin-top: 1px;
	border: 0;
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

.containerContent
{
	width: 484px; float: left;
	margin-bottom: 10px;
	
}

.containerContent img
{
	border: 0; margin-left: 8px; margin-top: 8px;
}

.containerContent .mainImage
{
	border: 0; margin-left: 0px; margin-bottom: 0px;
}

.containerContent .subImage
{
	margin: 0px; border: 0; padding-right: 2px; width: 90px; height: 60px;
}

.containerContent .subImageRight
{
	margin: 0px; border: 0; padding-right: 0px; width: 88px; height: 60px;
}

.containerContent h1
{
	margin-left: 20px; padding-right: 20px; margin-top: 10px;
}

.containerContent h2
{
	margin-left: 20px; padding-right: 20px;
}

.containerContent h3
{
	margin-left: 20px; padding-right: 20px;
}

.containerContent p
{
	margin-left: 20px; padding-right: 20px;
	margin-bottom: 10px;
	font-size: 9pt;
}

.infoBoxError
{
	margin: 20px; margin-top: 20px; margin-bottom: 0px; background-color: #fff799; border: dotted 1px red; padding: 15px;
}

.infoBoxError h2
{
	margin: 0px;
	font-size: 10pt;
	color: Red;
}

.infoBoxError p
{
	margin: 0px;
}

.infoBoxOk
{
	margin: 20px; margin-top: 20px; margin-bottom: 0px; background-color: #edf1f5; border: dotted 1px #585858; padding: 15px;
}

.infoBoxOk h2
{
	margin: 0px;
	font-size: 10pt;
}

.infoBoxOk p
{
	margin: 0px;
}

.mailForm
{
	margin: 20px; margin-top: 20px; margin-bottom: 20px; background-color: #edf1f5;
	border: dotted 1px #585858; padding: 20px; padding-top: 30px; text-align: center; overflow: hidden;
}

.mailForm .clearing
{
	clear: both;
	height: 10px;
}

.mailForm .submit
{
	margin-top: 10px; margin-right: 24px; float: right;
}

.mailForm .inputLarge
{
	width: 250px;
	margin: 0px;
}

.mailForm .textareaLarge
{
	width: 250px; height: 80px;
	margin: 0px;
}

.mailForm .label
{
	float: left; margin-top: 3px; width: 100px; text-align: right;
	font-weight: bold;
    color: #0053a1;
}
