/* -- General -- */
body {
  font: 0.8em Verdana, Arial, sans-serif;
  background-image: url(../images/background.png);
  text-align: center;
}

pre {
  border: thin dotted #ccc;
  margin-left: 1em;
  margin-right: 1em;
  background-color: #fafafa;
  padding: 1em;
}

/* -- Logo -- */
#logo::before {
  background: transparent url(../images/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(../images/top-left.png);
  padding: 0;
  line-height: 0.1em;
  font-size: 1px;
}

#logo {
  margin: 2em 2em 0 2em;
  height: 150px;
  background: url(../images/c3d2_blue.jpg);
  text-align: left;
}

#logo h1 {
  position: relative;
  top: 23px;
  left: 23px;
  padding: 65px 0 0 0;
  overflow: hidden;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  height: 0px !important;
  height /**/:65px;
}

/* -- Body -- */
#body {
  display: block;
  float: left;
}

/* -- Navigation -- */

#navigation {
  float: left;
  text-align: left; 
  width: 12%;
  margin-left: 2em; 
  padding: 1em;
  padding-top: 100px;
  background: url(../images/ck.png) top center no-repeat;
}

#navigation form {
  padding: 0.2em 0 0.2em 0;
  margin: 1em 0.3em 0 0.3em;
  border-top: #ebc63c 1px solid;
  border-bottom: #ebc63c 1px solid;
  text-align: center;
}

#navigation input[type =text] {
  width: 80%;
} 

#navigation ul {
  list-style-type: square;
  list-style-image: url(../images/bullet.png);
  font-size: small;
  padding-left: 2em;
}

#navigation li {
  line-height: 2em;
}

#navigation a {
  color: #676767;
  text-decoration: none;
  font-weight: bold;
}

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

/* -- Content -- */
#content {
  text-align: left;
  float: left;
  width: 50%;
  border-left: #ccc 1.1px dashed; 
  border-right: #ccc 1.1px dashed; 
  line-height: 1.3em;
  padding: 2em;
}

#content p {
  margin: 1.5em 1em;
}

#content a {
  text-decoration: none;
  border-bottom: #ebc63c 1px solid;
  color: #555;
}

#content a:hover {
  border-width: 2px;
}
      
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  letter-spacing: 3px;
  margin: 0px;
  background-color: transparent;
  font-weight: bold;
}

#content h1 {
  line-height: 1em;
}

#content h2 {
  line-height: 1em;
  font-size: 200%;
  margin-bottom: 1em;
  margin-top: 0px;
  color: #333;
}

#content h3 {
  line-height: 1.3em;
  font-size: 130%;
  margin-top: 30px;
  color: #555;
}

#content h4 {
  font-size: 120%;
}

#content hr.news {
  visibility: hidden;
  clear: both;
}

#content div.news {
  padding: 1em;
  margin: 0;
  margin-bottom: 0.5em; 
}

.news_author {
  font-size: small;
  font-style: italic; 
  margin-left: 1em;
  font-weight: bold;
}

#content h2.news, #content h3.news {
  border-bottom: #ebc63c 3px solid;
  padding: 0px;
  line-height: 1.1em;
  margin-bottom: 0px;
}

#content h3.news a {
  border: none;
}

#content ul {
  list-style-type: square;
  list-style-image: url(../images/bullet.png);
}

#content li {
  margin-top: .5em;
}

#content div.comment {
    border: #ccc 1px solid;
    background-color: #eee;    
}

#content div.comment .author {
    font-weight: bold;
}
#content div.comment .date {
    padding-left: 2em;
}
#content p.new_comment a:before {
  content: url(../images/bullet.png);
  padding-right: 4px;
}

/* -- News -- */
#news {
  text-align: left;
  float: right;
  margin-right: 1em;
  margin-left: -5%;
  width: 19%;
  background: url(../images/pesthoernchen.png) top center no-repeat;
  padding: 2em;
  padding-top: 90px;
  font-size: small;
}

#news h2 {
  font-size: 1.2em;
  border-top: #ebc63c 1px solid;
  padding-top: 5%;
}

#news ul {
  list-style-type: circle;
  list-style-image: url(../images/bullet.png);
  font-size: small;
  margin-left: -1em;
  max-width: 10em !important;
}

#news ul li {
  line-height: 1.5em;
  margin-top: .5em;
}

#news a {
  color: #666;
  text-decoration: none;
  font-style: italic;
}

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

/* -- Upcoming -- */
#upcoming {
  text-align: left;
  float: right;
  margin-right: 1em;
  margin-left: -5%;
  width: 19%;
  padding: 2em;
  font-size: small;
}

#upcoming h2 {
  font-size: 1.2em;
  border-top: #ebc63c 1px solid;
  padding-top: 5%;
}

#upcoming ul {
  list-style-type: none;
  font-size: small;
  margin-left: -1em;
  max-width: 10em !important;
}

#upcoming ul li {
  line-height: 1.5em;
}

#upcoming a {
  color: #666;
  text-decoration: none;
  font-style: italic;
}

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

#upcoming ul li .location { 
  display: none;
  overflow: hidden;
  font-size: xx-small;
  font-weight: bold;
}
#upcoming ul li:hover .location {
  display: inline;
}

/* -- footer -- */
#footer {
  margin: 0 2em 2em 2em;
  text-align: center;
  font-size: small;
  border: #ccc 1px solid;
  border-top: none;
  background: #fff url(../images/background_bottom.png) no-repeat left bottom;
}

#footer ul, #footer li {
  display: inline;
  list-style-type: none;
}

#footer li a {
  margin: 0 1em;
  color: #676767;
  text-decoration: none;
  font-weight: bold;
}

#footer li a img {
  border: none;
}

.hidden {
  color: white;
  font-size: xx-small;
  clear: both;
}

#update {
  font: xx-small sans-serif;
  letter-spacing: 0.8px;
  color: #666;
}
  
/* some little helpers */
img.left {
  float: left;
  margin-right: 1em;
}

img.right {
  float: right;
  margin-left: 1em;
}     

dt {
  font-weight: bold;
  font-style: italic;
  margin-left: 2em; 
  margin-top: 0.5em;
  color: #555; 
}

dt:after {
  content: ":";   
}

dl {
  font-size: 90%;
  margin-top: 2em;
  margin-bottom: 3em; 
}

dt.main {
  font-style: normal;
  font-size: 100%;
  margin-left: 1em;
  margin-top: 1em;
  color: #000;
}

dt.main:after, dt.main:before {
  content: "";
}

dd, dt {
  font-size: 95%;
}

dd {
  margin-left: 4em;
}

ul.details_event {
  list-style-type: none;
}

abbr.dtstart, abbr.dtend {
  border-bottom: none;
}

/* -- Calendar -- */
table.calendar {
  table-layout: fixed;
  width: 99%;
  border: 1px solid #ccc;
}

table.calendar th {
  background: #DDD;
  padding: .5em
}

table.calendar tr {
  min-height: 5em;
}
table.calendar tr td {
  border: none;
  vertical-align: top;
  background: #eee;
  padding: .5em
}

table.calendar tr td span.day {
  font-size: 200%;
  font-weight: bold;
}

td.calweek1 {
  color: black;
}
td.calsun1 {
  color: red;
}
td.calweek2 {
  color: #6f6f6f;
}
td.calsun2 {
  color: #ff6f6f;
}
td.calweek3 {
  color: #bfbfbf;
}
td.calsun3 {
  color: #ffbfbf;
}

table.calendar tr td ul {
  font-size: 70%;
  padding: 2px 0px;
  margin: 0px;
}
table.calendar tr td ul li {
  list-style-type: none;
  list-style-image: none;
}

/* -- MIME Icons -- */
/* Icons from the Tango Project, http://art.gnome.org/themes/icon/1150 */
/* CSS Idea by Tigion, http://blog.tigion.de/2007/06/28/link-indication-der-kompromiss-des-linkbildes/ */
a.mime:before {
  padding-right: 0.3em;
  content: url(../images/mime/text.png);
  text-align: right;
  vertical-align: middle;
}
a[href$=".pdf"].mime:before {
  content: url(../images/mime/document.png);
}
a[href$=".ps"].mime:before {
  content: url(../images/mime/document.png);
}
a[href$=".html"].mime:before {
  content: url(../images/mime/document.png);
}
a[href$=".mp3"].mime:before {
  content: url(../images/mime/audio.png);
}
a[href$=".ogg"].mime:before {
  content: url(../images/mime/audio.png);
}
a[href$=".m3u"].mime:before {
  content: url(../images/mime/playlist.png);
}
a[href$=".pls"].mime:before {
  content: url(../images/mime/playlist.png);
}
a[href$=".svg"].mime:before {
  content: url(../images/mime/image.png);
}
a[href$=".png"].mime:before {
  content: url(../images/mime/image.png);
}
a[href$=".gif"].mime:before {
  content: url(../images/mime/image.png);
}
a[href$=".jpg"].mime:before {
  content: url(../images/mime/image.png);
}
a[href$=".avi"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".mpg"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".mpeg"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".mov"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".wmv"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".ogm"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".mp4"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".mkv"].mime:before {
  content: url(../images/mime/video.png);
}
a[href$=".tar"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".tar.gz"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".tgz"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".tar.bz2"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".tbz"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".zip"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".rar"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".7z"].mime:before {
  content: url(../images/mime/pkg.png);
}
a[href$=".torrent"].mime:before {
  content: url(../images/mime/bittorrent.png);
}
a[href$="-rss.xml"]:before {
  content: url(../images/mime/feed.png);
  padding-right: 0.3em;
}
a[href$="-atom.xml"]:before {
  content: url(../images/mime/feed.png);
  padding-right: 0.3em;
}
a[href$="podcast.xml"]:before, a[href$="pentaradio.xml"]:before, a[href$="pentacast.xml"]:before {
  content: url(../images/mime/feed.png);
  padding-right: 0.3em;
}
a[href$=".ics"]:before {
  content: url(../images/mime/calendar.png);
  padding-right: 0.3em;
}
a[href$="xcal.xml"]:before {
  content: url(../images/mime/calendar.png);
  padding-right: 0.3em;
}
a[href$="calendar.html"]:before {
  content: url(../images/mime/calendar.png);
  padding-right: 0.3em;
}
#news h2 a:before { 
  content: url(../images/mime/feed.png);
  padding-right: 0.3em;
}

/* -- Search Engine -- */
div.search div.estform {
  margin: 0.8em 1.0em; padding: 0em 1.0em;
  background: #eeeeff none; border: solid 1pt #bbbbcc;
  -moz-border-radius: 0.4em;
}
div.search div.form_basic {
  margin: 0.4em 0em 0em 0em; padding: 0em 0em;
  font-size: smaller;
}
div.search div.form_extension {
  margin: 0.3em 0em 0.3em 0em; padding: 0em 0em;
  font-size: smaller;
}
div.search div.estresult {
  text-align: left;
  margin: 1.0em 1.0em; padding: 0em 0em;
}
div.search div.resinfo {
  text-align: right;
  font-size: smaller;
}
div.search div.hints {
  margin-right: 0.8em; text-align: right;
  font-size: smaller; color: #555555;
}
div.search div.relkeys {
  margin-right: 0.3em; text-align: right;
  font-size: smaller; color: #555555;
  opacity: 0.70;
}
div.search div.relkeys a {
  color: #007777; text-decoration: none;
}
div.search div.relkeys a:hover {
  color: #0066dd; text-decoration: underline;
}
div.search dl.doc {
  margin: 1.3em 0em;
}
div.search dl.doc dd {
  font-size: smaller; color: #222222;
}
div.search a.doc_title {
  color: #0011ee; text-decoration: underline;
}
div.search a.doc_title:hover {
  color: #0033ff; text-decoration: underline;
}
div.search span.doc_score {
  font-size: smaller; color: #555555;
}
div.search span.doc_score:before {
  content: "(";
}
div.search span.doc_score:after {
  content: ")";
}
div.search span.doc_link {
  color: #007744;
}
div.search dd.doc_attr {
  margin: 0em 0.8em;
}
div.search span.doc_val {
  color: #111111;
}
div.search dd.doc_text {
  margin: 0em 1.3em;
}
div.search strong.key {
  margin: 0em -0.1em; padding: 0em 0.1em;
  color: #000011;
  -moz-border-radius: 0.3em;
}
div.search strong.key1 { background-color: #ffffcc; }
div.search strong.key2 { background-color: #ffeeee; }
div.search strong.key3 { background-color: #eeeeff; }
div.search strong.key4 { background-color: #eeffdd; }
div.search code.delim { color: #555555; letter-spacing: -0.1em; }
div.search dd.doc_navi {
  margin: 0em 1.1em;
}
div.search div.doc_clip {
  margin-left: 2.5em; margin-top: -0.6em;
}
div.search div.doc_clip p {
  font-size: smaller; color: #444444;
}
div.search a.detail,a.similar,a.include {
  color: #007777; text-decoration: none;
}
div.search a.detail:hover,a.similar:hover,a.include:hover {
  color: #0066dd; text-decoration: underline;
}
div.search p.note {
  margin: 3em 1.5em;
  color: #444444;
}
div.search div.paging {
  margin: 2em 1em; text-align: right;
  font-size: smaller;
}
div.search a.navi {
  margin: 0em 0.2em; padding: 0em 0.5em;
  background: #eeeeff none; border: solid 1pt #bbbbcc;
  -moz-border-radius: 0.25em;
  color: #0022aa; text-decoration: none;
}
div.search span.void {
  margin: 0em 0.2em; padding: 0em 0.5em;
  background: #eeeeee none; border: solid 1pt #bbbbcc;
  -moz-border-radius: 0.25em;
  color: #aaaaaa;
  opacity: 0.70;
}
div.search a.pnum {
  margin: 0em 0em; padding: 0em 0.2em;
  background: #eeeeff none; border: solid 1pt #bbbbcc;
  -moz-border-radius: 0.25em;
  font-size: smaller; color: #0022aa; text-decoration: none;
}
div.search span.pnow {
  margin: 0em 0em; padding: 0em 0.2em;
  background: #ffeedd none; border: solid 1pt #bbbbcc;
  -moz-border-radius: 0.25em;
}
div.search div.estinfo {
  margin: 1.5em 1.0em; padding: 0em 0em; text-align: right;
  font-size: smaller; color: #555555;
  opacity: 0.80;
}
div.search div.estinfo a {
  color: #555555; text-decoration: none;
}
div.search div.logo {
  margin: 4.0em 1em; text-align: center;
}
div.search div.logo h1 {
  color: #000000;
}
div.search div.logo div.caption {
  margin-top: -0.9em;
  color: #222222;
}
div.search div.help {
  margin: 2em 4em; padding: 2em 2em;
  background-color: #eeeeff; border: 2pt solid #ddddee;
  -moz-border-radius: 0.8em;
}
div.search div.help h2 {
  margin-top: 1.2em;
}
div.search div.help p {
  line-height: 145%; text-indent: 0.8em;
}
div.search div.help pre {
  margin: 0em 2em; padding: 0em 0.2em;
  background-color: #ffffff; border: 1pt solid #999999;
  -moz-border-radius: 0.2em;
}
input#phrase {
  width: 50%;
}
p.blockquote {
        padding: .5em .5em .5em 2em;
        border-left: 20px solid #eee;
        background-color: #fafafa;
}

a.flattr {
    content: url(../images/flattrthis.png);
    opacity: 0.8;
    text-decoration: none;    
    border-bottom: none;
}
a.flattr:hover {
    opacity: 1;
    text-decoration: none;    
    border-bottom: none;
}
