/*
 * css file fuer lg-obersulm
 * (C) 2009 Ralf Rascher
 */

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #dfdfdf;
}

img {
  border: none;
}


#container
{
  text-align: left;
  background-image: url( 'background.png' );
  margin: 10px auto 10px auto;
  background-repeat: repeat-y;
  width: 1000px;
  background-color: #fffff0;
  color: #000000;
  font-size: 12px;
}

#top
{
  background-color: #ffffff;
  height: 100px;
  background-image: url('../pics/breitsee.gif');
  background-repeat: no-repeat;
}

#top h1 {
  font-family: Georgia, sans-serif;
  font-size: 38px;
/*  vertical-align: text-top; */
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-left: 120px;
}


/*
 * left column
 */
#leftnav
{
  float: left;
  padding: 10px 10px 0px 0px;
  width: 170px;
/*  background-color: #ffFff0; */
}

#leftnav ul {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px 10px 15px 10px;
  list-style: none;
}

#leftnav li {
  border-bottom: 1px dashed #D1D1D1;
}


#leftnav a {
  text-decoration: none;
  font-style: italic;
}

#leftnav h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  padding: 0px 2px 0px 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #D1D1D1;
}

#leftnav a:link {
  text-decoration: none;
  color: #913900;
  font-style: italic;
}


#leftnav a:hover, a:active {
  text-decoration: none;
  color: #913900;
  font-style: italic;
  background-color: #ffaa71;
}


#leftnav a:visited {
  text-decoration: none;
  color: #913900;
  font-style: italic;
}


/*
 * right column
 */
#rightnav
{
  float: right;
  width: 160px;
/*  background-color: #fffff0; */
}

#rightnav ul {
  margin: 0;
  padding : 0;
  list-style: none;
}

#rightnav li {
  padding-top: 10px;
  padding-bottom : 10px;
}


/*
 * main content
 */
#content
{
  margin-top: 0px;
  margin-left: 180px;
  margin-right: 160px;
  padding-right: 10px;
  padding-left: 0px;
/*  background-color: #fffff0; */
}

#footer
{
/*  background-image: url( 'background1.png' ); */
  clear: both;
  height: 35px;
}

#footer h3
{
  font-size: 11px;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 20px;
  border-top: 1px solid #D1D1D1;
}

#leftnav a {
  text-decoration: none;
  font-style: italic;
}


/*
 * classes
 */
div.logo
{
  padding: 1px 10px;
}

.post h1 {
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-top: 3px groove #913900;  
  border-bottom: 3px groove #913900;
  font-size: 18px;
  font-weight: bold;
  color: #913900;
}


.post h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px groove #913900;
  font-size: 22px;
  font-weight: bold;
  color: #913900;
}

.post h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #913900;
  font-size: 16px;
  font-weight: bold;
  color: #913900;
}


#content h4 {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}


div.center
{
  text-align: center;
}

/* Tabellen */
table {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 11px;
}

th {
  text-align: left;
  vertical-align: top;
  padding: 1px;
}

td {
  text-align: left;
  vertical-align: top;
  padding: 6px;
}


/* table for termine */
table.termine {
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
}

table.termine th {
  background-color: #dddddd;
  font-weight: bold;  
  padding: 6px 6px 6px 6px;
}

table.termine td {
  text-align: center;
  vertical-align: top;
  border: 1px solid #db8A4F;  
  padding: 3px 3px 3px 3px;
}

.startzeit {
  background-color: #DB8A4F;
  font-weight: bold;    
}

.termin_a {
  background-color: #DB8A4F;
  font-weight: bold;    
}

.termin_b {
  background-color: #EF8232;
  font-weight: bold;
}

.termin_c {
  background-color: #EF8232;
  font-weight: bold;
}

.termin_d {
  background-color: #DB8A4F;
  font-weight: bold;
}

.termin_e {
  background-color: #EF8232;
  font-weight: bold;
}

.termin_f {
  background-color: #EF8232;
  font-weight: bold;
}

.termin_g {
  background-color: #DB8A4F;
  font-weight: bold;
}


