/* general default settings
------------------------- */
body{
	font-family: Verdana;
	font-size: 13px;
	margin:0px;
	/*	visibility:hidden;*/
}

img{
	border:0;
}

object{
	cursor: default;
}

embed{
	cursor: default;
}

p{
	margin: 0px;
}

form{
	margin:0px;
	display:inline;
}
	
table {
	display:block;
}
td{
		vertical-align:top;

}
/* Containers
--------------------*/
#mainbox{
	/*  main rectangle that contains al others.. */
	margin:auto;
	width:980px;
	clear:both;
}

#logobox{
	background: url(../gfx/Balans.gif) no-repeat left;
	width:980px;
	height:116px;
}

#leftspacer{
	width:76px;
	height:400px;
	/*background: url(../gfx/leftopslice.gif) no-repeat top;*/
	float:left;
}


#leftbox{
/* contains logo on top and a darker gray gradient background */	
	width:162px;
	float: left;
	margin-top:20px;
	/*background: url(../gfx/leftbackground.jpg) no-repeat top;*/
	}


#rightbox{
/*	contains text on a darker grey gradient top down to white*/
	width: 650px;
	float:left;
	/* background: url(../gfx/darkgraygradient.jpg) repeat-x top; */
	padding:10px;
	color:#000000;
	font:12px Tahoma, "Trebuchet MS", serif;
	line-height: 120%;
}

#rightbox .title{
	position:relative;
	top:-20px;
	color:black;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}

#rightbox .intro{
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	width:690px;
	position:relative;
	margin-bottom:10px;
	top:-25px;
	display:block;
	/* border:1px solid red; */
	padding:3px;
	background-color: #BAD4E7;
	color:Black;
}

#rightbox .content{
	position:relative;
	top:-20px;
	font-weight:normal;
}




#footerbox{
	clear:both;
	margin:auto;	
	width:100%;
	position:relative;
	font-size:11px;
	color:gray;
	letter-spacing: -1px;
	}

#footerbox a,
#footerbox a:visited
{
	text-decoration:none;
	color:gray;
}
#footerbox a:hover{
	color:black;
}


#copyrightbox{
margin:auto;
width:100%;
text-align:center;
font-size:6px;
}

.clear{
	clear:both;
}

.contact{
	font-size:11px;
	display:block;
	float:left;
	width:260px;
	position:relative;
	right:10px;
	text-align:left;
	padding-left:2px;
}

.contact input
{
	font-size:11px;
}
.contact select{
	font-size:11px;
}
.contact .text{
		font-size:11px;
}

.contact .activetext{
	background-color:#ADD8E6;
	font-size:11px;
}
.contact .smal{
	width:5px;
}

