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

   <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 #F6F6F6;
  color: #000;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: small;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  margin:0.6em 0 1em 0;
  color:#006BA8;
}
h1{
  font-size:240%;
}
h2{
  font-size:200%;
}
h3{
  font-size:160%;
}
h4{
  font-size:140%;
}
h5{
  font-size:120%;
  margin:0;
}

a {
  color:#006BA8;
}

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: #006BA8;
  text-decoration: none;
}
a.mehr:hover {
  text-decoration: underline;
}

a.linkdatei {
  background:#FFF;
  display:block;
  padding:5px 10px;
  color:#036;
  border:1px solid #006BA8;
}

a.linkdatei:hover {
  color:#006BA8;
}

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

div#shadow {
  width: 900px;
  margin: 0 auto;
  margin-top:50px;
  background-color:#FFF;
}


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

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

div#content{
  float:left;
  width: 510px;
  padding: 0px 10px;
  background-color: #F2F2F2;
}

div#content p{
  margin:1em 0;
}

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

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

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

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

.buttona {
  border:1px solid #006BA8;
  border-left:14px solid #006BA8;
  width: 130px;
  height: 17px;
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  margin: 2px 0;
  color: #4C4C4C;
  font-size:12px;
}
.buttonb {
  border:1px solid #95B232;
  border-left:14px solid #95B232;
  width: 130px;
  height: 17px;
  padding: 4px 8px;
  display: block;
  margin: 2px 0;
  text-decoration: none;
  color: #4C4C4C;
  font-size:12px;
}
  .buttonb:hover {
  border:1px solid #C5EB42;
  border-left:14px solid #C5EB42;
  text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/*                      stylesheets for the newssystem                        */
/* -------------------------------------------------------------------------- */
.news_title{
  padding:5px 5px 5px 5px;
  text-align:right;
  color:#006BA8;
  font-size:larger;
}
.news_title b{
  float:left;
}

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

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

.newsbar_title {
   border:1px solid #006BA8;
   border-bottom:none;
   padding:10px 10px 0 10px;
   font-weight:bold;
   font-size:1.4em;
   color:#006BA8;
   width:149px;
   margin-left:5px;
   background-color:#FFF;
}

.newsbar_content {
   border:1px solid #006BA8;
   border-top:none;
   padding:10px;
   width:149px;
   margin-left:5px;
   margin-bottom:15px;
   background-color:#FFF;
}

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

}
 .counter {
  padding:20px 0;
  color:#006BA8;
}
.counter a{
  color:#006BA8;
}

.galerie a {
  text-decoration: none;
}

.galerie b {
  color:#006BA8;
}

.galerie p {
  text-align: right;
}

.galerie_img {
}

.galerie_thumb {
  border: 1px solid #006BA8;
  margin: 2px;
  padding: 2px;
  float: left;
}

div.gallery_list {
  padding:5px;
  margin:10px 0;
  background-color:#FFF;
  border:1px solid #006BA8;
  color:#006BA8;
  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 #006BA8;
}

#textarea {
  height: 200px;
}

.submit {
  display:block;
}

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

 .tooltips {
      color: #000000;
      background-color: #006BA8;
      color:#FFF;
      text-decoration: none;
      padding: 0px 2px 0px;
    }
    .tooltips:hover {
      background-color: #CCC;
      color:#000;
      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;
}


