/* CSS Document */

body{
margin:0;
padding:0;
background-color: #99CC00;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#container{
top:0;
left:0;
width:900px;
height:80%;
position:absolute;

}
div#uno{
top:0;
left:0;
width:200px;
height:60px;
background-color:#ffffff;
position:relative;
}
div#linksboven {
	background-color: #000000;
	top:0;
left:0;
width:200px;
height:60px;
position:relative;

}

div#dos{
	top:0;
	left:200px;
	min-height:100%;
	width:700px;
	height:60px;
	background-color:#443355;
	position:absolute;

}
div#tres{
	top:60px;
	left:0px;
	min-height:100%;
	width:140px;
	height:100%;
	position:absolute;
	background-image: url(images/linkslang.gif);
	background-repeat: repeat-y;
}
div#tresnegro{
	top:60px;
	left:160px;
	width:40px;
	height:100%;
	background-color:#000000;
	position:absolute;


}
.home{
	background-image: url(images/homegr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.background{
	background-image: url(images/Backgroundgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.organisation{
	background-image: url(images/Organisationgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.workshop{
	background-image: url(images/Workshopgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.callpapers{
	background-image: url(images/callforpapersgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.papersub{
	background-image: url(images/papersubgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.registration{
	background-image: url(images/registrationgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.program{
	background-image: url(images/programgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.venue{
	background-image: url(images/venuegr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.contact{
	background-image: url(images/contactgr.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#cuatro{
	top:60px;
	left:200px;
	min-height:100%;
	width:700px;
	height:100%;
	background-color:#ffffff;
	position:absolute;
	background-image: url(images/casas.gif);
	background-repeat: repeat-x;
		background-position: bottom;
}
div#cinco{
	top:25px;
	left:0px;
	width:100%;
	height:25px;
	background-color:#000000;
	position:relative;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
div#text{
	top:40px;
	left:5px;
	width:95%;
	height:80%;
	overflow: auto;
	position:relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 15px 15px;
	999background: url(images/casas.gif) repeat-x;
	scrollbar-face-color: #99cc00;
	scrollbar-arrow-color: #99cc00;
	scrollbar-base-color: #000000;
	scrollbar-track-color : #000000;
	scrollbar-highlight-color : #99cc00;
	scrollbar-shadow-color : #000000;

}
.table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width:95%;
}
a:link, a:visited {
	color: #99cc00;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}