/*      
   Company: creative vision GmbH
   Developer: Maik Ellerbrock
*/

body
{
  margin: 20px;
  background-color: #f3f3f3;
  color: 	#000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#container
{
  margin: 0 auto;
  width: 730px;
  min-height: 450px;	
}


#lionTop
{
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: 168px;
  background-image: url(assets/templates/lion/img/biergarten-logo.gif);
  background-repeat: no-repeat;
}


#lionNavi
{
  width: 100%;
  height: 25px;
  padding-top: 5px;
  background-color: #1F3276;
  text-align: center;
}


#lionContent
{
  width: 700px;
  min-height: 350px;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}


#lionFooter
{
  width: 100%;
  height: 30px;
  background-image: url(assets/templates/lion/img/biergarten-unten.gif);
  background-repeat: no-repeat;
}


img 
{
  border: 0px;
}


h2.topic
{
  font-size: 16px;
  color: #1f3377;
}

a
{
  color: #000000;
  text-decoration: none;
}
