/*
 * Created on 10.02.2010 by panic-design.de
 * This file is part of the www.pralinenschule.de project
 */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	background: #f4e9c9;
	color: #fff;
	font-size: 14px;
	font-stretch: condensed;
	line-height: 27px;
}
.clear_left {
	clear: left;
}
.clear_both {
	clear: both;	
}

#maincontainer {
	width: 998px;
	height: 827px;
	margin-left: auto;
	margin-right: auto;
}


/* IE 5 browser hack */
#contentcontainer {
	width: 997px;
	height: 797px;
	border: 0px;
	background: url(../pics/start_hg.jpg);
}

/* other (well working) browsers */
body>#contentcontainer {
	width: 997px;
	height: 797px;
}

#logo {
	position: absolute;
	width: 517px;
	height: 109px;
	margin-left: 400px;
	margin-top: 58px;
	padding: 0px;
}


#content {
	width: 751px;
	height: 430px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#contenthome {
	float: left;
	width: 751px;
	height: 430px;
	margin: 0px;
	padding-left: 198px;
	position: relative;
}
/** Bilder Home **/
#home_pic_left {
	position: absolute;
	margin-top: 464px;
	margin-left: 10px;
}
#home_pic_right {
	position: absolute;
	margin-top: 488px;
	margin-left: 760px;
}
/** Home Text **/
#home_txt {
	position: absolute;
	width: 440px;
	height: 100px;
	margin-left: 400px;
	margin-top: 620px;
	padding: 0px;
	font-size: 13px;
	line-height: 140%;
}
#home_txt a{
	color: #fff;
	text-decoration: none;
}
#home_txt a:hover{
	color: #d4a6a7;
}

/** Navigation Home **/
#pic_navi {
	position: absolute;
	top: 210px;
	height: 300px;
	width: 997px;
}

#pic_navi a {
	display: block;
	float: left;
	text-decoration: none;
}
#pralinenschule {
	position: absolute;
	width: 149px;
	left: 35px;
	top: 75px;
	z-index: 10;
}
#dessertschule {
	position: absolute;
	left: 225px;
	z-index: 8;
	width: 135px;
}
#schokoschule {
	position: absolute;
	left: 398px;
	top: 50px;
	z-index: 2;
	width: 221px;
}
#pralinenshop {
	position: absolute;
	left: 613px;
	top: 40px;
	width: 190px;
	z-index: 3;
}
#zubehoershop {
	position: absolute;
	left: 819px;
	top: 28px;
	width: 178px;
	z-index: 1;
}
/** Footer Navi **/
#footernavi {
	position: absolute;
	height: 80px;
	width: 909px;
	margin-left: 208px;
	margin-top: 750px;
}
#footernavitxt {
	margin: 0px;
	padding: 0px;
}
.footernavi {
	color: #d4a6a7;
	font-size:13px;
	text-align: right;
	text-decoration: none;
}	
.footernavi a {
	color: #d4a6a7;
	text-decoration: none;
}

.footernavi a:hover {
	color: #fff;
	text-decoration: none;
}

/** Footer **/
#footercontainer {
	position: relative;
	margin-left: 240px;
	margin-top: 14px;
	width: 680px;
}
#footertext {
	height: 38px;
}
.footer {
	color: #643b2a;
	font-size:12px;
	line-height:13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:right;
	text-decoration: none;
}	