.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
}
* {
  outline: 0;
}
img {
  border: 0;
}
.container {
  width: 954px;
  margin: 0 auto;
  box-shadow: -1px 20px 50px black;
  border:2px solid gray;
}
#logo-link {
  display: block;
  height: 215px;
  background: url(../bilder/header.jpg) no-repeat center;
  text-decoration: none;
}
#logo-link span {
  visibility: collapse;
}
#main-menu {
  height: 20px;
  margin: 0;
  padding: 0 0 20px;
  background: url(../bilder/menybg.jpg) no-repeat bottom;
}
#main-menu li {
  list-style-type: none;
  position: relative;
}
#main-menu > li {
  float: left;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
}
#main-menu > li a {
  text-decoration: none;
  color: black;
  width: 100px;
  display: inline-block;
  height: 20px;
}
#main-menu > li a:hover {
  background-color: #82ace1;
}
#main-menu li > ul {
  margin: 0;
  padding: 0;
  background: white;
  visibility: hidden;
  position: absolute;
}
#main-menu li > ul a {
  font-weight: normal;
}
#main-menu li > ul a:hover {
  background: #999;
}
#main-menu li:hover > ul {
  visibility: visible;
}
#content-wrap {
  *zoom: 1;
  background-color: #9f9f9f;
  background-image: url(../bilder/bg2.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: auto;
}
#content-wrap:before,
#content-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#content-wrap:after {
  clear: both;
}
#content-and-right-wrap {
  float: right;
  width: 741px;
}
#left-sidebar,
#right-sidebar,
#page-content {
  padding: 5px;
}
#left-sidebar,
#right-sidebar {
  width: 183px;
}
#left-sidebar {
  float: left;
}
#page-content {
  width: 530px;
  border: 4px solid #999;
  border-top: none;
  border-bottom: none;
  min-height: 550px;
  float: left;
}
#right-sidebar {
  float: right;
}
footer {
  *zoom: 1;
  background: #1a355b;
  min-height: 130px;
  margin-top: 3px;
  padding: 10px;
  font-size: 14px;
}
footer:before,
footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer hr {
  visibility: hidden;
  height: 0;
  width: 0;
}
footer .row {
  *zoom: 1;
  width: 430px;
  margin: 0 auto;
  float: left;
}
footer .row:before,
footer .row:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .row:after {
  clear: both;
}
footer .row div {
  float: left;
}
footer dl {
  width: auto;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 10px;
}
footer dl dt {
  color: #9c9c9c;
}
footer dl dd {
  margin-left: 0;
}
footer dl dd a {
  color: #d1402d;
}
#footer-address {
  float: right;
  text-align: right;
  color: #9c9c9c;
}

.form-horizontal {
  float: left;
  width: 50%;
}

.form-horizontal input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.input-block-level,
textarea.input-block-level,
button.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.input-block-level {
  min-height: 90px;
}

.form-horizontal label {
  margin-top: 3px;
}

.form-horizontal .control-group + .control-group {
  margin-top: 3px;
}

.service-contact {
  float: right;
  max-width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  text-align: center;
}

.service-contact img {
  max-width: 50%;
}

.service-contact p { margin-top: 0; }
.service-contact .name { font-weight: bold; }

.homepage-img {
  text-align: center;
  padding-bottom: 10px;
}
.homepage-img img { max-width: 100%; }
.homepage-img p { margin-top: 0; }

/*KONTAKT FORM*/

#kontakt{
  max-width:96%;
  min-width: 96%;
  height:auto;
  margin-left:2%;
}

#kontakt .control-group .controls input {
  max-width:99%;
  min-width: 98.99%;
  height:30%;
}
#kontakt .control-group .controls textarea {
  min-width:99.9%;
  max-width: 100%;
  min-height: 100px;
}
/*--END--*/

h1,h2,h3,h4,h5,h6{
  line-height: 24px;
}