﻿@charset "utf-8";
/**
* Tour d'Europe - Tauerbrenner 2011
*
* @link http://www.tour-d-europe.de/2023dresdensued
* @package cycling
* @version 1.0
*/

/* Farben und Hintergründe setzen */
html, body {
  color: #3b2b20;
  background-color: #ccff66; /*#99CC33 #669933;*/
  /*background: url(images/fashion_pattern_vector_background_147931.jpg) repeat;*/
}
body {
  background: url(../images/style_PageBackground_green.png) top center repeat-y;
}

/**
* Regeln für besondere Bereiche
*
* @section Sidebar
*/
div#sidebar {
  color: inherit;
  background: url(../images/style_SidebarWithKhatag_green.jpg) top left no-repeat;
  float: left;
  width: 224px;
  height: 490px;
  padding: 0 16px;
  margin: 0 0 26px 0;
}