/* **************************************** */
/* Includes */
/* **************************************** */
@import url('rte.css');
@import url('nachrichten.css');
@import url('gaestebuch.css');
@import url('suche.css');

/* **************************************** */
/* Allgemein */
/* **************************************** */
body {
  background-color:#fff;
  background-image:url('../images/body_bg.png');
  background-repeat:repeat-y;
  font-family:Verdana, Helvetica, sans-serif;
  font-weight:normal;
  font-size:100.1%;
  color:#320;
  text-decoration:none;
  margin:0;
  padding:0;
}

span.invisible {
  display:none;
}

p.bodytext, li {
  margin:0.5em 0em;
}

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

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 #000;
}

input.button {
  background-color:#c5ccb2;
  color:#000;
}


/* **************************************** */
/* Überschriften */
/* **************************************** */
h1 {
  font-size:1.4em;
  margin:1em 0;
  padding:0;
  border-bottom:1px dashed #aaa;
}

h2 {
  font-size:1.2em;
}

h3 {
  font-size:1.1em;
}

h4 {
  font-size:1.0em;
}

/* **************************************** */
/* Layout */
/* **************************************** */
#head {
  height:215px;
  width:977px;
  background-image:url('../images/head_bg.jpg');
  background-repeat:no-repeat;
}


#content {
  font-size:0.8em;
  margin-left:220px;
  width:720px;
}

#footer {
  border-top:1px dashed #ccc;
  font-size:0.7em;
  color:#330;
  text-align:right;
  margin-top:30px;
  padding-top:4px;
  padding-bottom:40px;
  margin-left:220px;
  width:720px;
}

#copyright {
}

#changed {
  color:#999;
}

/* **************************************** */
/* Top-Menü */
/* **************************************** */
#top_menu {
  font-size:0.7em;
  text-align:right;
  padding-right:20px;
  padding-top:5px;
}

#top_menu ul {
  list-style-type:none;
  display:inline;
}

#top_menu ul li {
  padding:0;
  margin:0;
  display:inline;
}

#top_menu ul li.bordered {
  border-right: 1px solid #000;
}

#top_menu a, #top_menu a:link, #top_menu a:visited, #top_menu a:active {
  color:#430;
  line-height:2em;
  padding-left:10px;
  padding-right:10px;
}

#top_menu a:hover {
  color:#000;
}

/* Aktiv */
#top_menu a.active {
  color:#fff;
}

/* **************************************** */
/* Menu */
/* **************************************** */
#main_menu {
  position:absolute;
  top:240px;
  left:50px;
  width:180px;
  color:#000;
  font-size:0.9em;
}

#main_menu ul {
  margin:10px;
  padding:0;
}

#main_menu ul li {
  padding:0;
  margin:0;
}

#main_menu a, #main_menu a:link, #main_menu a:visited, #main_menu a:active {
  color:#000;
}

#main_menu a:hover {
  color:#752727;
}

/* Level 1 */
#main_menu a.l1 {
  padding-left:0px;
}

/* Level 2 */
#main_menu a.l2 {
  font-size:0.85em;
  color:#333;
}

/* Level 3 */
#main_menu a.l3 {
  font-size:0.85em;
  color:#333;
}

/* Level 4 */
#main_menu a.l4 {
  font-size:0.85em;
  color:#333;
}

/* Aktiv */
#main_menu a.active, #main_menu a.active:link, #main_menu a.active:visited, #main_menu a.active:active, #main_menu a.active:hover {
  font-weight:bold;
}


/* **************************************** */
/* CSC Images */
/* **************************************** */
dd.csc-textpic-caption {
  padding-top:2px;
  color:#555;
}

/* **************************************** */
/* Google Maps */
/* **************************************** */
div.tx-lumogooglemaps-pi1 {
  border:1px solid #999;
}

/* **************************************** */
/* FreeCaptcha */
/* **************************************** */
span.tx-srfreecap-pi2-cant-read {
  color:#000;
  font-size:0.9em;
  font-weight:bold;
}

img.tx-srfreecap-pi2-image {
}

