html, body
{
	height:				100%;
	margin:				0;
	padding:			0;	
}

body
{
	font-family:		sans-serif;
	font-size:			70%;
	color: 				#1F1A17;
}

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

#content_1
{
	clear:				left;
	position: 			relative;
	width:				100%;
	height:				280px;
}

#content_2
{
	position: 			absolute;
	left:				0;
	top:				0;
	width:				100%;
	height:				280px;
}

#content_3
{
	position:			relative;
	width:				500px;
	height:				280px;
	margin-left:		auto;
	margin-right:		auto;
}

#left
{
	width:				240px;
	float:				left;
	margin-right:		20px;
}

#right
{
	width:				240px;
	position:			absolute;
	left:				260px;
	bottom:				30px;
}

#bottom
{
	clear:				both;
	width:				500px;
	padding-top:		10px;
	height:				20px;
}

a
{
    color: 				#1F1A17;
    font-size: 			1em;
    text-decoration: 	none;
}
