body {
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}
	
a:link {
	color: #7A6638;
	text-decoration: none;
}
a:visited {
	color: #7A6638;
	text-decoration: none;
}	
a:hover {
	color: #a52a2a;
	text-decoration: none
}


.titel {
	font-weight: bolder;
	color: #485505;
}
.text {
	color: #485505;
}
/* Site rules */


/* TinyMCE specific rules */
body.mceContentBody {
   font-family:Tahoma;
   font-size:9pt; text-align:right; direction:rtl; color:#485505
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}
