/* --------------------------------------------------------------------------

   <Stylesheets for alphaNEXT CMS>

     colors: #3F8AAE (blue), #8bc1e4 (light blue), #F3890F (orange)
     font: Arial, Verdana, sans-serif
     heading: serif

   -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */
/*                      basic  stylesheets                                    */
/* -------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  background:url(pic/back.jpg) repeat-x rgb(106,150,200);
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5 {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  margin:0 0 1em 0;
  color:rgb(223,157,24);
}
h1{
  font-size:240%;
}
h2{
  font-size:200%;
}
h3{
  font-size:160%;
}
h4{
  font-size:140%;
}
h5{
  font-size:120%;
  margin:0;
}

a {
  color: rgb(223,157,24);
}

a.submenu {
  font-weight:bold;
  padding: 2px 0 2px 10px;
  text-decoration:none;
  display:block;
  border-bottom: 1px dotted #000;
  color:#000;
  margin-bottom: 3px;
}


a.mehr {
  color: rgb(223,157,24);
  text-decoration: none;
}
a.mehr:hover {
  text-decoration: underline;
}

a.linkdatei {
  background:rgb(223,157,24);
  display:block;
  padding:5px 10px;
  color:#036;
}

a.linkdatei:hover {
  color:rgb(106,150,200);
}

/* -------------------------------------------------------------------------- */
/*                      template layout                                       */
/* -------------------------------------------------------------------------- */

div#shadow {
  width: 900px;
  margin: 0 auto;
}


div#main {
  width: 900px;
  background-color: #FFF;
  background:url(pic/back_main.jpg) repeat-y #FFF;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
}

div#head{
  height:54px;
  padding:80px 20px 20px 160px;
  width:720px;
  background: url(pic/head.jpg) no-repeat top:0 left:-100px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

div#content{
  float:left;
  width: 505px;
  padding: 0px;
  padding-left:5px;
  margin-right: 4px; /* mwh */
}

div.sidebar{
  float:left;
  width: 160px;
  padding:0 15px 0 10px;
  font-size:smaller;
}

div#bildwechsler_menu{
  width: 148px;
  height:148px;
  margin-left:4px;
  margin-top:25px;
  margin-bottom:25px;
}

div.sidebar2{
  float:left;
  width: 180px;
  padding-right:10px;
  font-size:smaller;
}

div#footer{
  clear:both;
  text-align:right;
  font-size:smaller;
  padding: 5px 25px;
  height:16px;
  background: url(pic/footer.jpg) no-repeat #FFF;
}

/* -------------------------------------------------------------------------- */
/*                      buttons with rollover                                 */
/* -------------------------------------------------------------------------- */

.buttona {
  background: url(pic/but_ueberschrift.jpg) no-repeat #FFF;
  width: 144px;
  height: 17px;
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  margin: 2px 0;
  color: rgb(223,157,24);
  font-weight:bold;
  font-size:12px;
}
.buttonb {
  background: url(pic/but.jpg) no-repeat #FFF;
  width: 144px;
  height: 17px;
  padding: 4px 8px;
  display: block;
  margin: 2px 0;
  text-decoration: none;
  color:rgb(223,157,24);
  font-weight:bold;
  font-size:12px;
}
  .buttonb:hover {
  background: url(pic/but_hover.jpg) no-repeat #FFF;
  text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/*                      stylesheets for the newssystem                        */
/* -------------------------------------------------------------------------- */
.news_title{
  padding:5px 5px 5px 5px;
  text-align:right;
  color:rgb(223,157,24);
  font-size:larger;
  font-family:serif;
}
.news_title b{
  float:left;
}

.news_content {
  padding:10px 10px 0 10px;
}

.news_content img {
  margin-right: 10px;
  float:left;
}

.newsbar_title {
   background: url(pic/news.jpg) no-repeat top left #FFF;
   padding:10px 15px 0 15px;
   font-size:12px;
   font-weight:bold;
   color:rgb(223,157,24);
   width:150px;
}

.newsbar_content {
   background: url(pic/news.jpg) no-repeat bottom left #FFF;
   padding:10px 15px;
   width:150px;
   margin-bottom:10px;
   font-size:11px;
}

/* -------------------------------------------------------------------------- */
/*                      styles for the image-gallery                          */
/* -------------------------------------------------------------------------- */
.galerie{

}
 .counter {
  padding:20px 0;
  color:rgb(223,157,24)
}
.counter a{
  color:rgb(223,157,24)
}

.galerie a {
  text-decoration: none;
}

.galerie b {
  color:rgb(223,157,24)
}

.galerie p {
  text-align: right;
}

.galerie_img {
  padding-left:80px;
}

.galerie_thumb {
  border: 1px solid rgb(223,157,24);
  margin: 2px;
  padding: 2px;
  float: left;
}

div.gallery_list {
  padding:5px;
  margin:10px 0;
  background-color:rgb(53,99,125);
  color:rgb(223,157,24);
  font-weight:bold;
}


/* -------------------------------------------------------------------------- */
/*                      styles for the contact module                         */
/* -------------------------------------------------------------------------- */
.input_text {
  width:140px;
  float:left;
  padding-top:3px;
  font:11px verdana, sans-serif;
}

.input {
  width:300px;
  margin-bottom:8px;
  border: 1px solid rgb(223,157,24);
}

#textarea {
  height: 200px;
}

.submit {
  display:block;
}

/* -------------------------------------------------------------------------- */
/*                      tooltips                         */
/* -------------------------------------------------------------------------- */

 .tooltips {
      color: #000000;
      background-color: rgb(223,157,24);
      text-decoration: none;
      padding: 0px 2px 0px;
    }
    .tooltips:hover {
      color: #000000;
      text-decoration: none;
    }
    .tooltipslink {
      color: #fb8000;
      background-color: rgb(223,157,24);
      text-decoration: none;
      padding: 0px 2px 0px;
    }
    .tooltipslink:hover {
      color: #fb8000;
      text-decoration: underline;
    }

/* -------------------------------------------------------------------------- */
/*                      Kalender-System                         */
/* -------------------------------------------------------------------------- */
div#mitgliederliste input {
    border:1px #8bc1e4 solid;
}

/* -------------------------------------------------------------------------- */
/*                      Kalender-System                         */
/* colors: #3F8AAE (blue), #8bc1e4 (light blue), #F3890F (orange) */
/* -------------------------------------------------------------------------- */
div#kalender_ausgabe {
    padding-top: 30px;
    text-align: left;
    width: 490px;
}
div#kalender_ausgabe h2 {
    color: #3F8AAE;
    font-size: 18px;
}
div#kalender {
    text-align: center;
}
div#kalender table {
    border-collapse:collapse;
}

div#kalender td {
    border:1px #8bc1e4 solid;
}
.calendarHeader {
    color: #3F8AAE;
    background-color: #FFFFFF;
    width:68px;
}
.calendarToday {
    background-color: #8bc1e4;
    height: 75px;
}
.calendar {
    background-color: #EEEEEE;
    height: 75px;
}
.calendar-termin {
    color: #000000;
    font-size: 10px;
}
.calendar-termin a {
    color: #000000;
    text-decoration: none;
}

