html, body {
	font-family: verdana, sans-serif;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #FAF3EB;
}
html>body {
}

#outer_frame {
	width: 250px;
	margin: 80px auto 0;
	overflow: visible;
}

#content {
	margin: 0 auto;
	width: 250px;
	overflow: visible;
}
#language {
	clear: both;
	width: 250px;
	padding-top: 10px;
	overflow: visible;
	text-align: right;

}
#quote {
	clear: both;
	padding: 30px 0;
	width: 250px;
}

P.quote {
	text-align: justify;
	font-size: 9px;
	line-height: 13px;
	color: #464646;
}

DIV.eng {
	float: left;
	font-size: 9px;
}
DIV.eng a {
	font-size: 9px;
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.eng a:visited {
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.eng a:hover {
	color: #7D541B;
	text-decoration: underline;
	border-bottom: 0px;
}
DIV.eng a:active {
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}

DIV.deu {
	float: right;
	text-align: right;
	font-size: 9px;
}
DIV.deu a {
	font-size: 9px;
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.deu a:visited {
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.deu a:hover {
	color: #7D541B;
	text-decoration: underline;
	border-bottom: 0px;
}
DIV.deu a:active {
	color: #7D541B;
	text-decoration: none;
	border-bottom: 0px;
}
