﻿body
{
    background-color: #FFFFFF;
    background-image: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: Gray;
    list-style-type: square;
    overflow: auto;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    text-align: left;
}

a {
	text-decoration: none;
	color:Gray;
}

a:visited {
	color: Gray;
}

a:hover {
	text-decoration: underline;
	color:#d32525;	
	
}

a:active {
	color: Gray;
}


#header
{
    background:url("images/header.png") no-repeat top;
    width:900px;
    height:89px;
}

#footer
{
    float:left;
    width:900px;
    height:89px;
    border-top:solid 1px #eeeeee;
    border-bottom:solid 1px #eeeeee;    
    vertical-align:middle;
    text-align:center
    
}
#topads,#bottomads
{
    float:left;
    width:680px;
    height:120px;    
}

#insidebody
{
    float:left;
    width:680px;
    height:auto;
}

.AlternateProduk
{
    border-bottom:solid 1px #eeeeee
}

#maincontent
{
    width:900px;
    height:auto;
}

#insidecontent,#navigationbar,#welcomebar
{
    width:881px;
    margin-left:auto;
    margin-right:auto;    
}



.leftcontent
{
    width:201px;
    height:auto;
    float:left;
    margin-top:0px;
}

.rightcontent
{
    width:680px;
    height:auto;
    float:right;
    margin-top:0px;
}

.contentplaceholder
{
    width:670px;
    float:right;
    margin-top:0px;
}