
/* -------------------------- Allgemeine Styles - START */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FEEECD;
}

#centered {
	position: absolute;
	top: 50%;
	left:0px;
	width:100%;
}

#container {
	position: absolute;
/*	width:950px; */
	width:100%;
	height:600px;
/*	left:50%; */
/*	margin-left: -475px; */
	top:-300px;
	background:   url(../images/startseite/background.jpg) repeat;
}

#content {
	position: relative;
	width:950px;
	height:600px;
	left:50%;
	margin-left: -475px;
}
	
#logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 150px;
	top: 15px;
	left: 330px;
	background:   url(../images/startseite/logo.gif) no-repeat 0 0;
}

h1 span {
	display:none;
}

h3 span {
	display:none;
}

a span {
	display:none;
}

/* -------------------------- Allgemeine Styles - END */




/* -------------------------- Startseite Styles - START */

#startseite_headline {
	position: relative;
	width: 480px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 220px;
	background:   url(../images/startseite/headline.gif) no-repeat 0 0;
}

#startseite_mood {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 502px;
	height: 122px;
	top: 80px;
	left: 210px;
	background:   url(../images/startseite/moods.jpg) no-repeat 0 0;
}

#startseite_baecker {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 210px;
	top: 30px;
	left: -130px;
	background:   url(../images/startseite/baecker_frei.gif) no-repeat 0 0;
	float: left;
}

#startseite_aussendienst {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 50px;
	top: 253px;
	left: -55px;
	background:   url(../images/startseite/aussendienst_frei.gif) no-repeat 0 0;
	float: left;
}

#startseite_sprache {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:  40px;
	height: 23px;
	top: 208px;
	left: 82px;
	background:   url(../images/startseite/english_icon.gif) no-repeat 0 0;
	float: left;
}

#startseite_kunde {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 210px;
	top: 30px;
	left: 298px;
	background:   url(../images/startseite/kundin_frei.gif) no-repeat 0 0;
	float: left;
}

/* -------------------------- Startseite Styles - END */