body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	background-color: #9C9D9F;
	color: #000000; }
	
#frame { 
	background-color: #FFFFFF;
	margin-left: 20px;
	position: absolute;
	top: 20px; 
	left: 20px; 
	width: 900px; 
	height: 700px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	z-index: 5; }

#banner { 
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 610px;
	height: 261px;
	z-index: 3; }

#menue { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large; 
	background-color: #812437;
	color: #000000;
	padding: 20px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 660px;
	width: 200px;
	height: 221px; 
	z-index: 2; }
	
#content { 
	padding: 20px;
	position: absolute;
	top: 261px;
	left: 0px;
	width: 860px;
	height: 380px;
	overflow: auto;
	z-index: 1; }

#footer { 
	background-color: #812437;
	text-align: center;
	font-size: small;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 19px; 
	color: #000000; 
	z-index: 4; }
	
a:link.menue { 
	font-weight:bold; 
	color: #FFFFFF; 
	text-decoration:none; }
	
a:visited.menue { 
	font-weight:bold; 
	color: #FFFFFF; 
	text-decoration:none; }
	
a:hover.menue { 
	font-weight:bold; 
	color: #9C9D9F; 
	text-decoration:none; 
	letter-spacing: 1px; }
	
a:active.menue { 
	font-weight: bold; 
	color: #9C9D9F; 
	text-decoration: none; 
	letter-spacing: 1px; }

a:link { 
	font-weight: bold; 
	color: #000000; 
	text-decoration:underline; }
	
a:visited { 
	font-weight: bold; 
	color: #000000; 
	text-decoration:underline; }
	
a:hover { 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; }
	
a:active { 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; }
	
h3.title {
	font-size: x-large;
	font-weight: bold;
	text-align: right; }
	
p.small {
	font-size: small; }
