
/*		(c) 2007 Fantasy-Rollenspiel       */

a:link		{ color: #882200; text-decoration: none; }
a:active	{ color: #005500; text-decoration: underline; }
a:visited	{ color: #882200; text-decoration: none; }
a:hover		{ color: #005500; text-decoration: underline; }

img { border: none; }

html, body, p {
	margin: 0;
	padding: 0;
	line-height: 1.3em; }

body {
	background-image: url("../-/FR-Logo.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 100%;
	background-position: 5% 20px;
	background-attachment: fixed;
}

#header {
	background: url("../-/Pergament/123.jpg") no-repeat;
	background-position: bottom;
	text-align: center;
	width: 540px;
	height: 80px;
	padding-top: 20px;
	margin: 0px auto; }

#header h1 {
	text-align: center;
	height: auto; }

#header p {
	color: gray;
	letter-spacing: 0.25em;
	margin: 0px 0px 0px 0px; }

#content {
	color: #333333;
	background-color: #FBF7ED;
	background-image: url("../-/Pergament/Papier.jpg");
	background-repeat: repeat-y;
	padding: 0px 0px 10px 0px;
	width: 540px; 
	text-align: center;
	margin: 0px auto; }

#footer {
	background-image: url("../-/Pergament/789.jpg");
	background-repeat: no-repeat;
	font-size: 60%;
	text-align: right;
	color: gray;
	width: 540px;
	height: 30px;
	margin: 0px auto; }

#footer a {
	width: 25px;
	height: 11px;
	float: left;
	margin-left: 30px; }

.Curle {
	clear: right;
	width: 280px;
	height: 20px;
	margin: 13px 130px 13px 130px;
	background: url("../-/Pergament/Curle.jpg") no-repeat center center; }

hr {
	display: none;
	clear: right; }

h1, h2, h3, h4 {
	color: #442200;
	font-family: "President Regular", President, Papyrus, Times, "Times New Roman", Serif;
	font-weight: normal;
	word-spacing: 0.25em;
	margin: 0;
	text-shadow: 2px 2px 3px #666666;
	padding-top: 13px;
	padding-Bottom: 13px; }

h1 { font-size: 300%; }
h2 { font-size: 160%; }

#content h1, h2, h3, p {
	padding-left: 24px;
	padding-right: 24px; }

#content p { text-align: center; }
