@charset "UTF-8";
/*
CSS by fourcom gmbh, 2010. 
http://www.fourcom.ch
*/

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
}

h1{ /*Used for domain-name at mouseover */
	padding-top: 440px;
	font-size: 16px;
	font-weight: normal;
}

#framecontentTop, #framecontentBottom{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 80px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentBottom{
	top: auto;
	bottom: 0; 
	height: 30px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-left: 10px;
}

#maincontent{
	position: fixed; 
	top: 0px; /*Thus framecontentTop overflows first 80px here*/
	left: 0;
	right: 0;
	bottom: 110px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: visible; 
}

.mainlink{ /*General Class for site-links */
	margin-top: 280px;
	width: 319px;
	height: 154px;
	display: block;
	border: none;
	text-decoration: none;
	float: left;
}

#mainlinkcontainer{
	position: absolute;
	left: 50%;
	margin-left: -327px; /* (2 * link-img-width + 20px margin) / 2 */
	z-index: 10;
}

a.medical:link, a.medical:active, a.medical:visited{ /*medical-link (image) */
	background: url(../img/logo_medical.png);
	margin-left: 20px;
	z-index: 20;
}

a.medical:hover{
	background: url(../img/logo_medical_hover.png);
}

a.engineering:link, a.engineering:active, a.engineering:visited{ /*medical-link (image) */
	background: url(../img/logo_engineering.png);
}

a.engineering:hover{
	background: url(../img/logo_engineering_hover.png);
}

#extendedcontainer{
	position: absolute;
	width: 830px;
	left: 50%;
	margin-left: -402px;
	z-index: 5;
}

.ext{ /*General settings for the extended link fade-ins */
	float: left;
}

.med{ /*The fade-in background (medical) */
	position: absolute;
	margin-left: 410px;
	width: 430px;
	padding-left: 25px;
	height: 600px;
	background: url(../img/logo_medical_extended.png);
}

.eng{ /*The fade-in background (medical) */
	position: absolute;
	width: 372px; /*Don't forget padding! */
	padding-right: 28px;
	height: 600px;
	background: url(../img/logo_engineering_extended.png);
	text-align: right;
}

#greybackground{
	position: relative;
	top: 50%;
	margin-top: -225px;
	width: 100%;
	height: 550px;
	background: url(../img/bg.png);
	vertical-align: middle;
}

#separatingbackground{
	position: absolute;
	left: 50%;
	margin-left: -325px;
	width: 650px;
	height: 550px;
	background: url(../img/bg_sep.png) 0px -3px;
	z-index: 5;
}

* html body{ /*IE6 hack*/
	padding: 30px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}
