body {
    color: #636363;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: white;
    line-height: 1.25em;
}
a:link  { color: #333;  text-decoration: none; background-color: white }
a:visited  { color: #333; text-decoration: none; background-color: white }
a:hover  { color: #666;  text-decoration: none }
a:active  { color: #333; text-decoration: none }
h1 {
    color: #333;
    font-size: 1.8em;
    line-height: normal;
    padding-bottom: 1em;
}
/*ul{padding-left:15px;}*/

.first{padding-left:8px;}
.last{text-align: right;}
/*menu*/
li {
    line-height: normal;
}
strong {
    font-weight: bold;
/*    padding-bottom: .5em;
    display: block;*/
}
.textarea ul li {
    float: none;
    padding: 0 0 .3em 0;
    display: block;
}
p {
    padding: 0 0 .5em 0;
}
/*.textarea ul {
    list-style-type: disc;
	list-style-position: outside;
}*/
ul.menu,
ul.menu2{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
	float: left;
}
.menu li,
.menu2 li {
    float: left;
}
.menu a {
    font-weight: bold;
}
.menu a,
.menu2 a{
padding: 8px 13px 8px 13px;
display: inline-block;
}
.nolink{
padding: 8px 15px 7px 15px;
}
.menu a:hover,
.menu2 a:hover{
	background-color:#E0E0E0;
}
.menu li {
    margin-right: 12px;
}
.menu2 li{
	margin-right: 70px;
}
.menu li.last,
.menu2 li.last{
	margin-right: 0px;
}
.menu li.first{
	padding-left: 0px;
}
.center {
    margin: 40px auto 0 auto;
}
.greycube{
	width: 95%;
	height: 30px;
	padding-left: 5%;
	background-color: #A9A5A2;
	float: left;
}
.textblock{
	margin-left: 32px
}
.bottom, .top {
    padding: 32px 0 32px 32px;
    background-color: #A9A5A2;
    display: inline-block;
}
/*nytt*/
.center2 {
    margin: 40px auto 0 auto;
    width: 900px;
    height: 523;
}
.bottom2, .top2 {
    padding: 32px 0 32px 32px;
    background-color: #A9A5A2;
    display: inline-block;
}
.menuholder {
    padding-left: 0;
    background-color: white;
    width: 868px;
    display: inline-block;
}
.textarea {
    height: 355px;
    width: 515px;
    float: left;
    padding-left: 32px;
    padding-right: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.text {
    vertical-align: middle;
    z-index: 2;
}
.image {
    width: 296px;
    height: 355px;
    float: left;
    overflow: visible;
}
.middlearea {
    height: 355px;
    width: 900px;
}
.greyspacer {
    background-color: #A9A5A2;
    width: 32px;
    height: 355px;
    float: left;
}
.half {
    float: left;
    margin-right: 30px;
    padding-bottom: 1em;
}
.image img {
    width: auto;
}