body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
        font-size: 12px;
	color: #333;
        background-image:url('/images/achterflikker.gif');
        background-repeat: repeat-y;
}

#content {
        width: 600px;
        position: relative;
        left : 50%;
        margin-left: -320px;
        margin-top: 25px;
}

#head {
        width: 600px;
        position: relative;
        left : 50%;
        margin-left: -320px;
        margin-top: 25px;
}

.post {
        width: 600px;
	font-family: Verdana, sans-serif;
        font-size: 12px;
	color: #333;
        text-align: left;
        line-height: 17px;
}

.post a {
        background: none;
        color: #333;
        border-bottom: 1px dotted #333;
        text-decoration: none;
}

.post a:hover {
        color: #fff;
        background: #009999;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        border-bottom: 1px dotted #009999;
}

.posttitle {
        width: 600px;
	font-family: Verdana, sans-serif;
        font-size: 12px;
	color: #333;
        text-align: left;
        line-height: 17px;
}

.posttitle a {
        background: none;
        color: #333;
        border-bottom: none;
        text-decoration: none;
}

.posttitle a:hover {
        color: #fff;
        background: #009999;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        border-bottom: none;
}

.navigatie{
        width: 600px;
	font-family: Verdana, sans-serif;
        font-size: 12px;
	color: #333;
        text-align: center;
        line-height: 17px;
}

.navigatie a {
        background: none;
        font-weight: bold;
        color: #333;
        border-bottom: none;
        text-decoration: none;
}

.navigatie a:hover {
        color: #fff;
        font-weight: strong;
        background: #009999;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        border-bottom: none;
}

        img {
border: 0px solid #fff;
}

        img a {
border-bottom: 0px solid #fff;
}

        img a:hover {
border-bottom: 0px solid #fff;
}

p {
        width: 600px;
        text-align: left;
        color: #333;
        line-height: 17px;
}

a.button {
	background-position: top;
	height: 75px;
	width: 72px;
	display: block;
	border-bottom: 0px;
}
a.button:hover {
	background-position: bottom;
	border-bottom: 0px;
}

.menu {
        margin-top: 2px;
}

a.menu {
	background-position: top;
	height: 18px;
	width: 50px;
	display: block;
	border-bottom: 0px;
}
a.menu:hover {
	background-position: bottom;
	border-bottom: 0px;
}

a.film {
	background-position: top;
	height: 190px;
	width: 190px;
	display: block;
	border-bottom: 0px;
}
a.film:hover {
	background-position: bottom;
	border-bottom: 0px;
}

h1 {
	font-size: 12px;
        font-family: Verdana, Sans-Serif;
	font-weight: normal;
	width: 600px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}

h1 a {
	background: none;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	text-transform: normal;
	}

h1 a:hover {
	color: #009999;
	background: none;
	font-weight: bold;
	text-decoration:none;
	}

h3 {
        color: #227d85;
}

CAPTION {
        caption-side: bottom;
        text-align: left;
        background-color: #0398a5;
        padding: 2px 2px 5px 2px;
        font-size: 10px;
}