/* 
    Document   : main
    Created on : 03.20.2013
    Author     : AONO MEDIA e.K.
    Description:
        initialisation css style.
*/

/***********************************/
/* G E N E R A L   S E T T I N G S  */
/***********************************/
* {
    margin: 0;
    padding: 0;
    line-height: 135%;
    /* 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    */
}

p {
    padding-bottom: 9px;
}

/*
img { display: block; }
*/
a img {
    border: none;
}


/************************************/
/* several settings are located in rte.css
/************************************/

body {
    /* transform could be used for zoom in JS */
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 68.75%;
    color: #000000;
    background: #fff url(images/backgnd_body.jpg) left top repeat-x;
}


/* clear floats */
hr {
    clear: both;
    height: .1px;
    border: none;
    visibility: hidden;
}

