@CHARSET "utf-8";

/*
 * Author: Markus Kinzl & Christoph Hinteregger GesbR
 * Web: http://www.web-creations.at
 * Copyright 2013 Web-Creations
 */

#side-right {
    float: right;
    width: 280px;
}

#side-left {
    float: left;
    width: 680px;
}

#header-top .logo {
	padding-top: 16px;
}

#main #side-right h1, #main #side-right h2 {
    background: none;
    border-bottom: 0px;
    color: #FFF;
    font-size: 24px;
    margin: 0px -20px 5px;
    padding: 20px;
}

#main #side-right .mod_newslist .layout_latest_home h2 {
    color: #56524E;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 0 86px;
    padding: 15px;
}

.button {
    background: url("images/button-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    padding: 8px 10px;
    text-decoration: none;
}