/* Hetweer.nl Gadget Stylesheet
 *
 * Copyright BliXem Internet Services 2007
 *
 */
 
 /* Global layout 
 ------------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

 


body {
	font-family:arial,sans;
	font-size:11px;
	color:#2b5568;
 	line-height:1em;
 	background:url(/images/gadget/gadgetsmallnolink.gif) no-repeat;
 	padding:0px;
 	margin:0px;
}

#container:after{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    border:1px solid green;
}

#container{display: inline-block;}

div#weerdata {
	margin:-5px 0px 0px 11px;
}

div#weerimg, div#weerdetails {
	float:left;
	clear:none;
}
 
div#weerimg {
 	background:url(/images/gadget/vlakje.gif) no-repeat top left;
 	width:43px;
 	height:42px;
 	margin:30px 0px 0px 0px;
}	

div#weerimg img {
	margin:5px 0px 0px 1px;
}

div#weertemp, div#winddetails {
	position:absolute;
	top:25px;
	height:24px;
}

div#winddetails {
	top:52px;
	width:50px;
}

div#weerdetails {
	padding:0px 0px 0px 10px;
}

div#weertemp span.temp, div#weertemp span.temp_postfix {
	font-size:24px;
	font-weight:bold;
}

div#weertemp span.temp_postfix {
	font-size:11px;
	vertical-align:super;
}

div#winddetails span {
	color:#669cb4;
	vertical-align:top;
}

div#winddetails img {
	margin:0px 3px 0px 0px;
}

div#link1 {
	width:105px;
	height:70px;
	position:absolute;
	top:0;
	cursor:pointer;
	background:transparent url(/images/home.gif);
	z-index:10000;
}

