body { 
color: #ffffff;
background-color: #191919; 
margin: 0;
padding: 0;
font:12px 'Lucida Sans Unicode';
}

#content{width:700px;border:1px solid #191900;padding:5px;margin-right:auto;margin-left:auto;background-color:#000;}


a:link,a:visited{color:#406b9b;text-decoration:none;background-color:transparent;}
a:hover{color:#00f;text-decoration:underline;background-color:transparent;}
a:active{color:#406b9b;text-decoration:underline;background-color:transparent;}
a:focus{color:#406b9b;text-decoration:underline;background-color:transparent;}

.menujer a:link {
text-decoration : none;
font-family: 'Lucida Sans Unicode'; 
font-size : 10px;

text-decoration: none;
} 
.menujer a:active {
text-decoration : none;
font-family: 'Lucida Sans Unicode'; 
font-size : 10px;

text-decoration: none;
} 
.menujer a:hover { 
text-decoration : none;
font-family: 'Lucida Sans Unicode'; 
font-size : 10px;

text-decoration: none;
} 
.menujer a:visited { 
text-decoration : none;
font-family: 'Lucida Sans Unicode'; 
font-size : 10px;

text-decoration: none;
} 
 

.pagetitle{
text-align:left;
border-left:10px solid #e0e0e0;
padding-left:5px;
border-bottom:1px solid #e0e0e0;
margin-bottom:20px;
}

.pagetitle h1{
text-align:left;
font:15px 'Georgia';margin:0px;padding:0px;
}






.mjgredan, :link:hover, :visited:visited  { 
font-size: 9px; 
font-family: verdana; 
color: white;
}

.mjgredan, :link:active, :visited:hover, :visited:link  { 
font-size: 9px; 
font-family: verdana; 
color: white;
}



.mgredan, :link:hover, :visited:visited  { 
color: #5CB3FF;
}
.mgredan, :link:hover, :visited:visited  { 
font-size: 9px; 
font-weight:bold;
font-family: verdana; 
color:white;
text-decoration: none;
}

.mgredan, :link:active, :visited:hover, :visited:link  { 
font-size: 9px; 
font-weight:bold;
font-family: verdana; 
color: white;
text-decoration: none;
}

/* Menu  */
#navcontainer ul
{
display: block;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background-color: #999;
background-image: url(/images/down.gif);
font-family: 'Lucida Sans Unicode';
font-size: 13px;
border-top-left-radius:15px;
border-bottom-right-radius:15px;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
display: block;
text-decoration: none;
font-family: 'Lucida Sans Unicode';
font-size: 13px;

}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(/images/over.gif);
color: #333;
font-family: 'Lucida Sans Unicode';
font-size: 13px;

}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(/images/over.gif);
color: #333;
font-family: 'Lucida Sans Unicode';
font-size: 13px;
}