/*
 * 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/kontakt_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;
}


/** Bild Kontakt **/
#kontakt_pic_left {
	position: absolute;
	margin-top: 464px;
	margin-left: 75px;
}

/** Kontakt Text **/
#kontakt_txt_li {
	position: absolute;
	width: 140px;
	height: 100px;
	margin-left: 398px;
	margin-top: 300px;
	padding: 0px;
	font-size: 13px;
	line-height: 140%;
}
b {
	font-size: 14px;
}
#kontakt_txt_li a{
	text-decoration: none;
	color: #fff;
}
#kontakt_txt_li a:hover{
	color: #921f22;
}
#kontakt_txt_re {
	position: absolute;
	width: 320px;
	height: 100px;
	margin-left: 595px;
	margin-top: 300px;
	padding: 0px;
	text-align: justify;
	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: #fff;
	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: Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
	text-decoration: none;
}	
