@charset "utf-8";

a, a:visited
{
	color: #48339F;
	text-decoration: none;
}

a:hover, a:active
{
	color : #000000;
	text-decoration: underline;
}

body
{
	background-color: #EEEEEE;
	
}

body,html
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hidden
{
    display: none!important;
}

/**
 * HEADER & FOOTER
 */

.Background
{
	margin: 0px auto 0px auto;
	padding-top: 27px;
	width: 800px;
}

.Content
{
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}

.Header
{
	/*background-color: #6666CC;*/
	background-image: url(..//png/header.png);
	height: 80px;
}

.HeaderLogo
{
	float: left;
	padding-left: 65px;
	padding-top: 27px;
}

.HeaderTitle
{
	float: right;
	padding-right: 65px;
	padding-top: 58px;
}

.Bottom
{
	padding-bottom: 50px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 17px;
}

.BottomLink
{
	float: left;
	padding-right: 10px;
}

/**
 * VIDEO
 */

.IM3
{
	height: 600px;
}















/**
 * The code below might be deprecated.
 */

.Account
{
	height: 75px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 800px;
}

.Title
{
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
}

.TitleSingleColumn
{
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
}

.Form
{
	padding-left:17px;
	width: 780px;
}

.FormSingleColumn
{
	padding-left: 17px;
	width: 314px;
}
.FormSectionHeader
{
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: bold;
}

.style4
{
	margin-right: 5px;
}

.InputBackground
{
	width: auto;
	height: 19px;
	border-style: solid;
	border-width: 1px;
	border-color: #CACACA;
	background: url(../png/textfield.png) repeat-x;
	padding: 2px 0 0 5px;
}

input
{
	color: #555555;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

select
{
	color: #555555;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Aanmeldformulier
{
	background-image: url(../png/aanmeldformulier.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	width: 150px;	
}

.InloggenCode
{
	background-image: url(../png/inloggencode.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
	width: 240px;	
}

.InvullenEmail
{
	background-image: url(../png/invullenemail.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
	width: 169px;	
}

.RegisterButton
{
	float: right;
}

.LoginButton
{
	float: right;
}

.ForgotPasswordButton
{
	float: right;
	margin-right: 10px;
}

.Button
{
	height: 20px;
}

* html .custombutton {cursor:hand;}


.BodyContent
{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-bottom: 50px;
	padding-left: 9px;
	padding-top: 25px;
	overflow: hidden;
	height: auto;
}

.BodyText
{
	padding-left: 18px;
	max-width: 760px;
}

.BodyTextPopup
{
	padding-left: 18px;
	padding-right: 18px;
	max-width: 760px;
}

.WindowsMediaPlayer
{
	padding-top: 15px;
	padding-bottom: 10px;
}

.FormErrorHidden
{
	display: none;
}

.FormErrorVisible
{
	display: block;
	color: #66ccff;
}

.FormCompleteVisible
{
	color: green;
}

.FormTextLabel
{
	margin-top: 2px;
}

.FormRequired
{
	color: #000099;
}

.SubmitButton2
{
	background-color: #22BBF4;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	width: 1pt;
	overflow: visible;
	cursor: pointer;
}


.SubmitButton[class]
{
    width: auto; /* IE6 ignores [class] */
}

.SubmitButtonDisabled
{
	opacity: .3;
	filter: alpha(opacity=30);
}

.SubmitButtonDisabled[class]
{
    width: auto; /* IE6 ignores [class] */
}

.RegistrationFinishedDiv
{
	color: green;
}
.titelLinksBold
{
	font-weight:bold;
	text-decoration:none;
	padding-left:8px;
	display:block;
}
.titelLinksGroot
{
	font-weight:bold;
	text-decoration:none;
	/*padding:8px;*/
	padding-left:5px;
	display:block;
	font-size: 14px;
	color: #FF6600;
}