html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*
border-collapse: collapse;
	border-spacing: 0;
*/
}

html{

}

body{
	padding: 0px;

	background-image: url(http://www.sailboardsrotterdam.com/logo/gradient.jpg);
	background-repeat: repeat-x;
}

.w_100{
	width: 100%;
}


.cleaner{
	clear: both;
}
.logo a{

	background-image: url(http://www.sailboardsrotterdam.com/logo/src_logo_2.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 70px;
	float: right;
	margin: 25px 10px 10px 10px;
	
	
}

.footer{

	padding: 20px;
	border-top: 3px solid #dadada;
	background-image: url(http://www.sailboardsrotterdam.com/logo/gradient.jpg);
	background-color: #666;
	text-align: center;
	color: #fff;
}

.footer a{

	color: #fff;
	text-decoration: none;
	padding: 0px 20px;
}


.contact a{
	
	position: absolute;
	top: 75px;
	background-image: url(http://www.sailboardsrotterdam.com/logo/contact.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 20px;
	margin: 10px;
	cursor: pointer;
	background-position: left -0px ;
	
}

.contact a:hover{

	background-position: left -20px ;
	
}

.linked_in a{
	
	position: absolute;
	top: 75px;
	background-image: url(http://www.sailboardsrotterdam.com/logo/linked_in.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 20px;
	margin: 10px 10px 10px 100px;
	cursor: pointer;
	background-position: left -0px ;
	
}

.linked_in a:hover{
	
	background-position: left -20px ;
	
}

.share a{
	
	position: absolute;
	top: 75px;
	background-image: url(http://www.sailboardsrotterdam.com/logo/share.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	margin: 10px 10px 10px 195px;
	cursor: pointer;
	background-position: left -0px ;
	z-index: 1000;
	overflow: hidden;
	
}

.share a:hover{

	background-position: left -20px ;
	
}

.rss a{
	
	position: absolute;
	top: 75px;
	background-image: url(http://www.sailboardsrotterdam.com/logo/rss.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	margin: 10px 10px 10px 195px;
	cursor: pointer;
	background-position: left -0px ;
	
}

.rss a:hover{
	
	background-position: left -20px ;
	
}


.big_box{
	float: left;
	width: 440px;
	height: 320px;
	display: inline;
	padding: 10px;
	margin: 7px;
	border: 3px solid #dadada;
	overflow: hidden;
	background-color: #fff;

}

.big_box:hover{
	
	border-color: #bbb;
	background-color: #fff;


}



.box{
	float: left;
	width: 200px;
	height: 140px;
	display: inline;
	padding: 10px;
	margin: 7px;
	border: 3px solid #dadada;
	background-color: #fff;

}

.box:hover{
	
	border-color: #bbb;


}