/* base reset */
*, nomargin   {
    margin: 0;
    padding: 0;
}

/* basic settings */
html, body	{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font: 12px/1.5 /*normal */ "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
    color: #504f4d;
}

p   {
    margin:7px 0 3px;
}

a img   {
    border: none;
}

a   {
    color: #ec008c;
    text-decoration:none;
    cursor: pointer;
}

a:hover {
    text-decoration:underline;
}

h1  {
    color:#323232;
    font-size:20px;
    font-weight:normal;
}

h2,.h2, h2 *,.h2 * {
    font-size: 16px;
}

.floatleft  {
    float: left;
}

.floatright  {
    float: right;
}

.clear {
    clear: left;
}

.blue    {
    color: #009BDD;
}

label   {
    font-weight: bold;
    font-size: 13px;
    line-height:28px;

    margin-top:-8px; /* fix incorrect startingpoint due to line-height & parentpadding */
}

label * {
    display: block; /* place label above children */
    width: 240px;
}

input  {
    padding:3px;
}

input[type=submit], button, .button    {
    margin-top: 20px;
    line-height: 20px;
    background:#f0f0f0 !important;
    font-size:13px;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #838383;
    color: #000 !important;
}

/* used for more/less searchoptions to look like textlink */
.txtButton  {
    border: none !important;
    background: transparent !important;
}

hr {
    background-color: #f1f1f1;
    color: #f1f1f1; /* for ie */
    border: none;
    height: 1px;
}

.logo   {
    /*background: transparent url(../images/kennisnet_logo.png) no-repeat;*/
    width: 118px;
    height: 21px;
}

.shade  {
    height: 2px;
    background: transparent url(../images/header_background.gif) 0px -33px no-repeat;
    margin-bottom:20px;
}

a.logo   {
    display: block;
}

#wrapper    {
    margin: 0px auto;
    padding-bottom: 50px;
    width: 960px;
    text-align: left;
}

#breadcrumbs	{
	margin-top:15px;
}

#breadcrumbs a:hover {
    color:#505050;
}

#wrapper #header {
    position: relative;
    top: 8px;
    width: 948px;
    height: 23px;
    padding: 6px;
    background: transparent url(../images/header_background.gif) left top no-repeat;
}

#wrapper hr    {
    margin-bottom: 10px;
}
#wrapper h1 {
    margin-bottom: 5px;
}

#poweredby {
    position: relative;
    float: right;
    top: 15px; /* fix positioning due to float */
    color: #505050;
}

body.simple form#searchform {
    background: #f5f5f5 url(../images/background_simple.gif) center center no-repeat;
    height: 54px;
}

body.advanced form#searchform {
    background: #f5f5f5 url(../images/background_advanced.gif) center center no-repeat;
    height: 189px;
}

form   {
    padding: 10px;
}

form hr {
    color: #ddd;
    background-color: #ddd;
}

form input,
form select {
    border:1px solid #ddd;
    margin-right: 10px;
    font: 13px /*normal */ "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
    color: #505050;
}

form select#collection  {
    height: 68px;
}

form div    {
    margin-bottom: 10px;
}

form div #simplelink,
form div #advancedlink  {
    width: 100px;
    height:22px;
    width:122px;
    cursor: pointer;
    position: relative;
    top: 2px;
    /** remove text in button */
    text-indent:-500em;
    font-size:0;
    line-height:1px;
}

form div #simplelink  {
    background: transparent url(../images/simple_btn.gif) !important;
}

form div #advancedlink  {
    background: transparent url(../images/advanced_btn.gif) !important;
}

form p.info   {
    position: absolute;
    margin-top: 5px;
    color: #888;
}

/* fixes incorrect with crossbrowser */
form input[type="submit"]   {
    width: 66px;
    height: 24px;
}

/* drag invisible form up, so it does not claim height | we need it for clearing the float */
body.simple form div#advanced  {
    margin:-10px;
}
body.simple form div#advanced *   {
    display: none;
}
body.simple #simplelink   {
    display: none;
}
body.simple #advancedlink   {
    display: block;
}

body.advanced #simplelink   {
    display: block;
}
body.advanced #advancedlink   {
    display: none;
}

#advanced .button   {
    margin-top: 28px;
}

.description {
    font-size: 13px;
}

ol.results  {
    list-style-type: none;
}

ol.results li   {
    padding-top: 5px;
}
/* exception to the rule of paragraphs */
ol.results .description {
    line-height:20px;
    margin: -1px 0 -5px;
}

ol.results hr   {
    margin: 4px 0;
}

div.details {
    padding: 2px 4px;
}

div.details td.label    {
    padding: 1px 15px 2px 3px;
}

.detailsbox {
    height: 100%; /* fix 'float-like' bug in IE */
    margin-top: 3px;
    background-color: #f8f8f8;
}

a.detailslink,
a.nodetailslink    {
    padding: 1px 14px 1px 0 !important;
}

.linkreadable   {
    display: block;
    margin: 8px 0 16px;
    color: #888888;
}

li.nodetails div.details   {
    position: relative;
    overflow: hidden;
    height: 20px;
}

li.nodetails a.detailslink  {
    display: block;
    background: transparent url(../images/arrow_blue_down.gif) no-repeat 74px 3px;
}
li.nodetails a.nodetailslink  {
    display: none;
}

li.details div.details   {
    display: block;
}
li.details a.detailslink  {
    display: none;
}
li.details a.nodetailslink  {
    display: block;
    background: transparent url(../images/arrow_blue_up.gif) no-repeat 85px 0px;
}

#paging {
    margin: 35px auto;
    text-align: center;
}
#paging a:hover {
    text-decoration: none;
}
#paging a   {
    color: #ddd;
    background-color:#F8F8F8;
    border:1px solid #ddd;
    font-size:13px;
    padding:2px 7px 3px 7px; /* make buttons look squarish */
}
#paging a.href,
#paging a.number,
#paging a.actief    {
    color:#505050;
    cursor: pointer;
}
#paging a.actief    {
    border: none;
    margin: 1px;
    background: transparent;
    cursor: auto;
}
p.footerline	{
	margin-top: -3px;
}
