/* CONCERTO SACRO  */
/* Umsetzung: Knips & Konsorten  */
/* ..:: Style CSS ::.. */

/*
schwarz #000
hell #c9c073
dunkel #9b9247 -> 50% opacity
*/



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> BASICS <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

body {
  background: url(../bilder/concertosacro_bg.jpg) 550px 20px no-repeat #c9c073;
  font-family: Arial,Helvetica,"sans serif";
}

a, a:hover, a:visited, a:active {
  color:#000;
  text-decoration: underline;
}

h1 {
  font-size: 1.167em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 10px 10px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> HEADER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#header {
  position: relative;
  width: 100%;
  height: 66px;
  background: url(../bilder/header_bg.gif) repeat-x;
}

#logo {
  padding-left: 40px;
  width: 290px;
}

#logo a {
  display: block;
}

#stern {
  position: absolute;
  top: 16px;
  left: 837px;
  background: url(../bilder/stern.gif) no-repeat;
  height: 27px;
  width: 35px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CONTENT <<<---------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#container {
  width: 689px;
  margin: 40px 0 40px 40px;
  font-size: 1em;
}

/* NAVIGATION */

#navigation {
  margin-bottom: 15px;
}

#navigation a {
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation li {
  display: inline;
  padding:0 12px;
  border-left: 1px solid #000;
}

#navigation li.aktiv, #navigation li.aktiv-first, #navigation li.aktiv-last {
  font-weight: bold;
}

#navigation li.first, #navigation li.aktiv-first {
  padding-left: 0;
  border-left: none;
}

#navigation li.last, #navigation li.aktiv-last {
  padding-right: 0;
}

/* CONTENT-BOXEN */
#content {
  padding: 5px 7px 40px 5px;
  background: url(../bilder/content_bg.png);
}

#content p {
  padding: 15px 10px 30px;
  background: #fff;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.csc-textpic-imagewrap {
  margin: 10px;
}


.tipp_container {
  background: url(../bilder/tipp_bg.gif);
}

#tipp_links, #tipp_rechts {
  float: left;
  width: 336px;
  background: #FFF;
}

#tipp_links {
  margin-right: 5px;
}

#tipp_links h1, #tipp_rechts h1 {
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  padding: 15px 0 5px 10px;
}

#tipp_links p, #tipp_rechts p {
  line-height: 1.5em;
  margin-bottom: 5px;
  padding: 0 10px 15px 10px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#footer {
  padding: 15px 10px 8px;
  margin-top: 3px;
  background: #000;
  font-size: 0.833em;
  color: #fff;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
  color: #fff;
  text-decoration: none;
}