/*URGO - MAIN CSS*/
body {
  margin:0px;
  font-size:101%;
  font-size:13px;
  text-align:center;
  background-color: #005baa;
  padding:0px 0px 50px 0px;
  color:#094583;
  overflow:auto;
}

/*Schrift*/

body div,style,p,span,td,ul {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size:13px;
  color:#094583;
  line-height:17px;
  font-weight:normal;
}

/*Schrift im Content*/

.content p {
  margin:5px 0px 20px 0px;
}

.content .contenttable {
  margin:5px 0px 20px 0px;
}

.content .contenttable p {
  margin:0px;
  padding:0px 0px 0px 0px;
}

.content ul {
  font-weight:normal;
  margin:5px 0px 20px 0px;
  padding:0px 0px 0px 15px;
}

.csc-textpic-caption {
  font-size:9px;
}


/*Ueberschriften*/

h1 {
  margin: 5px 0px 25px 0px;
  font-size:20px;
  font-weight:bold;
  color:#0090e5;
  line-height:25px;
}

h2 {
  margin: 5px 0px 5px 0px;
  border-bottom:1px solid #86d3f6;
  padding:0px 0px 3px 0px;
}

h2 span {
  font-size:14px;
  padding:3px 5px 3px 5px;
  font-weight:bold;
  color:#0090e5;
  border-top:1px solid #86d3f6;
  border-left:1px solid #86d3f6;
  border-right:1px solid #86d3f6;
}


h3 {
  margin: 5px 0px 5px 0px;
  font-size:12px;
  font-weight:bold;
}

/*Links*/

body a {
  color: #3f90de;
  font-weight:bold;
  text-decoration:underline;
}

body a:hover {
  text-decoration:none;
}

body a img {
  border:none;
  text-decoration:none;
}

body img a {
  border:none;
  text-decoration:none;
}

body a p {
  color: #3f90de;
  font-weight:bold;
  text-decoration:underline;
}


/*Styles*/

.clear {
  clear:both;
  height:0px;
}

#wrapper {
  width:990px;
  margin : 0px auto; 
  text-align : left;
  background-color:#ffffff;
}

#header {
  margin:0px;
  height:187px;
  width:990px;
  background-color:#ffffff;
  background-image:url(../img/bg_header.png);
  background-repeat:no-repeat;
  background-position:top left;
}

.banner {
  position:absolute;
  margin:25px 0px 0px 470px; 
  width:990px;
  z-index:1;
}

.search {
  position:absolute;
  width:950px;
  text-align:right;
  float:right;
  padding:8px 0px 0px 0px;
}

.location {
  position:absolute;
  width:950px;
  text-align:right;
  float:right;
  margin:50px 0px 0px 0px;
  padding:0px;
  z-index:20;
}

.location a {
  font-size:11px;
  font-weight:bold;
  color:#00a9e4;
}

.nav-service {
  position:absolute;
  width:950px;
  text-align:right;
  margin:130px 0px 0px 0px;
  padding:0px;
}

.nav-breadcrumb {
  position:absolute;
  margin:160px 0px 0px 225px;
}

.print {
  position:absolute;

  margin: 150px 0px 0px 760px;

  font-size:12px;
}

.date {
  position:absolute;
  margin:160px 0px 0px 880px;
  color:#ffffff;
  font-size:12px;
}

#main {
  min-height:500px;
  background-image:url(../img/bg_main.png);
  background-repeat:no-repeat;
  background-position:bottom left;
  margin:0px;
}

.left {
  margin:0px 0px 350px 0px;
  padding:0px;
  width:210px;
  float:left;
}

.nav {
  padding:0px 0px 22px 0px;
  background-image:url(../img/bg_nav.gif);
  background-repeat:no-repeat;
  background-position:bottom left;
}

.right {
  margin:0px 0px 0px 210px;
  padding:15px 0px 250px 15px;
}

.content {
  width:730px;
  overflow: hidden;
}

.content-left {
  margin:25px 0px 25px 0px;
}

#footer {
  margin:-62px 0px 0px 0px;
  height:62px;
}

.footer-left {
  position:absolute;
  width:300px;
  margin: 32px 0px 0px 0px;
  padding:0px 0px 0px 10px;
}

.footer-left p {
  color:#58bfed;
  font-weight:normal;
  font-size:11px;
}

div.footer-middle {
  position:absolute;
  width:990px;
  margin:0px auto;
  text-align:center;
}

div.footer-middle p {
  color:#315aaa;
  font-weight:bold;
  font-size:11px;
}

/*NEWS*/

.news-single-subheader {
  margin:0px 0px 25px 0px;
}

.news-single-subheader p {
  font-weight:bold;
  font-style:italic;
  margin:0px;
}

.news-list-img {
  float:left;
  width:100px;
  height:90px;
  margin:0px 15px 15px 0px;
}

.news-single-img {
  float:right;
  width:180px;
}

.tx-loginboxmacmade-pi1-error {
  color:red;
}

