@charset "utf-8";
/**
 * Webpräsenz des Budokan - Sachsen e.V.
 *
 * @link      http://www.budokan-sachsen.de
 * @date      June 2009
 * @version   1.0
 * @author    Lukas Schnabel
 * @copyright Lukas Schnabel
 */

/**
 * Globale Einstellungen und Bugfixes
 *
 * @section   Browserreset
 */

* {
  margin: 0;
  padding: 0;
}

/**
 * Schrift
 */
body, td, th { font: normal 100.01%/167% Georgia, Palatino, "Times New Roman", serif; }
td, th { f\ont-size: 100%; }

/**
 * Farben und Hintergründe, Grundsettings
 */
html, body {
  color: rgb(123,123,114);
  background-color: rgb(244,244,235);
  margin: auto;
  min-width: 772px;
}

/********************************************************************************************/

/**
 * allgemeine Elemente
 *
 * @section   Überschriften
 */
h1 {
  color: rgb(123,123,114);
  background-color: transparent;
  font: italic 300% Georgia, Palatino, "Times New Roman", serif;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 .8em;
}
h2 {
  color: rgb(138,178,90);
  background-color: transparent;
  border-bottom: .1em dotted;
  font: small-caps bold 200% Georgia, Palatino, "Times New Roman", serif;
  line-height: 1.1;
  margin: .8em 0;
  display: block;
}
h3 {
  color: rgb(123,123,114);
  background-color: transparent;
  font: small-caps bold 150% Georgia, Palatino, "Times New Roman", serif;
  margin: .8em 0 .4em;
}
h4 {
  margin: .4em 0 .1em;
}
ins {
  text-decoration: none;
}

/**
 * @section   Absätze
 */
p { margin: .8em 0; }
p.img {
  text-align: center;
}
p.bg_p_big {
  text-align: center;
  font-size: 1.5em;
  display: block;
  padding: .4em;
  margin: auto;
  margin-top: .8em;
  margin-bottom: .8em;
  width: 80%;
  background: rgb(211,211,195);
}
div.address p {
  margin: .2em 0;
}

/**
 * @section   Links und Anker
 */
a:link {
  color: rgb(138,178,90);
  background-color: transparent;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
a:visited {
  color: rgb(123,123,114);
  background-color: transparent;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
a:hover, a:focus {
  color: rgb(244,244,235);
  background-color: rgb(123,123,114);
}
a:active {
  color: rgb(244,244,235);
  background-color: rgb(138,178,90);
}
a[href^="http"]:before {
  content: "\2197\00A0";
}
p.img a:hover, p.img a:link, p.img img, p.img a:visited {
  background: transparent;
  border: 2px solid rgb(244,244,235);
  padding: .5em;
}
a:hover img {
  border: 2px rgb(138,178,90) dotted;
}
a:active img, a:focus img {
  border: 2px rgb(138,178,90) solid;
}

/**
 * @section Listen
 */
dl {
  margin: .8em 0;
}
dl dt {
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
}
dl dd {
  margin-left: .6em;
}
ul {
  list-style-position: inside;
}
ol {
  list-style-position: inside;
}

/**
 * @section Tabellen
 */
table {
  margin: auto;
  margin-top: .8em;
  margin-bottom: .8em;
  border-collapse: separate;
  empty-cells: show;
}
table thead {
  color: rgb(244,244,235);
  background: rgb(123,123,114);
}
table th {
  font-weight: bold;
}
table td {
  padding-left: 1em;
  padding-right: 1em;
  background: rgb(211,211,195);
}
table td img {
  margin-top: .4em;
}
td.vertical_head {
  font-weight: bold;
  color: rgb(244,244,235);
  background: rgb(123,123,114);
}

/**
 * @section Bilder
 */
img.float_left {
  float: left;
}
img.float_right {
  float: right;
}


/**
 * @section Zitate
 */
blockquote {
  padding: 0 2em 0 3.2em;
  margin: .4em;
  background: rgb(211,211,195) url(images/zitat_bg_oben.gif) no-repeat top left;
}
p.cite {
  text-align: right;
}

/**
 * @section Container
 */
div.float_div {
  float: left;
  padding: .4em .8em;
  margin: .4em;
  background: rgb(211,211,195);
}
div.bg_div_big {
  width: 80%;
  padding: .4em .8em;
  margin: auto;
  margin-top: .4em;
  margin-bottom: .4em;
  background: rgb(211,211,195);
}

/**
 * @section Adressfelder
 */
address {
  margin: .2em 0;
}

/********************************************************************************************/

/**
 * Regeln für besondere Bereiche
 *
 * @section wrap
 */
html, body {
  height: 100%;
}
div#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
/**
 * @section head
 */
div#head {
  width: 100%;
  height: 123px;
  min-width: 772px;
  clear: both;
  background: rgb(138,178,90) url(images/head_bg.jpg) repeat-x top;
}
div#logo {
  width: 25%;
  height: 100%;
  float: left;
  position: absolute;
  background: transparent;
}
#logo img {
  display: block;
  margin: 0 auto;
  border: none;
  background: transparent;
}
div#headline {
  width: 75%;
  height: 123px;
  float: right;
  position: relative;
  background: transparent;
}
#headline h1 {
  width: 568px;
  height: 123px;
  margin: 0 auto;
  background: transparent;
}

/**
 * @section sidebar
 */
div#sidebar_bg {
  width: 25%;
  min-width: 193px;
  float: left;
  background: rgb(123,123,114);
}
div#sidebar_br {
  position: relative;
  width: 100%;
  background: transparent url(images/sidebar_border_right.jpg) repeat-y right;
}
div#sidebar_bb {
  width: 100%;
  background: transparent url(images/sidebar_border_bottom.jpg) repeat-x bottom;
}
div#sidebar_cb {
  width: 100%;
  background: transparent url(images/sidebar_corner_bottom.jpg) no-repeat bottom right;
}
div#sidebar {
  padding-top: 85px;
  padding-bottom: 38px;
  padding-right: 7px;
}
#sidebar ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

#sidebar a, #sidebar strong, #sidebar p {
  color: rgb(244,244,235);
}
#sidebar p {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#sidebar ul a, #sidebar ul strong {
  font: italic small-caps 22px Georgia, Palatino, "Times New Roman", serif;
  letter-spacing: .05em;
  border: none;
  display: block;
  padding-left: 20%;
}
#sidebar ul strong {
  height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(138,178,90) url(images/nav_selection_active.jpg) repeat-x center center;
}
#sidebar ul a {
  height: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: rgb(211,211,195);
  background: rgb(138,178,90) url(images/nav_selection_hover.jpg) repeat-x center center;
}
#sidebar a.img:before {
  content: none;
}
#sidebar a.img {
  border: none;
}
#sidebar a img {
  display: block;
  margin: auto;
  margin-top: .5em;
  border: 2px solid transparent;
}
#sidebar a:hover img {
  border: 2px dotted rgb(244,244,235);
}
#sidebar a:focus img, #sidebar a:active img {
  border: 2px inset rgb(244,244,235);
}
/**
 * @section content
 */
div#content_bt {
  width: 75%;
  float: right;
  background: transparent url(images/head_border.jpg) repeat-x top;
}
div#content_ct {
  width: 32px;
  height: 32px;
  position: relative;
  right: 7px;
  background: rgb(123,123,114) url(images/content_corner_top.jpg) no-repeat;
}
div#content {
  padding: 1.5em;
  margin-top: -24px;
  margin-bottom: 1.5em;
  background: transparent;
}

/**
 * @section footer
 */
div#footer, div#footer_bottom {
  width: 100%;
  clear: both;
  padding-top: 1.2em;
  margin-top: -3em;
  height: 1.8em;
  color: rgb(244,244,235);
  background: rgb(138,178,90) url(images/footer_border.jpg) repeat-x top;
}
#footer p {
  text-align: center;
  margin: 0;
}
#footer a:link {
  color: rgb(244,244,235);
}
#footer a:active, #footer a:focus {
  color: rgb(138,178,90);
  background: rgb(244,244,235);
}