html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Trebuchet, Arial, Verdana;
    color: #FFFFFF;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    text-align: center;
    font-size: 0.8em;
}

textarea {
    font-family: Trebuchet, Arial, Verdana;
}

a {
    color: #F7941D;
    text-decoration: underline;
}

p {
    text-align: justify;
    font-size: 0.9em;
}

h1 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 20px;
    top: 18px;
}

h1 a {
    background-color: transparent;
    display: block;
    width: 206px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 0.4em;
    text-decoration: none;
    text-align: center;
}

h1 span {
    width: 206px;
    height: 50px;
    background: url('/images/logo.png') 0 0 no-repeat;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    font-size: 1.4em;
    color: #F7941D;
}

label {
    font-size: 0.8em;
}

input, textarea {
    color: #FFFFFF;
    background: #000000;
    border: 1px solid #282824;
    margin: 2px 0 0 0;
    padding: 3px;
    width: 370px;
}

input#submit {
    width: 150px;
    background: #F7941D;
    border: 0;
    color: #000000;
    font-size: 0.9em;
    padding: 5px;
}

ul#menu {
    position: absolute;
    left: 325px;
    top: 25px;
    width: 550px;
    height: 41px;
    padding: 0;
    margin: 0;
}

ul#menu li {
    float: left;
    width: 110px;
    height: 80px;
    position: relative;
    list-style-type: none;
    margin: 0;
}

ul#menu li a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 110px;
    height: 80px;
    padding: 30px 0 0 0;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

ul#menu li a:hover { text-decoration: underline; }

ul#actions {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#actions li {
    margin: 25px 0;
}

ul#actions li strong {
    color: #F7941D;
}

ul#actions li h3 {
    font-size: 1.8em;
    color: #FFFFFF;
    display: inline;
}

div#content {
    width: 873px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

div#header {
    width: 873px;
    height: 280px;
    position: relative;
    background: transparent url('/images/header.png') 0 0 no-repeat;
    margin: 0 auto 0 auto;
    padding: 0;
}

div#contentLeft {
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
}

div#contentCenter {
    float: left;
    width: 380px;
    margin: 0 20px 0 20px;
    text-align: left;
}

div#contentRight {
    float: right;
    width: 220px;
}

div#contentColWide {
    float: left;
    width: 520px;
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
}

div.box {
    display: block;
    width: 220px;
    height: auto;
    border: 1px solid #282824;
    background: transparent url('/images/box_header.png') 0 0 no-repeat;
    text-align: left;
}

div.box span {
    display: block;
    width: 100%;
    font-size: 0.85em;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 0 25px;
}

div.box p {
    margin: 10px;
    font-size: 0.85em;
    text-align: justify;
    color: #6E6E64;
}

div.box p strong.date {
    font-weight: bold;
    color: #F7941D;
    background: transparent url('/images/icon_date.png') 2px 2px no-repeat;
    padding-left: 17px;
}

div.box strong {
    color: #FFFFFF;
}

div.box img {
    width: 200px;
    margin: 15px 10px 10px 10px;
    border: 0px;
}

div.box#action {
    height: 285px;
    background: url('/images/plakat.jpg') 10px 10px no-repeat;
    position: relative;
}

div.box#action2 {
    height: 285px;
    background: url('/images/plakaty/theocracy.jpg') 10px 10px no-repeat;
    position: relative;
}

div.box a.band {
    display: inline-block;
    color: #F7941D;
    text-decoration: underline;
    margin: 3px;
}

div.box a.audio {
    display: block;
    width: 200px;
    height: 45px;
    padding: 5px 0 0 20px;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
    color: #FFC800;
    background: url('/images/link_audio.png') 0 0 no-repeat;
}

div#actionname {
    width: 220px;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 30px;
    text-align: center;
}

div#actiondate {
    width: 220px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 185px;
    text-align: center;
}

div#message {
    display: block;
    width: 360px;
    text-align: center;
    background: #F7941D;
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px;
}

div#footer {
    width: 873px;
    display: block;
    clear: both;
    text-align: center;
    color: #6E6E64;
    font-size: 0.8em;
    border-top: 3px solid #6E6E64;
    margin: 20px 0 20px 0;
    padding: 5px 0 0 20px;
}

