/*----- kolumne common -----*/
.kolumneBlockTable {
    width: 100%;
    border-collapse: collapse;
    color: #1b1b18;
    font-size: 1em;
}
.kolumneBlockTable th {
    font-weight: bold;
    background: #DDE1DE;
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    line-height: 2.0;
}
.kolumneBlockTable td { border: 1px solid #bfbfbf; line-height: 1.5; }
.kolumneBlockTable .even td { background-color: #dee3e7; }
.kolumneBlockTable .odd td { background-color: #E9E9E9; }
.kolumneBlockTable .center { text-align:center; }
.kolumneBlockTable .right { text-align:right;}
.kolumneBlockTable .top { vertical-align:top;}
.kolumneBlockTable .middle { vertical-align:middle;}
.kolumneBlockTable .bottom { vertical-align:bottom;}

.kolumneBlockTable dl,
.kolumneBlockTable dt,
.kolumneBlockTable dd { margin:0; padding:0; }

/* calendar block */
#kolumneBlockCalendar {
    empty-cells: show;
    font-size: 100%;
    margin: 0 auto;
    width: 132px;   /* change if you like:  pixels = column with * 7 + cellspacing */
                    /* sample 14*7+6=104 or 18*7+6=132 or 22*7+6=160 */
}

#kolumneBlockCalendar a {text-decoration: underline;}

#kolumneBlockCalendar a:hover { background: transparent; color: #c00;}

#kolumneBlockCalendar caption {
    color: #000;
    font: 100% Tahoma, Arial, Serif;/* Font-size critical if you change box width */
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#kolumneBlockCalendar #to-this { padding: 0; }
#kolumneBlockCalendar caption a { text-decoration:none; }
#kolumneBlockCalendar caption a:hover { color: #c00; }
#kolumneBlockCalendar a#to-nextM { padding: 0 7px; }
#kolumneBlockCalendar a#to-prevM { padding: 0 7px; }

#kolumneBlockCalendar th {
    text-transform: none;
    font-size: 90%; /* Font-size critical if you change box width */
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    background: #2F5376;
    padding: 0;
}

#kolumneBlockCalendar td {
    color: #000;
    font: normal 100% Tahoma, Arial, Serif; /* Font-size critical if you change box width */
    text-align: center;
    vertical-align: middle;
    width: 18px;    /* Critical if you change box width */
    height: 18px;   /* Critical if you change box width */
    padding: 0;
}

#kolumneBlockCalendar .today { border: 1px solid #369; }
#kolumneBlockCalendar .today a{ text-decoration: none !important; }

#kolumneBlockCalendar th.sunday,
#kolumneBlockCalendar td.sunday {}
#kolumneBlockCalendar th.saturday,
#kolumneBlockCalendar td.saturday {}
#kolumneBlockCalendar td.prevmonth,
#kolumneBlockCalendar td.nextmonth {color: #dda;}  /* hides if the same color used as background */

/* category block */
.kolumneBlockCategory { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockCategory li { margin:0; padding:0; }
.kolumneBlockCatChild { margin:0 0 0 8px; padding:0; list-style:inside; }

/* archive block */
.kolumneBlockArchive { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockArchive li { margin:0; padding:0; }
.kolumneBlockArchNav { margin:0 8px 0 0; text-align:right; }
.kolumneBlockArchSort { margin:0 0 0 8px; }

/* latest entries block */
.kolumneBlockLatestEntries { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockLatestEntries li { margin:0; padding:0;}
.kolumneBlockLatestEntries li p { margin:.3em 0 .3em 1em; padding:0;}

/* recent trackback block */
.kolumneBlockTB { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockTB li { margin:0; padding:0; }
.kolumneBlockTB .tbdate {}

/* recent comment block */
.kolumneBlockComments { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockComments li { margin:0; padding:0; }
.kolumneBlockComments li span {}

/* bloggers list */
.kolumneBlockBloggers { margin:0 0 0 3px; padding:0; list-style:inside; }
.kolumneBlockBloggers li { margin:0; padding:0; }
.kolumneBlockBloggersNav { margin:0 8px 0 0; text-align:right; }

.moreBlogs { display:block; text-align:right; }
.readMore { display:block; padding-top:1em; }

/***------------ experimental -------------***/
/* Clearing float   www.positioniseverything.net */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */