/* Looks */
BODY {
 background-color: #666;
 color: #000000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Verdana;
}
A:link { color: #8B7CFF; }
A:visited { color: #483ACE; }
A:active { color: #CC0000; }
H1 {
 font: bold italic large Arial, Helvetica, sans-serif;
}
H2 {
 font: italic large Arial, Helvetica, sans-serif;
}
#intro {
 border: medium solid #ACA250;
}
#header P {
 border: medium solid #ACA250;
 text-align: center;
}
#footer P {
 font-size: smaller;
 text-align: right;
 }
 
#tblLegende 
{
	border: black thin solid;
	margin: 0px 0px 0px 10px;
}

/* Layout */
#Content {
 position: relative;
 top: 0px;
 /*left: 200px;*/
 margin:  0px 0px 0px 200px; 
 width: 800px;
  z-index: 2;
}
#Navigation {
 position:absolute;
 /*float:left;*/
 width:200px;
 top:115px;
 left:0px;
 border:0px dashed black;
 background-color:#eee;
 padding:0px;
 z-index:2;
}

#Footing {
 position: absolute;
 top: 5150px;
 clear: both;
 z-index: 20;
 background-color: #df0024;
 color: White;
 height: 30px;
 width: 1000px;
  text-align: center;
}

#Body 
{
 position : relative;
 top: 0px;
 left: 0px;
}

#Heading 
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:115px;
	top: 0px;
	left: 0px;
}

#Dropdown 
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 200px;
	z-index: 200;
	width:800px;
}

#Background
{
	position: relative; 
	height: 5000px;
	background-color : Black;
	top: 0px;
	left: 0px;
	padding-left:20px;
	padding-top:20px;
	
}

.divPager
{
	width: 100%;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: none 0px black;
	border-right: none 0px black;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:5px;
	padding-bottom:5px;
}
