/*
Defaultseite Mellory 
Stand:  04.03.2009 
Datei:  screen.css
Datum:  04.03.2009
Aufbau  1. Reset & Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* @group 1. Kalibrierung und allgemeine Styles */

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

/* 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 Allgemeine Selektoren */

body {
	color: black;
	background: #009ee1;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

h1 {
	padding-bottom: 10px;
	font: bold 130% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	padding-bottom: 10px;
	font: bold 120% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	padding-bottom: 5px;
	font: bold 110% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4 {
	padding-bottom: 5px;
	font: bold 100% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clearing {
	clear: both;
}

/* @end */

/* @group Hyperlinks */

a {
	outline: none;
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #f4a000;
	text-decoration: none;
}

/* @end */

/* @group Allgemeine Klassen und IDs */

.hide_me {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0px;
	height: 0px;
	display: inline;
}

.tab_me:focus, .tab_me:active {
	position: absolute;
	top: 9999px;
	left: 10700px;
	display: inline;
	width: 12em;
	height: auto;
	background-color: white;
	color: #707070;
	padding: 5px;
	border: 1px solid #707070;
}

img {
	border-style: none;
}

/* @end */

/* @end */

/* @group 2. Styles für die  Layoutbereiche */

/* @group INDEX */

#wrapper {
	height: 588px;
	width: 542px;
	margin-top: -224px;
	margin-left: -271px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../pix/shadow.jpg) no-repeat center bottom;
}

#content {
	width: 542px;
	position: absolute;
}

/* @end */

/* @end */

/* @group 3. Sonstige Styles */

/* @group content */

#content p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 4px;
}

/* @end */

/* @group 02 */



/* @end */

/* @end */
