/*
 * common
 */
body
{
    margin: 25px;
    background-color: #FFF;
}

#wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin-top: -275px;
    margin-left: -400px;

}

#content1
{
    width: 800px;
    height: 500px;
    background: url("../image/bg.philotextlahusen.jpg") no-repeat;



}

.clear
{
    clear: both;
}

/*
 * title
 */
#title
{

    width: 410px;
    height: 60px;
    padding: 40px 0px 0px 355px;
}

/*
 * navigation
 */
#nav
{
    width: 780px;
    height: 20px;
    padding: 5px 0px 0px 19px;
    margin-bottom: 23px;
    background-color: #125B92;
}

#nav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#nav ul li
{
    float: left;
    padding-right: 11px;
    font: 13px Trebuchet MS,Sans Serif;
    color: #fff;

}

#nav strong
{
     color: #fff;
	 background-color: #;
}

.navItem
{
    font: 14px Arial;
    color: #FFF;
    text-decoration: none;

}

a.navItem:hover,
{
     color: #fff;
	 background-color: #125B92;
     text-decoration: underline ;
	}

/*
 * subnavigation
 */
#subnav
{
    float: left;
    padding-left: 16px;
}

#subnav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#subnav ul li
{
    width: 155px;
    padding: 1px 16px 1px 3px;
    margin-bottom: 2px;
    background-color: #FFF;
    font: 12px Trebuchet MS,Sans Serif;
    color: #000;
}

#subnav strong
{
     color: #000;
	 background-color: #FFF;
	 font: bold 12px Trebuchet MS,Sans Serif;
}

a.subnavItem:hover,
{
     color: #000;
	 background-color: #FFF;
}

.subnavItem
{
    font: bold 12px Trebuchet MS,Sans Serif;
    color: #666666;
    text-decoration: none;
}

/*
 * download
 */
#download
{
    float: left;
    padding-left: 16px;
}

#download ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#download ul li
{
    width: 270px;
    padding: 1px 16px 1px 3px;
    margin-bottom: 2px;
    background-color: #FFCC33;
    font: bold 12px Trebuchet MS,Sans Serif;
    color: #FFF;
}

.downloadItem
{
    font: bold 11px Trebuchet MS,Sans Serif;
    color: #000;
    text-decoration: none;
}

/*
 * copy
 */
#copyleft
{
    float: left;
    width: 600px;
    padding-left: 50px;
}
#copyleft h2
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font: bold 14px Trebuchet MS,Sans Serif;
    color: #000;
}

#copyleft p
{
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font: normal 14px Trebuchet MS,Sans Serif;
    color: #000;
}

#copyleft p a
{
    color: #000;
    text-decoration: none;
}

#copy
{
    float: right;
    width: 462px;
    margin: 0px 0px 10px 0px;
    padding-right: 50px;
}

#copy h2
{
    float: right;
    padding-right: 0px;
    margin: 35px 0px 10px 0px;
    font: bold 12px Trebuchet MS,Sans Serif;
    color: #000;
}

#copy h3
{
    padding: 0px;
    margin: 30px 0px 15px 0px;
    font: normal 13px Trebuchet MS,Sans Serif;
    color: #000;
}

#copy p
{
    padding: 0px;
    margin: 5px 0px 15px 0px;
    font: normal 13px Trebuchet MS,Sans Serif;
    color: #000;
}

#copy p a
{
    color: #000;
    text-decoration: none;
}

/*
 * meta
 */
#meta
{
    width: 800px;
    height: 19px;
    margin-top: 1px;
    float: right;
}

#meta ul
{
    list-style: none;
    padding: 4px 16px 0px 0px;
    margin: 0px;
}

#meta ul li
{
    float: right;
    padding-left: 4px;
    font: bold 10px Trebuchet MS,Sans Serif;
    color: #000;
}

.metaItem
{
    font: bold 10px Trebuchet MS,Sans Serif;
    color: #000;
    text-decoration: none;
}


