html, body
{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	color: #15868a;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: white;
}

a
{
	color: #15868a;
	text-decoration: none;
}

a:hover
{
	color: #15868a;
	text-decoration: underline;
}

#floater
{
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -200px;
	width: 1px;
}

#centered
{
	position: relative;
	clear: left;
	margin: 0 auto;
}

#wrapper
{
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	width: 100%;
}

#content-all
{
	background-color: #fff;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	position: relative;
	clear: left;
	height: 400px;
	width: 600px;
	max-width: 600px;
	min-width: 600px;
	margin: 0 auto;
}

#img_container
{
	background-color: transparent;
	display: block;
	position: absolute;
	left: 230px;
	right: 0;
	top: 20px;
	bottom: 0;
	overflow: auto;
	width: 140px;
	height: 140px;
}

img { border: none; }
.logo span { display: none; }

.logo:link, .logo:visited
{
	display: block;
	width: 140px;
	height: 140px;
	background: url(../img/Christian-Poener.gif);
}

.logo:hover, .logo:active, .logo:focus { background-image: url(../img/Christian-Poener-on.gif); }

#txtcontent
{
	position: absolute;
	left: 0;
	right: 0;
	top: 220px;
	bottom: 0;
	overflow: auto;
	width: 600px;
	height: 175px;
}

#txtcontent a
{
	color: #15868a;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#txtcontent strong
{
	color: #15868a;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#txtcontent table
{
	color: #15868a;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
