/*
//------------------------------------------------------------------------------
// Korbjäger Lünen Website, Version 2006
// Copyright 2006,2007 Ingo Feltes
//------------------------------------------------------------------------------
// korbjaeger.css - Standard-Stylesheet
//------------------------------------------------------------------------------
*/

/*
-- Seitenlayout ----------------------------------------------------------------
*/

body {
  margin:0;
  padding:0;
  font-family:Verdana,sans-serif;
  background-color:white;
  color:black;
}

#logo {
  position:absolute;
  left:0px;
  top:0px;
  padding:5px;
}

#korbjaeger {
  color:white;
  background-color:navy;
  font-weight:bold;
  text-align:center;
  height:88px;
  margin-bottom:1px;
  background-image:url(images/header.png);
}

#korbjaeger h1 {
  line-height:28px;
  font-size:24px;
  margin:0; padding:20px 20px 20px 200px;
  color:white;
  border:none;
}

#korbjaeger div.tag {
  line-height:20px;
  font-size:12px;
  margin:0;
}

#breadcrumb {
  font-size:12px;
  padding:3px 10px;
  background-color:black;
  color:white;
  font-weight:bold;
}

#breadcrumb a {
  color:white;
}

#navigation {
  left:0px;
  float:left;
  width:170px;
  font-size:13px;
  font-weight:bold;
  background-color:#efefef; /*lightsteelblue;*/
  border-right:solid 1px black;
  border-bottom:solid 1px black;
  margin-bottom:5px;
}

#navigation div {
  font-size:13px;
  padding:18px 8px; margin:0;
}

#navigation a {
  display:block;
  margin:0 0 8px 0;
  padding:2px 4px;
  border:solid 1px #efefef; /*lightsteelblue;*/
}

#navigation a:hover {
  text-decoration:none;
  background-color:white;
  border:solid 1px black;
}

#navigation a.shortcut {
  font-size:12px;
  margin:0 0 5px 0;
}

#navigation a.shortcutgap {
  font-size:12px;
  margin:0 0 13px 0;
}

#navigation a.gap {
  margin-bottom:16px;
}

#sidebar {
  float:right;
  width:165px;
  padding:5px;
  font-size:12px;
}

#content {
  padding:10px 10px 0px 180px;
}

#content2 {
  padding:10px 180px 0px 180px;
}

#bottom {
  clear:both;
  font-size:11px;
  margin-top:5px;
  padding:1px 2px;
  border-top:solid 1px gray;
  color:gray;
}

#bottom a {
  color:gray;
}

/*
-- Links -----------------------------------------------------------------------
*/

a:link, a:active, a:visited {
  color:navy;
  text-decoration:none;
}

a:hover {
  color:blue;
  text-decoration:underline;
}

a img {
  border:none; /* nervige Rahmen um verlinkte Bilder entfernen */
}

/*
-- "Normale" Absätze -----------------------------------------------------------
*/

div, p, ul, ol, td, input, textarea {
  font-family:"Verdana",sans-serif;
  font-size:12px;
}

/*
-- Überschriften ---------------------------------------------------------------
*/

h1, h2, h3 {
  font-family:"Verdana",sans-serif;
  font-weight:bold;
}

h1 {
  font-size:22px;
  color:black;
  border-bottom:solid 2px #e0e0e0;
  padding:0px 3px;
  margin-top:0px;
}

h2 {
  font-size:16px;
  letter-spacing:1px;
}

h3 {
  font-size:14px;
}

/*
-- Spezielle Absätze -----------------------------------------------------------
*/

/* Eingerückter Absatz */
p.indent, div.indent {
  padding-left:20px;
}

/* Doppelt eingerückter Absatz (auf Listen-Niveau) */
p.indent2, div.indent2 {
  padding-left:40px;
}

div.par {
  margin:1em 0em;
}

/* Absatz für das Logo (absolut positioniert) */
div.logo {
  position:absolute;
  top:0px;
  left:0px;
}

/* Absatz für Werbung */
div.werbung {
  text-align:center;
  margin-bottom:10px;
  padding:2px 0px;
}

/* Absatz für weiterführende Links */
div.more {
  font-size:10px;
  text-align:right;
}

/* Absatz für die "Quick-Links" */
div.quicklinks {
  font-size:11px;
  font-weight:bold;
  border-top:solid 1px navy;
  border-bottom:solid 1px navy;
  padding:2px 5px;
  margin-bottom:5px;
}

/* Absatz für Browse-Links */
p.browse {
  font-weight:bold;
  font-size:11px;
}

/*
-- Spezielle Schriftgrößen / Allgemeine Formatierungen -------------------------
*/

.tiny {
  font-size:11px;
}

.hint {
  font-size:9px;
  color:gray;
}

.nojs {
  font-size:8pt;
  color:gray;
}

/*
-- Info-Boxen ------------------------------------------------------------------
*/

div.box h3.header {
  font-weight:bold;
  color:white;
  background-color:navy; /*steelblue;*/
  padding:2px 5px;
  border:solid 1px black;
  font-size:12px;
  margin:0;
}

div.box div.content {
  background-color:whitesmoke;
  padding:2px;
  border:solid 1px black;
  border-top:none;
  font-size:11px;
}

div.box div.content div.entry {
  font-size:11px;
  margin-bottom:0.3em;
}

div.box div.content div.more {
  font-size:11px;
  text-align:right;
}

div.box {
  margin-bottom:5px;
}

/*
-- Formatierungen für Nachrichten und Termine ----------------------------------
*/

div.news {
  margin-bottom:10px;
}

div.news div.date {
  font-size:11px;
  font-weight:bold;
}

div.news h3 {
  font-size:18px;
  font-weight:bold;
  margin:0px 0px 5px 0px;
}

div.news div.content {
  text-align:justify;
}

table.ergebnis {
  border-collapse:collapse;
}

table.ergebnis td {
  font-family:monospace;
  padding:1px 20px 1px 0px;
}

h2.termine {
  font-size:18px;
  padding:3px;
  background-color:#eeeeee;
  margin:0px 0px 5px 0px;
}

div.termine {
  border:solid 1px #eeeeee;
  margin:0px 0px 10px 0px;
}

div.termine div.news {
  padding:0px 5px;
}

/*
-- Spielplan -------------------------------------------------------------------
*/

table.spielplan {
  width:640px;
  border:solid 1px black;
  border-collapse:collapse;
  margin-bottom:0.8em;
  table-layout:fixed;
}
table.spielplan tr.header td {
  font-weight:bold;
  background-color:#E0E8E8;
  border-bottom:solid 1px black;
  padding:2px 5px;
}
table.spielplan tr.content td {
  padding:1px 3px;
}

table.spielplan tr.content td b.s1 {
  color:navy;
}

/*
-- Spielberichte, Tabellen -----------------------------------------------------
*/

div.spielbericht {
  padding:1em 1em 0em 1em;
  margin:0px 10px 5px 10px;
}

div.spielbericht p.ergebnis {
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

div.spielbericht p {
  margin-left:10px;
  margin-right:10px;
  text-align:justify;
}

div.spielbericht p.right {
  font-size:11px;
  text-align:right;
}

table.tabelle {
  border:solid 1px black;
}

table.tabelle td {
  padding-left:5px;
  padding-right:5px;
}

table.tabelle tr.header td {
  font-weight:bold;
  color:white;
  background-color:black;
}

table.tabelle tr.r1 td {
  background-color:#D0D0D0;
}

table.tabelle tr.r2 td {
  background-color:#E0E0E0;
}

/*
-- Satzung ---------------------------------------------------------------------
*/

div.title {
  font-size:24px;
  text-align:center;
}

div.title span.caps {
  font-size:28px;
}

table.satzung {
  border-spacing:0px;
  table-layout:fixed;
}

table.satzung td {
  vertical-align:top;
  padding-bottom:1em;
  text-align:justify;
}

div.satzung {
  margin-left:40px;
}

ol.satzung li, ol.satzung div {
  margin-bottom:1em;
  text-align:justify;
}

ol.satzung li ol li {
  margin-bottom:0px;
}

/*
-- Mitgliederliste -------------------------------------------------------------
*/

table.mitgliederliste {
  border-collapse:collapse;
  width:800px;
}

table.mitgliederliste th {
  font-weight:bold;
  background-color:#E0E8E8;
  border:solid 1px black;
  font-size:11px;
  padding:0px 2px;
  text-align:left;
}

table.mitgliederliste td {
  border:solid 1px black;
  font-size:11px;
  padding:0px 2px;
}

/*
-- Gästebuch -------------------------------------------------------------------
*/

div.gbentry {
  border:solid 2px navy;
  width:600px;
  margin:1em 0em;
  padding:5px;
}

table.gbheader {
  width:100%;
  border-bottom:solid 1px navy;
  margin-bottom:5px;
}

table.gbheader td {
  padding-bottom:1px;
  font-size:11px;
}

div.gbcontent {
  padding-top:5px;
}

div.gbcomment {
  padding-top:5px;
  font-style:italic;
}

input.gbform {
  border:solid 1px navy;
  font-family:Verdana,sans-serif;
}

textarea.gbform {
  width:100%;
  border:solid 1px navy;
  font-family:Verdana,sans-serif;
}

/*
-- Redaktionssystem ------------------------------------------------------------
*/

/* (Fehler-)Meldungen */
div.message, div.error {
  width:400px;
  padding:10px;
  margin:1em 0px;
  text-align:center;
}

div.message {
  border:solid 2px navy;
  background-color:#E0E8E8;
}

div.error {
  border:solid 2px red;
  background-color:yellow;
}

p.fehler { /* veraltet */
  font-weight:bold;
  color:red;
}

p.meldung { /* veraltet */
  font-weight:bold;
  color:navy;
}

div.imageleft { float:left;margin:5px 5px 0px 5px;padding:3px;
  border-top:dotted 1px silver;border-bottom:dotted 1px silver}
div.imageright { float:right;margin:0px 5px 5px 5px;padding:3px;
  border-top:dotted 1px silver;border-bottom:dotted 1px silver }
div.imagecenter { text-align:center;margin:5px 0px;padding:3px;
  border-top:dotted 1px silver;border-bottom:dotted 1px silver }
div.imageinline { display:inline }
div.imageleft div.subtitle, div.imageright div.subtitle, div.imagecenter div.subtitle {
  text-align:center;font-size:10px }

