﻿body 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 70%;
    color: #000000;
}

object
{
    outline: none;
}

a
{
    outline: none;
    color: #6d1f7e;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:focus
{
    color: #00703c;
}

a img
{
    border: none;
}

ul.nav,
ul.nav ul
{
    line-height: 1.4em !important;
}

ul.nav a
{
    font-family: Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
}

h1, h2, h3 
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #00703c;
    font-weight: normal;
    letter-spacing: 0.03em;
}

h1
{
    font-size: 2.2em;
    margin: 0px 0px 16px;
}

h1.home
{
    margin: 0px 0px 6px;
}

h1 .divider
{
    color: #c3b5c6;
    font-size: 0.7em;
    padding: 0px 10px;
}

h1 .subheadline
{
    font-size: 0.7em;
}

h2
{
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0px 0px 16px;
}

h3
{
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0px 0px 6px;
}

h4
{
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
    color: #00703c;
    margin: 0px 0px 4px;
}

p
{
    line-height: 1.6em;
    margin: 0px 0px 16px;
    /*text-align: justify;*/
}

p.no-margin
{
    margin: 0px;
}

ul
{
    margin: 0px 0px 16px 16px;
    padding: 0px;
    line-height: 1.6em;
    list-style-image: url('/_common/img/icon-arrow-r.gif');
}

ul li
{
    margin: 0px 0px 6px;
    padding: 0px;
}

ul li ul {
    margin: 6px 0px 6px 16px;
}

hr
{
    border: none;
    border-top: solid 1px #d9eae2;
    height: 1px;
    margin: 16px 0px;
    padding: 0px;
}

img.inset
{
    border: solid 1px #e2d2e5;
    float: left;
    margin: 0px 20px 15px 0px;
}

.footer p
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #999999;
    line-height: 1.6em;
}

.footer a
{
    color: #b68fbe;
}

.footer a:hover
{
    color: #7fb79d;
}

.footer img
{
    border: solid 1px #e2d2e5;
    float: right;
    margin: 0px 0px 0px 10px;
}

.teaser img
{
    border-bottom: 10px solid #ffffff;
}

.teaser h3
{
    margin: 0px 18px 26px 0px;
}

.teaser h3 a
{
    font-weight: normal;
    color: #00703c;
}

.teaser h3 a:hover
{
    color: #6d1f7e;
}

ul.events-preview li,
ul.news-preview li
{
    line-height: 1.4em;
}

a.arrowR
{
    padding: 0px 10px 0px 0px;
    background-image: url('/_common/img/icon-arrow-r.gif');
    background-position: right;
    background-repeat: no-repeat;
}

a.arrowL
{
    padding: 0px 0px 0px 10px;
    background-image: url('/_common/img/icon-arrow-l.gif');
    background-position: left;
    background-repeat: no-repeat;
}

table
{
    border-collapse: collapse;
    width: 100%;
}

table th,
table td
{
    border: solid 1px #e2d2e5;
    padding: 6px 9px;
    line-height: 1.4em;
}

table th
{
    background: #f0e8f2;
    text-align: left;    
}

table.form th
{
    border:none;
    padding: 0px 10px 4px 0px;
    font-weight: normal;
    background: none;
}

table.form td
{
    border: none;
    padding: 0px 0px 4px 0px;
}

table.form td.separator
{
    padding: 0px;
    height: 10px;
    overflow: hidden;
}

label
{
    font-weight: bold;
}

input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    outline: none;
}

input.text, textarea, select
{
    padding: 6px;
    border: solid 1px #e2d2e5;
    background: #ffffff;
}

input.text:focus, textarea:focus, select:focus
{
    border-color: #6d1f7e;
}

input.login, select.login
{
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 3px 6px;
    margin: 0px;
    border: none;
    background: #ffffff;
    font-weight: bold;
}

input.login:focus, select.login:focus
{
    background: #efefef;
}

input.submit
{
    font-family: Arial, Helvetica, Sans-Serif;
    background: #6d1f7e;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 8px;
    margin: 0px;
    border: none;
    outline: none;
    cursor: pointer;
}

input.submit.green
{
    background: #00703c;
    padding: 3px 6px;
}

input.submit:hover
{
    background: #00703c;
}

.header-wrapper .header .topright label,
.header-wrapper .header .topright a
{
    color: #ffffff;
}

.features a h3 {
    color: #6D1F7E;
}

.features a:hover h3 {
    color: #00703C;
}
