/* Global */

/* Colors 

text:                 #222222
link:                 #294077
headlines, border:    #231f20 
red:                  #ac2020
*/

h1
{
    display: none;
}

h2
{
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    border-left: 10px solid #231f20;
    color: #231f20;
    font-size: 24px;
    font-family: Verdana, Arial, sans-serif;
}

ul
{
    padding: 0 0 10px 0;
    margin-left: 30px;
    line-height: 1.4em;
    text-align: justify;
}

p
{
    padding: 0 0 10px 0;
    line-height: 1.4em;
    text-align: justify;
}

p.red, a.red, span.red
{
    color: #ac2020;
}

p.big
{
    font-size: 1.2em;
}

a
{
    text-decoration: none;
    color: #294077;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img.right
{
    margin: 4px 0 5px 15px;
}

img.left
{
    margin: 4px 15px 5px 0;
}

img.border
{
    border: 4px solid #231f20;
}

/* News */

.news a
{
    font-size: 18px;
    font-weight: bold;
}

.news p
{
    font-size: 12px;
    font-weight: bold;
    color: #777;
}

p.date
{
    font-weight: bold;
    color: #777;
}


div#news_prev
{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

div#news_next
{
    position: absolute;
    right: 15px;
    bottom: 0px;
}

.ditto_currentpage, .ditto_page, .ditto_previous_link, .ditto_next_link
{
    margin-right: 5px;
    font-weight: bold;
}

/* YCMP */

#ycmp_flash
{
    float: right;
    width: 250px;
    height: 141px;
    border: 2px solid #231f20;
    margin: 0 0 0 10px;
}

/* Gallery */

.page div.gallery
{
    float: left;
    width: 173px;
    height: 160px;
    text-align: center;
    line-height: 160px;
}

.page div.gallery img
{
    border: 2px solid #294077;
    vertical-align: middle;
}

/* Contact */

label
{
    display: block;
    padding-bottom: 10px;
}

label span
{
    display: block;
    padding-left: 2px;
}

label input.text
{
    width: 400px;
    padding: 2px;
    border: 2px solid #bbb;
    background: #eee;
}

label textarea
{
    width: 400px;
    height: 200px;
    padding: 2px;
    border: 2px solid #bbb;
    background: #eee;
}    

input.button
{
    padding: 2px 5px;
    font-weight: bold;
    border: 2px solid #bbb;
    background: #231f20;
    color: #fff;
}

div.errors
{
    color: #ac2020;
    padding-bottom: 10px;
}

/* Standard Classes */

.clear
{
    clear: both;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

aleft
{
    text-align: left;
}

center
{
    text-align: center;
}

/* Sidebar */

.js #container #sidebar a
{
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 0 auto 25px auto;
}

.js #container #sidebar a span
{
    display: none;
}

.js #container #sidebar a.workshop
{
    background: url("/assets/images/sidebar/workshop1a.png") no-repeat;
    width: 130px;
    height: 31px;
}

.js #container #sidebar a.workshop:hover
{
    background: url("/assets/images/sidebar/workshop2a.png") no-repeat;
}

.js #container #sidebar a.ycmp
{
    background: url("/assets/images/sidebar/ycmp1.png") no-repeat;
    width: 100px;
    height: 112px;
}

.js #container #sidebar a.ycmp:hover
{
    background: url("/assets/images/sidebar/ycmp2.png") no-repeat;
}

.js #container #sidebar a.facebook
{
    background: url("/assets/images/sidebar/facebook1.png") no-repeat;
    width: 120px;
    height: 29px;
}

.js #container #sidebar a.facebook:hover
{
    background: url("/assets/images/sidebar/facebook2.png") no-repeat;
}

.js #container #sidebar a.youtube
{
    background: url("/assets/images/sidebar/youtube1.png") no-repeat;
    width: 110px;
    height: 48px;
}

.js #container #sidebar a.youtube:hover
{
    background: url("/assets/images/sidebar/youtube2.png") no-repeat;
}

.js #container #sidebar a.pkone
{
    background: url("/assets/images/sidebar/pkone1.png") no-repeat;
    width: 80px;
    height: 76px;
}

.js #container #sidebar a.pkone:hover
{
    background: url("/assets/images/sidebar/pkone2.png") no-repeat;
}

.js #container #sidebar a.impressum
{
    position: absolute;
    margin: 0;
    left: 35px;
    bottom: 0;
    width: 80px;
    height: 18px;
    background: url("/assets/images/sidebar/impressum1.png") no-repeat;
}

.js #container #sidebar a.impressum:hover
{
    background: url("/assets/images/sidebar/impressum2.png") no-repeat;
}
