/*
 * 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;
}
.kursiv { 
	font-style:italic;font-size: 14px;
}

/* IE 5 browser hack */
#contentcontainer {
	width: 997px;
	height: 797px;
	border: 0px;
	background: url(../pics/dessertschule_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;
}

/** Bilder Dessertschule **/
#dessertschule_pic_left {
	position: absolute;
	margin-top: 123px;
	margin-left: 23px;
}
#dessertschule_pic_right {
	position: absolute;
	margin-top: 488px;
	margin-left: 581px;
}
/** Dessertschule Text **/
#dessertschule_txt_li {
	position: absolute;
	width: 240px;
	height: 100px;
	margin-left: 398px;
	margin-top: 300px;
	padding: 0px;
	font-size: 13px;
	text-align: justify;
	line-height: 140%;
}
#dessertschule_txt_re {
	position: absolute;
	width: 240px;
	height: 100px;
	margin-left: 675px;
	margin-top: 300px;
	padding: 0px;
	font-size: 13px;
	line-height: 140%;
}

/** Footer Navi **/
#footernavi {
	position: absolute;
	height: 80px;
	width: 909px;
	margin-left: 208px;
	margin-top: 750px;
}
#footernavitxt {
	margin: 0px;
	padding: 0px;
}
.footernavi {
	color: #853d5e;
	font-size:13px;
	text-align: right;
	text-decoration: none;
}	
.footernavi a {
	color: #936f57;
	text-decoration: none;
}

.footernavi a:hover {
	color: #853d5e;
	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: Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
	text-decoration: none;
}	
