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;
}

a:link {text-decoration: none}
a:visited {text-decoration: none; color:blue;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

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;
}
h3{
    font-weight: bold;
	font-size: 1em;
}
.small{
	font-size: 0.8em;
}
.no-style:first-letter {
	font-size: 1em;
	font-weight: normal;
}
.impressum {
	font-size: 0.9em;
	font-weight: bold;
	width:185px;
	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;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
}
.footer a{
	color: #999999;
}
.right {
	text-align: right;
}
.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;
}
.nomargin{
margin: 0 0 10px 0;
}
.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;
}

.small{
   font-size: 0.6em;
   }

textarea{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.labelcell{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

.myinput{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
	
.myinput:focus{
    border-color: #980008;
	background-color: #fdfc00;
   	}

.booknow-button {
	width: 200px;
	height: 40px;
}

.booknow-button a{
	display: block;
	width: 200px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}
.booknow-button a:hover {
    background-position: -200px 0;
}
a#booknow{
    background-image: url('http://www.campinginkerry.com/images/BookNow.gif');
}
a#booknow-de{
    background-image: url('http://www.campinginkerry.com/images/BookNow-de.gif');
}
a#booknow-fr{
    background-image: url('http://www.campinginkerry.com/images/BookNow-fr.gif');
}
a#booknow-es{
    background-image: url('http://www.campinginkerry.com/images/BookNow-es.gif');
}

/* 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;
}
