body {
   font-size: 12px;
   font-family: Arial,Verdana,Tahoma;
   color: black;
   text-align: center;
   background-color: #ECECEC;
   margin: auto;
   height: 100%;
}
html {
   margin: auto;
   height: 100%;
   overflow: -moz-scrollbars-vertical;  
}
#top_spacer {
   height: 10px;
   background-color: #ececee;
}
#container { 
   width: 950px;
   background: url('../images/bg_main.gif');
   background-repeat: repeat-y;
   text-align: center;
   vertical-align: middle;
   margin: auto auto -31px auto;
   position: relative;
   min-height: 100%; 
   height: auto !important;
   height: 100%;  /*voor IE */
}
#main_top {
   width: 950px;
   height: 10px;
   background: url('../images/bg_main_top.gif');
   background-repeat: no-repeat;
}
#header {
   width: 896px;
   height: 114px;
   margin: auto;
   border-bottom: solid 3px white;
}
#header_logo {
   background: url('../images/e-care_small.gif') no-repeat left;
   width: 165px;
   height: 114px;
   float: left;   
}
#header_pic {
   background: url('../images/pic_header2.jpg') no-repeat right bottom;
   width: 731px;
   height: 114px;
   float: right;   
   text-align: right;
}
#bar_top {
   width: 896px;
   height: 25px;
   margin: auto;
}
#bar_top_lux {
   clear: both;
   line-height: 25px;
   width: 165px;
   margin: auto;
   float: left;
   text-align: center;
   background-color: #a1c5db;
   color: #414141;
   font-weight: bold;
   font-size: 13px;
   background: url('../images/bar_top_lux.gif') repeat-x;
}
#bar_top_extra {
   line-height: 25px;
   width: 726px;
   margin: auto;
   margin-left: 5px;
   color: white;
   float: right;
   text-align: right;
   background-color: #014190;
   background: url('../images/bar_top.gif') repeat-x;
}

#content {
   clear: both;
   margin: auto;
   width: 896px;
   text-align: left;
   margin-top: 30px;
}
#content_left {
   margin: auto;
   display: block;
   width: 165px;
   float: left;
   text-align: left;
}
#content_right {
   margin: auto;
   display: block;
   width: 710px;
   float: left;
   text-align: left;
   margin-left: 5px;
   padding-left: 10px;
   border-left: solid 2px gray;
}

#push {
   clear: both;
   height: 31px;
   width: 896px;
   line-height: 31px;
}
#footer {
   clear: both;
   width: 950px;
   height: 31px;
   line-height: 31px;
   text-align: center;
   background: url('../images/bg_main_bottom.gif') no-repeat;
   position: relative;
   margin: auto;
}
div.footer {
   width: 896px;
   height: 17px;
   line-height: 17px;
   text-align: center;   
   color: #7e7e7e;
   font-size: 10px;
   padding-top: 12px;
}

div.weblogin {
   background: url('../images/webtelepoint_login.gif') no-repeat;
   width: 165px;
   height: 60px;
   margin-top: 5px;
   margin-bottom: 15px;
   cursor: pointer;
}
span.printpage {
   height: 51px;
   vertical-align: middle;
   cursor: pointer;
}

a.link_footer:link { background: transparent; color: #7e7e7e; font-size: 10px; text-decoration: none; }
a.link_footer:visited { background: transparent; color: #7e7e7e; font-size: 10px; text-decoration: none; }
a.link_footer:hover { background: transparent; color: #0A3B93; font-size: 10px; text-decoration: underline; }
		
a.link_blue:link { background: transparent; color: #0A3B93; text-decoration: underline; }
a.link_blue:visited { background: transparent; color: #0A3B93; text-decoration: underline; }
a.link_blue:hover { background: transparent; color: #000000; text-decoration: underline; }

a.link_black:link { background: transparent; color: #000000; text-decoration: none; }
a.link_black:visited { background: transparent; color: #000000; text-decoration: none; }
a.link_black:hover { background: transparent; color: #0A3B93; text-decoration: underline; }

a.link_menu_left:link { background: transparent; color: #0A3B93; text-decoration: none; }
a.link_menu_left:visited { background: transparent; color: #0A3B93; text-decoration: none; }
a.link_menu_left:hover { background: transparent; color: #0A3B93; text-decoration: none; }

	
