/* Wereldburgers stylesheet, algemeen
 * Version: $Id: wereldburgers.css,v 1.3 2010/09/27 10:03:48 telnotap Exp $
 */
body {
	font-family:Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	margin:0;
  position:relative;
  background-color:#CCCCC5;
  background-image:url(../gfx/background.gif);
}

img {
  border: none;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

h1, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:normal;
	display: block;
	margin: 0;
}

a {
	text-decoration:none;
	color: #00AEEF;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

.bodystyle {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.column1 {
        position:absolute;
        left: 20px;
}
.column2 {
        position:absolute;
        left: 260px;
}
.column3 {
        position:absolute;
        left: 500px;
}
#episode1, #episode2, #episode3 {
        top: 418px;
        }
#game1, #game2, #game3 {
        top: 585px;
}
#eindspel {
        position:absolute;
        left: 733px;
        top: 479px;
}
#merkenbalk {
        position: relative; /* by using this statement, we asure that absolute positioning *within* the container is possible */
        width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        background: #ffffff;
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
}
.pageshadow {
        position:relative;
        width:978px;
        background-image: url(../gfx/zijkant.png);
}
.page {
        position:relative;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        width:968px;
}
.content {
        position:relative;
        background-image:url(../gfx/background.jpg);
        background-repeat: no-repeat;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        width:968px;
        height:794px;
}
.shadow {
        background-image:url(../gfx/onderkant.png);
        height:5px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        margin: 0; /* the auto margins (in conjunction with a width) center the page */
        width: 978px;
}
.intro {
        position:absolute;
        width:677px;
        left: 24px;
        top: 128px;
}
.leftedge {
        width:3px;
}

.intro p {
  padding 0px;
  margin 0px;
}


