/*--------------------------------------
   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
-------------------------------------- */
#language, #options, #mainMenu, 
#development,
#archive                               { display: none; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper                               { text-align: left; }
#containerHome                         { text-align: center; }

h1                                     { font-size: 13pt; font-weight: normal; margin-bottom: 40px; text-align: right; }
h1 span                                { display: block; text-align: right; font-size: 10pt;  }
h2, h3, h4, h5, h6                                     { font-size: 12pt; font-weight: bold; margin: 20px 0 20px -20px; }
p, ul, ol                              { margin: 15px 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; }

#container                             { padding-left: 20px; }
#top,
#organizatori                          { background: #fff; padding: 80px 0; overflow: hidden; }
#top:hover,
#organizatori:hover,
#bottom:hover                          { background: #e1e1e1; }
#organizatori                          { display: block; clear: both; }
#mjesto                                {
	display: inline;
	float: left;
	margin: 0 0 0 50px;
	width: 200px;
	}
#vrijeme                               {
	display: inline;
	float: right;
	margin: 0 50px 0 0;
	width: 200px;
	}
.right                                 { display: block; text-align: right; }

#container table                       { border: none; }
#container td,
#container th                          { padding: 5px 10px; text-align: center; border-bottom: 1px solid #000; }
