body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:10px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align:center;
	background-image:url('../img/bg_content.jpg');
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

input{
	font-size:10px;
}

form{	/* No borders in forms */
	display:inline;
}

img{
	border:0px;
	}

#mainContainer{
	width:100%;
	margin:0 auto;
	height:100%;		
	padding-bottom:30px;
}

#header {
	background-image:url('../img/bg_header.jpg');
	background-repeat:repeat-x;
	height:239px;		
}	

#header #logo #adres {
	height: 85px;
	width: 145px;
	text-align: left;
	background: url('../img/adres.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 10px;
}

#header #logo {
	padding-top: 68px;
	text-align:center;
}


#header #logo #flashcontent2 {
	position: absolute;
	top: 16px;
	right: 6px;
}

#flashcontent3 {

}

#header #reset {
	height: 24px;
	position: absolute;
	top: 200px;
	left: 12px;
}

#actiecontent {
	width: 664px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

	#actiecontent #box {
		border:2px solid #3f3f3f;
		color:#c6c4c4;
		background: #333333;
		overflow:hidden;
	}

	#actiecontent #box p {
		text-align: left;
		margin: 10px;
		padding: 0px;
	}

	#actiecontent #box p.header {
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
	}

#english {
	width: 664px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

	#english #box {
		text-align: left;
		border:2px solid #3f3f3f;
		color:#c6c4c4;
		background: #1c1c1c;
		overflow:hidden;
	}

		#english #box .asics-logo {
			clear: none;
			float: right;
			margin: 211px 25px 0 0;
			padding: 0px;
		}

		#english #box img.exprtease-logo {
			margin: 25px 0 75px 25px;
			padding: 0px;
		}

		#english #box p {
			margin: 0 25px;
			padding: 0px;
		}

		#english #box p.header {
			color: #FFFFFF;
			font-weight: bold;
		}

		#english #box p.right {
			text-align: right;
		}
			#english #box p.right img {
				margin: 0 0 25px 0;
			}

#footer {
	margin-top: 30px;
	margin-bottom: 10px;
}

#footer .footer {
	color: #FFFFFF;
}

.dragableBox{	/* The RSS box */
	
	background-color:#1C1C1C;
	margin:10px;
}
/* A div inside the rss box - with a blue border */
.dragableBoxInner{
	border:2px solid #3f3f3f;
}
.dragableBoxHeader{	/* Header inside RSS box */
	border:2px solid #FFF;
	background-image:url('../img/bg_box_fill.jpg');
	background-repeat:repeat-x;
	height:20px;
	color:#FFF;
	margin: -2px -2px 0px -2px;
}
.dragableBoxHeader span{	/* Text inside header of RSS box */
	line-height:1.8em;
	margin-left:8px;
}
.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */
	float:left;
}
.boxItemHeader{	/* Title of items inside dragable boxes */
	font-weight:normal;
	margin:0px;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
}	
.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
	font-size:10px;	
}

.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
	color:#FFF;
}
.dragableBoxContent{	/* DIV holding data inside dragable boxes */
	color:#c6c4c4;
	padding:0px;
	clear:both;
	overflow:hidden;
}

.dragableBoxContent img {
	border: 0px;
	margin: 0px 10px;
	}

.dragableBoxContent p {
	text-align: left;
	margin: 10px;
	padding: 0px;
	}

.dragableBoxContent p.header {
	color: #FFFFFF;
	font-weight: bold;
	}

.dragableBoxContent .right p {
	color: #FFFFFF;
	text-align: right;
	}

.dragableBoxContent .left p {
	color: #FFFFFF;
	}

#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
	border:1px dotted #FFFFFF;
	margin:5px;
}

/*
.closeButton{	
	padding:2px;
	border:1px solid #317082;
	line-height:9px;
	height:9px;
	margin:2px;
	color:#317082;
	padding:2px;
	padding-bottom:3px;
}
.closeButton_over{	
	padding:2px;
	border:1px solid #317082;
	line-height:9px;
	padding:2px;
	padding-bottom:3px;
	margin:2px;	
	background-color:#317082;
	color:#FFF;
}
	.dragableBoxStatusBar{	 Status bar at the bottom of rss boxes
	border-top:3px double #317082;
	height:14px;
	background-color:#E2EBED;
	padding:2px;
} 

.dragableBoxEditLink{	 Edit link on top of a box 
	color:#317082;
	text-decoration:none;
	padding-top:1px;
}
.dragableBoxEditLink:hover{	 Edit link - mouse over 
	color:red;
	text-decoration:underline;
} */

/*	#addNewFeed{	 The white box at the top right corner where you can add a new RSS feed 
	float:right;
	width:300px;
	background-color:#FFF;
	border:2px solid #317082;
	padding:2px;
	margin-right:2px;
	margin-top:2px;
} */


