body {
  background-color:#203d57;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  color:#bd0000;
  text-decoration:none;
}


a.external-link-new-window,
a.internal-link {
  background:url(img/linkicon.gif);
  background-repeat:no-repeat;
  background-position: center left;
  padding-left:6px;
  display:inline;
  width:15px;
  height:15px
}

#header {
  width:100%;
  margin:0px auto;
  background-color:#203d57;
  background-image:url(img/header.jpg);
  background-position:center top;
  background-repeat:no-repeat;
}

#content {
  width:100%;
  margin:0px auto;
  background-color:#abb2ac;
  background-image:url(img/body.jpg);
  background-position:center;
  background-repeat:y-repeat;
}

#footer {
  clear:both;
  width:100%;
  height:150px;
  margin:0px auto;
  background-color:#203d57;
  background-image:url(img/footer.jpg);
  background-repeat:x-repeat;
}

.container {
  width:900px;
  margin:0px auto;
  text-align:left;
}

#logo {
  float:left;
  width:210px;
  height:122px;
}

#headbanner {
  text-align:right;
  float:left;
  width:690px;
  background-color:#203d57;
  height:100px;
}

#headmenue {
  background-color:#57676c;
  float:right;
  height:22px;
  width:690px;
  font-size:0.825em;
  text-align:right;
  color:#fff;
}

#headmenue a,
#headmenue a:link,
#headmenue a:hover,
#headmenue a:active,
#headmenue a:visited {
	text-decoration:underline;
	color:#fff;
}

#header .container {
  background-image:url(img/mainimg.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
}
#content .container {
  border-left:1px solid #939995;
  border-right:1px solid #939995;
  width:900px;
}
#menu {
  padding-right:690px;
  font-size:1em;
  font-weight:100;
  text-transform:uppercase;
  clear:both;
}

#submenu {
  margin-bottom:2em;
}

#footer {
  color:#bbb;
  font-size:0.85em;
  line-height:1.2em;
}
#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
  color:#fff;
}

#footerLeft,
#footerRight {
  float:left;
}

#footerLeft {
  width:210px;
}
#footerRight {
  width:680px;
}

#footerRight ul {
  margin-left:0;
  padding-left:0;
  margin-top:3em;
}

#footerRight li {
  float:left;
  padding-left:0;
  margin-left:0;
  padding-right:20px;
  list-style:none;
}


/* -- MITTELBERIECH -- */

#leftColumn {
  float:left;
  width:210px;
  padding-top:5em;
}

#centerColumn {
  float:left;
  width:450px;
  margin:0 10px;
}

#rightColumn {
  float:right;
  width:210px;
}

/* STILE */
h1,
h1 a,
h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited {
  text-decoration:none;
  text-transform:uppercase;
  color:#bd0000;
  font-size:2.2em;
  line-height:1em;
  font-weight:normal;
}

#leftColumn h1,
#leftColumn h1 a,
#leftColumn h1 a:link,
#leftColumn h1 a:hover,
#leftColumn h1 a:active,
#leftColumn h1 a:visited,
#rightColumn h1,
#rightColumn h1 a,
#rightColumn h1 a:link,
#rightColumn h1 a:hover,
#rightColumn h1 a:active,
#rightColumn h1 a:visited {
  font-size:1.4em;
  font-weight:700;
}

h2,
h2 a,
h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited {
  text-decoration:none;
  color:#bd0000;
  font-size:1.2em;
  line-height:1em;
  font-weight:700;
}

h4 {
  line-height:130%;
  font-size:1.1em;
}

li {
  /*border-bottom:1px solid #DBDBDB;*/
  padding:0.5em;
  list-style:none;
}

hr {
  border:none;
  border-top:1px solid #DBDBDB;
  clear:both;
}

#leftColumn h2,
#leftColumn h2 a,
#leftColumn h2 a:link,
#leftColumn h2 a:hover,
#leftColumn h2 a:active,
#leftColumn h2 a:visited,
#rightColumn h2,
#rightColumn h2 a,
#rightColumn h2 a:link,
#rightColumn h2 a:hover,
#rightColumn h2 a:active,
#rightColumn h2 a:visited {
  font-size:1.4em;
  font-weight:700;
  color:#000;
}

.teaser {
  background-image:url(img/teaser_bckg.jpg);
  background-repeat:no-repeat;
  padding:1px 5px;
  font-size:11px;
  color:#353c42;
}

.clearer {
  clear:both;
}

table {
  border:1px solid #999;
  width:100%;
}
td {
  padding:5px;
  border-bottom:1px solid #999;
}

.td-0 {
  width:200px;
  font-weight:700;
}
