@media screen{

/* Layout Stylesheet */ 

html{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body{
	padding: 0px;
	margin: 0px;
	font-size: 76%;
	font-family: Arial, sans-serif;
	background-color: white;
	height: 100%;
	background-image:url(../images/body.background.zonderverticaldots.gif);
	background-position: top center;
	background-repeat:repeat-y;
}

#Container{
	width: 780px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

*>#Container{
	height: auto;
}

div#Header{
	height: 122px;
	background-color:#ffffff;
	background-image:url(../images/header.background.jpg);
	background-position: 0px 28px;
	background-repeat:no-repeat;
	position:relative;
}

div#Header img{
	margin: 25px 0px 0px 41px;	
}

div#Header div#ServiceNavigation{
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	text-align:right;
}

div#Header div#BreadcrumbNavigation{
	position:absolute;
	top:95px;
	left:230px;
	width:545px;
	text-align:left;
}

#ColumnWrapper{
	background-image:url(../images/vertical.dots.gif);
	background-position: 550px 0px;
	background-repeat:repeat-y;
}

div#LeftColumn{
	float: left;
	margin: 0px;
	width: 207px;
	height: auto;
	_min-height: 20px;
	background-color: #ffffff;
	background-image: url(../images/left.column.background.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#LeftColumn div#NavigationTop{
	margin:0px;
	padding:0px;
	height: 40px;
	background-image:url(../images/left.navigation.top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#LeftColumn div#NavigationCenter{
	margin:0px;
	padding:0px;
	/* height: 200px; /**/
	background-image:url(../images/left.navigation.center.gif);
	background-position:top left;
	background-repeat:repeat-y;
	position:relative;
}

div#LeftColumn div#NavigationBottom{
	margin:0px;
	padding:0px;
	height: 96px;
	background-image:url(../images/left.navigation.bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#CenterColumn{
	float:left;
	margin:0px 0px 0px 23px;
	padding: 0px 15px 0px 0px;
	width:260px;
	/*height: 100%;*/
	/*background-color:#ffffff;
	background-image:url(../images/vertical.dots.gif);
	background-position:top right;
	background-repeat:repeat-y;*/
	display:inline;
}

div#CenterColumn2{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width:550px;
	/*height: 100%;*/
	background-color:#ffffff;
	background-position:top right;
	background-repeat:repeat-y;
}

div#RightColumn{
	float:left;
	margin:0px;
	padding: 0px 0px 0px 15px;
	width:260px;
	height: 100%;
	background-image:url(../images/vertical.dots.gif);
	background-position:top left;
	background-repeat:repeat-y;
	/*background-color:#ffffff;*/
}

div#Footer{
	float:left;
	/*clear:both;*/
	/*width:100%;*/
	margin:0px;
	padding: 15px 0px 0px 0px;
	height:25px;
	background-color:#ffffff;
	background-image:url(../images/left.column.background.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

div#Footer div#FooterContent{
	margin: 0px 0px 0px 230px;
	padding: 5px 0px 0px 0px;
	width: 550px;
	height: 20px;
	background-color:#ffffff;
	background-image:url(../images/horizontal.dots.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/* Presentation Stylesheet */ 

h1	{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color:#ff9b26;
	font-size:1.7em;
	font-weight: bold;
}

.content h1{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color:#ff9b26;
	font-size:1.7em;
	font-weight: bold;
}
 
h2	{
 	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #ff9b26;
    font-size: 1.3em;
    font-weight: bold;
}

.content h2	{
 	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #ff9b26;
    font-size: 1.3em;
    font-weight: bold;
}
 
h3	{
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ff9b26;
    font-size: 1em;
    font-weight: bold;
}

.content h3	{
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ff9b26;
    font-size: 1em;
    font-weight: bold;
}
 
p	{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content p	{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

b	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.content b	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

strong{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.content strong{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
 
hr	{
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style:none;
	height:1px;
	width:100%;
	color:#ff9b26;
	background-color:#ff9b26;
}


.content {
/* position: relative */

/* padding-left:31pt; */
/*position:absolute;*/
/*width:173pt;*/
}
.content_single {
	width: 374pt;
}

.content ul	{
	list-style-image:url(../images/ul.background.orange.gif);
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px 0px 10px 0px;
}

.content li	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 14px;
	color:#085da6;
}

.content ul li a:link{
	color: #085da6;
    text-decoration: none;
    font-weight: bold;
}

.content ul li a:visited{
	color: #085da6;
    text-decoration: none;
    font-weight: bold;
}

.content ul li a:hover{
	color: #085da6;
    text-decoration: underline;
    font-weight: bold;
}

.content ul li a:active{
	color: #085da6;
    text-decoration: none;
    font-weight: bold;
}

.content img {
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
}

.content img.button {
	border: 0px;
}

.content a:link	{
	color: #ff9b26;
    text-decoration: none;
    font-weight: bold;
}

.content a:visited	{
	color: #ff9b26;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover	{
	color: #ff9b26;
    text-decoration: underline;
    font-weight: bold;
}

.content a:active	{
	color: #ff9b26;
    text-decoration: none;
    font-weight: bold;
}

.Service	{
	padding: 2px 5px 2px 5px;
    font-weight: normal;
    font-size: 0.9em;
    color: #a2cfef;
}

.Service a:link	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Service a:visited	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Service a:hover	{
	color: #085da6;
    text-decoration: underline;
    font-weight: normal;
}

.Service a:active	{
	color: #085da6;
    text-decoration: none;
    font-weight: normal;
}

.Breadcrumb	{
	padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 0.9em;
    color: #a2cfef;
}

.Breadcrumb a:link	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Breadcrumb a:visited	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Breadcrumb a:hover	{
	color: #085da6;
    text-decoration: underline;
    font-weight: normal;
}

.Breadcrumb a:active	{
	color: #085da6;
    text-decoration: none;
    font-weight: normal;
}

.Footer	{
	padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 0.9em;
    color: #a2cfef;
}

.Footer a:link	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Footer a:visited	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

.Footer a:hover	{
	color: #085da6;
    text-decoration: underline;
    font-weight: normal;
}

.Footer a:active	{
	color: #085da6;
    text-decoration: none;
    font-weight: normal;
}

/* contactformulier */

fieldset    {
    padding: 10px;
    width: 400px;
    border: 1px solid #e2e6e4;
}

fieldset span	{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#72103d;
	font-size: 0.9em;
}

legend  {
    padding: 0px;
    color: #72103d;
}

.FormField  {
    clear: left;
    margin: 5px 0px;
    width: 400px;
    display: block;
    margin-right: 0px;
}

.FormElement    {
    float: left;
}

.FormLabel  {
    float:left;
    width: 200px
}

input.text  {
    width: 180px;
    border: #e2e6e4 1px solid;
}

select.text  {
    width: 180px;
    border: #e2e6e4 1px solid;
}

textarea    {
    width: 180px;
    height: 80px;
    border: #e2e6e4 1px solid;
    overflow: auto;
}

#contactFormulier {
	padding-bottom : 20px;
}

button  {
	padding: 1px 5px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #ff9b26;
	color:#ffffff;
	background-color: #538EC1;
	display: block;
	cursor:pointer;
}


/* menu */

.MENU1_CONT {
	clear: left;
}

.MENU1  {
  	color: white;
   	padding-left: 30px;
   	height: 25px;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.MENU1_CUR  {
    color: 085da6;
   	padding-left: 30px;
   	height: 25px;
    background-color: #ffffff;

    line-height: 25px;
    vertical-align: middle;

  	margin-left : 0px;
    cursor: default;
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.MENU1_OVER  {
    color: ffffff;
  	padding-left: 30px;
  	height: 25px;
    background-color: #ff8a00;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU1_DOWN  {
    color: ffffff;
   	padding-left: 30px;
   	height: 25px;
    background-color: #ff8a00;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU2_CONT {
	clear: left;
}

.MENU2  {
	color: white;
   	padding-left: 40px;
   	height: 25px;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU2_CUR  {
	color: white;
   	padding-left: 40px;
   	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

  	margin-left : 0px;
    cursor: default;
}

.MENU2_OVER  {
    color: white;
  	padding-left: 40px;
  	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU2_DOWN  {
    color: white;
   	padding-left: 40px;
   	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU3_CONT {
    clear: left;
}

.MENU3  {
	color: white;
   	padding-left: 55px;
   	height: 25px;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU3_CUR  {
	color: white;
   	padding-left: 55px;
   	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

  	margin-left : 0px;
    cursor: default;
}

.MENU3_OVER  {
    color: white;
  	padding-left: 55px;
  	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

.MENU3_DOWN  {
    color: white;
   	padding-left: 55px;
   	height: 25px;
    background-color: #72103d;

    line-height: 25px;
    vertical-align: middle;

   	margin-left : 0px;
    cursor: default;
}

#ServiceMenu	{
	padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 0.9em;
    color: #a2cfef;
}

#ServiceMenu a:link	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

#ServiceMenu a:visited	{
	color: #a2cfef;
    text-decoration: none;
    font-weight: normal;
}

#ServiceMenu a:hover	{
	color: #085da6;
    text-decoration: underline;
    font-weight: normal;
}

#ServiceMenu a:active	{
	color: #085da6;
    text-decoration: none;
    font-weight: normal;
}

.imageMap {
	background-color: #f5f5f5;
	visibility: hidden;
	position: absolute;
	top: 160px;
	left: 380px;
	width: 148px;
	height: 201px;
	border: solid 2px #b22222;
}

}
