/* ----------------------------------------------------------------------------
Screen CSS File 'W3Squared'
Coypright 2009 by W3Squared
---------------------------------------------------------------------------- */

body, * h1, * h2, * h3, * h4, * h5, * p, * a, * ul, * li {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------------------
Zentrieren
---------------------------------------------------------------------------- */

html, body{ 
	height: 100%;     /*  für vertikales zentrieren  */
}

#abstand {
	height: 50%;
	width: 1px;
	margin-bottom: -275px;
	float:left;
}

/* ----------------------------------------------------------------------------
Format
---------------------------------------------------------------------------- */

body {
	background-color:#CCC;
}

p {
	font-size: 15px;
	color:#333;
}

a:link {
	text-decoration: none;
	color:#666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ----------------------------------------------------------------------------
Main Content
---------------------------------------------------------------------------- */

#container {
	background-repeat:no-repeat;
	clear:left;
	height:550px;
	width:880px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#fff;
}

#email {
	width:146px;
	margin-left:367px;
	margin-top:275px;
}

#img1 {
	width:750px;
	height:200;
	margin-left:65px;
}
