/* @group CSS Reset */

/*
*******************************************************************************************
*
*  Eric Meyer's "Reset Reloaded" Style-Definition
*  04.05.2007
*/

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;
	list-style: none;
	text-decoration: none;
}

/* 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: "" "";
}

/* ************************************************************************************* */

/* @end */

body {
	height: 100%;
	background: url(img/bkd_k.png) 0 0 repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#graphoramawrapper {
	position: relative;
	top: 15%;
	text-align: center;	
}

#graphoramawrapper h1 {
	background-image: url(img/welcome.jpg);
	width: 804px;
	height: 364px;
	margin: auto;
	text-indent: -9999px;
}

hr.trenner {
	margin: 0 auto;
	height: 4px;
	width: 980px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	background: url(img/trenner.png) 0 0 no-repeat;
}

#footer {
	margin: 0px auto 120px auto;
	clear: both;
}

#footer ul {
	overflow: hidden;
	display: table;
	margin: 0 auto;
	height: 18px;
}

#footer li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a:link,
#footer a:visited {
	color: #ccc;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #fff;
}

#footer p {
	margin-top: 30px;
	text-align: center;
	font: normal 10px/12px arial, sans-serif;
	color: #818181;
	text-rendering: optimizeLegibility;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
}