/*
   -*- coding: utf-8 -*-

   $Id: style.css,v 1.2 2012/11/22 07:53:44 elias Exp $
   Mein schlichtes Standard-Design für 0zapftis.
*/

* 
{ 
  padding: 0px;
  margin: 0px;
}

body 
{ 
  background-color: #666;
  background-image: url(img/bgkeil.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 13.5pt;
  color: #eee;
  text-shadow: #111 1px 1px 3px;
}

a:link, a:visited 
{ 
  text-decoration: none;
  color: #acf;
}

a:hover, a:active 
{ 
  text-decoration: underline;
  color: #fff;
}

h1, h2, h3 
{ 
  font-family: 'Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fec;
}

h1 
{  
  font-size: 180%;
}

h2, h3
{ 
  font-size: 145%;
}

#wrap 
{ 
  border: 2px solid #aaa;
  border-radius: 24px;
  background-color: #444;
  background-image: url(img/mainbg.jpg);
  background-repeat: no-repeat;
  box-shadow: #000 3px 3px 8px;
  width: 800px;
  margin: 20px auto;
  padding: 8px;
}

#header, #content, #footer
{ 
  padding-left: 10px;
  padding-right: 10px;
}

#header
{ 
  border-bottom: 2px solid #333;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

#header p
{ 
  font-size: 80%;
}

#content
{
  padding-top: 20px;
  padding-bottom: 20px;
}

#content p 
{ 
  margin-bottom: .8em;
  text-align: justify;
}

#timedisplay, #timedisplay p
{ 
  text-align: center;
}

#timedisplay
{ 
  padding-top: 20px;
  padding-bottom: 20px; 
  border-bottom: 2px solid #333;
}

#timetable
{ 
  margin: 0.8em auto;
  border-spacing: 8px;
}

.timenumber
{ 
  text-align: center;
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 70px;
  letter-spacing: 3px;
  width: 120px;
  border: 2px solid #000;
  border-radius: 12px;
  box-shadow: #000 3px 3px 7px;
  text-shadow: #000 2px 2px 5px;
  padding: 6px;
  background-color: rgba(24, 24, 42, .4);
}

.timelabel
{  
  text-align: center;
  font-weight: normal;
  font-size: 12pt;
  color: #fff;
}

#footer
{ 
  font-size: 80%;
  text-align: right;
  border-top: 2px solid #333;
  padding-top: 20px;
  padding-bottom: 10px;
}
