/*
 * Farben
 *   Linien etc., dunkel:            #325D8A (?? 1D487B)
 *   Links, aktiv, hover:            #CE3100
 *   Farbe mittel(blau):	     #87A6B8 (suchen, more...)
 *   Hintergrund Navigation links:   #DEE7EE
 *   Pfeile, Navbullet1 (dunkes rot) #9C2908
 */

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: none;
  color: #000;
  background-image: url(pics/back.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  scrollbar-base-color:#ebf3f6;
  scrollbar-3dlight-color:#67AAC3;
  scrollbar-arrow-color:#9C2100;
  scrollbar-darkshadow-color:#1D487B;
  scrollbar-face-color:#DEE7EE;
  scrollbar-highlight-color:#EBF1F5;
  scrollbar-shadow-color:#1D487B;
  scrollbar-track-color:#ebf3f6;
}

p, td, th, input, textarea, select, option {
  font-size: 11px;
}
.small {
  font-size: 9px;
}

a {
  color: #325D8A;
  text-decoration: underline;
}
a:hover {
  color: #CE3100;
}
a:active {
  color: #CE3100;
}


h1 {
  font-size: 18px;
  margin: 0px;
  margin-bottom: 10px;
  line-height: 24px;
}
h2 {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}
h3 {
  font-size: 12px;
  margin: 0px;
  margin-bottom: 10px;
}
h4 {
  font-size: 12px;
  margin: 0px;
  margin-bottom: 10px;
}

button {
  font-size:12px;
  font-weight: bold;
  /*
  color: #FFFFFF;
  font-weight: bold;
  width: 120px;
  color: #FFFFFF;
  border: 1px solid #000000;
  background-color: #67aac3;
  font-weight: bold;
  font-size: 12px;
  padding: 1px;
  text-decoration:none;
  text-align:center;

  padding-left:4px;
  padding-right:4px;
  padding-bottom:3px;*/
}

hr {
  height: 1px;
  border: none;
  border-bottom: 2px solid #a7c2f5;
}

input {
  padding-left:4px;
}

div.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
br.clear {
  clear: both;
  background-color: transparent;
  display: block;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
br[clear=all] {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  display: block;
}

#content {
 /* margin: 90px 230px 50px 230px;*/
  margin: 125px 230px 50px 230px;
}
#content.largeContent {
  margin-right: 20px;
}

#left {
  position: absolute;
  width: 180px;
  top: 150px; /*<<*/
  left: 20px;
}

#right {
  position: absolute;
  width: 200px;
  top: 125px; /*<<*/
  right: 0px;
}

#header {
  position: absolute;
  width:100%;
/*  height: 61px;*/
  height: 101px;
  top: 0px;
  left: 0px;
  background-color: #ebf3f6;
/*  background-image: url(pics/back_header.gif);*/
  background-image: url(/images/header-iv.gif);
  background-position: right top;
  background-repeat: no-repeat;
  /*border-bottom: 2px solid #ebf3f6;*/
}
#header img#img_logo {
  border: none;
  margin-left: 10px;
  margin-top: 1px;
}

#title {
  position: absolute;
  width: 490px;
  height: 100px; /* <<neu */
  top: 00px;
  left: 210px;
  margin-top: 10px;
  /*background-color: #ebf3f6;*/
  /* background-image: url(pics/back_header_small.jpg);
  background-position: left top;
  background-repeat: no-repeat;  */
}

#hbar {
  position: absolute;
 /* top: 61px;*/
  top: 101px;
  left: 1px;
  width: 100%;
  height: 4px;
  font-size:2px;
  line-height:4px;
  border-top: 1px solid #FFF;
  background-color: #335C88;
}

#footer {
  text-align: right;
  border-top: 1px solid #000000;
  margin-top: 20px;
  font-size: 0.8em;
}

#content p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content .contentTitle {
  /*display: block;*/
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
  padding-bottom: 10px;
}

#content span.contentSubtitle {
  display: block;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
}

#content div.topicText {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  width: auto;
}

/*
#content div.subTopics {
  clear: both;
  margin-top: 0px;
}

#content table.subTopicLine tr {
  vertical-align: top;
} */

#content td.topicSpacer {
  padding: 6px;
  border: none;
}

#content .subTopic {
  padding: 0px;
  border-top: 2px dotted #87A6B8; /*67aac3;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Topic Image*/
#content div.topicImageLeftBreakNone {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right;
  margin-left: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
}

/* special links */

a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #87A6B8;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #87A6B8;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #87A6B8;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

/* Erweiterungen für IV */
.teaserBoxTopicTeaser {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 11px;
}

