body {
	background: #fff;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
	background-position:center;
	color: #006b89;
	font-size: 11px;
	padding: 0;
}

.container_12 {
	background: url(../../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
        margin-top: 9px;
}

.teaser {
        margin-top: 5px;
}

/* Navigation */

.navigation {
        height: 80px;
        position: relative;
}

.navigation ul {
        overflow: hidden;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
}

.navigation ul, .navigation ul li {
        padding: 0px;
        margin: 0px;
}

.navigation ul li {
        display: block;
        float: left;
}

.navigation ul li a {
        padding: 8px 10px 7px 10px;
        margin: 0 8px 0 0;
        background-image: url('../images/nav-link.png');
        background-repeat: no-repeat;
        color: #fff;
        display: block;
        width: 80px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border: none;
}

.navigation ul li a:hover {
        background-image: url('../images/nav-hover.png');
        color: #222;
        text-decoration: none;
}

.navigation ul li.home.active_home a { background-image: url('../images/nav-hover.png'); color: #222; }
.navigation ul li.uncon.active_uncon a { background-image: url('../images/nav-hover.png'); color: #222; }
.navigation ul li.agenda.active_agenda a { background-image: url('../images/nav-hover.png'); color: #222; }
.navigation ul li.speakers.active_speakers a { background-image: url('../images/nav-hover.png'); color: #222; }
.navigation ul li.contact.active_contact a { background-image: url('../images/nav-hover.png'); color: #222; }

/* Sidebar Rechts */

.sidebar_right {
    background-image: url('../images/bg_sidebar_right.jpg');
    background-repeat: repeat-y;
    margin-top: -2px;
    padding-top: 10px;
}

.sidebar_right .box {
    margin: 10px 10px 20px 20px;
}

.sidebar_right .box h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    color: #094D64;
}

.sidebar_right .box p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 0px;
}

.sidebar_right .box.newsletter .newsletter-input {
    width: 65%;
}

.sidebar_right .box.newsletter .submit-input {
    width: 30%;
}

/* Sidebar Links */
.sidebar_left {
    padding-top: 10px;
}

.sidebar_left .sidebar_left_item {
    border: 1px solid #e6edee;
    margin: 5px 0px;
    padding: 8px;
}

.sidebar_left .sidebar_left_item p {
    text-align: left;
    margin-bottom: 6px;
}

.sidebar_left .sidebar_left_item h3 {
    font-size: 14px;
    color: #094D64;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
}

/* Content */
.content {
    padding: 20px 0 0 0;
}

.content .box {
    padding: 6px 8px;
    background-color: #F3F0E9;
}

.content table {
    width: 100%;
    background-color: #F3F0E9;
    border: 5px solid #F3F0E9;
}

.content table th, .content table td {
    padding: 6px;
    text-align: left;
}

.content table .headline th {
    text-align: right;
    background-color: #C1DBE2;
    margin: 10px;
    border-bottom: 5px solid #F3F0E9;
    color: #455d6b;
    text-transform: uppercase;
    padding: 6px 10px 4px 0;
}

.content table tbody tr {
    border-bottom: 2px solid #BBBBBB;
}

.content table tbody th {
    color: #659022;
}

.content table caption {
    background-color: none;
}

/* Footer */
.footer {
    width: 100%;
    height: 30px;
    background-color: #3c4648;
}

.footer .grid_6 p {
    height: 16px;
    padding: 6px 0px;
    color: #fff;
    text-align: left;
}

.footer .grid_6 img.sandsmedia-logo {
    float: right;
    margin-top:2px;
}