/* Stylesheet for Hoppinger CMS
(c) 2006-2008 Hoppinger.com */

/* BEGIN General style (no classes, no selectors) */
	/* START copy this to html_editor.css */
	body {
		background-color: #fff;
		color: #000;
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
	}

	script {
		margin: 0px;
		padding: 0px;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	img {
		border : 0;
	}

	a:link, a:visited, a:active {
		text-decoration:underline;
	}

	a:hover {
		text-decoration:underline;
	}

	p {
		margin: 0px 0 8px 0;
		padding: 0px 0 8px 0;
	}
	/* END copy this to html_editor.css */

table {
	border-collapse: collapse;
}

td {
	text-align: left;
}


h1 { /* Page header */
	font-size: 16px;
	color: #fff;
}

h1.page_title { /* Page title extra */
	font-size: 20px;
	font-weight: bold;
}

h2 { /* module header */
	font-size: 12px;
	margin: 10px 0 5px 0;
}

input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

.anchor_container
{
	text-indent: 0px;
	margin: 0px;
	padding-left: 10px;
}
.anchor_container a
{
	color: #9C0113;
}

/* END General Style */

/* BEGIN Lay-out structures (specific tables, td's and divs ) */
html {
	overflow-y: auto;
	overflow-x: hidden;
	height:100%;
	width:100%;
}

.frontendBody {
	background-color: #405E00;
	background-image:url(/images/basis/BGpixel.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	width: 100%;
	padding:0px;
	margin:0px;
}
/* IE 7 ONLY */
*:first-child+html html {
	overflow-y: auto;
}
/* IE 7 ONLY */
*:first-child+html body {
	overflow: hidden;
}
div
{
	margin: 0px;
	padding: 0px;
}

.scrolltainer {
	width: 1798px;
	text-align: center;
	position: relative;
	left: 50%;
	height:100%;
	margin-left: -899px;
	background-image:url(/images/basis/rubensapple_fullsize_new.png);
	background-repeat:no-repeat;
	background-position: center 76px;
}

.container
{
	margin: 0 auto;
	width: 998px;
	background-color: white;
	position: relative;
	left: -3px;
	overflow: hidden;
}
.container .column
{
	position: relative;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}
#shadow_left {
	width: 9px;
	background-image:url(/images/basis/shadestrip_left_back.gif);
}

#shadow_right {
	width: 9px;
	background-color: red;
	background-image:url(/images/basis/shadestrip_right_back.gif);
}

#shadow_right_img {
	width: 9px;
	background-image:url(/images/basis/shadestrip_right.gif);
	background-repeat: no-repeat;
}

#shadow_left_img {
	width: 9px;
	background-image:url(/images/basis/shadestrip_left.gif);
	background-repeat: no-repeat;
}

#shadow_bottom {
	height: 9px;
	width: 998px;
	width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
	left: -2px;

	background-repeat: repeat;
	background-color: transparent;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/basis/border_long.png',sizingMethod='scale');*/
}

#shadow_bottom_c_left
{
	width: 9px;
	height: 9px;
	position: absolute;
	left: -9px;
	background-image:url(/images/basis/border_leftC.png);
	background-image: none;
	background-repeat: repeat;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/basis/border_leftC.png',sizingMethod='scale');
}
#shadow_bottom > #shadow_bottom_c_left {
	background-image: url(/images/basis/border_leftC.png);
}
#shadow_bottom_c_mid
{
	width: 980px;
	height: 9px;
	position: absolute;
	left: 0px;
	background-image:url(/images/basis/border_long.png);
	background-image: none;
	background-repeat: repeat;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/basis/border_long.png',sizingMethod='scale');
}
#shadow_bottom > #shadow_bottom_c_mid {
	background-image: url(/images/basis/border_long.png);
}
#shadow_bottom_c_right
{
	width: 9px;
	height: 9px;
	position: absolute;
	right: -9px;
	background-image:url(/images/basis/border_rightC.png);
	background-image: none;
	background-repeat: repeat;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/basis/border_rightC.png',sizingMethod='scale');
}
#shadow_bottom > #shadow_bottom_c_right {
	background-image: url(/images/basis/border_rightC.png);
}

#center {
	width:980px;
	background-color: white;
}

#navigatie
{
	position:absolute;
	top:43px;
	width:718px;
	text-align:right;
	left: 213px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
#navigatie a, #navigatie a:visited
{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}
#navigatie a.button {
	color: black;
}
#subnavigatie {
	color: red;
	position: relative;
	top: 155px;
	left: 100px;
	padding-right: 5px;
	height: 16px;
	text-align: left;
}
.noSub #subnavigatie {
	display: none;
}

#subnavigatie a, #subnavigatie a:visited
{
	font-size:12px;
	color:#E30019;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}
#subnavigatie  a.button {
	color: black;
}

#flags
{
	position:absolute;
	top:14px;
	width:718px;
	text-align:right;
	left: 209px;
 }
#flags a
{
 	color:#000000;
	text-decoration:none;
 }

 #flags a img
 {
 	position: relative;
	top: -1px;
 }

span.flags_divider
 {
 	padding-left:5px;
 	padding-right:5px;
}

.top
{
	height: 335px;
	width: 100%;
}

.top_small
{
	height: 227px;
	width: 100%;
}

.top_withFlash
{
	height: 485px;
	width: 100%;
}

.top .topImage
{
	background-image:url(/images/basis/midbanner.jpg);
	width: 980px;
	height: 269px;
}
.top_small .topImage
{
	background-image:url(/images/basis/midbanner_small.jpg);
	width: 980px;
	height: 161px;
}
.top_withFlash .topImage
{
	background-image:url(/images/basis/midbanner.jpg);
	width: 980px;
	height: 269px;
}
.flashapple
{
	display: none;
}
.top_withFlash  .flashapple
{
	display: block;
	WIDTH: 979px;
	HEIGHT: 130px;
	margin-top: 20px;
	color: white;
}

.topMenu
{
	height: 66px;
	width: 100%;
	background-color: white;
	text-align: right;
	background-image:url(/images/basis/topMenu.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
}

.ecards_img
{
	float: left;
	width: 660px;
	height: 480px;
	margin-right: 20px;
	background-color: #C5001E;
}

.ecards_text
{
	float: left;
	width: 220px;
	height: 460px;
	margin-right: 20px;
	padding: 10px;
	text-align: left;
	color: white;
	background-color: #C5001E;
}

.ecards_text a {
	color: white;
}


input {
	z-index: 20;
}

#content
{
	background-color: white;
	width: 980px;
	text-align: left;
}
#footer
{

}

#logo
{
	position: absolute;
	left: 0px;
	top: -1px;
}

#header
{
	margin-left: 30px;
	font-size: 20px;
}

#textContent
{
	float: left;
	padding-left: 30px;
	width: 570px;
	line-height: 170%;
}

#textContentWide
{
	float: left;
	margin-left: 30px;
	width: 940px;
	line-height: 170%;
}

#imageSideBar
{
	float: right;
	width: 380px;
	text-align: center;
	position: relative;
}

.image_div {
	position: relative;
	width: 380px;
	text-align: center;
}

.bigapple_bg {
	background-image: url(/images/winanapple_bg.jpg);
	height: 666px;
	width: 980px;
	position: relative;
}

.bigapple_bg input, .bigapple_bg select, .bigapple_bg textarea {
	border-bottom: 1px solid black;
	border-right: 2px solid black;
	border-top: 0px solid white;
	border-left: 0px solid white;
}

input[type="checkbox"] {
	border: 0px;
}

td.form_error {
	border-bottom: 2px solid red;
}
input.form_error {
	background-color: #FF5F65;
}
textarea.form_error {
	background-color: #FF5F65;
}
div.form_error {
	display: inline;
	font-weight: bold;
}

.bigapple_placement {
	padding: 0px;
	margin: 0px;
	width: 450px;
	position: absolute;
	text-align: right;
	left: 450px;
}

.bigapple_placement a {
	color: #f00;
}

.bigapple_placement table {
	margin: 0px;
	padding: 0px;
	width: 440px;
	margin-right: 10px;
}
.bigapple_placement table td {
	padding: 0px;
	height: 20px;
}

.actie_underline {
	display: block;
	float: right;
	width: 130px;
	height: 20px;
	cursor: pointer;
	border-bottom: 2px solid red;
    background-image: url(/images/blank.gif);
    background-repeat: repeat;
	color: red;
	position: relative;
	top: -22px;
}

/* END Lay-out structures

/* BEGIN Buttons */
.arrowButton
{
	position: relative;
	top: 1px;
}

a.button:link, a.button:active, a.button:visited {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 8px;
	text-decoration: none;
	letter-spacing: 1px;
	cursor:pointer;
}

a.button:hover, a.button_active {
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 8px;
	text-decoration: none;
	letter-spacing: 1px;
}

input.button {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	padding: 0 8px;
	text-decoration: none;
	letter-spacing: 1px;
	cursor:pointer;
	height: 17px;		/* Same height as input.inputField */
}

.moduleInfoBox
{
	position:absolute;
	top:20px;
	left:20px;
	z-index: 10;
	padding:20px;
	border:1px solid #ccc;
	background-color:#F2F2F2;
	display:none;
}

/* END Buttons */

.gototop { /* container for go-to-top line */
	padding: 8px 0;
	text-align:center;
}

/* BEGIN Hyperlink and Download area */
table.area {
	width: 99%;
	border: 1px solid #bbb;
	margin: 0px;
	padding: 0px;
	color:#000;
	background-color:#fafafa;
}

td.area-header {
	color: #fff;
	letter-spacing: 1px;
	background-color: #bbb;
	height: 16px;
	padding: 0 0 0 5px;
}

/* END Hyperlink and Download area */

/* BEGIN GroupManagement */
td.groupmanagement-header {
	background-color: #bbb;
	color: white;
	border: 1px solid #949494;
}

input.inputField {
	border: 1px solid #949494;
}
/* END GroupManagement */

/* BEGIN login */
td.error_message {
	color: red;
}
/* END login */



/* BEGIN moduleManager */
#textContentWrapper
{

}

#moduleLinkContent
{

}

.download_area_table
{
	width: 99%;
}

.download_area_header_cell
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.download_area_item_cell
{
	text-align: left;
	vertical-align: top;
}
/* END moduleManager */


.map
{
	width: 500px;
	height: 372px
}