/* CSS Document */
h1 {font-size:1.8em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
ul {font-size:1em;font-style:normal;color:#000000;font-weight:normal;}
ol {font-size:1em;font-style:normal;color:#000000;font-weight:normal;}
li {font-size:1em;font-style:normal;color:#000000;font-weight:normal;}
li li {font-size:1em;font-style:normal;color:#000000;font-weight:normal;}
p  {font-size:1em;}
.smallLinks {font-size:1em;}
.welcomeMessage h1 {font-size:2em;}
.welcomeSubHead {font-size:1.4em;}
.welcomeMessage {font-size:1.2em;}

.paddedCell{
	padding:3px;
	}
.pusherDiv { 
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
}
.align-right{
	text-align:right;
	}
.navContents{
	width:166px;
	}
.boxHeader{
padding:5px;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color:#000000;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  text-align:center;
}
#email{


	}
	
#email a{
	color: #CC0000;
	left:15px;
	bottom:5px;
	text-decoration: underline;
	line-height: 20px;
	padding-left: 5px;
}
#email img{
	margin-bottom:-5px;
	}
#blocks{
	width:150;
	height:150;
	background-color:#00FF66;
	margin: 10px;
	padding: 10px;
	float: right;
	}
#page{
	width:786px;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height:800px;
	background: url("../../images/lab_modern_3/pageBack.jpg");
}

#pageBody{
	width:786px;
	margin:0 auto;
	
}

#pageBottom {
	height:22px;
	width:786px;  
	margin:0 auto; /* Mozilla ignores crazy MS image filters, so it will skip the following */
	background: url("../../images/lab_modern_3/pageBottom.jpg");
}
#header {
position:relative;
	height:173px;
	overflow:hidden;
	width:786px;  
	margin:0 auto; /* Mozilla ignores crazy MS image filters, so it will skip the following */
	background: url("../../images/lab_modern_3/header.jpg");
}
#siteName{
	position:absolute;
	left:8px;
	top:3px;
	font-size: xx-large;
	color: #FFFFFF;
}
#siteWelcome{
position:absolute;
width:650px;
	left:8px;
	top:50px;
	color: #FFFFFF;
}
/*Navigation*/
#navigation{

  width: 165px;
  float:left;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #CC0000;
  
}
#navigation ul{
	padding:10px;
	}
	
#leftCol{
  width: 168px;
  float:left;
	}
#bottomNav{

}
a.mainNavText {
	text-decoration:none;
	color:#000000;
	margin:0px;
	text-align:left;
	top:-5px;
}
a.mainNavText:visited {
	color:#000000;
	text-decoration:none;
}
a.mainNavText:hover {
	color:#DC241F;
}
/*Main Content*/

.tabContainer a{
	color:#6633FF;
	text-decoration: none;
	
}

.tabLeft{
width:14px;

background:url("../../images/lab_modern_3/tabLeft.jpg"); 
background-repeat:no-repeat;
float:left;
}

.tabRight{
width:14px;

background:url("../../images/lab_modern_3/tabRight.jpg"); 
background-repeat:no-repeat;
float:left;
}

.tabBody{

	
background:url("../../images/lab_modern_3/tabBody.jpg");
	background-repeat: repeat-x;
	float:left;
	color:#6633FF;
	font-size:11px;
	height:18px;
	padding:0;
	margin:0;
	}
.tabBodyBlank{
float:left;
	font-size:11px;
	height:18px;
	padding:0;
	margin:0;
}
.tabText{

}


.upperContentBlock{
width:275px;
}	

.contentTableCell {
	border-color:#d8d8d8;
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px;
}
#mainContent {
position:relative;
	width: 606px;
	float:left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0000;

 }
#otherContent{
margin-right:10px;
padding-left:10px;
}
#mainContentBlock{
padding-left:20px;
}
/*Footer*/
#footer{
height:40px;
	position:relative;
}
#footer a{
	color: #CC0000;
}
#footerLinks{
position:absolute;
top:10px;
left:20px;
}
#labourLogo{
	position:absolute;
	left:660px;
}
#imprint {
	padding:.5em;
	text-align:center;
	font-size:1em;
	color:#999999;
}