

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
a, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus, :active {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

select {
  margin: 0;
}

input::-moz-focus-inner { 
  border: 0;
  padding: 0;
}


.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.no_border {
  border: 0 !important;
}

.no_bottom {
  margin-bottom: 0 !important;
}

.no_left {
  margin-left: 0 !important;
}

.no_right {
  margin-right: 0 !important;
}

.no_top {
  margin-top: 0 !important;
}

.reset {
  margin: 0 !important;
  padding: 0 !important;
}

.reset_all {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.reset_margin {
  margin: 0 !important;
}

.reset_padding {
  padding: 0 !important;
}

.align_center {
  text-align: center !important;
}

.align_justify {
  text-align: justify !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.block {
  display: block !important;
}

.hide {
  display: none !important;
}

.inline {
  display: inline !important;
}



body {
  background: url("/Wood-Wallpaper.jpg")  repeat;
  background-attachment:fixed;

	color: #2c2c2c;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 12px;
}


h2 {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

h3 {
  
}

h4 {
  
}

a:link, a:visited {
  color: #1c4fad;
  text-decoration: none;
  -webkit-transition: color .2s linear;
}

a:hover, a:active {
  color: #c00;
}

form p {
  margin: 0 0 10px 0;
}

form p:last-child {
  margin: 0;
}

form p label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

form p label .help {
  font-size: 12px;
  font-weight: normal;
}

form p input[type="text"], form p input[type="password"] {
  background: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 15%, from(#efefef), to(#fff));
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 2px 2px #efefef;
  color: #2c2c2c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  padding: 0 5px;
}

.window form p input[type="text"], .window form p input[type="password"] {
  width: 328px;
}

form p small {
  font-size: 12px;
  line-height: 22px;
}

form p input[type="submit"] {
  background: url("/button_bg.png") no-repeat;
  color: #fff;
  display: block;
  font-family: "Lucida Grande";
  font-size: 11px;
  height: 24px;
  padding: 0 0 2px 0;
  text-align: center;
  text-shadow: 0 1px 1px #264d7d;
  width: 75px;
}

form p input[type="button"] {
  background: url("/button_bg.png") no-repeat;
  color: #fff;
  display: block;
  font-family: "Lucida Grande";
  font-size: 11px;
  height: 24px;
  padding: 0 0 2px 0;
  text-align: center;
  text-shadow: 0 1px 1px #264d7d;
  width: 75px;
}

form p input[type="submit"]:hover {
  background-position: 0 -24px;
}

form p input[type="button"]:hover {
  background-position: 0 -24px;
}

form p input[type="submit"]:active {
  background-position: 0 -48px;
}

form p input[type="submit"]:active {
  background-position: 0 -48px;
}

form .message {
  background: url("../images/alert_icon.png") left center no-repeat #f4f5f6;
  -moz-background-origin: content;
  -webkit-background-origin: content;
  background-origin: content;
  border: 1px solid #cdcdcd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 10px 0;
  padding: 10px;
}

form .message li {
  font-family: "Lucida Grande";
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 24px;
}


* {
margin: 0;
 }

 html, body {
 height: 100%;
}

#wrapper {
  margin: 50px auto;
  width: 850px;
  min-height: 100%;
 height: auto !important;
 height: 100%;
}

.window #wrapper {
  margin: 20px auto;
  width: 370px;
}

#header {
	margin: 0 0 14px 0;
	padding: 0 15px;
	height: 129px;
	
}
#header logo {
	background: url("/logo.png") no-repeat;
	margin: 0 0 14px 0;
	padding: 0 15px;
//	border: 1px solid #77484b;
	height: 127px;
	width: 310px;
	
}


#header h1 a {
	display: block;
	height: 25px;
	text-indent: -99999em;
	width: 148px;
}


#header nav
{
	//border: 1px solid #77484b;
 padding: 100px 0px;



}

#header nav ul li {

  color: #6b3531;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; 
  margin: 0 20px 0 0;
  text-shadow: 0 1px 1px #dbc2ad;
}

#header nav ul li:last-child {
  margin: 0;
}

#header nav ul li .disabled {
    color: #6b3531;
  text-shadow: 0 1px 1px #dbc2ad;
}

#header nav ul li a:link, #header nav ul li a:visited {
  color: #3f1304;
}

#header nav ul li a:hover, #header nav ul li a:active {
  color: #1e0901;
}
.rezepte td
{
vertical-align:middle;
}
.rezepte tr
{

height: 40px;

  
}

#container {
  background: #fff;
  border: 1px solid #77484b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 14px;
}


#footer {
  padding: 0 15px;
}

#footer ul li {
  color: #1e0901;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; 
  margin: 0 20px 0 0;
  text-shadow: 0 1px 1px #dbc2ad;
}

#footer ul li.disabled {
  color: #6b3531;
  text-shadow: 0 1px 1px #dbc2ad;
}

#footer ul li:last-child {
  margin: 0;
}

#footer ul li a:link, #footer ul li a:visited {
  color: #3f1304;
  font-weight: bold;
}

#footer ul li a:hover, #footer ul li a:active {
  color: #1e0901;
}


.footer_zeile {
width: 680px;
color: #DDD;
text-align: center;
 font-size: 11px;
height: 40px;
padding-top: 10px;
margin: -50px auto 0 auto;
	}
	
	.footer_zeile a {

color: #DDD;

 text-decoration: none;
	}


    .footer_zeile {
   clear: both;
   }

