/* 
Veldwerk media | vormgeving & webdesign 
Stylesheet 1.0
04-03-2007
*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:980px;/* for mozilla*/
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-image:url(../img/outer_bg.gif);
	background-repeat:repeat-y;
	background-position: center;
}
#container{
	height:100%;
	min-height:100%;/* for mozilla*/
	width:980px;
	text-align:left;
	margin:auto;
	background-image: url(../img/mainBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

#header h1 {
	font-size: 36px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header{
	height:120px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	line-height: 120px;
	text-align: right;
	padding-right: 10px;
	width: 970px;
}
#sidebar1 {
	display: block;
	OVERFLOW: hidden;
	FLOAT: left;
	WIDTH: 268px;
	background-image:url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 10px;
	line-height: 20px;
}

#sidebar1 a {
	color: #333333;
	text-decoration: underline;
}

#sidebar1 h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #999999;
}

#sidebar1 h3 a {
	color: #999999;
	text-decoration: none;
}
#mainContent {
	FLOAT: left;
	DISPLAY: block;
	text-align: justify;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 4px;
	width: 900px;
}

#text1, #text2 {
	float: left;
	margin: 0 20px 0 20px;
	width: 410px;
	text-align: justify;
	font-size: 0.9em;
}

#text1 a, #text2 a, #text1a a {
	color: #000000;
	text-decoration: none;
}

#text1a {
	float: left;
	margin: 0;
	width: 622px;
	text-align: justify;
	font-size: 0.9em;
}

#text1a .floatLeft {
	padding-right: 12px;
	padding-bottom: 12px;
	float: left;
	font-weight: bold;
	width: 150px;
}

#text1a .floatRight {
	padding-bottom: 12px;
	float: left;
	width: 460px;
}

#text1a div {
	padding-bottom: 12px;
}


#flash0 {
	position: absolute;
	top: -151px;
	left: 0;
	width: 980px;
	height: 160px;
}

#flash1, #flash2, #flash3, #flash4, #flash1a {
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: justify;
	color: #FFFFFF;
	height: 398px;
	padding: 20px;
	padding-top: 30px;
	margin-left: 10px;
	position: absolute;
	float: left;
}

#flash1 .white, #flash2 .white, #flash3 .white, #flash4 .white, #flash1a .white {
	color: #FFFFFF;
	text-decoration: none;
}

#flash1, #flash2, #flash3, #flash4 {
	background-image:url(../img/kader_klein.gif);
	width: 192px;
	cursor: pointer;
}

#flash1a {
	background-image:url(../img/kader_groot.gif);
	width: 210px;
	left: 10px;
	top: -399px;
}

#flash1 {
	top: -399px;
	left: 5px;
	display: none;
}

#flash2 {
	top: -429px;
	left: 245px;
	display: block;
}

#flash3 {
	top: -459px;
	left: 485px;
	display: none;
}

#flash4 {
	top: -439px;
	left: 725px;
	display: none;
}

#clearfloat {
	width:100%;
	height:74px;
	clear:both;
} /* to clear footer - iets groter dan footer om wat lucht te geven */

#clearfloatBig {
	width:100%;
	height:500px;
	clear:both;
}

#footer {
	height: 34px;
	width: 980px;
	clear: both;
	position: absolute;
	bottom: 0;
	border-top: solid 1px #d4d4d4;
	background-color: #f1f1f1;
	padding-top: 12px;
	color: #999999;
	text-align: center;
	font-size: 0.9em;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}

/* niet gebruikte styles?
#flash {
	background-color:#00CC00;
	clear: both;
	height: 50px;
	width: 980px;
	position: relative;
}
*/
#fietsActie {
	clear: both;
	width: 860px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B696B;
}

#fietsActie img {
	float: right;
	padding-left: 20px;
	margin-top: -35px;
}

