/* styles for background-image */
html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #00CC00;
	margin: 0px;
	padding: 0px;
	height: 100%;
	z-index:0;
	position:relative;
	overflow-y:auto;
}

img#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	color: white;
}
/* end styles for background-image */

td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}

h1 {
	margin: 0px;
	font-weight: normal;
}

h1.align_left {
	left: 10px;
	position: absolute;
	font-size: 36px;
}

h1.align_right {
	float: right;
	right: 10px;
	position: absolute;
	font-size: 36px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

img#logo {
	position: relative;
	margin-left: 0px;
	margin-top: -50px;
	margin-bottom: -90px;
}

ul#nav_main {
	list-style: none;
	padding: 0;
	margin: 0;
	background-image: url(gfx/nav_padding.gif);
	background-repeat: repeat-y;
}

ul#nav_main a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 33px;
	color: #006600;
	text-decoration: none;
}

li.nav_main {
	width: 111px;
	height: 17px;
}

a.nav_main, a.nav_main_act {
	width: 111px;
	display: table-cell;
	vertical-align: middle;
/*	background-image: url(gfx/nav_out.gif); */
	background-repeat: no-repeat;
}

a:hover.nav_main, a.nav_main_act{
	background-image: url(gfx/nav_over.gif);
}

a.nav_meta, a.nav_meta_act {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00CC00;
	text-decoration: none;
}

a:hover.nav_meta, a.nav_meta_act {
	text-decoration: underline;
}

#contat_form input {
	border: 1px solid #006600;
	margin-bottom: 10px;
	width: 60%;
}

#contat_form textarea {
	border: 1px solid #006600;
	width: 96%;
	height: 100px;
}

#contat_form .button {
	font-weight: bold;
	background-color: #99CC00;
	border: none;
	width: auto;
	margin: 0px;
}

#recipe_image img {
	border: 1px solid #006600;
}

#recipe_image a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#recipe_overview img {
	border: 1px solid #006600;
}

#recipe_overview a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

#recipe_overview p {
	margin: 0px;
	width: 190px;
}