/* Reset der Styles */

/* Layout-Elemente */

* {
    
    font-size: 13px;
    line-height: 18px;
    font-family: Arial;
}

#page {
    width: auto;
}

#header {
    width: auto 
    height: 93px;
}

#main {
    border-top: 2px solid #000;
    padding: 10px 0;
    width: auto;
}

#navi {

    display: none;
}

#content {
    width: auto;
}

#sidebar {
    display: none;
}

#footer {
    clear: both;
}

#toolbar {

    display: none;
}

#logo {
   
    border: 0 none;
}


#layoutimage {

    border-top: 3px solid #79207f;
}

.leftblock {
    width: 40%;
    float: left;
    display: inline;
}

.rightblock {
    width: 40%;
    margin-left: 5%
    float: left;
    display: inline;
}


.rightblock img,
.leftblock img {
    margin-top: 2px;
    margin-bottom: 15px;        
}

.clear {
    clear: both;
}


a {
    color:  #18307f;
    
}
a:hover {
    text-decoration: underline;
}

.sep {
    margin-top: 3px;
    border-top: 3px solid #79207f;
}
