

/* Layout divisons */

/* Styles for the body element (white background)*/
body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 0;
	border: 0;
	margin: 0;
	background: #fff;
}

img {
	border: none;
}

/* The 'wrapper' div wraps all of the other
   document structuring elements */
#wrapper {
	background: transparent;
	width: 800px;
	padding: 0;
	margin: 10px auto 0;
}

/* The 'pageHeader' div wraps the logos and links */
#pageHeader {
	height: 60px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
	margin: 0;
}

/* The 'home' div contains the institute logo */
#home {
	float: left;
	padding: 0;
	margin: 0;
}

/* The 'unitHome' div contains the unit logo */
#unitHome {
	float: right;
	margin-left: 10px;
	/*width: 250px;*/
	height: 60px;
	backgroung: #aaa;
}

/* The 'topMenu' div contains links (Home, STI Innsbruck, Jobs, Press) */
#topNav {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
}

/* The 'contentWrapper' div contains the 'mainNav' and the 'mainContent' */
#contentWrapper {
	background: transparent;
	width: 800px;
	padding: 0;
	margin: 0;
}

#mainNav {
	float: left;
	margin: 0;
	padding: 30px 0px 20px 0px;
	width: 160px;
	background: transparent;
}


/* The 'mainContent' div contains the actual content */
#mainContent {
	float: left;
	/* NOTE: if layout problems encountered, check value below */
	width: 600px;
	margin: 0;
	padding: 30px 5px 10px 30px;
	min-height: 450px;
	background: transparent;
	border-left: 1px solid #CCC;
}


/* The 'footer' contains some info and links */
#footer {
	float: right;
	color: #888;
	background: transparent;
	width: 800px;
	margin-top: 10px;
	padding:0;
	border-top: 1px dotted #777;
	font-size: 8pt;
	text-align: center;
}
