/* -- basic elements defined in editor.style.css -- */
@import "editor.style.css";

/* basic elements differences to editor.style.css */
body {
    background: #dc1400 url(../images/background.jpg) repeat-y top center;
    padding: 0;
    /*text-align: center;*/
}

/* specific elements */
#container {
    background: url(../images/background_image.jpg) no-repeat top center;
    min-height: 100%;
}

#pageContainer {
    width: 1072px;
    position: relative;
    margin: 0 auto;
}

#pageTop {
    width: auto;
    height: 51px;
    padding: 0 89px;
    background: url(../images/page_background_top.png) no-repeat top center;
}

#page {
    width: auto;
    height: auto;
    padding: 0 89px;
    background: url(../images/page_background_middle.png) repeat-y top center;
}

#pageBottom {
    width: auto;
    height: 96px;
    background: url(../images/page_background_bottom.png) no-repeat bottom center;
}

#header {
    width: 894px;
    height: 143px;
    background: url(../images/header.png) no-repeat top center;
}

#logo {
    position: relative;
    top: 10px;
    left: 20px;
}

#logo a {
    display: block;
    width: 137px;
    height: 87px;
}

#logo img {
    display: none;
}

#logoPrint {
    display: none;
}

#languages {
    position: relative;
    top: 10px;
    text-align: right;
}

#topmenu {
    position: relative;
    top: 26px;
    left: 17px;
    color: white;
}

#topmenuLeft {
    position: absolute;
    top: 5px;
    font-weight: bold;
}

#topmenuRight {
    position: absolute;
    right: 24px;
}

#columnsContainer {
    width: 100%;
    padding: 10px 0;
}

#columnsContainer tr {
    vertical-align: top;
}

#columnsContainer td {
    vertical-align: top;
}

#leftColumn
{
    width: 183px;
    height: 100%;
    float: left;
}

#contentColumn
{
    width: 445px;
    padding: 0 10px;
    text-align: justify;
    float: left;
}

#contentColumn h1, h2, h3, table
{
    text-align: left;
}

#rightColumn
{
    width: 232px;
    min-height: 716px;
    border-left: 1px solid #d4d4d4;
    padding-left: 10px;
    float: right;
}

#leftColumnTop
{
    width: 100%;
    height: 8px;
    background: url(../images/left_top.png) no-repeat top left;
    font-size: 0;
}

#leftColumnMiddle
{
    width: 100%;
    height: auto;
    min-height: 700px;
    background: #ffdc8a url(../images/submenu.png) no-repeat top left;
}

#submenu
{
    min-height: 97px;
    padding: 16px 11px 18px 11px;
    background: #dc1400 url(../images/submenu_top.png) no-repeat top left;
}

#submenuBottom
{
    width: 100%;
    height: 6px;
    background: url(../images/submenu_bottom.png) no-repeat top left;
}

#news
{
    padding: 13px 16px 3px 16px;
}

#news h1 {
    color: #615538;
    margin: 0;
    padding: 0 0 18px 0;
}

.title, .title:link, .title:visited
{
    font: bold 14px verdana, sans-serif;
    text-decoration: none;
    text-align: left;
    color: #a89668;
    margin: 5px 0;
    padding: 0;
    display: block;
}

#news .title
{
    font-size: 12px;
    color: #a21302;
    margin: 0;
}

.news
{
    font-size: 9px;
    margin: 0 0 18px 0;
}

.newsDate {
    text-align: right;
}

.newsShowAll {
    text-align: center;
}

.newsShowAll a {
    color: #a21302;
    text-decoration: none;
}

.newsShowAll a:hover, .newsShowAll a:active {
    color: #000000;
    text-decoration: underline;
}

#polls {
    padding: 13px 16px 3px 16px;
}

#polls .title
{
    font-size: 10px;
    font-weight: bold;
    color: #be2010;
    margin: 0;
}

.poll {
    font-size: 9px;
    /*background-color: #fdfdfd;
    border: 1px solid #e0be6e;*/
    margin: 0 auto 12px auto;
}

.pollTop {
    width: 151px;
    height: 5px;
    background: #fdfdfd url(../images/poll_top.png) no-repeat;
}

.pollMiddle {
    width: 135px;
    height: auto;
    background: #fdfdfd url(../images/poll_middle.png) repeat-y;
    padding: 3px 8px;
}

.pollBottom {
    width: 151px;
    height: 5px;
    background: #fdfdfd url(../images/poll_bottom.png) no-repeat;
}

.pollTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #9a9a9a;
    margin: 0;
}

.pollVoteLink {
    color: #000000;
    text-decoration: none;
}

.pollVoteLink:hover, .pollVoteLink:active {
    color: #000000;
    text-decoration: underline;
}

.pollStripe {
    width: 100%;
    height: 11px;
    padding: 2px 0 12px 0;
}

.pollStripeLeft {
    width: 2px;
    height: 11px;
    background: #dc1400 url(../images/poll_stripe_left.png) no-repeat;
    float: left;
}

.pollStripeMiddle {
    height: 11px;
    background: #dc1400 url(../images/poll_stripe_middle.png) repeat-x;
    float: left;
}

.pollStripeRight {
    width: 2px;
    height: 11px;
    background: #dc1400 url(../images/poll_stripe_right.png) no-repeat;
    float: left;
}

.pollNumVotes {
    margin: 0;
    text-align: center;
}

#leftColumnBottom
{
    width: 100%;
    height: 8px;
    background: url(../images/left_bottom.png) no-repeat top left;
    font-size: 0;
}

#footer {
    left: 287px;
    position: absolute;
    bottom: 14px;
}

/* */
.headerLink {
    font: normal 100% georgia, sans-serif;
    color: #939393;
    padding-left: 10px;
}

.headerLink:hover, .headerLink:active {
    color: #ffffff;
}

a.topmenuItem, a.topmenuItem:link, a.topmenuItem:visited {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

a.topmenuItem:hover, a.topmenuItem:active {
    color: black;
}

.submenuItem {
    display: block;
    background: url(../images/bullet.png) no-repeat 0px 2px;
    padding-left: 22px;
    padding-bottom: 10px;
    font-weight: bold;
    color: white;
}

a.submenuItem, a.submenuItem:link, a.submenuItem:visited {
    text-decoration: none;
}

a.submenuItem:hover, a.submenuItem:active {
    color: black;
}

.partner {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
}

.partner.last {
    border-bottom: 0;
}

#gallery, #projects, #participants {
    padding: 10px 0;
    border-top: 1px solid #c0c0c0;
}

.galleryItem {
    /*float: left;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px 5px 20px 5px;
    border: 1px solid #c0c0c0;
    margin: 0 15px 15px 0;*/
    /*float: left;*/
    width: 100px;
    height: 100px;
    border: 3px solid #d4d4d4;
    margin: 0 5px 5px 0;
}

.singlePhoto, .galleryPhoto, .postcardPhoto {
    float: left;
}

.author {
    text-align: right;
    font-style: italic;
}

/*CONTACT {{{*/
#contactTable {
    padding: 0;
    border-spacing: 5px;
    margin: 0 auto;
}

.inputDescription {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.contactInput {
    width: 200px;
}
/*}}}*/

#contentColumn .news {
    font-size: 11px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

#idea {
    font-size: 15px;
    font-style: italic;
    color: #909090;
    margin: 10px 0;
}

#idea p {
    text-align: center;
    margin: 10px 0;
}

#idea .author {
    font-size: 11px;
    font-style: normal;
    text-align: right;
    color: #000000;
}

#idea h1 {
    color: #8ec4f0;
    text-transform: none;
}

#music {
    margin: 10px 0;
    padding: 0;
}

#mainNews, #mainBanner, #mainProjects {
    margin: 10px 0;
}

#mainBanner {
    text-align: center;
}

#searchInput {
    width: 103px;
    /*height: 24px;*/
    border: solid 0 #fff;
    padding: 4px 24px 4px 8px;
    background: transparent url(../images/search_input.png) no-repeat;
    color: #c52726;
}

/*#intro {
    margin: 0;
    padding: 25px;
    background-color: #feedbf;
}*/

#intro {
    background: black url(../userdata/Image/main_page_image.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 445px;
    height: 330px;
    color: #feedb9;
    position: relative;
}

#introInner {
    width: 211px;
    height: 283px;
    padding-top: 23px;
    padding-left: 23px;
    overflow: hidden;
}

#introPhoto {
    position: absolute;
    bottom: 14px;
    right: 14px;
    color: black;
    font-size: 9px;
    text-align: right;
}

#intro h1 {
    color: #feedb9;
}

.message {
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
}

#partners {
    text-align: center;
}

#partners h1 {
    text-align: left;
}

/* LIST */
.listItemOdd, .listItemEven {
    margin: 0;
    padding: 13px 6px;
}

.listItemOdd {
    background-color: #feedbf;
}

.listItemOdd p, .listItemEven p {
    margin: 0;
    padding: 0;
}

.listItemOdd img, .listItemEven img {
    /*float: left;*/
    width: 100px;
    height: 100px;
    border: 3px solid #d4d4d4;
    margin: 0 13px 13px 0;
}

/***/

#info {
    padding: 10px 0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
    text-align: left;
}

.caption {
    font-weight: bold;
}

#mailinglistSubscribeForm {
    display: block;
    width: 208px;
    margin: 0 auto;
    background-color: #d7d7d7;
}

#mailinglistSubscribeTop {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: transparent url("../images/subscribe_form_top.png") no-repeat;
    width: 100%;
    height: 17px;
    padding: 5px 10px;
}

#mailinglistSubscribeMiddle {
    padding: 10px 10px 0 10px;
}

#mailinglistSubscribeBottom {
    background: transparent url("../images/subscribe_form_bottom.png") no-repeat;
    width: 100%;
    height: 10px;
}

#mailinglistSubscribeMiddle {
    padding: 10px 10px 0 10px;
}

#mailinglistSubscribeForm label {
    float: left;
}

#mailinglistSubscribeDescription {
    padding: 0;
    margin: 0 0 10px 0;
}

#mailinglistSubscribeEmailInput {
    width: 103px;
    /*height: 24px;*/
    border: solid 0 #fff;
    padding: 4px 8px;
    background: transparent url("../images/subscribe_form_input.png") no-repeat;
    float: right;
}

#mailinglistSubscribeSubmitButton {
    color: #ffffff;
    font-size: 10px;
    width: 188px;
    height: 17px;
    border: solid 0 #fff;
    margin-top: 10px;
    background: transparent url("../images/subscribe_form_button.png") no-repeat;
}

.date {
    color: #909090;
    font-size: 9px;
    margin: 0 0 10px 0;
}

.newProject {
    font-weight: bold;
    color: #dc1400;
}

/* POSTCARDS */
.postcard {
    padding: 10px 0;
    border-bottom: 1px solid #C0C0C0;
    margin-bottom: 10px;
    text-align: center;
}

.postcard img {
    max-width: 445px;
    max-height: 320px;
}

.postcard .description {
    padding-top: 10px;
    text-align: center;
    color: grey;
}

.postcardRightCol {
    display: block;
    width: 100%;
    text-align: center;
}

.postcardRightCol img {
    width: 100px;
    height: 100px;
    border: 3px solid #d4d4d4;
}

