/* ToerismeAchterhoek.nl Stylesheet
 *
 * Copyright Summerscape Media 2008
 *
 */
 
 /* Global layout 
 ------------------------------------------------------------------- */
/* force a scrollbar in firefox */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

/* the body is background of the page */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}


input {
	background-color: white;
	border: 1px solid #c0c0c0;
}

textarea {
	border: 1px solid #c0c0c0;
}

/* main wrapper - force width */
#pagewidth {
	position: relative;
	z-index: 1;
	margin: 0px auto;
	padding:0;
	width: 960px;
	text-align: left;
	background-color:#FFFFFF;
	overflow:hidden;
}

/*  colors for links */
a		  { outline:none; cursor: pointer; }
a:link    { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #4182A2; }
a:active  { text-decoration: none; color: #FE6601; }
a:hover   { text-decoration: none; color: #FE6601; }


/* default sizes for headers */
h1 {
	font-size:20px;

}

h2 {
	font-size:12px;
	margin:0px;
	padding:0px 0px;
	background:#ffffff;
}

h3 {
	font-size:14px;
	margin:0px;
	padding:8px 0px;
}

/* header layout */
#header {	
	position:relative;
	top:10px;
	left:0px;
	width:850px;
	height:95px;
	padding:0px;
	margin:0px;
}

/* google search box */
	#header #googlesearch {
		position:absolute;
		top:50px;
		left:292px;
	}	
	
	#header #googlesearch img {
		float:left;
		margin:0 11px 0 0;
	}	
	
	#header #googlesearch input {
		margin-top:4px;
	}
	


/* the line after the header */
#headerline {
	border-top:1px solid #065f89;
	padding:0px;
	height:1px;
	line-height:1px;
	margin: 0px 8px;
}

/* the crumble path and date */

/* the main container for the content */
#body {
	background-color:#FFF;
	color:#000000;
	/* color:#4083a1; */

	margin:0px 0px;
	padding:0px 0px;
	border:0px;	
}
/* make sure all content is nicely within the block */
#body:after { content: "."; display: block; height: 0; clear: both; visibility:hidden; }
#body { height: 100%; }

select, input, textarea {
	color:#4182A2;
	font-size:11px;
	font-family: Arial, sans-serif;
}

/* the body contains two columns */

/* the left column in the body*/
#leftcolumn {
	background-color:#FFF;
	text-align:left;
	float:left;
	clear:none;	
	width:160px;
	padding:0px;
	margin:2px 0px 0px 0px;
	border:0px;
}

/* the main column */
#rightcolumn {
	float:center;
	clear:none;
	width:810px;
	margin: 0px 0px 22px 0px;
	padding:0px;
	border:0px;
}


div#contentRight {	
	float:left;
	clear:none;
	margin:25px 0px 0px 0px;
	padding:0;
}


/* footer */

div#footer {
	display:block;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:11px;
	text-align:right;
	border-top:1px solid #c0c0c0;
}

div#footer a img {
	margin:0px 6px 0px 6px;
	vertical-align:middle;
}

div#footer a span {
	display:none;
}

/* end footer */

#googlesearch iframe {
	width:765px;
}

.spacer{
float:none;
	clear:both;
	height:1px;
}
/* einde gadgetspagina */

/* Achterhoek links */

div#Achterhoek-Tip div.Achterhoek-TipColumn {
	width: 260px;
	float: left;
	margin-right: 14px;
}
div#Achterhoek-Tip h2 {
	padding:4px;
	
	/*
	background:transparent url(/images/content_bg.gif) repeat-x 0px 0px;
	background-color:#ff9900;
	*/
	background-color:#FFFFFF;
	color:#333;

}

div#Achterhoek-Tip h3 {
	padding:4px;
	
	/*
	background:transparent url(/images/content_bg.gif) repeat-x 0px 0px;
	background-color:#ff9900;
	*/
	background-color:#FFB205;
	color:#333;

}


div#Achterhoek-Tip div.last {
	margin-right: 0;
	float:right;
}

div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip {
	margin-bottom: 2em;
}
div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip ul {
/*
	background:transparent url(/images/content_bg.gif) repeat-x 0px 0px;
	*/
	background-color:#FFF5C0;
	background:#FFF5C0 url(/images/gradientaad.png) repeat-x left bottom; 
	border:1px solid #FFB205;
	margin:0px;
	padding:4px;
	list-style:none;
}
div#Achterhoek-Tip div.Achterhoek-TipColumn .Achterhoek-Tip ul li {
	margin:0px;
	padding:0px;
}
div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip a.last {
margin-bottom:8px;
}
div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip a {
	display:block;
	font-size:1.1em;
	text-decoration:none;
	color:#555;
	margin:1px 0px;
	padding:0px;
}
div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip a:hover {
	background-color:#FFB205; 
}

div#Achterhoek-Tip div.Achterhoek-TipColumn div.Achterhoek-Tip ul li a sup.recommendation {
	font-size: 0.8em;
	color: #f00;
	vertical-align: top;
	text-decoration: none !important;
	letter-spacing:.1em;
}




#intro {border-bottom:0px solid #FFB205;
      border-left:0px solid #FFB205;
      border-right:0px solid #FFB205;
      border-top:0px solid #FFB205;
       background-color:#FFEA84;
       text-align:left;
       padding-left: 2px;
       padding-right: 2px;
       }

#pagetop {width:900px;
         height:60px;
}

#bannerleft {width:234px;
            height:60px;
            margin-top:10px;
            margin-left:0px;
}
#pagetro    {
            width:300px;
            margin-top:0px;
            text-align:center;
}

#bannerright {width:234px;
            height:60px;
            position:relative;
            margin-top:10px;
            margin-left:0px;
}

#sleutelwoorden {position:relative;
                float:center;
}
