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, sub, sup, tt, var, 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 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;
}


*					{outline: none;}

body				{font-family: "Trebuchet MS", sans-serif; font-size: 12px; padding-top: 30px;}

h1, h2				{text-indent: -9999px;}
h4					{color: #aa55a1; margin: 15px 0 5px 0; font-weight: normal;}
address, p			{font-style: normal; line-height: 130%;}

#mainWrapper		{background: url('http://static.3rfolg.de/images/wrapper.bg.png') no-repeat top left #803c78; margin: auto; height: 530px; position: relative; width: 1000px;}

#btnContact			{background: url('http://static.3rfolg.de/images/btn.contact.2.png') no-repeat top left; height: 80px;position: absolute; right: 10px; text-indent: -99999px; top: 275px; width: 190px;}

#sidebar			{position: absolute; color: #666;  font-size: 10px;  left:75px; top: 275px; width: 150px; height: 200px;}

#footer				{bottom: 0; font-size: 10px; height: 60px; left: 302px; position: absolute; width: 660px;}
#footer address,
#footer p			{float: left; width: 200px;}

/* overlays */
.overlay				{width: 711px; height: 369px; display:none; background: url('http://static.3rfolg.de/images/bg.overlay.png') no-repeat top left; padding: 55px; font-size:12px; color:#666; z-index: 100000;}
.overlay p			{margin-bottom: 10px;}
.overlay ul.error	{margin: 5px 0 15px 25px; list-style-type: disc!important;}
.overlay .hContact	{background: url('http://static.3rfolg.de/images/h.contact.png') no-repeat top left; margin-bottom: 40px; height: 24px; text-indent: -9999px;}
.overlay a.close		{background: url('http://static.3rfolg.de/images/btn.close.png') no-repeat top left; text-indent: -9999px; position: absolute; top: 55px; right: 55px; width: 121px; height: 15px;}
.overlay p.hint		{color: #aa55a1; margin-bottom: 20px;}
.overlay p.small		{color: #666; font-size: 10px; margin-top: 20px;}

#contactFormWrapper		{width: 440px; float: left; position: relative; padding-bottom: 80px;}

form					{font-size: 12px; width: 100%;}
form label				{display: block; margin: 5px 0;}
form input[type=text]	{display: block; width: 300px;}
form input[type=image]	{display: block; position: absolute; bottom: 20px; right: -36px;}
form textarea			{width: 99%;}

form input[type=text],
form textarea			{border: 1px solid #ccc; font-size: 12px; font-family: "Trebuchet MS", sans-serif; margin-bottom: 15px; padding: 5px;}


span.label				{display: inline-block; width: 30px;}
form .error				{color: #aa55a1;}
form input.error,
form textarea.error		{border: 1px solid #aa55a1;}


