* {
margin:0;
padding:0;
border:0;
list-style:none;
}

/*--  Body/HTML ---------------*/

html {
overflow: auto;
}
html, body {
height: 100%;
}
body {
font:11px/18px Verdana, Tahoma, sans-serif;
color:#666;
text-align:center;
background:url(images/bg_body.jpg) #dad4c6 repeat-x;
}

/*-- Links en fonts  ---------------*/

a:link, a:active, a:visited, a:focus {
text-decoration:underline;
color:#666;
}
a:hover {
color:#22B8ED;
}
h1 {
font-size:22px;
font-weight:normal;
color:#22B8ED;
margin:10px 0 10px;
}
h2 {
font-size:13px;
margin-bottom:5px;
font-weight:bold;
}

/*--  Container  ---------------*/

#container {
width:940px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -35px auto; /* margin-bottom moet dezelfde hoogte krijgen als je footer maar dan in negatieve waarde */
text-align:left;
}
.clear {
clear:both;
}

/*-- Header  ---------------*/

#top {
height:120px;
background:url(images/bg_top.jpg) left no-repeat;
}
#logo {
width:195px;
padding:50px 0 0 20px;
float:left;
}

/*--  Navigatie  ---------------*/

ul#navigation {
height:40px;
line-height:40px;
margin-top:80px;
width:600px;
float:left;
}
ul#navigation li {
float:left;
height:40px;
line-height:40px;
}
ul#navigation li a:link, ul#navigation li a:active, ul#navigation li a:visited  {
float:left;
padding:0 15px;
text-align:center;
font-weight:bold;
color:#FFF;
text-decoration:none;
height:40px;
line-height:40px;
display:block;
}
ul#navigation li a:hover  {
color:#24b8ee;
}
ul#navigation li a.act {
background:url(images/bg_navi.jpg) left repeat-x;
color:#666;
}

/*-- Banner ---------------*/

#banner {
height:165px;
background:url(images/bg_banner.jpg) no-repeat;
}

/*--  Columns  ---------------*/

#left {
width:220px;
float:left;
margin-right:30px;
margin-top:30px;
}
#content {
float:left;
width:440px;
margin-top:30px;
margin-bottom:25px;
background:url(images/bg_content.jpg) bottom no-repeat #FFF;
}
#content p {
padding-bottom:20px;
}
#right{
width:220px;
margin-top:30px;
float:right;
}
.wrap {
padding:10px 10px 15px;
}
.contentbox {
background:#dad4c6;
padding:10px;
width:400px;
float:none;

}
.contentbox ul  {
margin-bottom:5px;
}
.contentbox ul li  {
line-height:25px;
height:25px;
padding-left:25px;
background:url(images/ico_news.gif) left no-repeat;
}
.itembar {
height:30px;
line-height:30px;
padding:0 0 0 30px;
background:url(images/icon_print.png) left no-repeat #E8E8E8;
border:1px solid #DAD4C6;
}

/*--  Forms  ---------------*/

input.text {
border:1px solid #dad4c6;
background:#e8e8e8;
height:20px;
margin-bottom:10px;
font:12px/20px Verdana, Tahoma, sans-serif;
color:#666;
width:100%;
}
.submit, a:link.button, a:active.button, a:visited.button {
height:20px;
display:block;
line-height:20px;
text-align:center;
padding:0 10px 0 10px;
float:right;
font-weight:bold;
color:#FFF;
font-size:10px;
text-decoration:none;
cursor:pointer;
background:url(images/bg_button.jpg) repeat-x;
} 
.submit:hover, a:hover.button {
background:url(images/bg_button_hover.jpg) repeat-x;
}

/*--  Boxes  ---------------*/

.box {
padding:10px 10px 15px;
background:url(images/bg_box.jpg) bottom no-repeat #FFF;
margin-bottom:25px;
}
.box ul {
margin:10px 0 10px;
}
.box ul li  {
line-height:25px;
height:25px;
padding-left:25px;
background:url(images/ico_news2.gif) left no-repeat;
}
/*-- Footer ---------------*/

#footer {
background:url(images/bg_footer.jpg) repeat-x;
color:#FFF;
}
.footer {
margin:0 auto;
width:940px;
line-height:35px;
}
.footer a:link, .footer a:active, .footer a:visited  {
color:#FFF;
}
.footer a:hover  {
color:#22B8ED;
}
#footer, #push {
height:35px;
clear:both;
}

/*--  Tabsmenu  ---------------*/

#tabs {
margin-top:10px;
}
.ui-tabs-hide {
display: none;
}
.ui-tabs-nav, .ui-tabs-panel {
font-size: 10px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li {
float: left;
margin: 0;
font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
float: left; /* fixes dir=ltr problem and other quirks IE */
width:105px;
height:33px;
background:url(images/bg_menu.jpg) repeat-x;
text-align:center;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:hover span {
color:#24b8ee;
}
.ui-tabs-nav a {
margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
text-decoration: none;
white-space: nowrap; /* @ IE 6 */
outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
z-index: 2;
margin-top: 0;
background:#dad4c6 ;
}
.ui-tabs-nav a span {
height: 33px;
line-height: 33px;
}
.ui-tabs-nav .ui-tabs-selected a span {
height: 33px;
line-height: 33px;
background:url(images/bg_navi.jpg) left repeat-x;
color:#5A5D5A;
border:0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
cursor: default;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
color: #222;
}
.ui-tabs-panel {
height:80px;
padding: 10px;
margin-bottom:10px;
width:400px;
background: #dad4c6; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-panel img {
float:left;
margin-right:10px;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
display: inline-block;
}
.heightbox
{
height:100px;
}

a:link.button2, a:active.button2, a:visited.button2 {
height:20px;
display:block;

line-height:20px;
text-align:center;
padding:0 10px 0 10px;
float:right;
font-weight:bold;
color:#FFF;
font-size:10px;
text-decoration:none;
cursor:pointer;
background:url(images/bg_button.jpg) repeat-x;
} 
a:hover.button2 {
background:url(images/bg_button_hover.jpg) repeat-x;
}

.hours {
padding:10px 10px 15px;
background:url(images/bg_box.jpg) bottom no-repeat #FFF;
margin-bottom:25px;
letter-spacing:-.09em;
}


#content2 {
float:left;
width:540px;
margin-top:30px;
margin-bottom:25px;
background:url(images/bg_content.jpg) bottom no-repeat #FFF;
}

img.pic {

border:1px solid #CCC;
margin: 0 0 20px 0;
}

#classes td {
border: 1px solid #CCC;
padding: 3px 3px 3px 5px;
}

#classes .title {
font-weight:bold;
}

h1 {
border-bottom: 1px solid #CCC;
padding-bottom:10px;
}

h3 {
font-size:13px;
margin-bottom:0px;
font-weight:bold;
}

.list {
margin-left:20px;
 }
 
.list li {
list-style-type:disc;
}