body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* orig background-color: #FFD282; 
	background-color:paleGoldenRod; */
	background: #202A07 url(../images/fr_bg.png) repeat-x scroll 0 0;
	margin: 0px;
	font-size: 0.9em;
}
p:first-letter {
	font-weight: bold;
	font-size: 1.2em;

}
h1{
	font-weight: bold;
	font-size: 1.3em;
	margin-top: auto;
}
h1:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
h2{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: auto;
}
h2:first-letter {
	font-size: 1.3em;
	font-weight: bold;
}
.small{
	font-size: 0.8em;
}
.no-style:first-letter {
	font-size: 1em;
	font-weight: normal;
}
.impressum {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 10px;
}
.impressum a{
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 0px;
}

.language {
	font-size: 0.8em;
	text-align: center;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.footer {
	font-size: 0.9em;
	text-align: center;
}
.right {
	text-align: right;
}
.labelcell{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
.prices{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;

}
.prices th{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
}
.prices .center{
	text-align: center;
}
.floatleft{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
	padding: 6px;
}
.floatright{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #CCCCCC;
padding: 6px;
}
.nobullets{
	list-style-type: none;
}
.specialoffer{
	position:absolute;
	left:500px;
	top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	z-index: 1;
	background-color: #FFFF00;
	padding: 4px;
	border: medium ridge #FF0000;
}

/* brendan entered full wrapper to wrap website */
.full-wrapper{
	background:#FFD282;
	border-right:1px solid white;
	border-left:1px solid white; 
	width:910px;
	margin:auto;
}

.full-shadow {
	background: #1D2606 url(../images/fr_bg_shadow.png) repeat-x scroll 0 0;
	width:930px;
	margin:auto;
}