* { padding: 0; margin: 0; }

body {
 background:url('http://www.haugstedogfromm.com/images/fade.gif') repeat-x #216d8e;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 
 padding: 0;
 margin: 0;
}

p {
 line-height: 160%;
 letter-spacing: 0.1px;
 margin-bottom: 11px;
}

h2 {
 font-family: serif;
 font-size: 20px;
 font-weight: normal;
 letter-spacing: 1px;
 margin-bottom: 8px;
}

h3 {
 font-family: Georgia, serif;
 font-size: 15px;
 font-weight: normal;
 letter-spacing: 0.3px;
 margin: 20px 0 2px 0;
}

h4 {
 font-family: Georgia, serif;
 font-size: 13px;
 font-weight: normal;
 letter-spacing: 0.2px;
 margin: 12px 0 2px 0;
}

a {
 color: white;
 text-decoration: underline;
}

a:hover {
 color: #81aabc;
 text-decoration: none;
}

table {
 margin-bottom: 8px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#site {
 width: 800px;
 float: left;
 margin: 0 auto;
 background: url('http://www.haugstedogfromm.com/images/repeatmain.gif') repeat-y;
}


#header {
 width: 800px;
 float: left;
 height: 200px;
 margin: 0px 0px 0px 0px;
 background: url('http://www.haugstedogfromm.com/images/header.gif') no-repeat;
}

#header #click {
 float: left;
 height: 150px;
 width: 145px;
 margin: 40px 0 0 70px;
 cursor:pointer;
}

#header #menu {
 float: right;
 position: relative;
 top: 100px;
 right: 135px;

}

#header #menu li {
 display: inline;
 list-style-type: none;
}

#header h1, #header h2 {
 display: none;
}

#leftcolumn { 
 background: #598da1;
 width: 220px;
 padding: 9px 0 0 15px;
 float: left;
 overflow: hidden;
 display: inline;
}

#leftcolumn img {
 float: left;
 margin: 0 0 15px 55px;
 border: solid 2px #CFDCE1;
}

#leftcolumn .right {
 float: none;
 margin-left: 5px;
}

#rightcolumn { 
 float: right;
 background: #598da1;
 width: 520px;
 padding: 5px 20px 25px 25px;
 overflow: auto;
 min-height: 360px;
 display: inline;
}

#footer { 
 width: 800px;
 clear: both;
 padding: 8px 0 10px 0;
 overflow: hidden;
 text-align: center;
 font-size: 90%;
}

/* EXTRA */
.error {
 color: red;
}

.succes {
 color: green;
}