html, body {
   height:101%;
}
body {
   background-color:#003869;
   color:#fff;
   /*background-image:url('https://www.fudochikan.ch/img/seitenhintergrund.png');*/
   background-repeat:repeat-y;
   background-position:top center;
   font-family:Calibri, Verdana, arial, sans-serif;
   font-size:14px;
   line-height:19px;
   margin:0px;
}

p {
   margin-bottom:0px;
}

.rot {
   color:#f00;
}

h2 {
   color:#00887c;
   border-bottom:dotted 1px #000;
   padding:0px 0px 5px 0px;
   margin:0px 0px 5px 0px;
   font-size:14px;
   font-weight:bold;
}
.googlebutton a {
    background-color: #001324;
    padding: 5px 20px;
    color: #fff;
text-decoration: none !important;
transition: 0.5s;
}
.googlebutton a:hover {
    background-color: #fff;
    padding: 5px 20px;
    color: #001324;
text-decoration: none !important;
transition: 0.5s;
}
/* seitenlayout */

#kopf {
   width:900px;
   font-size:12px;
}
#navigation {
   padding:0px 30px 0px 0px;
   width:170px;
}
#inhalt {
   width:500px;
   padding:0px 0px 30px 0px;
}
#rechts {
   width:180px;
   padding:0px 0px 0px 20px;
   margin:0px 0px 0px 0px;
}
#kruemel {
   width:700px;
   height:20px;
}

a.fusslink,a.fusslink:active,a.fusslink:link,a.fusslink:visited {
   color:#999;
}
a.fusslink:hover {
   color:#fff;
}
#rechts .artikel_text {
    background-color: #001324;
    border-radius: 18px;
}


/* breadcrumb */

div.breadcrumb {
   height:20px;
}


/* haupt-titel */
h1.main {
   font-family:"Times New Roman",times,serif;
   font-size:35px;
   line-height:43px;
   margin:0px 0px 25px 0px;
   padding:0px 0px 0px 0px;
   font-weight:normal;
   text-align:center;
}
div.titel_datum {
   display:none;
}


/* links */
a, a:active, a:link, a:visited {
   text-decoration:underline;
   color:#fff;
}
a.blink,a.blink:link,a.blink:active {
   text-decoration:none;
   color:#fff;
}
a:hover {
   color:#ff0;
}
a.schwarz,a.schwarz:link,a.schwarz:active,
a.ilink,a.ilink:link,a.ilink:active,a.ilink:hover {
   color:#003869;
   text-decoration:none;
   font-weight:bold;
}
a.schwarz:hover,a.blink:hover {
   color:#ff0;
}
a.toplink, a.toplink:active, a.toplink:visited, a.toplink:link {
   color:#fff;
   text-decoration:none;
}
a.toplink:hover {
   text-decoration:underline;
}
a.botlink, a.botlink:active, a.botlink:visited, a.botlink:link {
   color:#fff;
   text-decoration:none;
}
a.botlink:hover {
   text-decoration:underline;
}
a.weiss,a.weisss:link,a.weiss:active,a.weiss:visited {
   color:#fff;
}
a.weiss:hover {
   color:#ff0;
}

/* index */

#navigation div.index, #rechts div.index {
   margin:3px 0px 20px 3px;
}
div.index_titel {
   display:none;
}

#navigation div.index_item, #navigation div.index_item_on, #rechts div.index_item, #rechts div.index_item_on {
   padding:1px 0 1px 15px;
   margin:0px 0px 2px 0px;
   cursor:pointer;
   cursor:hand;
   background-image:url('https://www.fudochikan.ch/img/index_bg_off.png');
   background-position: top left;
   background-repeat:no-repeat;
}
#navigation div.index_item:hover, #navigation div.index_item_on, #rechts div.index_item:hover, #rechts div.index_item_on  {
   background-image:url('https://www.fudochikan.ch/img/index_bg_on.png');
}

#inhalt div.index_item a, #inhalt div.index_item_on a {
   color: #ffffff;
   text-decoration: underline;
}

/* sitemap */

div.sitemap_zeile {
   border-bottom:dotted 1px #e0e0e0;
   padding: 2px 0px 2px 0px;
}


/* artikel */

div.artikel {
   margin:3px 0px 36px 0px;
   
}
div.artikel_text {
}
div.artikel_datum {
   font-size:10px;
   font-weight:bold;
   line-height:13px;
   border-bottom:dotted 1px #999;
   padding:0px 0px 1px 0px;
   margin:0px 0px 1px 0px;
   color:#999;
}
h3.artikel_titel, h3.youtube_titel  {
   font-family:"Times New Roman",times,serif;
   font-size:20px;
   font-weight:bold;
   padding:10px 0px 0px 0px;
   margin:20px 0px 15px 0px;
   color:#ff0;
}

/* bilder */
div.hs_thumbnail {
   float:left;
   min-width:160px;
   min-height:160px;
   text-align:center;
   padding:7px 5px 0px 0px;
}
div.galleryLayer {
   background-color:#003062;
}


/* tabber */

.tabberlive .tabbertabhide {
 display:none;
}
.tabber {
}
.tabberlive {
 margin-top:1em;
}
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}
ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
}
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* veranstaltungskalender */
div.events {
}
div.event {
   margin:0px 0px 10px 0px;
   border-top:dotted 1px #999;
}
div.event_datum {
   font-size:11px;
}
h3.events_monat {
   font-weight:bold;
   margin:20px 0px 16px 0px;
}
h4.event_titel {
   font-family:"Times New Roman",times,serif;
   font-weight:bold;
   margin:0px;
}
div.event_text {
   font-size:11px;
   line-height:15px;
}

/* accordian */
div.accordian {
   margin:0px 0px 16px 0px;
   padding:0px;
}
div.accordian_hdr {
   border-top:dotted 1px #000;
   padding:5px 0px 5px 0px;
   cursor:pointer;
   cursor:hand;
}
div.accordian_hdr:hover {
   text-decoration:underline;
}
div.accordian_body {
   border:dotted 1px #000;
   border-bottom:none;
   padding:10px;
}

/* download-listen */
ul.downloads {
   padding:0px 0px 0px 20px;
   list-style-image:url('https://cms2.evohost.ch/_bilder/_li/diskette.gif');
   margin:0px 0px 20px 0px;
}
li.downloads_titel {
   font-family:"Times New Roman",times,serif;
   font-weight:bold;
   margin-bottom:10px;
   list-style:none;
   margin-left:-20px;
}
li.download {
}
span.download_info {
   font-size:10px;
}

/* YOU TUBE */
div.youtube_video {
   margin:0 0 30px 0;
}



/* GOOGLE MAPS */
div.google_maps {
   height:300px;
   margin:0 0 30px 0;
}

