/* cabedge.com Screen Styles */
html { margin: 0; padding: 0; width: 100%}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}


/*reset link eigenschappen*/
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

html, body
	{
		/*reset padding */
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;

		/*reset margin */
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

body
	{

		font: 0.9em Arial;
		margin-top: 2px;
		border-top: 8px solid #4699d9;	
	}	

#wrapper
	{
		width: 800px;
		margin: 150px auto;
	}

#login
	{
		
		width: 249px;
		margin: 0 auto;
		border: 1px solid #105a80;
	}

#loginheader
	{
		width: 250px;
		height: 35px;
		background: url('headerlogin.jpg') no-repeat;
		
	}

#logincontent
	{
		width: 248px;
		
	}

#logincontent table
	{
 		width: 248px;		
		font: 0.7em Arial;
 	}

#logincontent a
	{
		color: #105a80;
	}

#footer
	{
		width: 250px;
		margin: 0 auto;
		font: 0.6em Verdana;
		color: #bebebe;
	}

#footer a
	{
		color: #105a80;
	}

#footer a:visited
	{
		color: #105a80;
	}

