/* CSS stylesheet voor de GIS Tech website */
/* Auteur: Sabine Put, sput@esri.nl */


/* Algemene layout */
.main{
	background-position: top left;
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
	background-image: url('./siteimages/bodybg.jpg');
	text-align: center;
	margin-top: 18px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-height: 400px;
	border: 1px solid #252525;
}

body { 
	background-position: top left;
	background-image: url('./siteimages/bodymainbg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Verdana", "Arial", "Bitstream Vera Sans";
	font-size: 9pt;
	line-height: 1.7em;
	color: #252525;
}

.content {
	padding-top: 225px;
	padding-left: 255px; /* IE 7 hack */
	*padding-left: 55px; /* IE 7 hack */
	_padding-left: 255px; /* IE 7 hack */
	padding-right: 35px;
	padding-bottom: 35px;
	text-align: left;
	min-height: 350px;
}

.bottom {
	font-size: 7pt;
	color: #252525;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Menu layout */
.menu {
	float: left;
	padding-left: 14px;
	padding-top: 263px;
	_padding-top: 259px; /* IE fix */
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
	height: 25px;
}

.menutop {
	float: right;
	text-align: right;
	font-size: 7pt;
	padding-right: 25px;
	padding-top: 25px;
	line-height: 3em;
}

.menuitem {
	background-image: url('./siteimages/menubutton.png');
	background-repeat: no-repeat;
	padding-left: 7px;
	width: 150px;
	margin: 5px;
	line-height: 1.9em;
}

.artikel {
	padding-left: 2px;
	padding-right: 7px;
	width: 165px;
	margin: 5px;
	font-size: 7.5pt;
	line-height: 1.3em;
	font-weight: normal;
}



/* Links */
a {
	border: 0px solid #000000;
	text-decoration: none;
	color: #216288;
	font-weight: bold;
}

a:hover {
    color: #559BBD; 
}

a.menulink {
	text-decoration: none;
	color: #252525;
}

a.menulink:hover {
	text-decoration: none;
	color: #216288;
}


/* Headings */
h1 {
	font-size: 15pt;
	font-weight: bold;
	line-height: 2em;
}

h2 {
	font-size: 12pt;
	line-height: 2em;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	line-height: 2.5em;
	font-weight: bold;
}

h4 {
	font-size: 11pt;
	line-height: 1em;
	font-weight: bold;
}


/* Plaatjes */
.noborder {
	border: 0px solid #000000;
	display: inline;
}

.imgborder {
	border: 1px solid #252525;
}

div.imgright {
	float: right;
	margin-left: 20px;
}

div.imgleft {
	float: left;
	margin-right: 20px;
}


/* Layout kaart routepagina */
.routebeschrijving {
	font-size: 8pt;
	line-height: 1em;
}

input {
	background:#DDDDDD;
	opacity:.7; 
	filter:alpha(opacity=70);
	color: #000000;
	font-family: "Verdana", "Arial", "Bitstream Vera Sans";
	font-size: 9pt;
	width: 355px;
}

.routeheader {
	font-weight: bold;
}

.routebutton {
	text-align: right;
}

button {
	font-variant: small-caps;
	font-size: 10pt;
}

.segment { 
	cursor: pointer; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}


/* Layout slideshow impressie */
#slideshow {
	list-style:none;
	color:#FFFFFF;
}

#slideshow span {
	display:none;
}

#wrapper {
	width: 506px; 
	margin: 50px auto; 
	display: none;
}

#wrapper * {
	margin: 0px; 
	padding: 0px;
}

#fullsize {
	position: relative; 
	width: 500px; 
	height: 332px; 
	padding: 2px; 
	border: 0px solid #252525; 
	background: #252525;
}

#information {
	position: absolute; 
	bottom: 0px; 
	width: 500px; 
	height: 0px; 
	background: #252525; 
	color: #FFFFFF; 
	overflow: hidden; 
	z-index: 200; 
	opacity:.7; 
	filter:alpha(opacity=70);
}

#information h3 {
	padding: 4px 8px 3px; 
	font-size: 14px;
}

#information p {
	padding: 0 8px 8px;
}

#image {
	width: 500px;
}

#image img {
	position: absolute; 
	z-index: 25; 
	width: auto;
}

.imgnav {
	position: absolute; 
	width: 25%; 
	height: 306px; 
	cursor: pointer; 
	z-index: 150;
}

#imgprev {
	left: 0; 
	background:url(images/left.gif) left center no-repeat;
}

#imgnext {
	right: 0; 
	background:url(images/right.gif) right center no-repeat;
}

#imglink {
	position: absolute; 
	height: 306px; 
	width: 100%; 
	z-index: 100; 
	opacity:.4; 
	filter:alpha(opacity=40);
}

.linkhover {
	background: url(images/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top: 15px;
}

#slideleft {
	float: left; 
	width: 20px; 
	height: 81px; 
	background: url(images/scroll-left.gif) center center no-repeat; 
	background-color: #222222;
}

#slideleft:hover {
	background-color: #333333;
}

#slideright {
	float: right; 
	width: 20px; 
	height: 81px; 
	background: #222222 url(images/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
	background-color: #333333;
}

#slidearea {
	float: left; 
	position: relative; 
	width: 456px; 
	margin-left: 5px; 
	height: 81px; 
	overflow: hidden;
}

#slider {
	position: absolute; 
	left: 0px;
	height: 81px;
}

#slider img {
	cursor: pointer; 
	border: 1px solid #666666; 
	padding: 2px;}


/* Overige styles */

.center {
	text-align: center;
}

.hline {
	border-top: 1px solid #252525;
}

.programma {
	border: 0px solid #9BC3D6;
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
}

.time {
	vertical-align: top;
}

td {
	padding-right: 22px;
	padding-left: 7px;
}

.middagprogramma {
	border: 1px solid #252525;
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
	border-collapse: collapse;
}	

td.tracks {
	width: 120px;
}	

td.tracknames {
	width: 405px;
}

tr.firstrow {
	height: 50px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #252525;
}	

tr.normalrow {
	height: 50px;
}

tr.alternaterow {
	height: 50px;
	background-color: #E8EFF7;	
}

.notyetactive {
	color: #999999;
}



