/**********************************************************************
 * tag section
 **********************************************************************/

body {
  background-image: url(../images/background.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #375167;
  letter-spacing: -0.1px;
  line-height: 16.9px;
}
body,
table * {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Arial, Heveltica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

a img {
  border: none;
}

h1,h2,h3,h4,h5 {
  font-family: Droid Serif;
  font-weight: bold;
/*  clear: both;*/
  float: none;
  margin: 0 0;
  padding: 0 0 10px;
}

h1{
  color: #ffffff;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.17px;
  margin: 20px 0 22px;
}

h2{
  color:#ffed98;
  font-size: 16px;
  letter-spacing: -0.22px;
  line-height: 25px;
  margin: 33px 0 4px;
}
h3{
  color:#ffffff;
  font-size: 12px;
}
h4{
  background-color: #FFFFFF;
  color: #C51718;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
  padding: 0 8px;
}

p {
  margin-bottom:17px;
}
hr {
  height: 1px;
  width: 100%;
  border: 0px solid black;
  background-image: url(../images/teiler.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#contentNormal a.external-link,
#contentNormal a.external-link-new-window,
#contentNormal a.internal-link,
#contentNormal a.internal-link-new-window,
#contentNormal a.mail,
#contentNormal a.download {
/*  background-image: url(../images/link.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 11px;*/
  text-decoration: none;
  color: #f13402;
}
#contentNormal a {
  text-decoration: none;
  color: #f13402;
}
#contentNormal a:hover.external-link,
#contentNormal a:hover.external-link-new-window,
#contentNormal a:hover.internal-link,
#contentNormal a:hover.internal-link-new-window,
#contentNormal a:hover.mail,
#contentNormal a:hover.download {
  background-image: url(../images/link-active.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 11px;
  color: #ffed98;
}
#contentNormal a img,
#contentNormal a.external-link img,
#contentNormal a.external-link-new-window img,
#contentNormal a.internal-link img,
#contentNormal a.internal-link-new-window img,
#contentNormal a.mail img,
#contentNormal a.download img,
#contentNormal a:hover.external-link img,
#contentNormal a:hover.external-link-new-window img,
#contentNormal a:hover.internal-link img,
#contentNormal a:hover.internal-link-new-window img,
#contentNormal a:hover.mail img,
#contentNormal a:hover.download img {
  border: none;
  padding: 0;
}
#contentNormal a:hover.external-link,
#contentNormal a:hover.external-link-new-window,
#contentNormal a:hover.internal-link,
#contentNormal a:hover.internal-link-new-window,
#contentNormal a:hover.mail,
#contentNormal a:hover.download {
/*  background-image: url(../images/link-active.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 11px;*/
}
#contentNormal a:hover.external-link img,
#contentNormal a:hover.external-link-new-window img,
#contentNormal a:hover.internal-link img,
#contentNormal a:hover.internal-link-new-window img,
#contentNormal a:hover.mail img,
#contentNormal a:hover.download img {
  display:none;
}

.ulContentList{
  margin:0 0 0 1px;
}
.ulContentList li {
  color: #B70808;
  list-style: none inside;
  background: url(../images/link.png) no-repeat 4px 5px;
  padding: 0 0 0 15px;
}

.clearer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearer {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */
/**************************************************
 * content
 **************************************************/

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

a.download img {
  padding-right: 5px;
}

div.boxWithBorderBgColor {
  float: left;
  margin: 0 0 10px;
  border: 1px solid #86aea3;
  background-color: #e4e8e7;
  padding: 10px 10px 0;
}

/*ul.ulContentList {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
ul.ulContentList li {
  margin: 0 0;
  padding: 0 0 0 15px;
  list-style-image: none;
  background-image: url(../images/navi-aktiv.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}*/
