/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 9pt Verdana, Geneva, sans-serif;
	line-height: 1.6em;
	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
-------------------------------------- */
#language, #mainMenu, #subMenu, 
#secMenu, #logo, #footer, #development,
#rightBox, #scroller, #homeLink, #options,
#homeSlogan                            { display: none !important; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#container                             { text-align: right; }
#mainContent, #homeContent             { text-align: left; clear: both; }
#copyright                             { text-align: right; font-size: 8pt; color: #ccc; margin-top: 30px; position:relative; }

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 decimal; margin-left: 30px;  }