/* css for first page and member page  */
#RM {
	 background-color: black; 
	 color: white;
	 font-family: "Palatino Linotype","MS Serif", "New York", serif;} 
p {	   
	font-size: 0.9em; 
	} 
#container {
   position: absolute; 
	top: 140px; 
	width: 460px; 
	left: 180px; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
} 
#headerr {
	background: black url(bilder/rmrha.jpg) no-repeat; 
	position: absolute; 
	top: 40px; 
	width: 500px; 
	height: 100px; 
	left: 140px; 
} 
#main{
	}

#linklist{
	position: absolute;
	top: 113px;
	left: 20px;
	width: 80px; 
	margin-left: 60px;
	margin-top: 100px;
	padding-top: 10px;	
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}	

#linklist a:link, #linklist a:visited {
	display: block;	
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	font-style: italic;
}
p a:link, p a:visited {display: inline; padding-bottom: 3px; padding-top: 3px; font-weight: bold; font-style: italic}

h1	{
	font-style: italic;	
	font-size: 1.3em;
	text-align: right; 
} 

a:link, a:active, a:visited, a:hover {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: Red;
}
a:visited {
	color: Silver;
}
a:hover {
	color: red;
}
input {
	background-color: Silver;
	font-family: "Palatino Linotype","MS Serif", "New York", serif;
	height: auto;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 1.3em;
	color: #FC0C0C;
	font-style: italic;	 
}