body {
    font-family: Arial, Helvetica, sans-serif;
}
#container {
    
}

/*
HEADER
*/
#header {
}
#header .shell {
    height: 76px;
    padding-top: 84px;
    padding-left: 375px;
    margin-left: 80px;
    margin-right: 0px;
    background-image: url(../images/logo_top.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#header .menu-header {
    height: 33px;
    padding-top: 17px;
    padding-left: 35px;
    background-image: url(../images/menu_top_back.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#header .menu-header a {	
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
}
#header .menu-header a:hover {	
    text-decoration:underline;	
}

/*
LEFT
*/
#left {
    
}
#left .shell {
    padding-left: 80px;
    padding-top: 30px;
}
#left .menu-left-item {
    width: 220px;	
    background-image: url(../images/menu_left_back.jpg);
    background-repeat: repeat-x;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 7px;
    padding-bottom: 7px;	
}
#left .menu-left-item a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
#left .menu-left-item a:hover {	
    text-decoration:underline;	
}

/*
CONTENT
*/
#content {
    padding-top: 30px;
    font-size: 13px;		
}
#content  h2 {
    font-weight: normal;
    margin-bottom: 8px;	
}
#content  h3 {
    font-weight: bold;	
    margin-bottom: 8px;
}

.advices-tab {
    background-color: #efefef;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}
.advices-tab a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.advices-tab a:hover {
    text-decoration: underline;
}

.advices-detailed {
    color: grey;
    text-decoration: none;
}
.advices-detailed:hover {
    text-decoration: underline;
}

/*
RIGHT
*/
#right {
    
}
#right .shell {
    padding-left: 40px;
    padding-top: 30px;
}
#right .shell ul {
    margin-left: 0;
    padding-left: 0;
}
#right .shell li {
    list-style-type: none;
}
#right .shell a {
    font-size: 12px;
    color: black;
    padding-left: 20px;
    text-decoration: none;
}

#right .shell a:hover {
    text-decoration: underline;
}

/*
FOOTER
*/
#footer {
    
}
#footer .shell {
    height: 200px;
    padding-left: 340px;
    background-image: url(../images/img_porsche.jpg);
    background-repeat: no-repeat;
}
#footer .info {
    padding-top: 50px;
    font-size: 11px;
}