@charset "UTF-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Grundgerüst */

body {
	font-family: 'Calligraffitti', cursive;
	color: #a04;
	background-color:#000;
}

#hintergrundbild {
	top: 0;
	left: 0;
	z-index: 0;
	position:fixed;
	width:100%;
	height:100%;
	overflow: hidden;
}

#hintergrundbild img {
	top: 0;
	left: 0;
	min-height:100%;
	min-width:100%;
	margin:0 auto;
	display:block;
}
#footer {
	clear:both;
	text-align:center;
	font-size: 10px;
	margin: 5px 0 0 -20px;
	padding: 3px 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 12px;
	background-color: #fff;
	opacity: 0.6;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #333;
}


/* ############################################################## 

   Kopfbereich: Kopfzeile, Logo, Navigation

   ############################################################## */


#kopfzeile {
	opacity: 0.7;
	position: absolute;
	top: 0px;
	left: 0px;
/*	background:url(ressourcen/kopfzeile-hintergrund.png) bottom repeat-x; */
	background:url(ressourcen/kopfzeile-hintergrund-lang.png)  bottom center repeat-x;
	height: 150px;
	width: 100%;
	z-index: 100;
}
#kopfzeile #logo {
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#hauptnavigation {
	z-index: 100;
	position: absolute;
	left: 50%;
	margin: 75px -200px 0 0;
}

#hauptnavigation li {
	float: left;
	list-style: none;
	padding: 0 15px;
}
#hauptnavigation a:link, #hauptnavigation a:visited, #hauptnavigation a:active {
	color: #fff;
	text-decoration: none;
}
#hauptnavigation a:hover {
	text-decoration: underline;
}
#hauptnavigation a.current {
	text-decoration: underline;
}

/* ############################################################## 

   Inhalt der Webseite

   ############################################################## */


#ganzseite {
	position: absolute;
	z-index: 20;
	top: 190px;
	width: 100%;
}

#hauptfenster {
	width: 800px;
	margin: 10px auto 100px auto;
	background: url(ressourcen/hauptfenster-hintergrund.png) repeat;
	padding-left: 20px;
	/* border: 1px solid #C33; */
}

#inhalt-links {
	width: 240px;
	background-color: none;
	float: left;
}
#zurbackstube, #rezeptdesmonats, #ihranlass, #newsletter, #facebook {
	margin-left: -100px;
}
#card-01 {
	width: 240px;
	background-color: none;
	margin-top:-40px;
}
#card-02 {
	width: 240px;
	background-color: none;
}
#card-03 {
	width: 240px;
	padding: 20px 5px 20px 10px;
	background-color: none;
	font-size: 13px;
	border: 0px solid #666;
	color: #333;
}
#card-03 h2 {
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 5px;
}
#inhalt-rechts {
	float: right;
	width: 500px;
	margin: 30px 0 20px 0;
	padding: 0 20px;
	border-left: 1px solid #999;
	background: url(ressourcen/inhalt-rechts-hintergrund.png)  right top no-repeat;
}
#inhalt-rechts p {
	color: #111;
	font-size: 19px;
}
#inhalt-rechts h1 {
	font-weight: normal;
	font-size: 45px;
	margin: 0px;
}
#inhalt-rechts h2 {
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0px 35px 90px;
}
#inhalt-rechts h3 {
	font-weight: normal;
	font-size: 24px;
	line-height:26px;
	margin: 20px 0 10px 0;
	text-decoration: none;
}
#inhalt-rechts h4 {
	font-weight: normal;
	font-size: 20px;
	line-height:20px;
	margin: 35px 0 5px 0;
	text-decoration: underline;
}
#inhalt-rechts-lucas {
	float: right;
	width: 400px;
	margin: 60px 0 20px 0;
	padding: 0 20px;
	border-left: 1px solid #999;
	background: url(ressourcen/inhalt-rechts-hintergrund.png)  right top no-repeat;
}
#inhalt-rechts-lucas h1 {
	font-weight: normal;
	font-size: 40px;
	margin: 0px;
}
#inhalt-rechts-lucas h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 35px 90px;
}
#inhalt-rechts-lucas h3 {
	font-weight: normal;
	font-size: 18px;
	line-height:18px;
	margin: 35px 0 5px 0;
	text-decoration: underline;
}
.rezept, .rezept p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px!important;
	line-height: 16px;
}
.rezept a {
	color: #333;
	text-decoration: underline;
}
.rezept a:hover {
	color: #999;
}
#bettina {
	width: 150px;
	color: #C06;
	float: left;
	margin-bottom: 20px;
	text-align:right;
	padding-right:10px;
}
#lucas {
	width: 150px;
	float: left;
	margin-bottom: 20px;
	color: #036;
}
a {
	color: #a04;
	text-decoration: none;
}
a:hover {
	color: #666;
}

td {padding-bottom: 5px;}