/* RESET */
* {margin:0; padding:0; outline:none; border:0;}

body, html {
  width: 100%;
  height: 100%;
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #0e3280 url('gfx/background.jpg') repeat-x;
}

/* LINKS */
a {
  color: #25549a;
  text-decoration: none;
  font-weight: bold;
  padding: 0 2px 0 0;
}
a:hover{
  text-decoration: underline;
  color: #051861;
}

/* HEADLINES */
h1 {
  color: #25549a;
  font: normal 30px/150% Arial, Helvetica, sans-serif;
}
h2 {
  color: #999;
  font: normal 10px/150% Arial, Helvetica, sans-serif;
  margin: -10px 0 10px 0;
  text-transform: uppercase;
}
h3 {
  color: #03165b;
  font: bold 12px/150% Arial, Helvetica, sans-serif;
  border: 1px dotted #3f3f3f;
  margin: 20px 0 0 0;
  padding: 8px 0 2px 0;
}
h4 {
  color: #fff;
  font: bold 12px/160% Arial, Helvetica, sans-serif;
  margin: 1px 0 10px 0;
  background: #051861;
  padding: 0 0 0 10px;
  border: 1px solid #25549a;
}

/* INFO */
.info {
  position: relative;
  border: 1px solid #00529B;
  margin: 0 5px 10px 5px;
  padding: 10px 10px 10px 40px;
  display: block;
  line-height: 150%;
  height: 18px;
  color: #00529B;
  background: #BDE5F8 url('gfx/info.gif') no-repeat 10px center;
}

/* PAGE */
div#page {
  position: relative;
  width: 667px;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
}

/* HEADER */
div#page div#header {
  width: 667px;
  height: 133px;
  background: url('gfx/header.jpg') no-repeat;
}

/* NAVIGATION */
div#page div#navigation {
  width: 667px;
  height: 41px;
  background :url('gfx/navigation-back.jpg') no-repeat;
}
div#page div#navigation ul, div#page div#navigation ul li, div#page div#inhalt div#leistungen ul, div#page div#inhalt div#leistungen ul li {
  list-style: none;
  float: left;
}
div#page div#navigation ul {margin: 0 0 0 5px}
div#page div#navigation ul li {margin: 14px 15px 0;}
div#page div#navigation ul li a {
  color: #f1f1f1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
div#page div#navigation ul li a:hover{
  color: #f3c72a;
  text-decoration: underline;
}

/* INHALT */
div#page div#inhalt {
  width: 665px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
  /* background: url('gfx/inhalt-back.jpg') repeat-y; */
  padding: 5px 0 0 0;
}

/* LEISTUNGEN */
div#page div#inhalt div#leistungen {
  float: left;
  width: 195px;
  margin: 0 0 0 5px;
}
div#page div#inhalt div#leistungen ul li img {
  width: 160px;
  height: 71px;
  background: #051861;
  padding: 2px;
	border: 0;
}

/* CONTENT */
div#page div#inhalt div#content {
  float: left;
  width: 440px;
}
div#page div#inhalt div#content img {
  float: left;
  background: #fff;
  border: 2px solid #051861;
}
div#page div#inhalt div#content img.left {
  float: left;
  margin: 0 15px 5px 0;
}
div#page div#inhalt div#content img.right {
  float: right;
  margin: 0 0 5px 15px;
}
div#page div#inhalt div#content img.img-oben {
  float: none;
  margin: 0 0 10px 0;
  padding: 3px;
  width: 410px;
  height: 210px;
}
div#page div#inhalt div#content img.img-text {
  margin: 0 15px 5px 0;
  padding: 3px;
  width: 160px;
  height: 120px;
}
div#page div#inhalt div#content img.img-thumb {
  margin: 0 15px 5px 0;
  padding: 3px;
  width: 190px;
  height: 150px;
}
div#page div#inhalt div#content img.img-angebot {
  margin: 0 0 10px 0;
  border: 2px solid #051861;
  width: 425px;
}
div#page div#inhalt div#content ul li {margin-left: 20px;}

/* FOOTER */
div#page div#inhalt div#footer {
  color: #666;
  padding: 80px 0 30px 30px;
}
div#page div#inhalt div#footer a {
  color: #666;
  margin: 0 2px;
  font-weight: bold;
}
div#page div#inhalt div#footer a:hover {color: #051861;}	


/* MISC */
.clear {clear:both;}

iframe {border: 2px solid #051861;}
label {
  width: 220px;
  float: left;
}