body {
    /**background-image: url("images/baggrund2.png");*/

    background-color: 546a6e;
		padding: 0px 0px 0px 0px;
		width: 100%;

} 

#logoicon {
margin: 10px 10px 2px 10px;
}

#tekstLogo {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#about {
display: block;
font-style: italic;
margin-right: auto;
margin-left: auto;
font-size: 12px;
margin-top: 10px;
margin-right: 10px;
}

#upperpane {
margin: 10px 0px 0px 0px;
padding: 12px 0px 12px 0px;
width:100%;

background: #7d9da6;
}

#appdiv {
margin: 10px auto auto auto;
width:1200;
}



#appimgs {
float: left;
}



#apptexthead {
margin-left: 250px;
font-family: Arial, Verdana, Sans-serif;
font-size: 32px;

}


#appdesc {
margin-left: 250px;
font-family: Arial, Verdana, Sans-serif;
font-size: 22px;
}

#lowerpane {
width: 100%;
/**background: #b2c1c5;*/
background: #546a6e;
}

#matdiv {
margin: 10 auto auto auto;
width:1200;
}


.mattext {
padding: 30px 0px 30px 0px;
border-bottom: solid 1px #ccc;
}


.matbuttons a {
width: 180px;
}

.matbuttons i {
float: left;
}

.matbuttons {
float: left;
}

.matdesc {
margin-left: 220px;
font-family: Arial, Verdana, Sans-serif;
font-size: 22px;
}



#topbar {
padding: 10px 10px 10px 10px;
position: absolute;
top: 0px;
left:0px;
width:100%;
background: #4e4b3e;
font-family: Arial, Verdana, Sans-serif;
font-size: 24px;
color:#fff;
}









/** SUPER SIMPLE MODAL POPUP http://www.jqueryscript.net/lightbox/Super-Simple-Modal-Popups-with-jQuery-CSS3-Transitions.html */
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box { width: 70%; }
}

/** tilføjelser */
.modal-body td {
padding: 0 10 0 0 0;
}

.modal-body input {
width: 95%;
}
.modal-body textarea {
width: 95%;
height: 300px;
resize: none;
margin-top: 5px;
}

#orderstatus {
float: right;
}

#contact_form {
width:600px;
text-align: center;
}

/** SUPER SIMPLE END */





@media only screen and (max-device-width: 800px) {
  #appdiv {
  margin: 10 auto auto auto;
  width:800;
  }

  #matdiv {
  margin: 10 auto auto auto;
  width:800;
  }
  
  #apptexthead {
  margin-left: 220px;
  font-size: 32px;
  }
  
  #appdesc {
  margin-left: 250px;
  font-size: 14px;
  }
}