﻿/* ##### */
/* Page properties */
/* ##### */

body
{
	background: #FFFFFF url(/img/design/frontend/bg_gradient.gif) repeat top left;
	margin: 0px;
	padding: 0px;
}

body, input, textarea
{
	font-family: Verdana;
	font-size: 11px;	
}

input[type=text], input[type=password], select, textarea
{
	background: white url(/img/field_bg/input_bg.gif) repeat-x scroll top left;
	padding: 4px;
	border:1px solid #d6d6d6;
}

p, h1, h2, h3, h4, h5, h5
{
	margin: 0px;
	padding: 0px;
}

img { border: 0px; }

.space	{ height: 1px; border-bottom: solid 1px #e1ebee; margin: 12px 0px 16px 0px; }

/* ##### */
/* Headlines */
/* ##### */

h1 { font-family: Georgia,Garamond,Times,"Times New Roman",serif; color: #7e5924; font-size: 22px; margin: 5px 0px 10px 0px; }
h2 { font-family: Georgia,Garamond,Times,"Times New Roman",serif; color: #956a2e; font-size: 15px; margin: 2px 0px 10px 0px; }
h3 { font-family: Georgia,Garamond,Times,"Times New Roman",serif; color: #b6894b; font-size: 12px; margin: 2px 0px 10px 0px; }

/* ##### */
/* Links */
/* ##### */

a { color: #7e5924; text-decoration: none; }
a:hover { color: #956a2e; }

/* ##### */
/* Main design */
/* ##### */

#container 
{
	margin: 0px auto;
	width: 990px;
	background-color: #FFFFFF;
	border: solid 8px #FFFFFF;
}

/* ##### */
/* Section */
/* ##### */

#section
{
	height: 25px;
	margin: 20px 0px 10px 0px;
	border-bottom: solid 3px #7fa34f;
}

#section #left
{
	float: left;
	width: 600px;
}

#section #right
{
	float: right;
	width: 390px;
}

/* ##### */
/* Top */
/* ##### */

#top 
{
	height: 150px;
	background: #FFFFFF url(/img/design/frontend/recipe/top.jpg) no-repeat top left;
	margin-top: 10px;
}

#top h2
{
	position: relative;
	top: 93px;
	left: 220px;
	font-family: Verdana;
	font-size: 12px;
	color: #BD4E1E;
	width: 200px;
}

/* ##### */
/* Top menu */
/* ##### */

#top_menu
{
	height: 35px;
	background: #FFFFFF url(/img/design/frontend/recipe/top_menu_bg.gif) repeat-x top left;
	margin-top: 10px;
}

#top_menu .menu
{
	float: left;
	width: 800px;
}

#top_menu .info
{
	float: right;
	width: 190px;
}

#top_menu .info ul
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#top_menu .info ul li
{
	list-style-type: none;
	float: left;
}

#top_menu .info ul li img
{
	padding: 10px 10px 10px 0px;
}


/* ##### */
/* Main */
/* ##### */

#main
{
}

/* ##### */
/* Content */
/* ##### */

#content
{
	float: right;
	width: 800px;
	padding: 8px 0px 20px 0px;
}

#content p { line-height: 18px; }

/* ##### */
/* Bottom */
/* ##### */

#bottom 
{
	clear: both;
	height: 30px;
	background: #d7e1e3 url(/img/design/frontend/bottom_bg.gif) repeat-x left top;
}

/* ##### */
/* Copyright */
/* ##### */

#copyright
{
}

#copyright h3
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: 1px;
}