@charset "utf-8";
 CSS Document 

html, body {
	background-image	:	url(../gfx/bgtop_splash.gif);
	background-repeat	:	repeat-x;
	background-position	:	top;
	background-color	:	#fff;
	text-align			:	center;
	margin				:	0px;
	padding-top			:	5px;

	
}

#maincontainer{
	background-image	:	url(../gfx/bg_splash.gif);
	background-repeat	:	repeat-x;
	width				:	100%; 
	height				:	700px;
}

#container{
	height				:	400px;
	width				:	900px;
	position			:	absolute;
	left				:	50%;
	margin-left			: 	-450px;
	margin-top			:	58px;
}

/*#blindtext{
	height				:	94px;
	width				:	860px;
	position			:	absolute;
	left				:	50%;
	margin-left			: 	-430px;
	border				:	solid 1px;
	margin-top			:	142px;
	padding-left		:	20px;
	text-align			:	left;
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	23px;
	letter-spacing		:	-0.04em;
}*/

#shop{
	height				:	280px;
	width				:	300px;
	float				:	left;
	margin-left			:	78px;
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	14px;
	color				:	#56482b;
	line-height			:	26px;
}

#store{
	height				:	280px;
	width				:	300px;
	float				:	left;
	margin-left			:	83px;
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	14px;
	color				:	#56482b;
	line-height			:	26px;
}

#fhshop{
	clear				:	both;
	height				:	150px;
	width				:	300px;
	margin				:	10px auto 10px auto;
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	14px;
	color				:	#56482b;
	line-height			:	26px;
	text-align			:	center;
}

#pixabstand{
	padding-top			:	37px;
}

a.textlink:link {
	color				:	#56482b;
	text-decoration		:	none;
	background-color	:	transparent;
	border-bottom-width	:	1px;
	border-left-width	:	0px;
	border-right-width	:	0px;
	border-top-width	:	0px;
	border-style		:	none;
}

a.textlink:visited {
	color				:	#56482b;
	text-decoration		:	none;
	background-color	:	transparent;
	border-bottom-width	:	1px;
	border-left-width	:	0px;
	border-right-width	:	0px;
	border-top-width	:	0px;
	border-style		:	none;
}

a.textlink:hover {
	color				:	#56482b;
	text-decoration		:	none;
	background-color	:	transparent;
	border-color		:	#332a17;
	border-bottom-width	:	1px;
	border-left-width	:	0px;
	border-right-width	:	0px;
	border-top-width	:	0px;
	border-style		:	dotted;
}

a.textlink:active {
	color				:	#56482b;
	text-decoration		:	none;
	background-color	:	transparent;
	border-color		:	#332a17;
	border-bottom-width	:	1px;
	border-left-width	:	0px;
	border-right-width	:	0px;
	border-top-width	:	0px;
	border-style		:	dotted;
}
