/* Neutralize styling: 
   Elements to clean out entirely: */
html, body, form, fieldset, a, img {
      margin: 0px;
      padding: 0px;
		border: 0px;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, input {
      margin: 0;
      padding: 0;
}


body {
	
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: white;

}

#container {
	width: 556px;
}

.normal {
	text-align: justify;
	padding-left: 32px;
	padding-right: 32px;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.table {
	text-align: justify;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	color: Black;
}

.grau {
	font-size: 12px;
	color: #676767;
}


/* ----- NAVIGATION ----- */
#navigation {
	font-family: Arial;
	font-size: 11px;
	width: 720px;
	height: 37px;
	display: block;
	clear: both;
	}
#navigation ul {
	padding: 5px;
	padding-left: 37px;
	margin-left: 43px;
	margin-top: 6px;
	color: White;
	float: left;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	clear: both;
	display: inline;
}
#navigation ul li {
	display: inline;
	float: left;
	}
#navigation ul li a {
	padding: 0.31em 2.49em;
	color: White;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#navigation ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color : #0D549B;
	color: #fff;
}
#navigation ul li#active a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color : #0D549B;
	color: #fff;
}
#navigation ul li#active a {
	text-decoration: none;
	font-weight: bold;
	background-color : #0D549B;
	color: #fff;
}

#footer{
	background:url('../images/footerbg.gif') top left repeat-x;
	height:67px;
}
#footerbody{
	background:url('../images/footerbody.gif') top left no-repeat;
	width:720px;	
	height:67px;
	margin:0 auto;
	padding:0px 0px 0px 0px; 
}

.normal a:link        {
	color : #0D549B;
	font-family : Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
}
.normal a:visited  {
	color : #0D549B;
	font-family : Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
}
.normal a:active   {
	background-color : #0D549B;
	color : #ffffff;
	font-family : Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
}
.normal a:hover    {
	background-color : #0D549B;
	color : #ffffff;
	font-family : Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
}