/* @group Reset & Kalibrierung der wichtigsten Abstände */

/* RESET Style Sheet by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html v1.0 | 20080212 */

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;
}

/* @end */

/* @group Allgemeines */

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

img {
	border-style: none;
}

/* @end */

/* @group Absätze */

p {
	text-decoration: none;
	padding-bottom: 10px;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #003056;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* @end */

/* @group Hyperlinks */

a {
	text-decoration: none;
	outline: none;
	color: #333;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	outline: none;
	color: #717879;
	font-style: normal;
}

/* @end */

/* @group INDEX */

#wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#wrapper .inside {
	padding-bottom: 40px;
}

#wrapper .logo {
	padding-top: 75px;
	padding-bottom: 70px;
}

#footer {
	padding-bottom: 10px;
	padding-top: 10px;
	position: fixed;
	width: 400px;
	bottom: 0;
	background-color: #fff;
}

/* @end */