﻿html
{
	margin:0px;
	height:100%;
}

body
{
	min-height:100%;
	margin: 0px auto;
	background-color:#dfdcdd;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-image:url(/Images/BackGrounds/Bottom.jpg);
	font-family:hevetica, Verdana;
	font-size:11px;
}

a, a:visited
{
	color:#2f2f31;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#c0bebe;
	text-decoration:none;
}

h1 /* groot kopje*/
{
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	padding:0px;
	margin:0px;
	height:40px;
	width:430px;
	padding-left:5px;
}


h2 /*kop zonder Date*/
{
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	width:430px;
	padding:0px;
	margin:0px;
	height:25px;
	padding-left:5px;
}

h3 /* DATE */
{
	width:40px;
	color: #515254;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	padding:0px;
	margin:0px;
	height:25px;
	padding-left:5px;
}

h4 /*kop naast Date*/
{
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	width:380px;
	padding:0px;
	margin:0px;
	height:25px;
	padding-left:5px;
}

h5, h6, var /* kopjes Links en rechts */
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	padding:0px;
	margin:0px;
	height:20px;
	
}

var /* selecteerde */
{
	font-style:normal;
	color:#a4a4a4;
	/*color:#515254;*/
	font-size: 16px;
	padding-bottom:3px;
}

.MainWidth
{
	width: 996px;
}

#container
{
	margin: 0px auto;
	width:890px;
	position:relative;
	line-height: 130%;
	min-height:1250px;	
}
#BGcontainer
{
	background-position:center top;
	background-repeat:no-repeat;
}
#top
{
	position:relative;
	background-image:url(/Images/BackGrounds/Menu.png);
	background-repeat:no-repeat;
	background-position:-8px 23px;
	height:173px;
}

#Homebuttom
{
	position:absolute;
	top:20px;
	left:-16px;
}

#leftnav
{
	float: left;
	width: 220px;
	margin: 0;
}

#rightnav
{
	float: right;
	width: 180px;
	margin: 0;
}

#content
{
	margin-left: 230px;
	margin-right: 190px;
	margin-top:0px;
}

#footer
{
	clear: both;
}

#bottom
{
	position:absolute;
	bottom:3px;
	right:-45px;
}
.ColorBanner, .ColorBanneragenda, .ColorBannercontact, .ColorBannerevents, .ColorBannerfilm, .ColorBannerfoto_s, .ColorBannerlinks, .ColorBannerreports, .ColorBannerwin, .ColorBannerwhite
{
	position:relative;
	text-align:right;
	padding-right:5px;
	height:22px;
	overflow:hidden;
	margin-bottom:4px;
}

.RightBlock
{
	background-color:#FFF;
	margin-bottom:4px;
	padding:2px;
}

.RightBlock p, .HasRightMargin
{
	padding-top:3px;
	padding-left:3px;
}

.RightBlock img
{
	padding-top:2px;
	padding-bottom:2px;

}

 .HasRightMargin
 {
	padding-left:5px;
 }

.CenterBlock, .LeftBlock
{
	background:url(/Images/BackGrounds/Swirl.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom:4px;
}

.CenterBlock, .LeftBlock
{
	background:url(/Images/BackGrounds/Swirl.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom:4px;
}

.LeftBlockSquare
{
	background-color:#FFF;
	margin-bottom:4px;
	text-align:center;
}

.CenterBlockContent, .LeftBlockContent
{
	position:relative;
	background:url(/Images/BackGrounds/WPixel.gif);
	background-repeat:repeat-x;
	background-position:0px 35px;
	padding:5px;
}

.CenterBlockContent p, .HasMargin, .ImgHasMargin, .ContactTable
{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:5px;
}

.HasMargin p {
	margin:0px;
	padding:0px;	
}

.ContactTable
{
	margin-right:3px;
}

.HasMargin
{
	width:450px;
}

.CenterBlockContentImage
{
	float:left;
	margin-right:5px;
	margin-left:7px;
}

.spacer
{
	height:15px;
	background-image:url(/Images/BackGrounds/spacer.gif);
	background-position:left center;
	background-repeat:repeat-x;
}

.PostData
{
	color:#B3B3B3;
}

.UserName
{
	font-weight:bold;
	color:#000000;
}

.ModText
{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	color:Red;
}

#TopMenu
{
	position:absolute;
	right:0px;
	bottom:33px;
}

#TopMenu ul
{
    list-style:none;
}

#TopMenu li 
{
    text-decoration:none;
    float:left;
    padding-right:15px;
}


#login
{
	position:absolute;
	right:3px;
	bottom:7px;
	overflow:hidden;
	height:19px;
}

.Field, .Textarea, .LoginField, .Select, .Reaction, .checkbox
{
	font-size:11px;
	font-family:hevetica, Verdana;
	background-color:#f0f3f7;
	border-top:solid 1px #797A74;
	border-left:solid 1px #797A74;
	border-bottom:solid 1px #DFDCDD;
	border-Right:solid 1px #DFDCDD;
	margin-bottom:5px;
}

.Select
{
	margin-right:5px;
}

.RightBlock .Select
{
	margin-right:2px;
	width:42px;
}

.Field
{
	width:90%;
}

.LoginField
{
	margin-right:5px;
	margin-left:3px;	
	margin-bottom:0px;
}

.Reaction
{
	margin-bottom:5px;
	padding:2px;
	height:130px;
	width:90%;
}

.LoginButton
{
	margin-right:3px;
}

#CalenderInfo a
{
	color:#afbf1d;
}

.Hand 
{
	cursor: pointer;
}

#MainSearch
{
	top:2px;
	left:4px;
	position:absolute;
	width:160px;
	text-align:left;
}

.BannerLeftFotoboekImage, .BannerLeftVideoMovie
{
	background:#000000; 
	width:201px; 
	text-align:center;
	overflow:hidden;
}

.BannerLeftFotoboekOverview
{
	background:#000; 
	width:193px; 
	height:64px;
	padding-left:8px;
	overflow:hidden;
}

.BannerLeftFotoboekOverview div
{
	float:left;
	background:#000000;
	border: solid 1px #000000;
	margin-top:1px;
}

.BannerLeftFotoboekArrows, .BannerLeftVideoArrows
{
	text-align:right;
	padding-top:8px;
	padding-bottom:3px;
}

.LeftFotoBoekTitle
{
	position:absolute;
	background-image:url(/Images/Headers/Fotos.png);
	width:101px;
	height:45px;
	top:3px;
	left:9px;
}

.BannerLeftVideoTitle
{
	position:absolute;
	background-image:url(/Images/Headers/videos.png);
	width:113px;
	height:43px;
	top:3px;
	left:9px;
}

.CenterFotoBoekBigTitle
{
	position:absolute;
	background-image:url(/Images/Headers/FotosBottom.png);
	width:86px;
	height:36px;
	bottom:-7px;
	left:6px;
}


.CenterVideoTitle
{
	position:absolute;
	background-image:url(/Images/Headers/videosBottom.png);
	width:120px;
	height:47px;
	bottom:-23px;
	right:50px;
}


.CenterFotoBoekBigImage, .CenterVideoBigMovie
{
	background:#000000; 
	width:450px; 
	text-align:center;
	overflow:hidden;
}

.CenterFotoBoekBigOverview
{
	position:relative;
	background:#000; 
	width:442px; 
	height:64px;
	padding-left:8px;
	overflow:hidden;
}

.CenterFotoBoekBigOverview div
{
	float:left;
	background:#000000;
	border: solid 1px #000000;
	margin-bottom:1px;
}

.CenterFotoBoekBigArrows, .CenterVideoBigArrows
{
	text-align:right;
	padding-top:8px;
	padding-bottom:3px;
	height:16px;
}

.HasTopMargin
{
	padding-top:8px;
}

.IsRelative
{
	position:relative;
	height:7px;
}

.HeaderDate
{
	position:absolute;
	top:8px;
	width:58px;
	background:#FFFFFF;
	overflow:hidden;
}

.NoMarginForm
{
	margin:0px;
	padding:0px;
}


#HotTipBig
{
	position:absolute;
	top:25px;
	right:20px;
	height:88px;
	width:162px; 
	z-index:2;
	text-align:right;
}

#HotTipSmall
{
	position:absolute;
	top:-1px;
	right:25px;
	height:44px;
	width:88px; 
	z-index:2;
	text-align:right;
}

table.photoalbum {
	position					:relative;
}

table.photoalbum tr.content {
	background-color			:#000000;
}

table.photoalbum td.albumtitle {
	color						:#ffffff;
}

div.vote {
	font-size					:9px;
	color						:#ffffff;
}

div.button {
	position					:absolute;
	top							:0px;
	right						:0px;
}

div.button input.vote {
	background					:url('/Images/Buttons/PhotoVote.png') no-repeat;
	height						:29px;
	width						:45px;
	border						:0px;
	cursor						:pointer;
}

img {
	border						:0px;
}