@import "/css/reset.css";

/* Main Elements */

body {
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	font-size: 14px;	
	background-repeat:no-repeat;	
	background-image: url(/img/bg_header2.jpg);
	background-color: #000;
}

a {
	color: #009966;
	text-decoration: none;
}

p {
	padding: 0 0 10px 0;
}

h1 {
	line-height: 40px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}
.clearer {
	clear: both;
}

/* Layout Elements */

#wrapper_main {
	width: 780px;
	margin: 0 auto;
	
}

#language {
	height: 28px;
	width: 132px;
	float: right;
}

#link {
	width: 780px;
	height: 450px;
	margin: 0 auto;
}

.wrapper_content_start {
	width: 640px;
	margin: 0 auto;
	padding: 0 70px 0px 70px;

}

.wrapper_content {
	width: 640px;
	margin: 0 auto;
	padding: 30px 70px 0px 70px;
}

.wrapper_text {
	width: 410px;
	float: left;
}

.wrapper_img {
	width: 140px;
	float: right;
}

.wrapper_rezept {
	width: 230px;
	padding: 0 50px 40px 0;
	float: left;
}

.wrapper_rezept_end {
	width: 230px;
	padding: 0 50px 0px 0;
	float: left;
}

.table_left {
	padding: 0 20px 0px 0;
}

.table_right {
}

/* ----------------------------------------------------- */

