/* css for first page and member page  */
#RM {
	 background-color: black; 
	 color: white;} 
p {	   
	font-family: "Palatino Linotype","MS Serif", "New York", serif;;
	font-style: italic;
	font-size: 1.2em; 
	}
#main p{ 
	font-size: 0.9em;
	font-style: normal;
}
	
#container {
background-color: black;
color: white; 
position: absolute; 
top: 140px; 
width: 460px; 
/*left: 180px; */  
left: 220px;
padding-left: 20px; 
padding-right: 20px; 
padding-top: 10px; 
padding-bottom: 10px; 
background-image: url(bilder/corn.jpg); 
background-position: top left; 
background-repeat: no-repeat;
} 
#headerr {
	background: black url(bilder/rmrh.jpg) no-repeat; 
	color: white; 
	position: absolute; 
	top: 40px; 
	width: 500px; 
	height: 100px; 
	left: 220px; 
}

#headerl{
	background: black url(bilder/rmlh.jpg) no-repeat;
	color: white;
	position: absolute;
	top: 40px;
	width: 118px; 
	height: 190px; 
	left: 120px;
	}


#descr, #main{
	color: #FC0C0C;}

#rightAd{
	background: black;
	position: absolute;
	top: 113px;
	left: 700px;
	width: 122px; 
	margin-left: 60px;
	margin-top: 100px;
	padding-top: 10px;	
	padding-left: 10px;
	padding-right: 10px; 
	text-align: center;	
}	

#linklist{
	background: black;
	position: absolute;
	top: 113px;
	left: 20px;
	width: 122px; 
	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-family: "Palatino Linotype","MS Serif", "New York", serif;
	font-style: italic;	
	color: silver;
	font-size: 1.7em;
	text-align: right; 
} 

a:link, a:active, a:visited, a:hover {
	color: Gray;
	font-family: "Palatino Linotype","MS Serif", "New York", serif;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: Red;
}
a:visited {
	color: Silver;
}
a:hover {
	color: red;
}
