/* CSS Document */

body
{
	padding:0px;
	margin:0px;
	background-color:#000000;
	color:#ffffff;

	font-family:arial,helvetica;
	font-size:12px;
	font-weight:none;
}

img { border: 0; }

#iconnavi {
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;
}

#iconnavi ul {
	margin: 0 auto;
	padding: 0;
}

#iconnavi ul li {
	float: left;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	padding-left: 30px;
}

#iconnavi ul li a:hover {
	text-decoration: none;
	background: #fff;
}

  .clearfix:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix { display: block; }

#top
{
	//background:url('images/hd.png');
	left:5px;
	width:135px;
	height:100px;
}

#navigation
{
	position:absolute;
	top:110px;
	left:5px;
	width:150px;
}

#hidden
{
	color:#000000;
}

#content
{
	padding:0px;
	margin:0px;
	margin-bottom: 30px;

	position:absolute;
	left:180px;
	top:0px;
	width:800px;
}

#content_gross
{
	padding:0px;
	margin:0px;

	position:absolute;
	left:180px;
	top:0px;
	width:1000px;
}

#right
{
	position:absolute;
	left:1000px;
	top:10px;
}

#right_gross
{
	position:absolute;
	left:1200px;
	top:10px;
}
.linkbox
{
	margin-top:10px;
	width:160px;
}
.linkbox_ro
{
	background:url('images/box1.png') top right no-repeat;
}
.linkbox_lo
{
	background:url('images/box2.png') top left no-repeat;
}
.linkbox_ru
{
	background:url('images/box3.png') bottom right no-repeat;
}
.linkbox_lu
{
	background:url('images/box4.png') bottom left no-repeat;
}
.linkbox_topic
{
	font-weight:bold;
	padding-top:4px;
	padding-left:8px;
}
.linkbox_content
{
	padding-left:8px;
	padding-top:6px;
	padding-bottom:6px;
}

#content a
{
	color: #026CB1;
}
#content a:hover
{
	background: #026CB1;
	color: #fff;
	text-decoration: none;
}

a.linkbox
{
	color:#000000;
	text-decoration:underline;
}
a.linkbox:hover
{
	color:#F0F0F0;
}


.biglinkbox_half
{
	width:380px;
	margin-top:10px;
	background-color:#ffffff;
}

.biglinkbox
{
	width:785px;
	margin-top:10px;
	background-color:#ffffff;
}
.biglinkbox_ro
{
	background:url('images/bigbox1.png') top right no-repeat;
}
.biglinkbox_lo
{
	background:url('images/bigbox2.png') top left no-repeat;
}
.biglinkbox_ru
{
	background:url('images/bigbox3.png') bottom right no-repeat;
}
.biglinkbox_lu
{
	background:url('images/bigbox4.png') bottom left no-repeat;
}
.biglinkbox_topic
{
	font-weight:bold;
	padding-top:4px;
	padding-left:8px;
}
.biglinkbox_content
{
	padding-left:8px;
	padding-top:6px;
	padding-bottom:6px;
	color:#000000;
}

a.biglinkbox
{
	color:#000000;
	text-decoration:underline;
}
a.biglinkbox:hover
{
	color:#F0F0F0;
}


