/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: center;
}
a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; color: #000; text-decoration: none; }
br.clear                               { clear: both; }
/*--------------------------------------
   HIDE
-------------------------------------- */
#headerWrapper, #dancingElephant, 
#header                                { position: absolute; top: 0; left: 0; width: 0; height: 0; z-index: -1; visibility: hidden; }
#path, #mainMenu, #secContent, 
#topLink, #development, #options, 
#zebra, .details, noscript             { display: none !important; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#printLogo                             { float: right; margin: 0; padding: 0; border: none; }
#wrapper                               { text-align: left; clear: both; margin-top: 30px; }

h1                                     { font-size: 18pt; font-weight: normal; margin-bottom: 25px; }
h2                                     { font-size: 14pt; font-weight: normal; margin: 25px 0 20px 0; }
h3                                     { font-size: 12pt; font-weight: bold; margin: 20px 0 15px 0; }
h4,
h5,
h6                                     { font-size: 10pt; font-weight: bold; margin: 15px 0 10px 0; }
p, ul, ol, table                       { margin: 10px 0; }
ul, ol                                 { padding-left: 10px; }
ul li                                  { list-style: outside circle; margin-left: 30px;  }
ol li                                  { list-style: outside circle; margin-left: 30px;  }
img                                    { display: inline; margin: 5px; }
.alignRight                            { text-align: right; }

table                                  { border-collapse: collapse; }
th, td                                 { padding: 5px; border-bottom: 1px solid #ccc; }

#homeBox .box                          {
	display: inline;
	float: left;
	width: 180px;
	margin-right: 20px;
	}