/* CSS Document */
* { margin: 0; }

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif; font-size: small;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

.footer { 
	height: 2em; text-align: center; width:100%; color:#a0a0a0; font-size: small; 
	/* .push must be the same height as .footer */
}

.spush { height: 500px; }
.push { height: 750px; }
.mpush { height: 1000px; }

#logo { position:absolute; padding:0; left:20px; top:0; }

#greyLine { background-color: #959CA1; top: 115px; position: relative; width: 100%; height: 2px; }
#language { right: 20px; position: absolute; top: 95px; font-size: 1.1em; }

#greyLine_2 { background-color: #959CA1; top: 116px; position: relative; width: 100%; height: 11px; }
#blackLine { background-color: #000000; top: 116px; position: relative; width: 100%; height: 11px; }

#homeContainer, #homeContainer2 { position: absolute; top: 180px; left: 20px; width: 90%; }
#homeContainer2 { top: 200px; }

#submenu { position: relative; width: 200px; }

#collText { position: absolute; color: #202020; top:0; width: 300px;  }
#collTextL { position: absolute; top: 0; left: 200px; padding: 0; margin: 0; width: 500px; color: #202020; }

#collImage, #map, #newsImage { position:absolute; left: 110%; top: 0; }

#homeImage { float: right; padding: 0 0 10px 10px; }
#newsImage { top: 37px; }
#map { left: 100%; }

#menu { position:absolute; font-size: large; font-weight: bold; left:20px; top:127px; }
#menu td { padding-right: 20px; padding-left:0;  }
#menu .subItem {  font-size: small; }

#menu2 { position:absolute; font-size: large; font-weight: bold; left:20px; top:150px; }
#menu2 td { padding-right: 20px; padding-left:0;  }
#menu2 .subItem {  font-size: small; }

ul { list-style-type:none; font-size: 1.2em; font-weight: bold; padding-left: 0; }

a { color:#000000; text-decoration:none; }
a#selected { color: #81888D; }
a:hover, a#selected:hover { color:#ACB6BD; }

a#textLink { color: #000000; text-decoration: underline; font-weight: bold; font-size: 1.1em; }
a#textLink:hover { text-decoration: underline; color: #ACB6BD; }

.cap { font-size: 2em; color:#000000; line-height:1em; padding-left: 10px; }

#footer, #newsfooter { position: absolute; width:100%; color:#a0a0a0; bottom: 20px; font-size: small; text-align: center;  }
#newsfooter { position: fixed; padding-bottom: 20px; }

#timetable { position:relative; top:20px; left:0;  }

.center { position: relative; width:100%; left:0;   }

.head { font-weight: bold; margin-bottom: 1em; font-size: 1.1em; }
.subhead { font-style: italic; margin: 1em 0 1em 0; }
