@charset  'utf-8';

html, body { height: 100%; }

body
{
	margin: 0;
	border: 0;
	padding: 0;
	color: black;
	background-color: white;
	font: 100.01% "Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
	background: #ffffff url('gfx/full-bg.gif') repeat-x scroll top left;
}

#seitenrahmen
{
	position: relative;
	margin: 0 auto 0 auto;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body #seitenrahmen { height: auto; }

#inhaltrahmen
{
	padding: 10px 0 0 0;
	background: url('gfx/paar-mit-kreisblatt-am-sonntag.jpg') no-repeat scroll top left;
	width: 950px;
	height: 680px;
	background-color: #f49d00;
	text-align: right;
}

#fussrahmen
{
	position: absolute;
	margin: 0 auto 0 auto;
	bottom: 0;
	padding: 0;
	width: 950px;
	height: 69px;
	background-color: #f49d00;
	text-align: center;
}

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

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

img { border: 0; }
