@import url("reset.css");

body {
	background: url(images/background.png) center center no-repeat fixed;
	text-align: center;
	display: inline;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:100%;
	font-size: 75%; /* IE */
	}

html {
     height:120%;
     min-height:120%;
     }

body, select, input, textarea {
	font: 12px Georgia, Serif;
	line-height:1.5em;
	}
	
html > body   { font-size: 12px; }  /* Other browsers */

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

a {
	text-decoration: none;
	}

a:link { 
	font: Georgia, Serif;
	font-size: 11px; 
	color: #75160f; 
	}

a:visited { 
	font: Georgia, Serif;
	font-size: 11px; 
	color: #75160f; 
	} 

a:hover {
	color: #75160f; 
	}

#header {
	width: 100%;
	height: 396px;
	position: absolute;
	background: url(images/header_back.png) top center no-repeat;
	z-index: 100;
	display:inline;
	}

#header a {
	position: absolute;
	width: 280px;
	top: 173px;
	left: 40%;
	height: 222px;
	text-indent: -999em;
	}
	
#wrapper {
	position: relative;
	margin: 0 auto 150px auto; 
	text-align: left;
	width: 720px;
	height: 1100px;
	background: transparent url(images/wrapper_back.png) top left no-repeat;
	margin-top: 174px;
	padding-top: 263px;
	}
	
#content {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 48px 0px 48px;
	}

#content p {
	color: #75160f;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-align: justify;
	margin-bottom: 10px;
	}

#content p.mail-link {
	margin: 35px 0 25px 225px;
	}

#content  p.mail-link  a  {
	display: block;
	background: url(images/email_schreiben.gif) top left no-repeat;
	width: 165px;
	height: 14px;
	text-indent: -999em;
	}

#langtopde {
    position: absolute;
    top: 20px; 
    right: 35px;
/* background: url(images/de.png) top left no-repeat; */
    height: 11px;
    width: 14px;
    z-index: 120;
 /* text-indent: -999em; */
	}

#langtopde a:link, #langtopde a:visited {
	decoration: none;
	display: block;
	height: 11px;
	width: 14px;
	font-size: 16px;
	color: #fff;
	}

#langtopen {
    position: absolute;
    top: 20px; 
    right: 35px;
/* background: url(images/en.png) top left no-repeat; */
    height: 11px;
    width: 14px;
    z-index: 120;
 /* text-indent: -999em; */
	}

#langtopen a:link, #langtopen a:visited {
	decoration: none;
	display: block;
	height: 11px;
	width: 14px;
	font-size: 16px;
	color: #fff;
	}

#footer {
	margin: 20px auto 0px auto;
	}

#navbottom {
    position: fixed;
    bottom: 10px; right: 20px;
	text-align: left;
		
	}

#navbottom a {
	color: #C5BA88;
	font-size: 10.83px;
	line-height: 19.444px;
	font-weight: 400;
	}


#rezepte {
	position: absolute;
	top: 46px;
	right: 100px;	
	background: url(images/elorigen.png) top left no-repeat;
	background-size:cover;	
	height: 225px;
	width: 225px;
	z-index: 100;
	text-indent: -999em;
	}
	
#rezepte a:link, #rezepte a:visited  {
	display: block;
	height: 225px;
	width: 225px;
	color: #fff;
	}

	
/* Kontakt */
#kontakt , #kontakt2 {
	margin-left: -3px;
	margin-top: -34px;
	background: url(images/kontakt_back.png) top left no-repeat;
	width: 622px;
	height: 468px;
	display: block;
	border: 1px solid #fff;
	margin-bottom: 10px;
	}

#kontakt2 {
	background: url(images/kontakt_back_erfolg.png) top left no-repeat;
	}

form {
	position: relative;
	margin-top: 50px;
	margin-left: 34px;
	margin-right: 34px;
	}

#content form p {
	font-size: 12px !important;
	float: left;
	margin-bottom: 5px;
	}
	
#content form p.rechts {
	float: right;
	}

form p input {
	width: 245px;
	border: 1px solid #dec7c6;
	padding: 3px 5px;
	}

form textarea {
	width: 543px;
	height: 222px;
	padding: 3px 5px;
	border: 1px solid #dec7c6;
	}
	
form input.reset, form input.send {
	text-indent: -999em;
	position: absolute;
	top: 391px;
	left: 0px;
	height: 20px;
	width: 103px;
	cursor: pointer;
	background: transparent;
	border: 0;
	}

form input.send {
	left: 446px;
	width: 110px;
	}
	
p.erfolg {
	width: 100%;
	text-align: center !important;
	margin-top: 120px;
	}