/*
Stijlen speciaal voor de winter pagina's van big-foot.nl
filenaam: winter.css
datum: 13 mei 2004
auteur: Rutger van Waveren
*/
DIV#bgstamp {
	position:absolute;
	width:105px;
	height:105px;
	top:109px;
	left:0px;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:99;
}
.topimg {
	width: 50%;
}

.yellowhead {
	width: 45%;

}

.headline {
	background: #0052DC url(../pictures/gradient_bg_w.jpg) repeat-x;
	color: #FFFFFF;
}

.roundimg {
	background: #007CE8 url(../pictures/gradient_bg_w_rt.gif) no-repeat right top;
	display: block;
}

/* Navigatie */

.main_knop {
	background: #ffffff;
	float: left;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	width: 100%;
	height: 30px;
}

.main_knop li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align:left;
}
.main_knop ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.main_knop a {
	background: #eeeeee;
	padding: 2px;
	color: #000033;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	display: block;
	width: 100px;
	font-size: 9pt;
}
.main_knop a:hover {
	background: #007DE9;
	border: 1px solid #003366;
	color: #ffffff;
	text-decoration: none;
}