/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Grau 1: #d4d4d4
Grau 2: #979998
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/

/* Reset Reloaded, Eric Meyer, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Globals und Typo --------------------------------------------------------------------------------------- */


body {
	height:100%;
	width:100%;
	background-color:#FFF;
	background-image:url(img/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

a:link {
	color: #979998;
	text-decoration: none;
}

a:visited {
	color: #979998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext --------------------------------------------------------------------------------------- */
p {
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h1 {
	font: 1.67em/0.9em "Arial Black", Gadget, sans-serif;
	color:#d4d4d4;
	font-size:72px;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font: 1.5em/1em "Arial Black", Gadget, sans-serif;
	color:#979998;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font: 1.33em/1.13em "Arial Black", Gadget, sans-serif;
	color:#d4d4d4;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}

h4 {
	font: 1.17em/1.29em "Arial Black", Gadget, sans-serif;
	color:#d4d4d4;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}


/* Bilder und verlinkte Bilder ohne Rahmen --------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}

#box1 {
	position:absolute;
	left:500px;
	top:350px;
}
#box2 {
	position:absolute;
	left:35px;
	top:400px;
}