@charset "UTF-8";

html {
	padding: 0px;
	background-color: #A0A0A0;
	height: 725px;

}

body {
	font-family: Helvetica,Arial,sans-serif;
  font-size: 100.01%;	
	height: 700px;
	width: 1024px
  color: black; 
  background-color: #A0A0A0;
  margin: 0px;
  padding: 0px;
  border: 0px solid silver;
 
}

/* Kopfabschnitt */
div#head {
  background-color: #FFFAF0;
  margin:  0px;
  padding: 0px;
  padding-left: 15px;
  background-image:url(../images/miningTips.jpg);
  border: 0px solid silver;
}

/* Globale Navigation */
#gnavi {
  min-width: 800px;
 	font-size: 100.01%;
	line-height: 110%;
	text-align: center;
	background-color: #A0A0A0;
	margin: 0px;
  padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0px solid silver;
	color: #FFFFFF;
}

/* Linke Spalte */
#lside {
	
  float: left; 
  width: 175px;
  margin-left:  0px;
  margin-right: 0px;
 	padding-left:  8px;
 	padding-right: 8px;
  height: 576px;
  background-color: #A0A0A0;
 
}

#actual {
	margin-top: 32px;
	margin-left:  0px;
  margin-right: 2px;
 	padding-left:  10px;
 	padding-right: 10px;
 	padding-top:12px;
 	padding-bottom:12px;
 	border: 0px solid #CCCCCC;
	font-size: 90%;	
  background-color: #E0E0E0;
 
}


#lsidetext {
  float: left; 
  width: 175px;
  margin-left: 0px;
  margin-right: 0px;
 	padding-left:  8px;
 	padding-right: 8px;	
  height: 576px;
  background-color: #A0A0A0;
}

.lnavi {
	font-size: 95.01%;
}

ul.lnavi {
 	border: 1px solid silver;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-right: 0px;
}

ul {
	list-style: none;
	padding-left: 12px;
	margin: 0px;
}

/* Zentrum */
#center {

	background-color: #EFEAE2;
  width: 850px;
  margin-left: 191px;
	padding-top: 20px; 
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 550px;
	border: 1px solid silver;
}

#center_past_dates {

	background-color: #EFEAE2;
  width: 663px;
  margin-left: 191px;
	padding-top: 4px; 
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
  
	border: 0px solid silver;
}


#productcenter {

	background-color: #EFEAE2;
  width: 850px;
	margin-left: 191px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
  margin-right: 0px;
	margin-top: 0px;
	height: 552px;
	border: 1px solid silver;
}

/* Rechte Spalte */

#impressumrside {
	float: right;
	width: 400px; 
  height: 550px;
  background-color: #EFEAE2;
  margin: 0em;
  
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom:0em;
}

#rside {
	float: right;
	width: 272px;
  height: 550px;
  
  background-color: #EFEAE2;
  margin: 0em;
  
  padding: 0em;
  padding-right: 0em;
  padding-bottom:0em;
  border-left: 1px solid silver
}

#rsidesmall {
	float: right;
	width: 222px;
  height: 550px;
  
  background-color: #EFEAE2;
  margin: 0em;
  
  padding: 0em;
  padding-right: 0em;
  padding-bottom:0em;
  border-left: 1px solid silver
}


/* Links */
a:link {
	text-decoration: none; color: #0000C0; background-color: transparent;
}
a:visited {
	text-decoration: none; color: #0000C0; background-color: transparent;
}
a:hover, a:focus {
	text-decoration: none; color: #CCCCCC; background-color: transparent;
}
a:active {
	text-decoration: none; color: #0000C0; background-color: transparent;
}
a.intext:hover, a.intext:focus {
	text-decoration: none; color: #A00000; background-color: transparent;
}
a.intext:active {
	text-decoration: none; color: #0000C0; background-color: transparent;
}



/* Überschriften */
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
  color: #6666AA; background-color: transparent;
}

h1 {
  font-size: 2em;
}

/* Textabsätze */
p {
	width: 380px;
	font-size:	91%;
	text-align: left;
	line-height: 140%;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.logo {
	padding: 1em;
	margin: 0em;
}



/* Tabellen */
#ptable {
	margin: 1em;
	padding: 0em;
  border-color: #5f5f00;
  width:100%; 
  text-align: center;
}

#tableheader1 {
  text-align: center;
  color: black;
  border-color: #5f5f00;
  background-color: #0099FF;
}

#tableheader2 {
	text-align: center;
  color: black;
  background-color: #0099FF;
}

tr {
	text-align: center;
  color: black;
  background-color: #D0D0D0;
}

td.grades {
	text-align: left;
	padding-left: 0.3em;
	word-spacing: 0.3em;
}

#tablecaption {
	color: black;
	font: bold;
	background-color: #d0d0d0;
}

.vertical {
	word-spacing: 75px;
	display: inline;
}

.vert {
	word-spacing: 6px;
	display: inline;
	text-align: center;
}


.vertl
{
	word-spacing: 2px;
	display: inline;
	text-align: left;
}

.vertr
{
	
	display: inline;
	text-align: right;
	
	
}


.topheader {
	margin: 0px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 100.01%;
	font-weight:bold;
}
.header {
	margin: 0px;
	
	padding-bottom: 7px;

	text-align: left;
	font-size: 85%;
}

.productframe {
	margin-top:   0em;
	margin-left:  0em;
	padding-left: 0em;
}

.spaceless {
	margin:  0em;
	padding: 0em;
}

li {
	margin: 0px;
	padding-bottom: 2px;
}








