@charset "UTF-8";

/* 01 Generelle Styles */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img {
  border: none;
  display: block;
}
p {
  font-size: 0.75em;
  line-height: 1.5em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
li { }
hr {
  border-top: 2px solid #e6e6e6;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
/* 02 Tables */
/* 03 speziell hervorgehobene Links */
/* 04 Überschriften allgemein */
h1 {
  font-size: 1.0625em; /* 17px */
  line-height: 1.25em;
}
h2 {
  font-size: 0.9375em; /* 15px*/
  line-height: 1.25em;
}
h3 {
  font-size: 0.875em; /* 14px */
  line-height: 1.25em;
}
h4 {
  font-size: .75em; /* 12px */
  line-height: 1.5em;
}
h5 {
  font-size: .75em; /* 12px */
  font-weight: normal;
  line-height: 1.5em;
}
h6 {
  font-size: .75em; /* 12px */
  font-weight: normal;
  line-height: 1.5em;
}
/* 05 Überschriften in der Sidebar / Sidebar-Boxen */
.sidebarLeft h4, .sidebarRight h4 { line-height: 1.75em; }
.sidebarLeft h4 a, .sidebarRight h4 a { display: block; }
/* 06 Hilfklassen */
.first { margin-left: 0px !important; }
.last { margin-right: 0px !important; }
.top { margin-top: 0 !important; }
.bottom { margin-bottom: 0 !important; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
/* 07 Verteilerlink zur Initiative handwerkskammer.de */
.distributionLink {
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 auto;
  width: 960px;
}
.distributionLink a {
  width: 150px;
  color: #fff;
  font-size: 9px;
}
/* 08 strukturelle Container */
#topWrapper {
  height: 16px;
  background-color: #fff;
}
#mainWrapper {
  margin: 5px auto 40px auto;
  width: 960px;
}
#headWrapper { padding: 5px 5px 0 5px; }
#contentWrapper { margin: 0 10px 0 10px; }
#footWrapper { padding: 0 5px 5px 5px; }
/* 09 unterstützende Container */
#headWrapper .headIn { padding: 10px; }
#footWrapper .footIn { padding: 0 10px 20px 10px; }
.headItems { width: 600px; }
/* 10 Sidebar-Container */
.sidebarLeft, .sidebarRight, .sidebarLeft .box, .sidebarRight .box { width: 188px; }
.sidebarLeft { float: left; }
.sidebarRight { float: right; }
/* 11 contentSmall-Container */
.contentSmall, .contentSmall .box { width: 564px; }
/* 12 contentWide-Container */
.contentWide, .contentWide .box { width: 752px; }
/* 13 contentWideHalf-Helper-Container */
.contentWideHalf, .contentWideHalf .box { width: 376px; }
/* 14 Allgemeine Styles des Box-Konstrukts */
.head { padding: 10px 0 0 0; }
.body { margin: 10px 15px 0 15px; }
.foot { height: 15px; }
/* 15 Styling von .media (z.B. Bilder, Flash, etc... */
.media { margin-bottom: 20px; }
.mediaRight {
  margin: 0 0 20px 20px;
  float: right;
}
.mediaLeft {
  margin: 0 20px 20px 0;
  float: left;
}
.mediaDescription {
  padding-top: 5px;
  font-size: .6875em;
}
