/* Screen layout
--------------------------------------------------------*/
#container {
	background: #f7f7f7 url(../images/css/bg-body.gif) no-repeat 50% 100%;
	position: relative;
	min-height: 100%;
	}

#header {
	background: #fff url(../images/css/line-black.gif) repeat-x 0 0;
	height: 130px;
	width: 100%;
	}
	
#logo {
	position: absolute;
	top: 40px;
	}
	
h2#slogan {
	background: url(../images/css/slogan.gif) no-repeat 0 0;
	height: 25px;
	left: 280px;
	position: absolute;
	text-indent: -9999px;
	top: 63px;
	width: 299px;
	}
	
.wrap {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 880px;
	}
	
/* Font switcher
--------------------------------------------------------*/
body.text-scale-normal {
	font-size: 62.5%;
	}

body.text-scale-medium {
	font-size: 72.5%;
	}
	
body.text-scale-large {
	font-size: 82.5%;	
	}

/* Servicelinks & Language switch
--------------------------------------------------------*/
#language {
	border-right: 1px solid #606060;
	}
	
#language,
#servicelinks {
	float: right;
	font-size: 1.2em;
	position: relative;
	z-index: 50;
	}

#servicelinks li {
	float: left;
	}
	
#language a, #language span,
#servicelinks a {
	background: #222;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.75em 15px;
	text-decoration: none;
	}
	#language a:hover,
	#servicelinks a:hover {
		text-decoration: underline;
		}
		
#language li {
	text-align: center;
	}

#language span {
	color: #999;
	}
	
#language .hidden {
	display: none;
	}
	
#servicelinks a {
	border-right: 1px solid #606060;
	}
	
/* Usability links
--------------------------------------------------------*/
#usability {
	background: #222;
	float: right;
	font-size: 1.2em;
	padding-right: 5px;
	position: relative;
	z-index: 50;
	}
	
#usability li {
	background: #222;
	float: left;
	padding: 0.6em 3px 0.9em 3px;
	}
	
#usability a {
	background: #222 url(../images/css/icon-usability.gif) no-repeat 0 0;
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-indent: -9999px;
	width: 19px;
	}

#usability #text-scale-normal a {
	background-position: 0 center;
	}

#usability #text-scale-medium a {
	background-position: -19px center;
	}

#usability #text-scale-large a {
	background-position: -38px center;
	}

#usability #contrast a {
	background-position: -57px center;
	}

/* Search
--------------------------------------------------------*/
#search  {
	position: absolute;
	top: 62px;
	right: 0;
	width: 245px;
	}
	
#search fieldset {
	position: relative;
	}

#search label {
	display: none;
	}
	
#search-field {
	background: url(../images/css/bg-input.gif) no-repeat 100% 0;
	border: none;
	color: #999;
	font-size: 1.2em;
	margin: 0;
	padding: 8px;
	position: absolute;
	left: 0;
	top: 0;
	width: 199px;
	}

#search-submit {
	background: url(../images/css/button-go.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 30px;
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	}
	
#search-submit span {
	display: none;
	}
	
/* Navigation
--------------------------------------------------------*/
#navigation {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 100;
	}
	
#navigation ul {
	font-size: 1.4em;
	}

#navigation li {
	color: #fff;
	float: left;
	position: relative;
	z-index: 50;
	}
	#navigation li.active a {
		background: url(../images/css/bg-middle.gif) repeat-x 0 0;
		}
	#navigation li:hover ul.level2,
	#navigation li.hover ul.level2 {
		display: block;
		}
	#navigation li:hover a,
	#navigation li.hover a {
		background: #8db69a url(../images/css/bg-mainnav.gif) repeat-x 0 0;
		border-left: 1px solid #7aa688;
		border-right: 1px solid #7aa688;
		padding: 8px 9px;
		}

	
#navigation a {
	color: #fff;
	display: block;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#navigation .level2 {
	background: #8db69a;
	border-bottom: 1px solid #7aa688;
	display: none;
	font-size: 0.9em;
	position: absolute;
	width: 170px;
	}
	
#navigation .level2 a {
	background: none !important;
	border-left: 1px solid #7aa688;
	border-right: 1px solid #7aa688;
	padding: 4px 10px !important;
	text-transform: capitalize;
	width: 148px;
	}
	#navigation .level2 a:hover {
		background: #fff url(../images/css/bg-dropdown-hover.gif) repeat-x 0 0 !important;
		color: #000;
		}
	
/* Middle bar
--------------------------------------------------------*/
#middlebar {
	background: #7e7394 url(../images/css/bg-middle.gif) repeat-x 50% 0;
	height: 170px;
	}
	
#middlebar h2 {
	color: #e5e3ea;
	font-size: 2.8em;
	position: absolute;
	top: 60px;
	width: 500px;
	}
	
#middlebar .wrap {
	background: url(../images/css/eye.gif) no-repeat 100% 0;
	}
	
/* Navpath
--------------------------------------------------------*/
#navpath {
	background: #efefef;
	border-bottom: 1px solid #f7f7f7;
	color: #aaa;
	width: 100%;
	}
	
#navpath ol {
	font-size: 1.2em;
	list-style: none;
	overflow: auto;
	padding: 5px 0;
	}
	
#navpath li {
	background: url(../images/css/split-navpath.gif) no-repeat 100% 50%;
	float: left;
	margin-right: 10px;
	padding-right: 15px;
	}
	#navpath li.last {
		background: none;
		margin-right: 0;
		padding-right: 0;
		}

#navpath a {
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
	}
	#navpath a:hover {
		text-decoration: underline;
		}
	
/* Content
--------------------------------------------------------*/
#content {
	background: url(../images/css/bg-content.gif) repeat-x 0 0; 
	overflow: hidden;
	padding-bottom: 60px;
	width: 100%;
	}
	
#content-main {
	float: left;
	padding: 30px 20px 0 0;
	width: 580px;
	}
	
#content-highlights {
	float: right;
	padding: 30px 0;
	width: 280px;
	}
	
/* Footer
--------------------------------------------------------*/
#print-footer {
	display: none;
	}
	
#footer {
	bottom: 0;
	position: absolute;
	width: 100%;
	}

#footer .wrap {
	background: #fefefe;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 10px;
	width: 880px;
	}

#footer p {
	color: #999;
	float: left;
	margin-bottom: 0;
	}
	
#footer #footerlinks {
	float: right;
	font-size: 1.2em;
	margin-bottom: 0;
	}

#footer #footerlinks li {
	float: left;
	margin-right: 20px;
	}
	
/* Elements
--------------------------------------------------------*/
.banner {
	background: url(../images/css/bg-banner-outer.png) no-repeat 0 100%;
	border-top: 1px solid #eee;
	margin-bottom: 2em;
	padding: 0 2px 2px 2px;
	width: 276px;
	}
	
.banner h2 {
	border-bottom: 1px solid #ebebeb;
	padding: 10px;
	}
	
.banner p {
	background: url(../images/css/bg-banner-inner.gif) repeat-x 0 0;
	font-size: 1.2em;
	line-height: 1.88em;
	margin-bottom: 0;
	padding: 10px 10px 40px 10px;
	}
	
/* Homepage
--------------------------------------------------------*/
#home #content-main {
	margin-bottom: 3em;
	}

#home #content-main p {
	font-size: 1.6em;
	line-height: 1.8em;
	}

#home #middlebar {
	height: 230px;
	}
	
#home #middlebar h2 {
	top: 90px;
	}

#content-banners {
	clear: both;
	width: 100%;
	}
	
#content-banners .banner {
	float: left;
	margin-right: 20px;
	min-height: 210px;
	}
	
#content-banners .banner-last {
	margin-right: 0;
	}

#content-banners .banner p {
	min-height: 88px;
	}

/* Logos --------------------------------------------------------*/

#content #university-logos {
	padding: 5px 40px 0;
	}

#content #university-logos li {
	background: none;
	padding-left: 0;
	}
	
#university-logos a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 200px;
	}
	#university-logos a:hover {
		background-position: 100% 0;
		}
	
#university-koln a {
	background: url(../images/css/logo-university-koln.gif) no-repeat 0 0;
	height: 64px;
	}

#university-nijmegen a {
	background: url(../images/css/logo-university-nijmegen.gif) no-repeat 0 0;
	height: 39px;
	margin-bottom: 2em;
	}
	
/* Google maps
--------------------------------------------------------*/

.tx-lumogooglemaps-pi1 {
	margin-top: 10px;
	}
	
.tx-lumogooglemaps-pi1 span {
	display: none;
	}

.tx_lumogooglemaps_pi1_infobox_company {
	margin-top: 10px;
	font-weight: bold;
	}
	
.tx_lumogooglemaps_pi1_infobox p {
	margin-bottom: 0;
	}

#gmapDirHead {
	font-size: 1.2em;
	}

#gmapDirHeadTo {
	margin-top: 5px;
	}
	
.gmapDirBtns {
	margin-top: 5px;
	text-align: center;
	}
	
.gmapDirButton {
	font-size: 1em;
	overflow: visible;
	padding: 0px 3px;
	}
	
.tx-lumogooglemaps-pi1 p input,
.tx-lumogooglemaps-pi1 p label {
	font-size: 1em;
	}
