

html, body {
height: 100%;
font: 83% "lucida sans", "Trebuchet MS", tahoma, sans-serif;
background:#fff; 
color:#333;
margin:0; 
padding:0; 
} 
#pagewidth {
min-width:900px;  
}
#header {
position:relative; 
height: 110px; 
background: #fff url(images/inpagelogo2.png ) no-repeat center top;
color: #fff;
width:100%;
} 
		/*Left Column*/

#leftcol {
float:left; 
position:relative; 
width:40%; 
border-top:0px solid #DFD0B9;
line-height: 1.6em;
background:#fff; 
color:#666; 
}

#twocols {
float:right; 
position:relative; 
width:60%; 
}
		/*Right Column*/

#rightcol {
float:right; 
position:relative; 
width:67%; 
border-top:0px solid #DFD0B9;
line-height: 1.6em;
background:#fff; 
color:#666;
}
		/*Centre Column*/

#maincol {
float: left; 
display:inline; 
position: relative; 
width:32.5%; 
border-right: 1px solid #8A795D;
border-left: 1px solid #8A795D;
line-height: 1.6em;
background: #FF99CC;  
color:#777; 
}
#maincol a:link, #maincol a:visited {
text-decoration : none;
background : inherit;
color : #ccc;
}
#maincol a:hover {
text-decoration : none;
background : inherit;
color : #666;
}

			/*Footer*/

#footer {
clear:both;
width:100%; 
height:50px; 
border-top: 3px solid #EAC117;
background: #666; 
color: #fff;
}


/* *** Float containers fix: *** */ 

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix{display: inline-block;}

		/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
		/* End hide from IE-mac */  

		/*Header Properties*/

p {
padding: 10px 15px 10px 15px;
}
#header h1#logo {
position: absolute;
margin: 10px 0 0 10px;
padding: 0;
color: blue;
font: normal 2.5em 'lucida sans', 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: 3px;
text-transform: none;
top: 39px; left: 345px;	
}
#header h2#slogan {
position: absolute;	 
top:40px; left: 240px;
color: #eee;
text-indent: 0px;
font: bold 16px 'lucida sans', Tahoma, 'trebuchet MS', Sans-serif; 
text-transform: none;	
}
h1 {
position: absolute;
margin: 10px 0 0 10px;
padding: 0;
color: blue;
font: normal 1.2em 'lucida sans', 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: 3px;
text-transform: none;
top: 85px; left: 25px;	
}
h2 {font-family:  helvetica, "Trebuchet MS", tahoma, "lucida sans", sans-serif;
margin-left:10px;
padding: 10px;
font-size: 130%;
letter-spacing: 3px;
color:  #254117;
background: transparent;
}
h3 {font-family:  helvetica, "Trebuchet MS", tahoma, "lucida sans", sans-serif;
margin-left:10px;
padding: 10px;
font-size: 100%;
letter-spacing: 3px;
color:  #FF0000;
background: transparent;
}

		/*Main Menu*/
#navcontainer {
width: 100%;
}
#navcontainer ul {letter-spacing: 3px;
margin: 0;
padding-left: 0;
list-style-type: none;
font: 100% "lucida sans", Arial, Helvetica, sans-serif;
}
#navcontainer a {
display: block;
padding: 3px;
height:20px;
background: #333;
border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
padding-top: 12px;
padding-left: 20px;
color: #33CCCC;
background: #FFFF99 url(pfeil9.gif) left center no-repeat;
background-position: 0.4em;
text-decoration: none;
}
#navcontainer a:hover {
background: #ccc ;
background-position: 0.4em;
color: #666;
}
		/*Link Properties*/

a:link, a:visited {
text-decoration : none;
background : inherit;
color : #619ADD;
}
a:hover {
text-decoration : none;
background : inherit;
color : #ccc;
}
a:active {
text-decoration : none;
background : inherit;
color : #8A795D;
}


		
		/*Class Properties*/

.box {
margin-left:20px;
margin-right:20px;
margin-bottom: 10px;
border-top:1px solid #8A795D;
border-bottom:1px solid #8A795D;
background : inherit;
color : #808080;
}

.imgleft {
float : left;
border : 1px solid #333;
margin : 5px 10px 10px 0;
padding : 5px;
}
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}

#pinkhighlight {
  padding: 7px 11px 0 14px;
background-color: #feeced;
border: thin solid pink; 
}
/*additional fonts*/
.highlightlinkblue { cursor: pointer; background: #ffffff; color :  blue ;}
.sales { color: red; font-size: 100%}
.eventdate { color: green; font-size: 100%;}
.fairname {color: blue;font-size: 100%;}
.memberof { color: #333333;font-size: 100%;}
.agencyhead { color: #000000;font-size: 100%;}
.contact { color: #000000;font-size: 100%;}
.location { color: #fd8231;font-size: 100%;}
.attraction { color: #8e0eb2; font-size: 100%;}
.holidayaccomm { color: #fd8231; font-size: 100%;}
.newhomes { color: #8e0eb2; font-size: 100%;}

