/*BROWSER RESETTEN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-size: 			100%;
	vertical-align: 	baseline;
	background: 		transparent;
}
body {
	line-height: 		1;
}
ol, ul {
	list-style: 		none;
}
blockquote, q {
	quotes:	 			none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: 			'';
	content: 			none;
}

/* remember to define focus styles! */
:focus {
	outline: 			0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 	none;
}
del {
	text-decoration: 	line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}



/*AUFBAU*/

body {
	background:			url(../img/bg-zuckersuess-gradient.jpg) top left repeat-x;
	color:				#ccc;
	font-family: 		"HelveticaNeue-Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:			12px;
	margin:				0;
	min-width: 			1004px;
	padding:			0;
	text-align:			left;
	vertical-align: 	top;
}
img, div, a, a img { 
	behavior:			url(../js/iepngfix.htc);
	border:				none;
}
strong {
	font-weight:		bold;
}
.form {
	display: 			inline;
	font-family: 		Arial, Sans-serif;
	font-size: 			12px;
	color: 				#333;
	border: 			1px solid #bfbfb0;
	cursor:				pointer;
	padding: 			3px;
	margin-bottom: 		5px;
}
:focus {
	outline: 			1px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: 			"";
}
blockquote, q {
	quotes: 			"" ""; 
}



/* * ///////////// SELF CLEARING FLOATS ////////////////// */


#header-holder:after {
	clear: 				both; 
	content: 			".";
	display: 			block;
	height: 			0;
	visibility: 		hidden;
}

 
/* //////////////////////////////  !!!! AB HIER BEGINNT DAS DESIGN !!!! ////////////////////////////// */


/* * ///////////// CONTENT ALLGEMEIN ////////////////// */


#wrapper-bgimage {
	background:			url(../img/bg-zuckersuess.jpg) top center no-repeat;
	width:				100%;
}
#wrapper-candygirl {
	background:			url(../img/candygirl-zuckersuess.png) top center no-repeat;
	width:				100%;
}
#wrapper {
	margin: 			0 auto;
	padding: 			300px 0 0 0;
	width:				920px;
}
h1 {
	background:			url(../img/logo-zuckersuess.png) 275px 0px no-repeat;
	color:				#333;
	display:			block;
	font-weight:		bold;
	height:				221px;
	line-height:		1000px;
	margin:				0 0 0 0;
	overflow:			hidden;
	width:				920px;
}
h2 {
	background:			url(../img/logo-candyshop-r-fichna.png) top center no-repeat;
	color:				#333;
	display:			block;
	font-weight:		bold;
	height:				47px;
	line-height:		1000px;
	margin:				0 0 20px 0;
	overflow:			hidden;
	width:				920px;
}
h3 {
	color:				#999;
	font-size:			15px;
	font-weight:		bold;
	margin:				0 0 20px 0;
	text-align:			center;
}
h4 {
	color:				#26b9d0;
	font-size:			20px;
	font-weight:		bold;
	line-height:		22px;
	margin:				0 0 20px 0;
	text-align:			center;
}
p {
	color:				#666;
	font-size:			14px;
	font-weight:		normal;
	margin:				0 0 20px 0;
	text-align:			center;
}
#content {
	display:			block;
	width:				920px;
}
a.facebook, a.facebook:link, a.facebook:visited, a.facebook:active {
	background:			url(../img/btn-facebook.png) top left no-repeat;
	display:			block;
	height: 			127px;
	line-height:			1000px;
	margin:				0 0 0 50px;
	overflow:			hidden;
	position:			absolute;
	top:				450px;
	width: 				118px;
	z-index: 			100;
}
a.facebook:hover {
	background:			url(../img/btn-facebook.png) bottom left no-repeat;
}
a.textlink, a.textlink:link, a.textlink:visited, a.textlink:active {
	color:				#60b3ca;
	font-size:			13px;
	font-weight:		bold;
	line-height:		17px;
	padding:		0;
	text-decoration:	underline;
}
a.textlink:hover {
	color:				#999;
}
