/* 	IT-Lab Website, CSS 1.0 document
	(C)Copyright by IT-Lab, 2009 */

body {
	background-image:url(../_pics/bg.gif);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.topMenu {
  background-color: #009999;
}

.topMenu:hover {
  background-color: #C7E9E9;
}

.topMenuSelected {
  background-color: #8CD5D6;
}

.topMenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none;
}

.leftNavHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  color: #009999;
}
 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* main navigation (at the top) */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}

#nav a:link,
#nav a:active,
#nav a:visited {
	text-decoration: none;
	color: #000000;
} 

#nav a:hover {
	text-decoration: underline;
}

a#selLnk {
	font-weight: bold;
}


/* layer: Datamatix logo */
#lgDm {
	position:absolute; 
	left:52px; 
	top:11px; 
	width:127px; 
	height:42px; 
	z-index:1;
}

/* layer: Satmatix logo */
#lgSm {
	 position:absolute; 
	 left:627px; 
	 top:15px; 
	 width:121px; 
	 height:41px; 
	 z-index:2;
}

/* layer: banner on homepage */
#homeBanner {
	position:absolute; 
	left:26px; 
	top:101px; 
	width:742px; 
	height:219px; 
	z-index:3; 
	background-color: #000000; 
}



/* layer: main navigation */
#nav {
	position:absolute; 
	left:31px; 
	top:65px; 
	width:733px; 
	height:30px; 
	text-align: center;
	z-index:4;
}

#pageContent {

}

#homeContent a:link,
#homeContent a:active,
#homeContent a:visited, 
#pageContent a:link,
#pageContent a:active,
#pageContent a:visited {
	color: #990000;
	text-decoration: none;
}

#homeContent a:hover,
#pageContent a:hover {
	text-decoration: underline;
}

.homeTeaser a:link,
.homeTeaser a:active,
.homeTeaser a:visited {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}

.homeTeaser a:hover,
.homeTeaser a:hover {
	text-decoration: underline;
}



#navContent a:link,
#navContent a:active,
#navContent a:visited {
	color: #009999;
	text-decoration: none;
}

#navContent a:hover {
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a.copyright:link,
a.copyright:active,
a.copyright:visited {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

a.copyright:hover {
	color: #333333;
	text-decoration: underline;
}



p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#homeRight,
#homeRight p{
	color:#FFFFFF;
}