

/* *************************************************************************** */
/*   Html Elements                                                             */
/* *************************************************************************** */

html, body {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  background: #FFFFFF;
  color: #333333;
}

a {
  color: #4571AE;
  text-decoration: none;
}

a:visited {
  color: #4571AE;
}

a:hover {
  color: #0000FF; /* #9C9C9C */
  text-decoration: underline;
}

/* Justification */
p {
  text-align: justify;
}

/* headline has special KCB font and use background color of navi_item1-7, see chapter 'Navigation items' */
h2 {
  margin-top: 16px;
  font-family: "SheffieldRegularBoldRegular", Sans-Serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #FFFFFF;
  height: 15px;
  padding: 3px 0px 0px 5px;   /* 3px top, 5px left */
}

/* remove border for images if a link is set */
img {
  border: 0;
}

/* Not completed filled fields will be highlighted, used in contact form KONTAKT > KONTAKT */
td.highlight {
  background-color: #FFA07A;
}



/* *************************************************************************** */
/*   Navigation                                                                */
/* *************************************************************************** */

/* Nav items center text */
.nav_line {
  margin: 0; padding: 0;
  text-align: center;
}

/* Nav items in one line positioned */
.nav_line li {
  list-style: none;
  float: left;
  position: relative;
  margin-left: 2px;                  /* Left space between nav items in 1. navigation level */
  line-height: 28px;
  width: 97px; 
}

/* Nav items with full height */
.nav_line li a {
  display: block;
  font-family: "SheffieldRegularBoldRegular", Sans-Serif;
  text-decoration: none;
  color:#FFFFFF;
}

/** First navigation level, left position of KCB logo */
.kcb_logo_level1,
.kcb_logo_level2 {
  float: left;
}

/* First navigation level */
.nav_level1 {
  font-size: 0.9em;
}

/* Second navigation level */
.nav_level2,
.nav_level3 {
  font-size: 0.75em;
  margin-top: 2px;                    /* Space above second navigation level */
}

/* Second navigation level, line height */
.nav_level2 .nav_line li,
.nav_level3 .nav_line li {
  line-height: 16px;
}

/** Second navigation level, width of KCB logo */
.kcb_logo_level2,
.kcb_logo_level3 {
  width: 207px;                       /* width of kcb logo image in second navigation level */
}

/* Underlined link for first and second navigation level */
.nav_level1 .current_page_item a,
.nav_level2 .current_page_item2 a,
.nav_level3 .current_page_item3 a {
  text-decoration: underline;
}

/* Hover for first navigation level - underlined link*/
.nav_level1 a:hover,
.nav_level2 a:hover,
.nav_level3 a:hover {
  text-decoration: underline;          /* underlined link */
}

/* Hover for first navigation level - yellow background */
.nav_level1 .nav_line a:hover {
  background: #EAB352;
}


/* Navigation items */

.nav_item1 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item1 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item1,                /* fill second level navigation hole line */
.nav_level3 .nav_item1 a,              /* fill third level navigation only link items */
table.nav_item1.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #8A3985;           /* 1. navi background - 'PORTRAIT': violett */
}

.nav_item2 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item2 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item2,                /* fill second level navigation hole line */
.nav_level3 .nav_item2 a,              /* fill third level navigation only link items */
table.nav_item2.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #4571AE;           /* 2. navi background - 'KONZERTE': blau */
}

.nav_item3 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item3 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item3,                /* fill second level navigation hole line */
.nav_level3 .nav_item3 a,              /* fill third level navigation only link items */
table.nav_item3.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #336B6C;           /* 3. navi background - 'HÖREN': türkis */
}

.nav_item4 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item4 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item4,                /* fill second level navigation hole line */
.nav_level3 .nav_item4 a,              /* fill third level navigation only link items */
table.nav_item4.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #4571AE;           /* 4. navi background - 'PRESSE': blau */
}

.nav_item5 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item5 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item5,                /* fill second level navigation hole line */
.nav_level3 .nav_item5 a,              /* fill third level navigation only link items */
table.nav_item5.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #3A993B;           /* 5. navi background - 'KONTAKT': hellgrün */
}

.nav_item6 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item6 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item6,                /* fill second level navigation hole line */
.nav_level3 .nav_item6 a,              /* fill third level navigation only link items */
table.nav_item6.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #9F376A;           /* 6. navi background - 'IMPRESSUM': rot-violett */
}

.nav_item7 h2,                         /* fill headline level 2 */
.nav_level1 .nav_item7 a,              /* fill first level navigation only this navi item */
.nav_level2 .nav_item7,                /* fill second level navigation hole line */
.nav_level3 .nav_item7 a,              /* fill third level navigation only link items */
table.nav_item7.bar_nav_color_filled { /* fill concert advertising on start (index) page */
  background-color: #225238;           /* 7. navi background - 'INTERN': dunkelgrün */
}


/* General space above elements */
.margin_top {
  margin-top: 16px;
}



/* *************************************************************************** */
/*   Tables                                                                    */
/* *************************************************************************** */

/* Main table for layout */
.main_table {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Logos above navigation */
.header_table {
  vertical-align: top;
  margin-top: 10px;
  line-height: 40px;
}

/* First table after navigation */
.body_table {
  vertical-align:top;
/*  padding: 10px 0px 0px 0px; */
  margin-bottom: 20px;
/*  border: 1px #000000 solid; */ /* border */
}

/* Used in repertoire and in internal area */
.tableHead {
  background-color: #BDBDBD;  /* grey */
  font-size: 1.2em;
  font-weight:bold;
}

/* Used in internal area */
.tableValignTop td {
  vertical-align:top;
}

/* Concert advertising on start (index) page has white color and white link */
table.bar_nav_color_filled,
table.bar_nav_color_filled a {
  color: #FFFFFF;
}

/* Concert advertising on start (index) page has white color */
table.bar_nav_color_filled {
  margin-top: 16px;                    /* space on top */
  padding: 0px 16px 0px 35px;          /* padding inside the table: 16px right,  35px left */
}

/* In navigation concerts ('actual' and 'archive') images were to high on top, space added */
.table_concert img {
  padding-top: 3px;
}

/* In navigation concerts ('actual' and 'archive') space added to bottom of cells */
.table_concert td {
  vertical-align: top;
  padding-bottom: 32px;
}

/* In navigation concerts ('actual' and 'archive') no padding for inner tables */
.table_concert .concert_inner_table td {
  padding-bottom: 0px;
}



/* *************************************************************************** */
/*   Special functions, Error, Success                                         */
/* *************************************************************************** */

/* Tag cloud, used in index page */
/*
#tagCloud {
  font-family: Helvetica, Arial, Sans-Serif;
}
*/

/* Error hints, e.g. save file */
.error {
  color: #FF0000;
  font-weight: bold;
}

/* Success hints, e.g. save file */
.success {
  color: #009900;
  font-weight: bold;
}
