/* 
Maart 2008
Door : Koen Haarbosch  |  Bit Squad

Kleuren:
Rood: #CE161D;

background: url(../_images/arrow_white.gif) no-repeat 12px 3px;
*/

/* --------------------------------------------- // -------- ALGEMENE SITE */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
	border: 0;
	
}

a:link { color: #000000; text-decoration: underline; } /*  niet bezochte link */
a:hover  { color: #000000; text-decoration: none;} /*  roll over  */

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, deze grootte wordt dus overgenomen */
	background: #7BB9E2;
}

.clear 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#wrapper 
{
	width: 794px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	text-align: left;
}

/* --------------------------------------------- // -------- Instellen Fonts */


/* --------------------------------------------- // -------- Header */

#header {
	float: left;
	width: 794px;
	height: 180px;
}

#login {
	float: left;
	width: 794px;

	padding: 50px 0 200px 52px;
	
	background: url(../_images/bg_site.jpg) repeat-y 0 0;
}

#login table {
	color: #4AA5E7;
	font-weight: bold;
	font-size: 12px;
}

.btn_login {
	display: block;
	margin: 10px 0 0 0;
}
.txtBox {
	height: 20px;
	padding: 2px 0 0 5px;
	margin: 2px 0 0 0;
	border: solid 1px #4AA5E7;
}
