body {
	background-color: #FFFFFF;
	background-image: none;
}
	
/* HEADER */
#header	{
	height:96px;
}

/* MAINTENANCE */
div#maintenance {
	background-color:#F7F7F7;
	border:1px solid #CECECE;
	color:black;
	margin-left:50px;
	margin-bottom:10px;
	min-height:23px;
	padding-top:3px;
	vertical-align:middle;
	width:898px;
}
div#maintenance_img {
	background-image:url(../img/ico_error.gif);
	background-repeat:no-repeat;
	float:left;
	width:21px;
	height:21px;
	margin-left:3px;
	margin-right:5px;
}
div#maintenance_text {
	padding:3px;
	font-size:9pt;
}

/* HOME */
#homecontent {
	float:left;
	height:360px;
	width:900px;
	background-image:url(../img/bg_home.jpg);
	background-repeat:no-repeat;
	display:inline;
	position:relative;
	left:50px;
}
#hometoprow {
	float:left;
	height:120px;
	width:900px;
}
#homelogin {
	float:left;
	display:inline;
	margin:10px 0 0 15px;
	width:180px;
	color:#808080;
	margin:10px 170px 0 10px;
	color:#fff;
}
#homelogin a {
	color:#102D79;
	font-weight:bold;
}
#hometoprow .teaser {
	width:180px;
	height:120px;
	position:relative;
	float:left;
	cursor:hand;
	cursor:pointer;
}
#hometoprow .link {
	position:absolute;
	left:34px;
	top:21px;
	font-weight:bold;
	font-size:12px;
}
#hometoprow .teaser.teaser1aktiv {
	background-image:url(../img/home_rezepte_on.jpg);
}
#hometoprow .teaser.teaser1passiv {
	background-image:url(../img/home_rezepte_off.jpg);
}
#hometoprow .teaser.teaser2aktiv {
	background-image:url(../img/home_zubehoer_on.jpg);
}
#hometoprow .teaser.teaser2passiv {
	background-image:url(../img/home_zubehoer_off.jpg);
}
#hometoprow .teaser.teaser3aktiv {
	background-image:url(../img/home_geraete_on.jpg);
}
#hometoprow .teaser.teaser3passiv {
	background-image:url(../img/home_geraete_off.jpg);
}
#hometoprow #teaser1, #hometoprow #teaser2, #hometoprow #teaser3 {
	position:absolute;
	left:34px;
	top:54px;
	display:none;
	width:134px;
}

#homebottomrow	{
	float:left;
	height:120px;
	width:720px;
	margin-top:120px;
}

#hometext {
	float:right;
	width:540px;
	height:120px;
	color: #000;
}

#hometextcontent {
	float:left;
	padding:12px 0 0 15px;
}
#hometextcontent h2	{
	margin:0 0 10px 0;
	padding:0;
	font-size:23px;
}
#hometextcontent p	{
	width:350px;
	margin:0 15px 0 0;
	padding:0;
	line-height:12px;
}
#hometextcontent .registriert {
	margin:0 15px 0 0;
}

#navtreewelcome {
	width:149px;
	float:left;
	padding-top:31px;
}
#navtreewelcome ul {
	width:149px;
}
#navtreewelcome ul li {
	background-image:url(../img/pfeil_schwarz.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:15px;
	line-height:13px;
}
#navtreewelcome ul li a {
	color:#000;
}

#homefooter	{
	padding-top:16px;
	width:951px;
	text-align:right;
	color:#102D79;
	clear:left;
}
#homefooter a {
	padding:0 7px 0 7px;
}
