
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

div
{
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body
{
	/*background-image: url('http://www.johannacaspers.com/templates/caspers/images/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	text-align: center;
	overflow: hidden;
}
 
/*BGK_	Uitlijn-Toepassing */
div.wrapper
{
	text-align: left;	
	position: absolute;	
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -503px;
	border: 1px solid #FFF;
}

div.logo
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1006px;
	height: 74px;
}

div.menu0
{
	padding: 50px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
	position: absolute;
	top: 0px;
	left: 240px;
	width: 680px;
	height: 73px;
}

div.content_main 
{
	background-image: url('http://www.johannacaspers.com/templates/caspers/images/grey.jpg');
    background-position: top right;
    background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 74px;
	left: 35px;
	width: 947px;
	height: 455px;
}

div.footer
{
	background-image: url('http://www.johannacaspers.com/templates/caspers/images/footer.jpg');
	color: #000000;
	display: block;
	position: absolute;
	padding: 2px 757px 0px 0px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	bottom: -42px;
	height: 42px;
	left: -35;
	width: 1006px;
}


/*hover*/
div.footer a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

div.footer a:hover
{
	color: #1b2442;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}
	
/* DEFAULT MENU STYLING (NO JAVASCRIPT) */
div.menu0 ul
{
	display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
	float: right;
    height: 508px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu0 ul li
{
	display: inline;
    float: left;
    height: 88px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
	letter-spacing: 1px;
}

div.menu0 ul li a 
{
    border-left: #000000 solid 1px;
    color: #000000;
    display: block;
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 800px; 
    font-weight: bold;
	height: 74; 
    line-height: 28px;
    padding: 0px 8px 0px 8px;
    text-align: center;
    text-decoration: none;
	letter-spacing: 5px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

div.menu0 ul li a:hover
{

    background-color: #1b2442;
	background-position: top left;
    background-repeat: repeat-x;
    text-decoration: underline;  
}

div.menu0 ul li a.active
{
	text-decoration: underline;    
}

div.menu0 ul li.item_first a
{
    border-left: #51401A solid 1px;
}

div.menu0 ul li.item_first a:hover, div.menu0 ul li.item_first a.active
{
    border-left: #746648 solid 1px;
}

div.menu0 ul ul
{
    display: none;
}

/* DROP DOWN MENU STYLING (WITH JAVASCRIPT) */
html body div.dropdownmenu_main
{
	float: right;
}

html body div.dropdownmenu_main div.dropdownmenu_item
{
}



/*buttons*/
html body div.dropdownmenu_main div.dropdownmenu_item a
{
	background-image: url('http://www.johannacaspers.com/templates/caspers/images/overalt.gif');
    background-position: top left;
    background-repeat: repeat-x;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; 
    height: 28px;
    line-height: 32px;
    margin: 0px;
    padding: 0px 10px 0px 8px;
    text-align: center;
    text-decoration: none;
	letter-spacing: 1px;
}

html body div.dropdownmenu_main div.dropdownmenu_item a:hover
{
	background-image: url('http://www.johannacaspers.com/templates/caspers/images/overalt.gif');
    background-position: top left;
    background-repeat: repeat-x;
	color: #1b2442;
}

html body div.dropdownmenu_main div.dropdownmenu_item a.active
{
	background-image: url('http://www.johannacaspers.com/templates/caspers/images/overalt.gif');
    background-position: top left;
    background-repeat: repeat-x;
    color: #1b2442;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; 
    height: 28px;
    line-height: 32px;
    margin: 0px;
    padding: 0px 10px 0px 8px;
    text-align: center;
    text-decoration: none;
	letter-spacing: 1px;
}

html body div.dropdownmenu_main div.item_first a
{
}

html body div.dropdownmenu_main div.item_first a:hover, html body div.dropdownmenu_main div.item_first a.active
{
}

html body div.dropdownmenu_sub
{
    background: #1b2442;
	opacity: 0.6;
	filter: alpha(Opacity=60);
    border: none;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px; 
    font-weight: bold;
	letter-spacing: 1px;
}

html body div.dropdownmenu_sub div.dropdownmenu_item a
{
	color: #FFFFFF; 
    text-decoration: none;
    padding: 0px 0px 0px 6px;
	width: auto;
}

html body div.dropdownmenu_sub div.item_first a
{
}

html body div.dropdownmenu_sub div.dropdownmenu_item a.active
{
    background: #1b2442;
	color: #FFFFFF; 
}

html body div.dropdownmenu_sub div.dropdownmenu_item a:hover
{
    background: #eeeeee;
    color: #1b2442;
}

html body div.dropdownmenu_sub div.item_first a:hover, html body div.dropdownmenu_sub div.item_first a.active
{

	
}

/*vak rechts*/
div.content_right
{
	position: absolute;
	top: 0px;
	left: 740px;
	height: 455px;
	width: 156px;
	overflow: hidden;
}

/* Content styling */
div.content
{
	padding: 0px 50px 0px 27px;
	margin: 30px 0px 30px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 395px;
	width: 690px;
	overflow: auto;
	line-height: 17px;
}

div.content p 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2442;
	font-size: 12px;
	margin-top: 1px;
}

div.content h1 
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 14px;
	color: 1b2442 ;
	margin-bottom: 15px;
	margin-top: 1px;
}


div.content h2
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #1b2442;
	font-size: 12px;
	margin-top: 5px;
}


/*content div right*/
div.content_right p 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2442;
	font-size: 12px;
	line-height: 17px;
}

div.content_right h2
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #1b2442;
	font-size: 12px;
	line-height: 17px;
}

div.content_right h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;;
	font-size: 12px;
	margin-top: 62px;
	line-height: 17px;
}

div.content_right h4
{
	font-family: Arial, Helvetica, sans-serif;
	color:#1b2442 ;
	font-size: 12px;
	margin-top: 62px;
	line-height: 17px;
}

div.content ul li 
{
	list-style-image: url('http://www.johannacaspers.com/templates/caspers/images/arrow.gif');
	margin: 0px;
	padding: 0px;
	background-image: );
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2442;
	font-size: 12px;
	line-height: 16px;
}

div.content a
{
	margin: 0px;
	padding: 0px;
	background-image: );
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2442;
	font-size: 12px;
	text-decoration: underline; 

}

div.content a:hover, div.content a:visited:hover
{
	margin: 0px;
	padding: 0px ;
	color: #1b2442;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}
 
 div.content a:active
{
	margin: 0px;
	padding: 0px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
}
 
  div.content a:visited
{
	color: #a5a5a5;
	text-decoration: none; 
}

/* FORM FIELDS */
.button
{
	border-top: #FFFFFF solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-left: #FFFFFF solid 1px;
	color: #000000;
	font-family: Arial, Serif;
	font-size: 12 px;
	height: 21px;
	padding-right: 6px;
	padding-left: 6px;
}

.select
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 240px;
}

.file
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 21px;
	width: 240px;
}

.textfield
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 21px;
	width: 240px;
}

.textfield_with_icon
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 21px;
	width: 220px;
}

.textfield_small
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 21px;
	width: 150px;
}

.textfield_small_with_icon
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 21px;
	width: 130px;
}

.textarea
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	height: 150px;
	width: 240px;
}

.hint
{
	cursor: pointer;
}

/* TABLE.LIST */
table.list
{
	margin-bottom: 16px;
}

table.list tr
{
}

table.list tr td
{
	border: #FFFFFF	solid 1px;
	font-family: Verdana, sans-serif;
	font-size: 11px; 
}

table.list tr td a
{
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

table.list tr td a:hover
{
	color: #808080;
}

table.list tr.head td
{
	background: #333333;
	color: #FFFFFF; 
}

table.list tr.odd td
{ 
	background: #E8E8E8; 
	color: #333333; 
} 

table.list tr.even td
{ 
	background: #F8F8F8; 
	color: #333333; 
} 

table.list tr.hover td
{ 
	background: #C8C8C8; 
	color: #333333; 
} 

table.list tr.highlight td
{ 
	background: #F46F21; 
}

table.list tr td.icon
{
	padding: 5px 3px 3px 5px;
	width: 22px;

	/* Catch possible alt text */
	white-space: nowrap;
	font-size: 9px;
}

table.list tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input
{
	padding: 3px 3px 3px 3px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.label
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: bold;
}

table.list tr td.text
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: normal;
}

table.list tr td table
{
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

table.list tr td table tr td
{
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

table.list tr td table tr td.label, table.list tr td table tr td.text
{
	padding-left: 0px;
}

/* TABLE.FORM */
table.form
{
	margin-bottom: 16px;
}

table.form tr td
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

table.form tr td em
{
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 11px; 
	font-style: normal;
}

table.form tr td a
{
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

table.form tr td a:hover
{
	color: #808080;
}

table.form tr.head td
{
	background: #333333;
	color: #FFFFFF; 
}

table.form tr.odd td
{ 
	background: #E8E8E8; 
	color: #333333; 
} 

table.form tr.even td
{ 
	background: #F8F8F8; 
	color: #333333; 
} 

table.form tr.error td
{ 
	color: #FF0000;
}

table.form tr.error td .file, table.form tr.error td .select, table.form tr.error td .textarea, table.form tr.error td .textfield, table.form tr.error td .textfield_with_icon, table.form tr.error td .textfield_small, table.form tr.error td .textfield_small_with_icon
{
	background: #FFE0E0;
}

table.form tr.highlight td
{ 
	color: #F46F21;
}

table.form tr.highlight td.text
{ 
	color: #F46F21;
}

table.form tr.highlight td.label
{ 
	color: #F46F21;
}

table.form tr td.icon
{
	padding: 3px 0px 0px 2px;

/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image
{
	padding: 2px 0px 2px 0px;

/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image a
{
/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input
{
	padding: 2px 0px 2px 0px;

/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input a
{
/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.label
{
	padding: 4px 4px 4px 0px; /* Additional padding */
	font-weight: bold;
}

table.form tr td.table
{
	padding: 0px; /* Additional padding */
	font-weight: normal;
}

table.form tr td.text
{
	padding: 4px 4px 4px 0px; /* Additional padding */
	font-weight: normal;
}
