/* **************************************** */
/* Includes */
/* **************************************** */
@import url('rte.css');
@import url('nachrichten.css');
@import url('suche.css');

/* **************************************** */
/* Allgemein */
/* **************************************** */
body {
  font-family:Verdana, Helvetica, sans-serif;
  font-weight:normal;
  font-size:100.1%;
  color:#888;
  text-decoration:none;
  margin:0;
  padding:0;
}

span.invisible {
  display:none;
}

p, p.bodytext {
  margin-top:2em;
  margin-bottom:2em;
}

p.bodytext, li {
  margin:0.5em 0em;
}

a, a:link, a:focus, a:active, a:visited, a:hover {
  color:#00d;
}

hr {
  border:none;
  border-top:1px dashed #ddd;
  height:1px;
}

.csc-textpic-caption {
  font-size:0.75em;
  color:#666;
}

/* **************************************** */
/* Formulare */
/* **************************************** */
input, textarea {
  border:1px solid #333;
  background-color:#fff;
}

input.button {
  background-color:#00a9eb;
  color:#000;
}


/* **************************************** */
/* Überschriften */
/* **************************************** */
h1 {
  font-size:1.4em;
  margin:1em 0;
  padding:0;
  display:block;
  border-bottom:1px solid #000;
}

h2 {
  background-color:#e9e9e9;
  padding-left:5px;
  font-size:1.0em;
  color:#000;
}

h3 {
  font-size:1.1em;
}

h4 {
  font-size:1.0em;
}

/* **************************************** */
/* Layout */
/* **************************************** */
#head {
}

#logo {
}

#content {
  font-size:0.8em;
  padding:0px;
  text-align:justify;
}

#footer {
  font-size:0.7em;
  color:#aaa;
  margin-top:40px;
  clear:both;
  text-align:right;
  padding-right:3px;
}

/* **************************************** */
/* Menu */
/* **************************************** */
#menu_main {
  display:none;
}

#menu_footer {
  display:none;
}

#menu_sub {
  display:none;
}

#menu_sub_sub {
  display:none;
}

/* **************************************** */
/* CSC Images */
/* **************************************** */

dd.csc-textpic-caption {
  padding-top:2px;
  color:#937b30;
}



/* **************************************** */
/* Google Maps */
/* **************************************** */

div.tx-lumogooglemaps-pi1 {
  border:1px solid #fff;
  color:#000;
}

/* **************************************** */
/* FreeCaptcha */
/* **************************************** */
span.tx-srfreecap-pi2-cant-read {
  color:#fff;
  font-size:0.90em;
}

img.tx-srfreecap-pi2-image {
}

