/* ----------------------------------------------------
   Project: 	qld-german-consulting.com.au
   (C) 2008 bridge2net web concepts
   qgc_screen.css
   
   ---------------------------------------------------- */
   
   
/**************************************************/
/* LAYOUT                                         */
/**************************************************/  
html, body {
  margin:auto; 
  padding:0; 
  width:100%; 
  height:100%; 
  overflow:hidden;
}

body {
  font-family: "Times New Roman", Times, serif; 
  font-size: 90%;
  color: #000;
  background-color: inherit;
}

#background{
  position:absolute; 
  z-index:1; 
  width:100%; 
  height:100%;
}

#scroller {
  position:absolute; 
  width:100%; 
  height:100%; 
  top:0; 
  left:0; 
  overflow:auto; 
  z-index:2;
} 

#header  h1 {
  font-family: "Times New Roman", Times, serif; 
  font-size: 200%;
  font-weight: bold;
  letter-spacing:0.2em; 
  color:#000;
  background-color: inherit; 
  text-align: center;
  margin: 10px 0;
}

#leftcolumn{
  position:absolute; 
  top:24px; 
  left:10px; 
  width:150px; 
  z-index:10; 
  color:#000; 
  background: inherit;
  padding:5px;  
  /*font-family: Tahoma, Verdana, Arial, sans-serif; 
  font-size: 90%;*/
}

#content {
  padding:10px 0px 20px 200px; 
  margin: 0; 
  width: 570px;  
}

#map {
  float: right;
  border: 1px solid black;
}

#copyright {
  font-family: tahoma, verdana, arial, sans-serif; 
  font-size: 0.8em;
  color: #666;
  background-color: inherit; 
}

/**************************************************/
/* FORMATTING                                     */
/**************************************************/  

p {
  text-align:left;
  font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  text-align:left;
}

h1 {
  font-size: 1.4em;
  /*letter-spacing:0.1em; */
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0em;
}
h2 {
  font-size: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}
h3 {  
  font-size: 1.4em;
  letter-spacing:0.1em; 
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}
h4 {
  font-size: 1.2em;
  letter-spacing:0.1em; 
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}
h5 {
  font-size: 1.0em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}
h6 {
  font-size: 0.8em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}
#content img {
  border: 0;  
}

#content  ul {
  list-style-image: url("../images/arrow-bullet4.gif");
  margin-left: 15px;
  padding: 0 0 8px 20px;	
  font-size: 1.2em;
  text-align:left;
}
#content ol {
	list-style-image: none;
	list-style-type: decimal;
	margin: auto;
	padding: 0 0 8px 20px;
	text-align:left;
}
#content li {
	margin: 0 0 8px 5px;
	text-align:left;
}

strong, b {
  font-weight: bold;	
}

a:link, a:visited {
  color:#002A57;
  background: inherit;
  text-decoration: none;
  font-weight:bold;
}
a:hover, a:active {
  text-decoration:underline;
  color:#6B76B1;
  background: inherit;
  font-weight:bold;
}

/**************************************************/
/* MENU                                           */
/**************************************************/ 

#menu {
	margin:0;
	padding:0 5px;

}
#menu li {
	list-style-type:none;
	list-style-image:none;
	border-bottom:1px dotted #0d3189;
	font-weight:bold;
	text-align:left;
	line-height:15px;
	padding:5px 3px;
	margin:8px 0px 8px 0;
	overflow:hidden;
}

#menu li.first {
	margin-top:0px !important;
}

#menu li:hover {
	background:inherit;
	color:#C76300;
	text-decoration:none;
}

#menu li:hover > a {
	background:inherit;
	color:#C76300;
	text-decoration:none;
}



   
