/* $Id: style.css,v 1.13 2008/09/12 19:06:09 frjo Exp $ */

/* slash_green */
@charset "utf-8";

body {
  background: #f5f7fb;
}

/* Header */

#header {
  background: #006666 url(header_bg.png) repeat top left;
  border: 1px solid #006666;
}

/* Navigation */

#top-nav {
  border: 1px solid #006666;
  border-width: 0 1px 1px 1px;
}
#primary li {
  background: #006666 url(cl.png) no-repeat top left;
}
#primary li:hover {
  background: #008D8D url(cl.png) no-repeat top left;
}
#primary a:link,
#primary a:visited,
#primary a:hover,
#primary a:active {
  background: transparent url(cr.png) no-repeat top right;
}
#secondary li {
  background: #006666;
}
#secondary li:hover {
  background: #008D8D;
}

/* Links */

a:link, a:visited {
  color: #006666;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #ff0000;
}

.node .content a:link, .comment .content a:link {
  color: #006666;
}
.node .content a:visited, .comment .content a:visited {
  color: #333;
}
.node .content a:hover, .comment .content a:hover {
  color: #ff0000;
}
.node .content a:active, .comment .content a:active {
  color: #ff0000;
}

/* Node styles */

.node .title1 {
  background: #006666 url(cl.png) no-repeat top left;
}
.node .title2 {
  background: transparent url(cr.png) no-repeat top right;
}
.node .meta,
.node .content,
.node div.links {
  border: 1px solid #006666;
  border-width: 0 1px 1px 1px;
}
.node div.links {
  background: #ccc;
}

/* Block styles */

.block .title1 {
  background: #006666 url(cl.png) no-repeat top left;
}
.block .title2 {
  background: transparent url(cr.png) no-repeat top right;
}
.block .content {
  border: 1px solid #006666;
}

/* Box styles */

.box {
  border: 1px solid #006666;
}

#mission, #footer {
  border: 1px solid #006666;
}

/* Modules */

.profile {
  border: 1px solid #006666;
}

/* für popup Fenster im Kalender */
/*#calpopup .field-field-date, */
#calpopup #nodelink
{display: none;}

