html { 
    background:url(../images/body.gif);
}
body { 
  margin:0;
  font-size:12px;
  line-height:20px;
  font-family:Arial, Helvetica, sans-serif;
  background:url(../images/body_bckg.gif) repeat-x;
}
a {color:#EE4400; text-decoration:none;}
a:hover {text-decoration:underline;}

#container {
  background:url(../images/main_bckg.gif) top no-repeat;
  width:1000px;
  margin:0
  auto;
}

#logo {
  font-size:24px;
  font-family: Impact, Arial, Geneva, sans-serif;
  padding: 40px 100px 70px 210px;
}
#logo a {color:#FFFFFF; text-decoration:none; text-transform:uppercase;}
#img_logo {padding-left:40px; padding-top: 0px;}
#menu {height:40px; text-align:center;}
#menu a {color:#B02802; font-size:14px; font-weight:bold; text-decoration:none; margin:0 20px; text-transform:lowercase;}
#menu a:hover {color:#000000;}

#main {
    margin:0 110px;
    float:left;
    background-color:#FFFFFF;
    min-height:350px;
    display:inline;
}
#text {
  margin-top: 20px;
  margin-right: 220px;
  margin-bottom: 0px;
  margin-left: 40px;
  width: 520px;
}
#text ul {
    padding:0;
    margin:10px 0 10px 40px;
}
#text li {list-style:none; padding-left:15px; background:url(../images/li.gif) no-repeat 0px 6px;}
h1 {
  margin:20px 0px 0px 0px;
  text-transform:uppercase;
  font-family:Arial, sans-serif;
  font-size:18px;
  font-weight:normal;
}
#text p { 
    margin:10px 0px;
}
p.small_font {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #666666;
}
p.bold {
  font-weight: bold;
}
#text table {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}
#sidebar {
  float:right;
  width:170px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 30px;
}
#sidebar h2 {
  font-family:Arial, sans-serif;
  margin:0 0 20px 0;
  text-transform:uppercase;
  font-size:18px;
  font-weight:normal;
}
#sidebar ul {margin:0; padding:0;}
#sidebar li {list-style:none; border-bottom:1px solid #ebebeb; padding:3px 2px;}
#sidebar li:hover {background-color:#f3f3f3;}
#sidebar a {text-decoration:none;display: block;}

table.hightlight {
  background-color:#ffcccc;
}
tr.green {
  background-color: #e7e6e6;
}
td.color_red {
  background-color: #ff3300;
}
p.event_datum {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #7A2200;
}

div.border {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
}

#footer {
    padding:0 110px;
    height:169px;
    clear:both;
    background:url(../images/footer_bckg.gif) center no-repeat;
}
#menu_footer {
    color:#7A2200;
    font-size:11px;
    padding:40px 0 0 30px;
}
#menu_footer a {
    color:#7A2200;
    text-transform:lowercase;
}
#left_footer {
    float:left;
    padding:60px 0 0 100px;
    color:#FFFFFF;
    font-size:10px;
}
#left_footer a {
    color:#FFFFFF;
}
#right_footer {
    float:right;
    padding:60px 100px 0 0;
    color:#FFFFFF;
    font-size:10px;
}
#right_footer a {
    color:#FFFFFF;
}

tr.title td {
  
  background-color: #cccccc;
}