/* CSS Document */

/* Layout items for ITEA website*/

html{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

body{
	background-image:url(/images/itea/background_main.gif); 
	background-repeat:repeat-x;
	background-position:top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body.home{
	background-image:url(/images/itea/background_home.gif);
}

#logo {
	position: absolute;
	left: 85px;
	top: 15px;
	z-index: 75;
}
#logo.home {
	top: 25px;
}
#logo a img{
	border: 0px;
}

#topimage{
	position: absolute;
	top: 0px;
	right: 0px;
}

#scrollcontainer {
	position: absolute;
	left: 185px;
	top: 109px;
	height: 400px;
	width: 880px;
	overflow: auto;
	background-color: #F2F2F7;
	background-image: url(/images/itea/background_scroll.gif);
	background-repeat: repeat-y;
}

#scrollcontainer.home {
	top: 224px;
}

#content {
	width: 570px;
	/* float: left; */
	position:absolute;
	top: 0px;
	left: 0px;
	/* */
	padding: 20px 0px 20px 0px;
	margin-right: 40px;
}
#icons {
	position: absolute;
	top: 10px;
	left: 435px;
	z-index: 2000;
}
#icons a img{
	border: 0px;
	margin-left: 5px;
}

#sideitem {
	/*width: 225px;*/
	/* float: left; */
	/*position:absolute;
	top: 0px;*/
	margin-left: 580px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

/*	background-image: url(/images/itea/doelen.jpg); */
/*	background-image: url(/images/itea/location.jpg); */
	background-position: top left;
	background-repeat: no-repeat;
	/* */
	padding: 30px 0px 20px 0px;
}
img#blocks{
/*	margin-top: 80px; */
/*	margin-left: 18px; */
	margin-top: -10px;
	margin-left: 210px;
}
#footer {
	width: 100%;
	background-image: url(/images/itea/footer_stippel.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 10px;
	clear: both;
}
#heading_home {
	position: absolute;
	top: 147px;
	background-color: #000064;
	width: 100%;
	border-top: 1px solid white;
}

#leftcontainer{
	position: absolute;
	top: 109px;
	width: 165px;
}
#leftcontainer.home{
	top: 224px;
}

#searchcontainer {
	width: 170px;
	padding-left: 10px;
	padding-top: 10px;
}

hr{
	height:1px;
	/*border-top: 1px dotted black;
    border-bottom: 1px solid white; */
}
*>
hr{
	height: 3px;
	color: black; /*white; */
	border: 1px solid white;
	background-color: white;
	background-image: url(/images/itea/hr_ff_stippel.gif);
	background-position: top;
	background-repeat: repeat-x;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




