/* stock canvas */
body {
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: left top;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  background-image: url(polka-dots.png);
}
ul {
  list-style-type: square;
}
table {
  background-color: transparent;
}
/* page canvas  800 x 600 */
#pagebody {
  width: 800px;
  margin: 0px auto;
  margin-top: 80px;
  background-image: url(../images/dewinkel-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* debug */
  /* background-color: #f0f0f0; */
}
#header {
    width: 800px;
    height: 80px;
    background-image: url(../images/cadeautjenodig.png);
    background-repeat:no-repeat;
    background-position:right top;
}
#header h1 {
  font-family: Rufscript;
  font-size: xx-large;
}
#colofon {
  float:left;
  width: 200px;
  color: #ffffff;
  /* background-color: #3333ff; */
  background-color: #cc0c00;
  /* background-color: transparent; */
  min-height: 360px;
  padding-left: 10px;
}

/*  Internet Explorer bugfix :) */
*html #colofon {
    \width:  140px;
    \height: 360px;
    overflow: hidden;
}

#colofon a {
  /* color: #cc0c00; */
  color: #000000;
  text-decoration: none;
}

#colofon a:hover {
  color: #ffffff;
}

#colofon h1 {
  font-size: large;
}

/* tags etc. */
#news {
  float: right;
  width: 240px;
  min-height: 240px;
  padding: 10px;
  margin-top: 80px;
  /* background-color: #3333ff; */
  background-color: transparent;
  color: #ffffff;
}

/*  Internet Explorer bugfix :)*/
*html #news {
    \width:  180px;
    \height: 240px;
    overflow: hidden;
}

#footer {
    width: 800px;
    overflow: hidden;
    /* margin-top: 10px; */
    height: 160px;
    position: relative;
    background-image: url(../images/logoDeWinkel_small.png);
    background-repeat:no-repeat;
    background-position:right bottom;
}

#TICKER {
  display: none; 
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; 
  overflow: hidden;
  background-color: #cc0c00;
  /* position: absolute; 
  bottom: 12px; */
  margin-top: 112px;
}

#TICKER t1 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 24pt;
  color: #ffffff;
}

#TICKER t2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 20pt;
  color: #ffffff;
}

/* Navigation menu
 * See http://css.maxdesign.com.au/listutorial/
 */

/* IE only */
*html #navvert {
    position: relative;
}


/* Main list */
#navvert ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

/* Main item */
#navvert li 
{ 
font-size: 14pt;
margin: 0.5em; 
}


/* Create fixed width box and hover effect
 * #define itemi 
 */
#navvert a
{
display: block;
color: #ffffff;  /* yellow #fcfb0c; */
background-color: #cc0c00; /* green: #33cc33; TU Delft blue: #00a7e7 */
width: 8em;
padding: 3px 24px 3px 16px;
text-decoration: none;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
font-weight: bold;
}


#navvert a:hover
{
background-color: #ffffff; /* #ffffff; */
color: #cc0c00; /* #cc0c00; */
}


