* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0 auto;
  text-align: center;
}

body {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  border: none;
  color: #000;
  width: 940px;
}

#all {
  width: 940px;
  text-align: left;
}

a {
  color: #1069B5; /*#157ABC;*/
}

a img {
  border-width:0px;
}

/* header */
#header {
  padding-left: 20px;
  border: 0px solid #fff;
  height: 76px;
}

.headerLogo, .headerTitle {
  float: left;
  margin-top: 10px;
}

.headerTitle {
  margin-left: 20px;
  line-height: 56px;
  font-weight: bold;
  font-size: 20px;
}

.headerTitle a {
  color: #000000;
  text-decoration: none;
}

.clear {
  clear: both;
}

span.contentSubtitle {
  font-size: 14px;
  font-weight: normal;
}

/* hbar */
#hbar {
  clear: both;
  height: 20px;
  background-color: #1069B5; /*#157ABC;*/
  vertical-align: middle;
}

/* content */
h1 {
  font-size: 18px;
  font-family: arial, sans serif;
  text-align: right;
  font-weight: bold;
}

hr {
  height: 1px;
  border-bottom: 1px solid #1069B5;/*#1079BD;*/
}

#left {
  float: left;
  width: 225px;
}

#content {
  background-color: #9CC3E7;/*#8CC3FF;*/
  /*background-image: url(pics/back.gif);
  background-position: left top;
  background-repeat: repeat-y;*/
  /*padding-left: 230px !important;*/
  padding-left: 0px;
  min-height: 500px;
  height: auto !important;  /* für moderne Browser */
  height: 500px;  /*für den IE */
}

#mainContent {
  float: right;
  padding: 10px;
  background-color: #FFFFFF;
  min-height: 600px;
  height: auto !important;  /* für moderne Browser */
  height: 100%;  /*für den IE */
  width: 675px !important;
  width: 705px;
}

#mainContent ul, #mainContent ol {
  margin-left: 50px;
}

#footer {
  clear: both;
}

/* footer */
#footer {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  border-top: 1px solid #1069B5;/*#157ABC;*/
}

/* Category */

div.categView {
  text-align: center;
  padding: auto;
}

div.subTopic {
  width: 650px;
  margin: 0 auto 20px auto;
  padding: 2px;
  padding-left: 5px;
  border-left: 2px solid #1069B5;
  border-bottom: 0px none #FFFFFF;
}

div.subTopic h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  /*background-color: #8CC3FF;*/
  border-bottom: 1px solid #1069B5; /*#8CC3FF;*/
  text-align: left;
}

div.subTopic h2 a {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  color: #000000;
  text-decoration: none;
}

div.subTopic div.contentTeaser {
  /*margin: 2px;*/
  width: 645px;
  text-align: left;
}

div.subTopic a.more {
  display: block;
  width: 645px;
  text-decoration: underline;
  /*border-bottom: 1px #4279BD solid;*/
  text-align: left;
}