@import url(stylewrapper.php?file=document.css&selector=.html_document);
@import  url(explicite.css);
@import  url(online.css);

body
{
font-family: Verdana, Trebuchet MS, Arial, Tahoma;
margin: 0px; 
padding: 0px;
font-size: 12px;
background: #ffffff;
text-align: center;
}

img
{
border: 0px none;
}

a
{
text-decoration: none;
color:#ed2024;
}

a:hover
{
text-decoration: underline;
color:#ed2024;
}

p
{
font-size: 12px;
}

h6
{
padding-top:10px;
font-size: 10px;
}

/************************************/

div#header_ribbon
{
margin:15px 0;
}

div#container_outer
{
position: relative;
margin:0px auto 15px auto;
padding:0px;
width:780px;
text-align: left;
overflow: hidden;
background: White;
}


div#container_inner
{
position: relative;
margin:0px auto;

width:780px;
text-align: left;

overflow: hidden;
}

div#container_head_1
{
position: relative;
height: 237px;
padding: 0px;
margin: 0px;
background: white url(../img/nijod-header.jpg) right 0px no-repeat;
}

#head_top_1
{
position: absolute;
width:780px;
height:16px;
left:0px;
top:0px;
background: #ed2024;
}

#head_top_2
{
position: absolute;
width:362px;
text-align: center;
height:20px;
left:418px;
top:16px;
background: #ed2024;
color:white;
font-size: 11px;
text-transform: uppercase;
}

#head_top_2 a
{
color:white;
margin:10px 19px;
}




/*****************/

#head_top_3
{
position: absolute;
width:19px;
height:20px;
left:399px;
top:16px;
background: url(../img/head-top-c.gif) no-repeat;
}

#head_logo
{
position:absolute;
top:21px;
left:5px;
}


#head-visual
{
position:absolute;
top:16px;
left:126px;
}

/****************************/


div#container_body
{
position: relative;
display: table-cell;
width:1024px;
}


#pane_left
{

float: left;
width: 128px;
margin-left: 5px;
overflow: visible;
padding-top:18px;
}


#pane_center
{
float: left;
width: 479px;
color: black;
}
#pane_center_relative{padding: 0px 20px;}


#pane_right
{
float: left;
width: 168px;
padding-top:18px;
}



/*****************************/


#container_footer
{
clear: both;
width: 780px;
text-align: center;
color:#b6b7b8;
border-top:3px solid #ed2024;
margin-top:20px;
padding:10px 0px 20px 0px;
font-size:11px;
}


#container_footer a
{
color:#b6b7b8;
text-decoration: underline;
}

#container_footer a:hover
{
color:#ed2024;
text-decoration: none;
}

/*****************************/

.body_corner
{
background-image: url(../img/body-corner.gif);
position: absolute;
width:15px;
height:15px;
top:0px;
overflow: hidden;
}

.body_corner_tl {left:0px;background-position: top left;}
.body_corner_tr {right:0px;background-position: top right;}
.body_corner_bl {left:0px;background-position: 0px 15px/*-15px left*/;top:350px;}
.body_corner_br {right:0px;background-position: 15px 15px;top:350px;}

#pane_center.pane_cente_gallery h1{ margin:0px 0px 15px 0px;}

/*****************************/

.html_document
{
background: transparent !important;
}

.clear
{
clear: both;
}

