@charset "utf-8";
/* CSS Document */
* {
    margin:0;
    padding:0;
}
body, label {
    height:auto;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#006699;
}
form, input, select, p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}
img, a {
    border:0;
    margin:0;
    padding:0;
}

.general {
    margin:0 auto;
    margin-top:5%;
    width:875px;
    height: 600px;
    text-align:left;
}

.logo_up {
    width:875px;
    height:62px;
}
.logo_left {
    float:left;
    width:100px;
    height:62px;
    background:url(../images/vicinox_up.jpg) no-repeat left top;
}
.logo_right{
    float:right;
    width:773px;
    height:62px;
    text-align:left;
    background:url(../images/vicinox_up_right.jpg) no-repeat left top;
}

.content_index a {
     margin:0;
     padding:0;
     border:0;
     margin-left:-3px;
}
.content_index img {
    margin:0;
    padding:0;
    border:0;
}

.content_left {
    float:left;
    width:179px;
    
}
.content_right {
    float:right;
    width:696px;
    height:524px;
    background:url(../images/page.jpg) no-repeat left top;
}
.content_right_DIV {
    padding-left:44px;
    padding-top:40px;
    padding-right:40px;
    vertical-align:middle;

}


.container {
    width:600px;
}


.footer {
    margin:0 auto;
    width:850px;
    text-align:right;
    margin-top:10px;
    padding-right:30px;
    font-size:11px;
    color:#c6c6c6;
}

.footer_left {
    float:left;
    margin-left:25px;
    color:white;
}
.footer_left a {
    color:white;
    text-decoration:none;
}
.footer_left a:hover {
    text-decoration:underline;
}
.footer_right {
    float:right;
}

.footer_right a {
    color:white;
    font-weight:bold;
}

/* ********************************** */




.images {
    margin-top:10px;
    width:730px;
    height:250px;
}
.news {
    margin-left:10px;
    
}
.news p {
    color:black;
    padding:15px;
    padding-top:0;
    padding-bottom:0;
    margin:0;
}





