html, div, map, dt, isindex, form 
{
    display: block;
}

#header a {text-decoration: none; color:#5B5B5B;}
#header a:hover {text-decoration: none; color:#000000;}

#footer a {text-decoration: none; color:#5B5B5B;}
#footer a:hover {text-decoration: none; color:#000000;}

a {text-decoration: none; color:#666699;}
a:hover {text-decoration: none; color:#0000CC;}
a img { border: none; }

ul 
{
    display:block;
    list-style-type:disc;
}

body 
{
    background: transparent url(../images/body_background.png) repeat-x scroll 0 0;
    font-family: Arial,Verdana,sans-serif;
    color: #5B5B5B;
    font-size: 70%;
    text-align: center; /*hack to center div on IE6*/
}


#wrapper 
{
    background:#FFFFFF none repeat scroll 0 0;    
    width: 900px; 
    overflow: hidden;
    margin: 0 auto;    
    text-align: left; /*hack to center div on IE6*/
    border: 1px solid #CCC;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

#header 
{
    height: 55px;
}

#header #logo
{
    height: 55px;
    width: 82px;
    float:left;
    background: transparent url(../images/aldiko_logo.jpg) no-repeat scroll 0 7px;
    margin: 0 30px;    
}



#header #menu_item
{    
    margin-top: 27px; 
    padding-left: 20px;
    padding-right: 20px;    
    height: 28px;
    text-align:center;
    line-height: 28px;
    font-size:14px;
    color:black;
    background-color:#c3c3c3;        
    float: right;
}
#header #menu_item:hover
{       
    color:white;
    background-color:#262626;
}
#header #menu_item.selected
{   
    color:white;
    background-color:#262626;
}







#header ul{
    margin: 0 auto;
}

#header ul#header_menu_list
{
    margin: 0 10px;    
    list-style: none;
}

#header ul#header_menu_list li
{
    display: inline; /*IE6 double margin bug*/
    float: right;    
    padding: 33px 0px 5px 0px;      
}
#header ul#header_menu_list li a
{     
    text-align: center;    
    font-size: 14px;
    font-weight:normal;
    padding: 5px 10px;        
    margin: 0px 0px;    
    border: 1px solid #999;      
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    background:#eee;
}

#header ul#header_menu_list li a:hover {
    background:#D3D3D3;
}

#header ul#header_menu_list li a.selected
{   
    border: 1px solid #262626;      
    color:#eee;
    background:#262626;
}
#header ul#header_menu_list li a.selected:hover 
{
    border: 1px solid #262626;      
    color:#eee;
    background:#262626;
}





#content_header
{    
    padding-left: 50px;
    color:white;
    font-size:20px;
    line-height:35px;
    background-color: #262626;
    height: 35px;
}


#content_menu 
{
    display: inline; /*IE6 double margin bug*/
    float: left;
    width: 158px;    
    min-height: 418px;
    height: auto !important; /*IE6*/
    height: 418px; /*IE6*/
    border: 1px solid #CCC;
    margin: 10px 0px 10px 10px;
    padding: 10px;
    background: transparent url(../images/body_background.png) repeat-x scroll 0 0;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

#content_main 
{
    display: inline; /*IE6 double margin bug*/
    float: right;
    width: 668px;
    min-height: 418px;
    height: auto !important; /*IE6*/
    height: 418px; /*IE6*/
    border: 1px solid #CCC;
    margin:10px;
    padding:10px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.left 
{
    display: inline; /*IE6 double margin bug*/
    float:left;
}
.right 
{
    display: inline; /*IE6 double margin bug*/
    float:right;
}




#footer
{   
    clear: both;
    text-align: center;
    margin: 10px auto 5px auto;
}

a.rsslink 
{
    background: transparent url(../images/feedicon10.png) no-repeat scroll left top;
    padding-left:14px;
}

a.twitterlink 
{
    background: transparent url(../images/twitter.png) no-repeat scroll left top;
    padding-left:14px;
}

a.facebooklink 
{
    background: transparent url(../images/facebook.png) no-repeat scroll left top;
    padding-left:14px;
}


h1 
{
    display:block;
    font-size:2em;
    font-weight:bold;
    margin:0.67em 0;
}

h2
{
    display:block;
    font-size:1.6em;
    font-weight:bold;
    margin:2em 0 1em 0;
}

h3 
{
    display:block;
    font-size:1.17em;
    font-weight:bold;
    margin:1em 0;
}

.visible 
{
    visibility:visible;
}

.collapsed
{
    visibility:collapse;
}

.innerblock 
{
    display: inline; /*IE6 double margin bug*/
    border: 1px solid #CCC;
    width: 808px;
    margin: 15px 30px 15px 30px;
    padding:15px;
    clear: both;
    float:left;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}


.title 
{
    font-size:large;
    margin: 0px 40px 0px 40px;
}

.description
{
    margin: 10px 60px 10px 60px;    
}

.list ul
{    
    margin: 0 80px;
    line-height:2.5;        
}

.description a 
{
    text-decoration: underline;
}

.description .date
{
}

.description .source
{
    font-style:italic;
    text-decoration: none;
}

.description .subtitle
{
    font-weight:bold;
}