ul,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.mnu
{
  color: #7b7979;
  font-size: 15px;
}

a.mnu_selected
{
  color: #d61745;
  font-size: 15px;
}

a.mnu_red
{
  color: #fff;
  font-size: 15px;
}

a.mnu_red_selected
{
  color: #000;
  font-size: 15px;
}

a.mnu_sub
{
  color: #7b7979;
  font-size: 12px;
}

a.mnu_sub_selected
{
  color: #d61745;
  font-size: 12px;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

body.black
{
  background-image: url(../images/back_black.png);
  background-repeat: repeat-y;
  background-color: #1a171b;
  color: #fff;
  height: 100%;
}

body.red
{
  background-image: url(../images/back_red.png);
  background-repeat: repeat-y;
  background-color: #d4003c;
  color: #fff;
  height: 100%;
}

body.white
{
  background-image: url(../images/back_white.png);
  background-repeat: repeat-y;
  background-color: #fff;
  color: #000;
  height: 100%;
}

div.appetizer
{
  margin-top: 10px;
}

div.appetizer img
{
  opacity: 0.80;
  filter:  alpha( opacity:80 );
}

div.content
{
  text-align: center;
  margin-right: 200px;
}

div.content_white
{
  text-align: left;
  margin-left: 5px;
  margin-right: 200px;
}

div.mainmenu_black
{
  height: 100%;
  text-align: right;
  width: 270px;   
}

div.mainmenu_white
{
  height: 100%;
  text-align: right;
  width: 270px;   
}

div.mainmenu_red
{
  height: 100%;
  text-align: right;
  width: 270px;   
}

div.menu
{ 
  background-image: url( ../images/menu.png );
  cursor: pointer;
  width: 250px;
  height: 320px;
}

div.mnu_buttons
{
  line-height: 30px;
  margin-right: 20px;
  margin-top: 20px;
}

div.mnu_buttons div.submenu
{
  line-height: 15px;
  margin-right: 0px;
  margin-top: 0px;
}

div.pager
{
  color:#000;
  font-size: 14px;
  font-weight: bold;
}

div.pager a
{
  color: #000;
  font-size: 11px;
  font-weight: normal;  
}

div.recipe_view
{
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

div.recipe_category
{
  border-bottom: 1px solid #868889;
  color: #868889;
  font-size: 14px;
  width: 100%;  
}

div.recipe_title
{
  color: #d4003c;
  font-size: 16px;
  margin-top: 10px;
}

div.recipe_pictures
{
  margin-top: 5px;
}

div.result
{
  margin-left: 20px;
}

div.result a
{
  color: #d61745;
  font-size: 16px;
}

div.search_headline
{
  border-bottom: 1px solid #868889;
  margin-right: 20px;
  margin-top: 10px;
}

div.search_result
{
  margin-left: 20px;
  line-height: 25px;
}

div.search_form
{
  margin-top: 100px;
  text-align: center;
}

ol
{
  list-style-type: decimal;
}

ol li
{
  margin-bottom: 5px;
}

table.recipe_infos td
{
  border: 1px solid #868889;
  height: 25px;
  padding-left: 5px;
}

