/* GLOBAL CLASSES */

body, html {
margin: 0;
padding: 0;
background-color: #EEE;
font: normal 14px/18px arial,sans-serif;
color: #333;
height: 100%;
}

img {
border: none;
}

p {
margin: 0 0 18px 0;
text-align: justify;
}

table {
border-collapse: collapse; 
font: 14px/20px arial,sans-serif;
width: 80%;
margin: 0 auto 18px auto;
border: 1px solid #CCC;
}

th {
text-align: left;
padding: 2px;
}

td {
padding: 2px;
}

tr.odd {
background: #F0F0F0;
}

h1, h2 {
color: #000;
}

a,a:visited {
color: #005FB2;
}

a:hover {
color: #46A1D4;
}

/* NAV */

#nav {
width: 960px;
overflow: hidden;
margin: 0 auto 0 auto;
padding: 0 0 0 10px;
list-style: none;
text-indent: none;
border-bottom: 1px solid white;
text-transform: uppercase;
font: bold 16px/40px Arial,Helvetica,Sans-Serif;
}

#nav li {
float: left;
height: 40px;
margin-right: 48px;
}

#nav li.last {
margin-right: 0;
}

#nav li a {
height: 100%;
display: block;
background-position: right center;
color: #444;
text-decoration: none;
}

#nav li.nosub a {
background: none;
padding-right: 0;
}

#nav li a:hover {
background-position: right center;
color: #005FB2;
}

#nav li.nosub a:hover {
background: none;
}

/* NAV level 2 */

#nav li ul {
display: none;
position: absolute;
background: white;
list-style: none;
padding: 0;
margin: 0;
border: 1px solid #CCC;
border-top: none;
font-size: 14px;
}

#nav li:hover ul {
display: block;
}

#nav li ul li {
float: none;
margin: 0;
border-top: 1px solid #F0F0F0;
}

#nav li ul li a {
padding: 0 10px 0 10px;
min-width: 150px;
background: none;
}

#nav li ul li a:hover {
background: #FAFAFA;
}

/* DESIGN ELEMENTS */

#head {
height:150px;
background: black;
text-align: center;
border-bottom: 1px solid white;
}

#headnav {
height: 20px;
}

#navbar {
background: url("/images/navbg.jpg");
height:40px;
border-bottom: 1px solid white;
}

#container {
width: 100%;
height: auto !important;
height: 100%;
position: relative;
min-height: 100%;
}

#content {
width: 960px;
margin: 0 auto 0 auto;
padding: 20px 0 20px 0;
}

#left {
width: 600px;
float: left;
min-height: 500px;
}

#right {
width: 340px;
min-height: 500px;
float: right;
}

#footer {
font: 12px/30px Arial, sans-serif;
position: absolute;
bottom: 0;
background: black;
text-align: center;
color: #444;
width: 100%;
height: 30px;
}

#footer p {
text-align: center;
margin-bottom: 0;
}

/* CONTENT */

.article {
padding: 20px 20px 2px 20px;
width: 560px;
background-color: white;
border: 1px solid #CCC;
margin-bottom: 20px;
}

.article h1{
font: 28px Georgia,"trebuchet MS",serif;
width: 100%;
margin: 0 0 18px 0;
}

.article ul {
margin: 0 0 18px 0;
text-indent: 0;
padding: 0 0 0 20px;
}

.article li {
font: normal 14px/22px arial,sans-serif;
text-indent: 0;
}

.framed {
border: 1px solid #CCC;
float: left;
margin: 0 20px 18px 0;
}

.framedright {
margin: 0 0 18px 20px;
float: right;
border: 1px solid #CCC;
}

.article h2 {
margin: 0 0 18px 0;
font: 20px Georgia,"trebuchet MS",serif;
}

/* TAG PREVIEW */

h1.headblock {
width: 560px;
padding: 5px 20px 5px 20px;
font: 24px Georgia,"trebuchet MS",serif;
background-color: white;
border: 1px solid #CCC;
margin: 0 0 20px 0;
}

.tagpreview {
padding: 20px 20px 2px 20px;
width: 560px;
background-color: white;
border: 1px solid #CCC;
margin-bottom: 20px;
font: normal 12px/16px arial,sans-serif;
}

.tagpreview img {
float: left;
margin: 0 5px 0 0;
}

/* SIDEBOXES */

.sidebox {
width: 300px;
padding: 20px;
margin-bottom: 20px;
background-color: white;
border: 1px solid #CCC;
font: normal 12px/18px arial,sans-serif;
}

.sidebox a {
text-decoration: none;
}

.sidebox h2 {
margin: 0;
padding: 7px;
background-color: #F5F5F5;
border: 1px solid #DDD;
font: bold 14px/18px arial,sans-serif;
}

.sidebox ul {
list-style: none;
padding:0;
margin: 0;
}

.sidebox ul li {
line-height: 25px;
border-bottom: 1px solid #EEE;
text-indent: 8px;
}

.sidebox p {
margin-bottom: 10px;
}

/* Aanbiedingen */

table.aanbieding {
font: 12px/24px Arial, Sans-serif;
width: 100%;
border: none;
text-align: center;
}

.aanbieding td,.aanbieding th {
border:1px solid #DDDDDD;
border-width: 0 1px 1px 0;
text-align: center;
}

.aanbieding th {
border-bottom: 1px solid #CCC;
font-size: 12px;
}

.aanbieding .odd {
background-color: #F2F2F2;
}

table.showcase {
font: 12px/20px Arial, Sans-serif;
}

.showcase td, .showcase th {
border: none;
}

.lastrow td {
border-bottom: none;
}

th.firstcol {
text-align: left;
}
