body
{
        font-family: arial;
        font-size: 12px;

        color: black;
        
   		background-color: black;        
}

body2
{
        font-family: arial;
        font-size: 12px;

        color: black;
        scrollbar-arrow-color: white;
        scrollbar-face-color: #24ABE2;
        scrollbar-highlight-color: gray;
        scrollbar-3dlight-color: gray;
        scrollbar-shadow-color: black;
        scrollbar-darkshadow-color: black;
        scrollbar-track-color: #24ABE2;
   		background-color: black;        
}

a
{
   color: white;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

a.active
{
    color: #F4941C;
}

a:active
{
  outline: none;
}

div#bodycontents a
{
   color: #77787C;
}

div#bodycontents a.active
{
   color: #77787C;
}

div#bodycontents a.hover
{
   color: #77787C;
}

div#tekstlinks a
{
   color: #BCBEC0;
   font-size: 12px;
}

div#tekstlinks a.active
{
   color: #BCBEC0;
   font-size: 12px;
}

div#tekstlinks a.hover
{
   color: #BCBEC0;
   font-size: 12px;
}

:focus
{
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: 1px dotted invert;
}


:-moz-any-link:focus {
  outline: none;
}


a img, img a
{
        border: 0;
}

form
{
        margin: 0;
        padding: 0;
}

h1
{ 
}

input, textarea
{
        text-align: left;   
        border: 1px solid #ccc;     
}

button
{
        text-align: center;        
}



th, td
{
        vertical-align: top;
        font-size: 12px;        
}

.bold
{
        font-weight: bold;        
}

.center
{
        text-align: center;        
}

p
{
        margin-top: 0px;
        padding-top: 0px;
}

address
{
        font-style: normal;
}

div#adres
{
   color: #bcbec0;
   text-align: right;
   line-height: 16px;
   font-size: 12px;
}

div#menubovenlinks,div#menuonderlinks
{
   color: white;
   text-align: left;
   line-height: 24px;
   font-size: 12px;
}

div#menubovenlinks a,div#menuonderlinks a
{
   display: block;
}

div#body
{   
   background-color: white;
   background-image: url('../images/bg_page.jpg');
   background-repeat: no-repeat;
   background-position: top left;
}

div#bodywit
{   
   background-color: white;   
}

div#body h1
{
    color: black;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}

div#body h2
{
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
}

div#body h3
{
    margin: 0;
    color: black;
    font-size: 13px;
    line-height: 16px;
}

div#tekstlinks
{
    color: #bcbec0;
    font-size: 11px;
    
}

div#footer
{
    width: 616px;
    color:#BCBEC0;
    font-size: 11px;
    text-align: center;
}

.error
{
	border: 1px dashed red;	
}

li, ul.level1, ul.level2
{
    list-style-type: disc;
    color: black;
}
	
