.frontElements {
  padding: 0 10px; 
}

.frontBox {
  margin: 10px 8px;
  width: 200px;
  text-align: center;
  float: left;
}

.frontBox h2 {
  padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #79AED6;
	color: #FFF;
}

.frontBox h3 {
  padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	background-color: #79AED6;
	color: #FFF;
	text-align: center;
}

.frontBox img {
	width: 200px;
	height: 140px;
	margin-top: 3px;
}
body {
  font-family: Verdana;
  font-size: 12px;
  color: #00469b;
  margin: 0px;
  margin-top: 10px;
  line-height: 115%;
  text-align:center;
  background-color: #e6f5fd;
}

body p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

body li { 
  line-height: 140%;
}

body a {
  font-family: Verdana;
  font-size: 12px;
  color: #434750;
  text-decoration: none;
}

body a:hover {
  color: #434750;
  text-decoration: underline;
}

body h1 {
  font-family: Verdana;
  color: #434750;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  line-height: 140%;
}

body h5 {
  font-family: Verdana;
  color: #00469b;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  line-height: 140%;
}

body h2 {
  font-family: Verdana;
  color: #00469b;
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  line-height: 140%;
}

body h3 {
  font-family: "Trebuchet MS";
  color: #000000;
  font-size: 35px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  text-align: left;
  line-height: 140%;
}

body h4 {
  font-family: "Trebuchet MS";
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  text-align: left;
  line-height: 140%;
}

body form {
  margin: 0px;
  padding: 0px;
}

.forminput {
  font-family: Verdana;
  font-size: 10px;
  border: #797979 1px solid;
  width: 40px;
  height: 20px;
  padding: 2px;
}

.formbutton {
  font-family: Verdana;
  font-size: 10px;
  background-color: #e6f5fd;
  border: #00469b 1px solid;
  color: #00469b;
  width: 40px;
  height: 20px;
  padding: 2px;
}

/* mainContainer                                                  */
/*----------------------------------------------------------------*/
#mainContainer{
  width:900px;
  min-height: 300px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  text-align: left;
}

#header {
  clear: both;
  width: 900px;
  height: 185px;
  margin: 0px;
  margin-bottom: 5px;
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
}

#headerblock {
  width: 900px;
  height: 158px;
}

/* Content areas                                                  */
/*----------------------------------------------------------------*/

#LeftContOut {
  clear: both;
  float: left;
  width: 200px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #ffffff;
}

#LeftCont {
  padding: 10px;
}

#LeftCont ul {
  margin: 0px;
  padding: 0px;
}

#LeftCont li {
  padding: 3px 10px;
  line-height: 115%;
}

#RightContOut {
  float: right;
  width: 690px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: #ffffff;
}

#RightCont {
  padding: 10px;
}

#RightCont .textblok {
  line-height: 140%;
}

#LeftCont img {
  margin: 5px;
}

/* Navigation                                                     */
/*----------------------------------------------------------------*/

#nonav {
  width: 200px;
  height: 20px;
  background-color: #e6f5fd;
}

#nav {
  float: left;
  width: 690px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #e6f5fd url(/images/navbg.gif) repeat-x bottom left;
}

#nav li {
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #FFFFFF;
}

#nav a {
  float: left;
  display: block;
  font-size: 11px;
  margin: 0px 2px 0px 0px;
  padding: 1px 8px;
  text-decoration: none;
  border: 1px solid #434750;
  border-bottom: none;
  color: #434750;
  background: #e6f5fd;
}

#nav a:hover, #navsel a {
  color: #464850;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}

#navwide {
  float: left;
  width: 900px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #e6f5fd url(/images/navbg.gif) repeat-x bottom left;
}

#navwide li {
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

#navwide a {
  float: left;
  display: block;
  font-size: 11px;
  margin: 0px 2px 0px 0px;
  padding: 1px 8px;
  text-decoration: none;
  border: 1px solid #434750;
  border-bottom: none;
  color: #434750;
  background: #e6f5fd;
}

#navwide a:hover, #navsel a {
  color: #464850;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}

/* Content blocks                                                 */
/*----------------------------------------------------------------*/

.show * {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-family: Verdana;
}

.show h3 {
  font-weight: bold;
  color: #000000;
  padding-top: 5px;
}

.show p {
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 5px;
  line-height: 130%;
}

.show h1 {
  font-size: 14px;
  line-height: 130%;
}
  
.show h3.onelvl {
  font-weight: bold;
  color: #1a4f92;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1C68AA;
}

.show h3.onelvl span {
  font-weight: normal;
}

.show h3.onelvl span.w50 {
  font-weight: normal;
  width: 50px;
}

.show ul {
  padding-left: 20px;
}

.show li {
  margin-left: 5px;
  list-style: square;
}

.news, .news a {
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  color:#00469b;
}

.news h1 {
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#00469b;
  margin: 0px;
  padding-top: 8px;
}

.news h2 {
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  color:#434750;
  margin: 0px;
  padding: 0px;
}

.news a:hover {
  color: #434750;
  text-decoration: none;
}

.searchbar {
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  color:#00469b;
  margin: 0px;
  padding: 0px;
}

.itemblock {
  float: left;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  color:#00469b;

  margin: 5px;
  width: 210px;
  height: 120px;
  border: 1px solid #e6f5fd;
}

.itemblock h1 {
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#00469b;
  margin: 0px;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #e6f5fd;
}

.itemblock h1 a {
  font-family:Verdana;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  color:#00469b;
}

.itemblock img {
  margin: 5px;
  margin-top: 0px;
}

.itemblock .head {
  font-weight: bold;
  padding: 0;
}

.itemblock .normal {
  padding-left: 20px;
  padding-bottom: 3px;
}

#magbox {
  clear: both;
  float: left;
  padding: 262px 0px 0px 25px;
}

#flagbox {
  width: 100%; 
  height: 530px; 
  background-image: url('../images/baggrund.jpg'); 
  background-repeat: no-repeat;
}

#flagitembox {
  float: right;
  padding: 49px 100px 0px 0px;
}

.flagitem {
  padding: 0px 0px 5px 0px;
}

.flagitem a {
  font-family:Verdana; 
  font-size: 20px; 
  font-weight: normal;
  color: #00469b;
  text-decoration: none;
}

.flagitem a:hover {
  color: #434750;
  text-decoration: none;
}

#officelistbox {
  clear: both;
  padding-top: 5px;
  padding-left: 5px;
  font-family: Verdana;
  font-size: 9px;
  color: #00469b;
}

.officeitem {
  float: left;
  padding: 0px 24px;  
  padding-bottom: 10px;
}

.officeitem a {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #00469b;
}

.hdr2, .hdr2 a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.hdr2 a:hover {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

/* Footer                                                         */
/*----------------------------------------------------------------*/

#officeFooter {
  clear: both;
  width: 900px;
  background-color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}

#officeFooter p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding: 5px;
  font-size: 11px;
  color: #434750;
  line-height: 100%
}

#footerOut {
  clear: both;
  width: 900px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  background-image: url(/images/bar.jpg);
  background-repeat: no-repeat;
}

#footer {
  font-size: 10px;
  color: #101010;
  padding-top: 3px;
  text-align: center;
}

#footer a {
  font-size: 10px;
  text-decoration: none;
  color: #101010;
}

#footer a:hover {
  font-size: 10px;
  color: #e6f5fd;
  text-decoration: underline;
}



td {
  font-family: Verdana;
  font-size: 12px;
  color: #00469b;
  margin: 0px;
  margin-top: 10px;
  line-height: 140%;
}

.listtable {
  margin: 0px;
  margin-top: 15px;
}

.listtable td {
  padding: 3px 0;
  margin: 0;
  text-align: center;
}

.listtable th {
  padding: 3px 0;
  margin: 0 0;
  font-weight: normal;
  background-color: #00469b;
  color: #ffffff;
  text-align: center;
  line-height: 130%;
}

.listtable .sold {
  color: #5f8bc0;
}

.table1 {
  font-family: Verdana;
  font-size: 12px;
  color: #00469b;

  table-layout: fixed;
  margin: 0px;
  margin-top: 10px;
  width: 650px;
  border-collapse: collapse;
}

.table1 td {
  font-size: 12px;
  color: #00469b;
  background-color: #ffffff;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.table1 td a {
  font-family: Verdana;
  font-size: 12px;
  color: #00469b;
  text-decoration: none;
}

.table1 td a:hover {
  color: #434750;
  text-decoration: underline;
}

.table1 th, .table1 .zeth {
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #ffffff;
  background-color: #1c67aa;
  text-align: Left;
}

.table1 td h1 {
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  color: #4c5d67;
  margin: 0px;
  padding: 0px;
  background: none;
}

.table1 td h4 {
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  color: #4c5d67;
  margin: 0px;
  padding: 0px;
}

.table1 tr.highlight td {
  background-color: #ededed;
}

.menu3, .menu3 a {
  font-family:Verdana;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  padding-left: 2px;
  line-height: 14px;
  color:#00469b;
}

.menu3 a:hover {
  color: #434750;
  text-decoration: none;
}

.menu3 ul {
}

.menu3 li {
  margin-left: 5px;
  list-style: none;
  background-image: url(/images/swbullet.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
}  

#menublock {
  margin-top: 4px;
}