@charset "utf-8";

body {
	background-color:#CCC;
	margin:0px;
	font-family:Arial, sans-serif;
	font-size:13px;
	letter-spacing:0px;
	line-height:16px;
	color:#000;
}

/**********************************************/
/*  MainDIV's */
/**********************************************/

#center {
	z-index: 1;
	width:780px;
	height: 100%;
	text-align:left;
	margin:auto;
	overflow:visible;
	top: 0px;
}
#main{
	height: 100%;
	width:780px;
	position: relative;
	top: 0;
	/*\*/
	margin-top: 0px;
	/**/
}


#leftbox{
	background-color:#FFF;
	position: relative;
	left:0px;
	top:0px;
	width:100%;
	height:105px;
	display:block;
}
#navi{
	display:none;
}


#rightbox{
	background-color:#ececed;
	background-repeat:no-repeat;
	position:relative;
	left:23px;
	top:0px;
	height:100%;
	width:780px;
	display:block;
}
#contentbox{
	margin-top:20px;
	height:100%;
	width:100%;
	overflow:visible;
}
#content{
	padding:0px;	
}

#legal{
	display:none;
}

.col{
	width:230px;
	margin-right:20px;
	float:left;
}
.lineheight2{
	line-height:22px;
}	

.spacer{
	display:block;
	height:20px;	
}


/**********************************************/
/*  Diverse */
/**********************************************/

p, form{
	margin:0px;	
}

td{
	vertical-align:top;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
.clearfloat{ 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin:0px;
	padding:0px;
}
.title{
	font-size: 16px;
	font-weight:bold;	
	margin-bottom:2px;
}


