/*
//##############################################################################
// intial format.css
// created:      03.08.05 by ling
// mod:          05.08.05 by ling
*/

/*
site container
*/
#container
{
 margin: 0px auto;
 position:absolute;
 left:0px;
 top:0px;
 width:1000px;
 }

/*
static header elements
*/

#logo
{
 position:absolute;
 left:0px;
 top:0px;
 width:267px;
 height:116px;
 }

#header-center-right
{
 position:absolute;
 left:267px;
 top:0px;
 width:737px;
 height:80px;
 }

/*
navi
*/

#navi-area
{
 position:absolute;
 left:0px;
 top:116px;
 width:150px;
 /*height:652px;*/
 }

/*
header-image content
*/

#header-content
{
 position:absolute;
 left:151px;
 top:116px;
 width:656px;
 height:83px;
 border-width: 0px 1px 0px 1px;
 border-style: none solid none solid;
 border-color: #fff #fff #fff #fff;
 }

/*
content-area
*/

#content-area
{
 position:absolute;
 left:151px;
 top:200px;
 width:627px;
 padding: 10px 15px 0px 15px;
 }

/*
news-area
*/
#news-area
{
 position:absolute;
 left:809px;
 top:116px;
 width:192px;
 }