body {
	background:		url(img/body-bg.png) repeat-x 0px 0px #456f55;
	margin:			0px;
	padding:		0px;
	color:			#04421b;
	font-size:		16px;
}

p {
	margin:			0px;
	margin-top:		10px;
	margin-bottom:	20px;
	padding:		0px;
}

a:link    {color: #04421b; text-decoration: none}
a:visited {color: #04421b; text-decoration: none}
a:active  {color: #04421b; text-decoration: none}
a:hover   {color: #D6C806; text-decoration: none}


/* Äußerer Template-Bereich */
#outline {
	border:			1px solid #04421b;
	width:			780px;
	background:		url(img/content-bg.png) repeat-x 0px 0px #456f55;
	margin-top:		5px;
}

/* Inhalts-Elemente */
#content {
	background:		url(img/body-bg.png) repeat-x 0px 0px #456f55;
	margin:			0px;
	margin-left:	0px;
	text-align:		justify;
	padding:		0px;
	padding-right:	0px;
}


/* Links floaten */
.floatMeLeft {
	border:			0px;
	margin:			0px;
	margin-right:	10px;
	float:			left;
}


/* Links floaten */
.floatMeRight {
	border:			0px;
	margin:			0px;
	margin-left:	10px;
	margin-bottom:	4px;
	float:			right;
}


/* float:left/right aufheben, um den Footer wirklich unten zu positionieren */
.clear {
	clear:			both;
	margin:			0px;
	padding:		0px;
}


/* Footer-Formatierung */
#footerleft {
	float:			left;
	padding:		1px;
}
#footerright{
	padding:		1px;
	text-align:		right;
}
