/* ----------------------------------------------------
   Project: 	qld-german-consulting.com.au
   (C) 2008 bridge2net web concepts
   qgc_index_print.css
   ---------------------------------------------------- */
 
/**************************************************/
/* LAYOUT                                         */
/**************************************************/  
html, body {
  margin:auto; 
  padding:0; 
  width:100%; 
  height:100%; 
  overflow:hidden;
}

body {
  font-family: "Times New Roman", Times, serif; 
  font-size: 100%;
  color: #000;
  background-color: inherit;
}

#background{
	display: none;
}

#scroller {
  position:absolute; 
  width:100%; 
  height:100%; 
  top:0; 
  left:0; 
  padding:0;  
  margin: auto;
  overflow:auto; 
  z-index:2;
} 

#entry h1 {
  font-family: "Times New Roman", Times, serif; 
  font-size: 210%;
  font-weight: bold;
  letter-spacing:0.05em; 
  color:#000;
  background-color: inherit; 
}
#entry h2 {
  font-family: "Times New Roman", Times, serif; 
  font-size: 120%;
  font-weight: bold;
  letter-spacing:0.2em; 
  color:#000;
  background-color: inherit; 
  text-align: right;
}

#content {
  padding:30px 0px 20px 10px; 
  margin: 0; 
  width: 560px;
}

/**************************************************/
/* FORMATTING                                     */
/**************************************************/  

p {
  line-height:1.2em; 
  letter-spacing:0.1em; 
  text-align:left;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  text-align:left;
}

h1 {
  font-size: 1.8em;
  letter-spacing:0.1em; 
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0em;
}
h2 {
  font-size: 1.6em;
  letter-spacing:0.1em; 
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}

strong, b {
  font-weight: bold;	
}

a:link, a:visited {
  color:#002A57;
  background: inherit;
  text-decoration: none;
  font-weight:bold;
  font-size:110%;
}
a:hover, a:active {
  text-decoration:underline;
  color:#6B76B1;
  background: inherit;
  font-weight:bold;
}
#copyright {
  font-family: tahoma, verdana, arial, sans-serif; 
  font-size: 0.8em;
  color: #666;
  background-color: inherit; 
}
/**************************************************/
/* MENU                                           */
/**************************************************/ 

#menu {
  margin:10px 0 0 70px;;
  padding:0 5px;
}
#menu li {
  list-style-type:none;
  list-style-image:none;
  font-size: 1.0em;
  font-weight:bold;
  text-align:left;
  padding:5px 3px;
  overflow:hidden;
}

#menu li.first {
	margin-top:0px !important;
}

#menu li:hover {
	background:inherit;
	color:#C76300;
}

#menu li:hover > a {
	background:inherit;
	color:#C76300;
}