﻿body
{
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana,Helvetica,Arial;
	font-size: 12px;
	color: #000066;
}

/* menu */

/* standaard linkjes */

a
{
	color: #346286;
}
a:visited 
{
	color: #346286;
}
a:hover
{
	color: #4a9ddc;
}

/* einde standaard linkjes */

#splash
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px; /* half of the height */
	margin-left: -400px; /* half of the width */
	background-color: #3565A7;
	background-image:url(~/media/websiteImages/logo2%20gif.ashx?db=master);
	background-repeat:no-repeat;
	background-position:0px;
}

#passantenMenu
{
	position: absolute;
	top: 160px;
	left: 265px;
	width: 105px;
	height: 310px;
	color: white;
	font-weight: bold;
	text-align: right;
	border-right: 5px solid #000066;
	border-bottom: 5px solid #000066;
	padding-right: 5px;
}

#ledenMenu
{
	position: absolute;
	top: 160px;
	left: 427px;
	width: 75px;
	height: 310px;
	color: white;
	font-weight: bold;
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	padding-left: 5px;
}

#ledenImage
{
	position: absolute;
	left: 738px;
	top: 45px;
	height: 100px;
	width: 100px;
}

#passantenImage
{
	position: absolute;
	left: 0px;
	top: 42px;
	height: 100px;
	width: 100px;
}

#ledenHoverImage
{
	position: absolute;
	left: 600px;
	top: 50px;
        height: 70px;
        overflow:hidden;
border-bottom: 1px solid white;

}
#passantenHoverImage
{
	position: absolute;
	left: 100px;
	top: 50px;
        height: 70px;
        }

#login
{
	position: absolute;
	left: 570px;
	top: 370px;
}

#sponsors{
	position: absolute;
	left: 260px;
	top: 620px;
}

.loginText
{	
	text-align: right;
	color: #000066;
	font-family: Verdana,Helvetica,Arial;
	font-size:11px;
	font-weight:bold;
}

.loginButton
{	
	text-align: right;
	color: #000066;
	font-family: Georgia, Serif;
	font-size:11px;
	font-weight:bold;
	padding-top:14px;
	cursor:hand;
}

.loginBox 
{
	background-color:#000066;
	border:0px;
	height:24px;
	width:150px;
	color:FFFFFF;
	text-align:right;
	padding-right:4px;
	padding-top:2px;
}

#ledenMenu a, #passantenMenu a
{
	color: White;
	text-decoration: none;
	height:20px;
        font-family:  Verdana,Helvetica,Arial;
        font-size:12px;         
}
.cursorhand
{
cursor:pointer;
cursor:hand;
}

.cursornormal
{
cursor:auto;
}



