/*-----------------------------------------------
$Id: style.css
     Style Sheet
Customer: Manadu
Author:   vierviertel
Version:  1.0
Creation Date:    2007/04/19
Last Modify:
-----------------------------------------------*/

address, abbr, acronym, dfn	{
	font-variant:normal;
}

a, address, body, blockquote, caption, cite, div, dfn, dl, dt,
fieldset, h1, h2, h3, h4, img, input, label, legend,
li, ol, option, p, q, select, textarea, td, th, ul 	{
	font-family:Verdana,Helvetica,sans-serif,"Trebuchet MS";
}

* {
	margin:0px;
    padding:0px;
}

body {
    margin:0; /* setting top and bottom margin */
	padding:0;
    background:#ccc;
}
#skipToContent a, #skipToNav a {
	position:absolute;
    z-index:2;
    width:10em;
    overflow:hidden;
    top:-100px;
    left:-1000px
}

#skipToContent a:focus, #skipToNav a:focus, #skipToContent a:active, #skipToNav a:active {
	position:absolute;
    z-index:99;
    width:12em;
    top:.5em;
    left:.5em;
    margin-left:4px;
    text-decoration:underline;
    color:#000;
    background:#ccc;
    font-size:.8em
}
.hidden {
	display: none;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

h1, h2, h3, h4 {
   font-weight:bold;
}
h1 {
	font-size:12px;
    margin-bottom:15px;
    line-height:20px;
}
h2 {
  	font-size:11px;
}
p {
	padding:0;
	margin:0;
}

a {
 	color: #000;
    text-decoration:underline;
}
form {
	margin:0;
    padding:0;
}
img {
	border:0;
}
ul {
	list-style: none;
    padding:0;
    margin:0;

}
.box-main {
    width:960px;
    background:url(img/bg_home.gif) no-repeat;
}
.lifescience {
    background:url(img/bg_life_science.gif) no-repeat;
}
.startup {
    background:url(img/bg_startup.gif) no-repeat;
}
.corporate {
    background:url(img/bg_corporate.gif) no-repeat;
}
.asia {
    background:url(img/bg_asia.gif) no-repeat;
}
.service {
    background:url(img/bg_service.gif) no-repeat;
}
.box-main .head {
	position:relative;
    height:139px;
    width:750px;
    overflow:hidden;
}
.box-main .trenner {
	position:absolute;
    top:138px;
	background:#bfbfbf;
    display:block;
    width:750px;
    height:1px;
}
.box-main .head p {
	display:none;
}
.box-main .head p img {
	position:relative;
    left:0;
    top:0;
    float:left;
    margin-right:1px;
}
.box-main .head img {
	position:absolute;
    top:27px;
    left:40px;
}
.box-main .head .claim {
	position:absolute;
    top:83px;
    left:230px;
}
.box-main .head h1 {
	position:absolute;
    top:83px;
    left:230px;
    font-size:18px;
    font-weight:normal;
}
.lifescience .head h1 {
	color:#B15B97;
}
.startup .head h1 {
    color:#E6B36C;
}
.corporate .head h1 {
	color:#3E7BBA;
}
.asia .head h1 {
	color:#DBD331;
}
.box-main .head h1 span {
	color:#fff;
}
ul.serviceNav {
	display:none;
}
.content {
	background:#fff;
    width:789px;
    padding:40px 0 0 0;
}
* html .content {
    height:450px;
}
.content .lCol {
	width:190px;
   	float:left;
    position:relative;
}
.content .lCol ul {
	display:none;
}
.content .rCol {
	float:left;
    margin-left:40px;
    font-size:11px;
    line-height:18px;
    min-height:42.5em;
}
* html .content .rCol {
    height:422px;
}
.content .rCol a {
	text-decoration:none;
    background:url(img/bg_link_home.gif) right center no-repeat;
    padding-right:15px;
    margin-right:2px;
}
.lifescience .content .rCol a {
    background:url(img/bg_link_lifescience.gif) right center no-repeat;
}
.startup .content .rCol a {
    background:url(img/bg_link_startup.gif) right center no-repeat;
}
.corporate .content .rCol a {
    background:url(img/bg_link_corporate.gif) right center no-repeat;
}
.asia .content .rCol a {
    background:url(img/bg_link_asia.gif) right center no-repeat;
}
.service .content .rCol a {
    background:url(img/bg_link_service.gif) right center no-repeat;
}
.content .rCol p {
	width:510px;
    margin-bottom:18px;
}
.content .rCol ul {
	list-style-image:url(img/list.gif);
    margin:0 30px 10px 14px;
    max-width:510px;
}
* html .content .rCol ul {
    margin-left:16px;
}
.content .rCol ul li {
	list-style-image:url(img/list.gif);
    padding-left:15px;
}
.content .rCol ul.special {
	list-style:none;
    margin:0;
}
.content .rCol ul.special li {
	list-style:none;
    padding:0;
}
.content .rCol a.life {
	color:#c30080;
    background:url(img/bg_link_lifescience.gif) right center no-repeat;
}
.content .rCol .start {
	color:#cd5a00;
    background:url(img/bg_link_startup.gif) right center no-repeat;
}
.content .rCol .corporate {
	color:#0066cc;
    background:url(img/bg_link_corporate.gif) right center no-repeat;
}
.content .rCol .asia {
	color:#99cc00;
    background:url(img/bg_link_asia.gif) right center no-repeat;
}
.content .footer {
	clear:both;
    float:none;
    height:25px;
    max-height:21px;
	border-top:1px solid #bfbfbf;
    display:block;
    width:750px;
    padding-top:7px;
    position:relative;
}
* html .content .footer {
 	padding-top:2px;
}
.content .footer a {
    font-size:11px;
    text-decoration:none;
    margin-left:40px;
	color:#666;
}
.content .footer a:hover {
	font-weight:bold;
}
.content .footer span {
	display:block;
    position:absolute;
    left:227px;
    top:7px;
    font-size:10px;
	color:#666;
}
