/* reset all elements to known defaults */
div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* 
 * The Accessibility Menu Box
 */

#accessibility {
    display:none;
}

/*
 * Compensation for Floating Columns 
 */

.columns:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*
 * Global Default Styling
 *
 */

h1 {
    font-size:21px;
    font-weight: normal;
    color: #3c3c3c;
    background: url(images/12.gif) repeat-x 0 100%;
    padding-bottom: 8px;
    margin-bottom:16px;
    line-height: normal;
}

h1 a {
    color: #3c3c3c;
    text-decoration: none;
}

img {
    border: none;
}

a {
    color: #007cc3;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

a:focus {
    outline: none;
}

/* 
 * Top Level Wrappers
 */

html, body {
    height:     100%;
    margin:     0;
    padding:    0;
    font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:      12px;
    line-height:    1.4em;
    color:      #373737;
    background: #ffffff;
}

#outer {
    position:   relative;
    width:      980px;
    margin:     0 auto;
    border-top: 6px solid #0095da; /* blue line at the very top */
}

#inner {
    width:      980px;
    /* separator of the blue line at the very top */
    border-top: 1px solid #fff;
    /* gives blue line on the left and the grey bar on the right */
    /* (very difficult to achieve for the full page length by other means) */
    background: url(images/13.gif) repeat-y 50% 0;
}

/*
 * Header
 */

#header {
    height: 114px;
    overflow: hidden;
}

/* header image (banner) on the left */
#header-image {
    float: left;
    height: 113px;
    width: 779px;
    border-right: 1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}

/* Eurodoc logotype in the header (on the right) */
#header-logo {
    float: right;
    width: 200px;
    text-align: center;
}

#header-logo a {
    display: block;
    margin: 16px auto 0 auto;
}

/* Eurodoc "e" in a circle overlaying the rest */
#header-e {
    background: url(images/10.png) no-repeat;
    width:150px;
    height: 150px;
    position: absolute;
    display:block;
    top:-48px;
    right: -40px;
    z-index:1;
}

/* 
 * Two Columns at the Top Level
 */

#topcolumns { 
    padding-left: 3px;
    border-bottom:2px solid #007cc3;
}

#topcolumn_left {
    float: left;
    width: 777px;
}

#topcolumn_right {
    float: right;
    width: 156px;
    min-height: 630px;
    _height:630px;
    border-top: 5px solid #007cc3; /* blue separator line in the right column */
    padding: 75px 22px 0px;
    text-align: center;
}

/*
 * Menu
 */

/* menu container */
#menu {
    position:   relative;
    left:       -3px;
    width:      580px;
    height:     30px;
    padding:    0px 185px 0px 14px;
    margin-bottom: 5px;
    background-color:   #1c4c76;
    background-image:   url(images/11.png);
    background-repeat:  repeat-x;
    color:          #fff;
}
 
/* an unordered list of top-level (horizontal) items */
#menu ul {
    position: relative;
    z-index: 0;
    font-weight: bold;
    list-style-type: none;
}

/* horizontal menu defaults: list item */
#menu li.hover {
    float:      left;
    position:   relative;
    min-height:     30px;
    _height:        30px;
    margin:         0px 5px 10px 5px;
    padding:        0px;
    background-color:   #1c4c76;
    background-image:   url(images/11.png);
    background-repeat:  repeat;
}

/* horizontal menu defaults: link in a list item */
#menu li.hover a {
    display: block;
    color:#fff;
    padding: 5px 7px 0px;
    text-decoration: none;
}

/* horizontal menu defaults: submenus are hidden */
#menu li.hover ul {
    display: none;
}

/* selected menu item: link in the item */
#menu li:hover a {
    margin:     3px 0px 0px;
    border:     2px solid #fff;
    padding:    0px 5px 6px; /* default padding is compensated for the margin and border */
    background: #dde6f3;
    color:      #282828;
}

/* selected menu item: submenu */
#menu li.hover:hover ul {
    position:   absolute;
    display:    block;
    min-width:  200px;
    margin:     -2px 0px 0px;
    border:     2px solid #fff;
    padding:    0 9px;
    background: #dde6f3;
    z-index: -1;
}

/* selected menu item: submenu item */
#menu li:hover ul li {
    float:      none;
    display:    block;
    position:   relative;
    height:     auto;
    min-width:  200px;
    bottom:     -1px;
    margin:         0px;
    border:         0px;
    border-bottom:  1px solid #fff;
    padding:        0;
    line-height:    20px;
    color:      #282828;
    background: #dde6f3;
}

/* selected menu item: submenu item link */
#menu li:hover ul li a {
    position:       relative;
    border:         0px;
    padding-bottom: 4px;
    font-weight:    normal;
    color:          #282828;
    white-space:    nowrap;
}

/* selected menu item: submenu item selected link */
#menu li ul li a:hover {
    text-decoration: underline
}

/*
 * Breadcrumbs
 */

#breadcrumbs {
    clear: both;
    min-height: 35px;
    _height: 35px;
    margin: -10px 25px 0 21px;
    padding-right: 86px;
    line-height: 18px;
}

#breadcrumbs ul {
    color: #9a9a9a;
    list-style-type: none;
}

#breadcrumbs li {
    float: left;
    margin: 0px 0em 0px 0px;
    border: 0px;
    padding: 0px;
}

#breadcrumbs li * {
    margin-right: 1em;
}

/*
 * Two Columns in the White Area
 */

#innercolumns {
    clear: both;
    margin:     0 25px 20px 21px;
    padding:    5px 0px 0px;
    /* vertical blue line in the white area; difficult to achieve by other means */
    background: url(images/14.gif) repeat-y 178px 0;
}

/*
 * Leftmost Column
 */

#context {
    float: left;
    width: 158px;
    line-height: normal;
    margin-bottom: 20px;
    /* in case the background does not work */
    border-right: 1px solid #007cc3;
    padding-bottom: 10px;
    padding-right: 20px;
}

/* Context navigation */

#navigation {
    color: #9a9a9a;
    padding-top: 11px;
    margin-bottom: 50px;
}

#navigation h1 {
    font-size: 12px;
    font-weight: bold;
    color: #3c3c3c;
    background:  url(images/12.gif) repeat-x 0 100%;
    padding-bottom: 8px;
    margin-bottom:8px;
    line-height: normal;
}

#navigation ul {
    list-style-type: none;
}

#navigation li {
    border-bottom: 1px solid #e3e3e3;
    padding:0 0 8px 0;
    margin-bottom: 6px;
    line-height: normal;
}

#navigation li a {
    text-decoration: none;
}

#navigation li.selected a {
    color: #9a9a9a; cursor: default;
}

#navigation li.last {
    border: 0;
}

/*
 * Page Body
 */

#content {
    float: right;
    width: 527px;
    line-height: 18px;
    margin-bottom: 20px;
}

/*
 * Footer
 */

#footer {
    clear: both;
    min-height: 65px; 
    _height:    65px;
    margin:         0px 25px 0 21px;
    border-top:     1px solid #007cc3;
    padding-top:    15px;
    color:      #b5b5b5;
    line-height: normal;
}

#footer span { 
    padding-right: 4em;
}

#footer a {
    color: #b5b5b5;
}

#footer a:hover {
    color: #007cc3;
}

/* 
 * Rightmost Column
 */

#topcolumn_right h2 {
    display: block;
    margin: 0px auto 16px;
}

#topcolumn_right a {
    display: block;
    margin: 0px auto 16px;
    font-weight: bold;
}

/* 
 * Forms
 */

form {
    margin: 0;
    padding: 0;
}

input,
textarea {
    padding: 0 4px;
    color: #000;
    font: 12px Tahoma,sans-serif;
    vertical-align: middle;
    background: transparent;
}

input:focus,
textarea:focus,
select:focus {
    outline:none;
}

textarea {
    height:65px;
    overflow: auto;
    width:485px;
    border: 1px solid #007cc3;
    resize: none;
}

select {
    margin: 0;
    width:auto;
    margin: 0 0;
    color: #454545;
    vertical-align: middle;
    vertical-align: middle;
}

input.text {
    height: 19px;
    border: 1px solid #007cc3;
    background: #fff;
}

input.button {
    cursor: pointer;
    background: #007cc3;
    border: 1px solid #033755;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
}

/*
 * Page Body Default Styling
 */

#content h1 {
    /* see Default Styles */
    padding-right: 86px;
}

#content h2 {
    font-size: 17px;
    line-height: normal;
    font-weight: normal;
    color: #007cc3;
    margin-bottom: 7px;
}

#content h2 a {
    color: #007cc3;
    text-decoration: none;
}

#content h3 {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 7px;
}

#content h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

#content  p {
    margin-bottom: 16px;
}

#content table {
    border-collapse: collapse;
    border: 0; 
    margin-bottom: 12px;
    font-size: 12px;
}

#content table th,
#content table td {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    padding: 2px 5px 4px 5px;
}

#content table th {
    background: #eaeaea;
    color: #007cc3;
    font-weight: bold;
    border-color: #dfdfdf;
}

#content form table th,
#content form table td {
    border: 0;
    padding: 1px 10px 7px 0;
}

#content ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style-type: disc; 
    list-style-image: url(images/15.gif);
}

#content ol {
    margin: 0 0 16px 5px;
    padding: 0;
    list-style-type: decimal;
    list-style-image: none;
}

#content ul ul,
#content ul ol,
#content ol ol,
#content ol ul {
    margin: 0 0 0 0;
}

#content li {
    padding: 0 0 0 0;
    margin: 0 0 0 20px;
}

#content blockquote {
    margin: 0 0 0 20px;
}

#content dl {
    margin-bottom: 16px;
}

#content dt {
    margin-top: 16px;
    font-weight: bold;
}

#content dd {
    margin-left: 20px;
}

#content pre {
    margin-left: 20px;
    overflow: auto;
}

/*
 * General Classes
 */

.right {
    float: right;
    display: table;
    margin: 4px 16px 0px 16px;
    padding: 3px;
    background: #fff;
}

.left {
    float: left;
    display: table;
    margin: 4px 16px 0px 16px;
    padding: 3px;
    background: #fff;
}

.clear {
    clear: both;
}

/*
 * Special Classes
 */

.article_image {
    float: left;
    display: table;
    margin: 4px 16px 0px 16px;
    border: 1px solid #d1d2d4;
    padding: 3px;
    background: #fff;
}


