/*content*/			
	div#content_portal {
		width: 966px;	
	}
    /*profiel*/
    div#profile{
      position:relative;
      left:488px;
      top:0px;
      width:444px;
      height: 198px;
      background: url(../images/background_profile.jpg);   
      margin:43px 0px 15px 0px;
    }
      div#profile_content{
        padding:10px 10px 10px 14px;    
        font-family:Georgia;
        font-size: 16px;
        font-weight:normal;
        font-style:italic;
        color: #FFFFFF;  
        line-height:25px;
      }
      div#profile_content h1{
        margin:0px;
        padding:0px;
        font-family:Georgia;
        font-size: 22px;
        font-weight:normal;
        font-style:italic;
        color: #dd39d4;     
      }
      div#button_profiel_plus{
        position:absolute;
        left:420px;
        top:175px;
        width:11px;
        height: 11px;
      }
      	
    /*portal menu*/
    div#content_portal h2{
      margin: 0px 0px 0px 31px;
      padding:0px 0px 0px 0px;
      font-family:Georgia;
      font-size: 18px;
      font-weight:normal;
      font-style:italic;
      color: #fefdfd;
    }
    div#content_portal_products{
      margin: 10px 0px 10px 31px;
      display:block;
      width:904px;
      height:219px;
      background: url(../images/products_portal_background.gif);
    }
			div#content_portal_products ul {
				margin: 0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
				list-style-type: none;
			}
			
			div#content_portal_products ul li {	
        margin: 0px 7px 7px 11px;
    				padding:0px 0px 0px 0px;
    				float: left;
        width: 207px;
        height: 95px;
        position:relative;
        cursor:pointer;        
			}
			div#content_portal_products ul li a{
        display:block;
        width: 207px;
        height: 95px;     
        cursor:pointer;
        text-decoration:none;    
        overflow:hidden;
			}

			div#content_portal_products ul li a img{
        display:block;
        width: 207px;
        height: 65px;     
        cursor:pointer;
        overflow:hidden;
			}
			div#content_portal_products ul li a h3{
        display:block;
        width: 207px;
        height: 30px;     
        cursor:pointer;
        overflow:hidden;
        font-family:trebuchet MS;
        font-size:14px;
        font-style:italic;
        color:#333333;
        text-decoration:none;
        text-align:center;
        margin:0px;
        padding:0px;
			}

    
