@import url("../incl/webfonts/lucida-calligraphy-regular-italic.css");

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

.black-link a:link {color:black;}


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

.header {
    font-family: 'LucidaCal-Ita', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
}
.header h1{
	margin:0;
	padding:0;
	font-size: 14px;
	color:#fee64e;
}
.header h1:first-letter{
	font-size: 1.0em;
}
.contact {
    font-family: 'LucidaCal-Ita', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

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 {
	min-height: 31px;
	font-size: 0.8em;
	text-align: center;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.footer {
	font-size: 0.8em;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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-special {
	border-color: black;
	border-style:solid;
	border-width:1px;
}

.prices-special th{
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ed1b46;
}

.prices-special td{
	color: #4ea5db;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}


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

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('https://www.campinginkerry.com/images/BookNowTransparent.gif');
}
a#booknow-de{
    background-image: url('https://www.campinginkerry.com/images/BookNowTransparent.gif');
}
a#booknow-fr{
    background-image: url('https://www.campinginkerry.com/images/BookNow-fr.gif');
}
a#booknow-es{
    background-image: url('https://www.campinginkerry.com/images/BookNow-es.gif');
}
a#booknow-it{
    background-image: url('https://www.campinginkerry.com/images/BookNow-it.gif');
}
a#booknow-cn{
    background-image: url('https://www.campinginkerry.com/images/BookNow-cn.gif');
}

/* brendan entered full wrapper to wrap website */
.full-wrapper{
	background:#FFD282;
	border-right:1px solid white;
	border-left:1px solid white; 
	border-bottom: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;
}

.uiBoxWhite {
	background-color: red;
	color:#33FFFF;
}

.navbar-wrapper {
	width: 200px;
	float: left;
	/* moving up a bit */
	margin-top:-25px;
}

.content-outer {
	width:910px;
	min-height: 750px;
}

.content-inner {
	width:700px;
	float:left;
}

/** http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}