@charset "utf-8";
/* CSS Document */

body {
background-color:#bfd7e1;
text-align:center;
margin: 0;
font-family: Verdana;
font-size: 12px;
}


h2 {
font-size: 20px;
margin-bottom: 0;
}

h4 {
font-size: 12px;
margin: 8px;
}

.topbar {
        width: 100%;
        height: 35px;
        background-color: #a6c2ce;
        margin-bottom: 20px;
        text-align: right;
        padding-top: 0px;
        color: #000000;
        border-bottom: 1px solid #000000;
}

.topbar1 {
        float: left;
}

.logo {
	float: left;
}
.sendsms {
	padding-top: 16px;
	float: left;
	width: 380px;
	text-align: right;
}

.topbar2 {
        float: right;
	padding-top: 16px;
}


#postnr {
height:60px;
width: 110px;
font-size:48px;
border: 1px solid #000000;
background-color: #d2e5ed;
}
.contactform {
border: 1px solid #000000;
background-color: #d2e5ed;
}
#contacttable {
text-align:center;
}

input.btn {
  margin: 8px;
  color: #2c2f31;
  font: bold 120% 'trebuchet ms',helvetica,sans-serif;
  background-color:#a6c2ce;
  border:1px solid;
  border-color: #7d8d93 #2c2f31 #2c2f31 #7d8d93;
}


#header{
background-color:#067FA0;
height:100px;
}

#mainbody{
background-color:#067FA0;
min-height:320px;
}

td.paraply_1 {
height: 168px;
width: 343px;
background: url('images/paraply_1.gif');
}

#footer{
background-color:#067FA0;
height:100px;
}

/*
a:link      { color: #7d8d93; text-decoration: none; }
a:hover     { color: #2c2f31; text-decoration: underline; }
a:visited   { color: #7d8d93; text-decoration: none; }
*/

A:link {text-decoration: none; color: #7d8d93;}
A:visited {text-decoration: none; color: #7d8d93;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #2c2f31;}

p {
margin-top: 2px;
font-size: 14px;
}

p.tekst {
text-align: left;
padding-left: 20px;
font-size: 12px;
}

