
/* -------------------------- 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 */

#welcomepage_headline {
	position: relative;
	width: 434px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 243px;
	background:   url(../images/startseite/headline_eng.gif) no-repeat 0 0;
}

#welcomepage_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;
}

#welcomepage_baker {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 210px;
	top: 30px;
	left: 50px;
	background:   url(../images/startseite/bakers_frei.gif) no-repeat 0 0;
	float: left;
}

#welcomepage_language {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 23px;
	top: 208px;
	left: 262px;
	background:   url(../images/startseite/deutsch_icon.gif) no-repeat 0 0;
	float: left;
}

#welcomepage_consumer {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 210px;
	top: 30px;
	left: 478px;
	background:   url(../images/startseite/consumers_frei.gif) no-repeat 0 0;
	float: left;
}

/* -------------------------- Startseite Styles - END */
