#profil_left{
	float: left; 
	 
}

#profil_right{
	border-left: 1px solid #7F9DB9;
	float: right; 
	width: 510px;
	min-height: 475px;
}

#profil_right p{
    margin: 10px;
}

/* <![CDATA[ */
.tabbed-area {
    margin: 20px;
    width: 237px;
}

.tabbed-area .page-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-right: 1px solid #c00000;
    border-bottom: 1px solid #c00000;
    border-left: 1px solid #c00000;
}

.tabbed-area .page-container .tabbed-page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.tabbed-area .page-container .tabbed-page-first {
    z-index: 1;
}

/* Tabs */

.tabs {
    clear: left;
    margin-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #7F9DB9;
}

.tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
    float: left;
    margin-right: 1px;
    position: relative;
    bottom: 19px; 
}

.tabs a {
	color:#333;
	font-weight:bold;
	outline:medium none;
	padding:6px 5px 6px;
	text-align:center;
	text-decoration:none;
	width:105px;
	vertical-align: bottom;
}

.tabs a:hover {
    background: #ccc;
    text-decoration: none;    
}

.tabs a.selected {
    border: 1px solid #7F9DB9;
    border-bottom: none;
    background: #fff;
    color: #000;
}

.page-container{
	padding: 20px 15px;
	border: 1px solid #7F9DB9;
	border-top: 0px;
}

.tabtitle{
	display: inline;
	bottom: 2px;
	margin: auto;
}

.stab{
	margin: 15px 0px 20px 0px;
	width: 504px;
	border: 1px solid #7F9DB9;
}

.stab th{
	border-bottom: 1px solid #7F9DB9;
	font-weight: bold;
        text-align: center;
}
