/* GENERIC */
*
{
    font-family: arial, helvetica;
    font-size : 11px;
}

BODY
{
    margin : 0;
    padding : 0;
}

IMG
{
    border : 0;
}

P
{
    margin : 0;
    padding : 0;
    margin-bottom : 15px;
}

HR
{
    height : 1px;
    border : 0px solid #FFF;
    border-bottom: 1px dashed #000;
}

.floatright
{
    float : right;
}

/* MAINTABLE */
#maintable
{
    width : 822px;
    margin-left : auto;
    margin-right: auto;
}

#maintable .middle
{
    background-color : #FFF;
    padding-left : 24px;
}

/* SPACER TOP */
#topspacer TD.l,
#topspacer TD.r
{
    width : 11px;
    height : 19px;
}
#topspacer TD.m
{
    width : 800px;
    height : 19px;
}

/* LANGUAGE BAR */
#languageswitch
{
    float : right;
    margin-right : 10px;
}

/* MENU */

#menubar
{
    height : 53px;
    width : 568px;
    clear: both;
}

#menuitems
{
    float : right;
    text-align : right;
    margin-top : 30px;
}

#menuitems A
{
    text-transform : uppercase;
    text-decoration : none;
    padding-left : 10px;
    color : #949494;
    font-weight : bold;
}

#menuitems A.selected
{
    color : #996d11;
}

#menuitems #menu1:hover { color : #b7743b; }
#menuitems #menu2:hover { color : #88385e; }
#menuitems #menu3:hover { color : #8d9f43; }
#menuitems #menu4:hover { color : #b63a3b; }
#menuitems #menu5:hover { color : #a2c595; }
#menuitems #menu6:hover { color : #446f9f; }
#menuitems #menu7:hover { color : #daa912; }

/* COLUMN RIGHT */
#rightcolumn
{
    float : right;
    padding: 0;
    padding-right : 14px;
    width : 183px;
    margin-bottom : 20px;
    border : 0px solid red;
}

#rightcolumn IMG
{
    margin-top : 2px;
}

/* NEWS */
#news
{
    padding-left : 13px;
    width : 147px;
}

#newslink
{
    padding-bottom : 20px;
    display : block;
}

#news .header H1
{
    font-size : 11px;
    font-weight : bold;
    display : block;
    margin : 0;
    padding : 0;
    padding-top : 8px;
    float : left;
}

#news .header
{
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    height : 30px;
}

#news A.link
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
    padding-top : 7px;
    display : block;
}

#news .newsitem H2
{
    font-size : 11px;
    font-weight : bold;
    margin : 0;
    padding : 0;
    padding-top : 8px;
}

#news .newsitem
{
    border-bottom: 1px dashed #000;
    padding-bottom : 10px;
}

#news .newsitem A
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
}

/* NEWS PAGE */
#newspage 
{
    border-top: 1px dashed #000;
    padding-top: 10px;
    margin-top: 10px;
}
#newspage .newsitem H2
{
    font-size : 11px;
    font-weight : bold;
    margin : 0;
    padding : 0;
}
#newspage .newsitem
{
    border-bottom: 1px dashed #000;
    padding-bottom : 10px;
    margin-bottom : 10px;
}

#newspage .newsitem A
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
}

.newsdetail A
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
}

/* AGENDA PAGE */
#agendapage 
{
    border-top: 1px dashed #000;
    padding-top: 10px;
}
#agendapage .agendaitem H2
{
    font-size : 11px;
    font-weight : bold;
    margin : 0;
    padding : 0;
}
#agendapage .agendaitem 
{
    border-bottom: 1px dashed #000;
    padding-bottom : 10px;
    margin-bottom : 10px;
}

#agendapage .agendaitem  A
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
}

.agendadetail A
{
    text-decoration: none;
    color : #000;
    font-weight : bold;
}

/* GUESTBOOK PAGE */
#guestbookpage 
{
    border-top: 1px dashed #000;
    padding-top: 10px;
}
#guestbookpage .guestbookitem H2
{
    font-size : 11px;
    font-weight : bold;
    margin : 0;
    padding : 0;
}
#guestbookpage .guestbookitem 
{
    border-bottom: 1px dashed #000;
    padding-bottom : 10px;
    margin-bottom : 10px;
}

#guestbookform
{
    padding-top: 20px;
}

#guestbookform .input,
#guestbookform .textarea
{
    width : 200px;
}
#guestbookform .textarea
{
    height : 100px;
    overflow : auto;
}


#photopage .photoitem
{
    float : left;
    padding-right: 10px;
    padding-bottom: 7px;
}

/* NEXT CONCERT BLOCK */
A #nextconcert,
A #nextconcert H1,
A #nextconcert H2
{
    text-decoration : none;
    cursor: pointer;
    cursor: hand;
}
#nextconcert
{
    width : 167px;
    padding-left : 11px;
    padding-bottom : 10px;
}

#nextconcert H1
{
    color : #FFF;
    padding : 0;
    margin : 0;
    font-size : 20px;
    font-weight : normal;
    padding-top : 6px;
    padding-bottom : 5px;
    text-decoration : none;
}

#nextconcert .nextconcertcontainer
{
    color : #FFF;
    line-height : 16px;
    padding-top : 5px;
    padding-bottom : 5px;
    width : 150px;
    border-bottom: 1px dashed #FFF;
    border-top: 1px dashed #FFF;
    text-decoration : none;
}

#nextconcert .nextconcertcontainer H2
{
    color : #FFF;
    font-size : 11px;
    font-weight : bold;
    padding : 0;
    margin : 0;
    text-decoration : none;
}

#nextconcert .nextconcertcontainer A
{
    color : #FFF;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
}


/* SUBMENU */
#submenu
{
    width : 126px;
    text-align : right;
    margin-top : 15px;
    float : left;
}

#submenu A
{
    display : block;
    font-size : 15px;
    text-decoration: none;
    font-weight : bold;
    margin : 5px;
}

/* CONTENT */
#content
{
    width : 400px;
    padding-left : 20px;
    padding-top : 22px;
    float : left;
    line-height : 16px;
}

#content A
{
    color : #000000;
}

#content H1
{
    font-size : 13px;
    padding-bottom : 6px;
}
#content.thema1 H1 { color : #b7743b; }
#content.thema2 H1 { color : #88385e; }
#content.thema3 H1 { color : #8d9f43; }
#content.thema4 H1 { color : #b63a3b; }
#content.thema5 H1 { color : #a2c595; }
#content.thema6 H1 { color : #446f9f; }
#content.thema7 H1 { color : #daa912; }
#content.thema8 H1 { color : #8ec9d6; }

/* COLORS */
.bgcolor1 { background-color : #b7743b; }
.bgcolor2 { background-color : #88385e; }
.bgcolor3 { background-color : #8d9f43; }
.bgcolor4 { background-color : #b63a3b; }
.bgcolor5 { background-color : #a2c595; }
.bgcolor6 { background-color : #446f9f; }
.bgcolor7 { background-color : #daa912; }
.bgcolor8 { background-color : #8ec9d6; }

.color1 { color : #b7743b; }
.color2 { color : #88385e; }
.color3 { color : #8d9f43; }
.color4 { color : #b63a3b; }
.color5 { color : #a2c595; }
.color6 { color : #446f9f; }
.color7 { color : #daa912; }
.color8 { color : #8ec9d6; }


/* GALLERY */
#gallery
{
padding-bottom : 2px;
}

.pics 
{  
    height:  178px;  
    width:   178px;  
    padding: 0;  
    margin:  0;  
    background-color: #FFF;  
} 
 
.pics img {  
    background-color: #FFF;  
    width:  178px; 
    height: 178px; 
    top:  0; 
    left: 0 
} 

#gallerylink,
#gallerylink:hover
{
    background-image : url(/_images/site/photogallery.jpg);
    width : 178px;
    height : 25px;
    display : block;
    overflow : hidden;
    line-height: 8000px;
}
#gallerylink:hover
{
    background-image : url(/_images/site/photogallery_ov.jpg);
}

#newslink_nl,
#newslink_nl:hover
{
    background-image : url(/_images/site/morenews_nl.gif);
    width : 178px;
    height : 22px;
    display : block;
    margin-bottom : 5px;
    overflow : hidden;
    line-height: 8000px;
}
#newslink_nl:hover
{
    background-image : url(/_images/site/morenews_nl_ov.gif);
}

#newslink_en,
#newslink_en:hover
{
    background-image : url(/_images/site/morenews_en.gif);
    width : 178px;
    height : 22px;
    display : block;
    margin-bottom : 5px;
    overflow : hidden;
    line-height: 8000px;
}
#newslink_en:hover
{
    background-image : url(/_images/site/morenews_en_ov.gif);
}


/* ADMIN */

#admindiv
{
    background-color:#eeeeee;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
    position:absolute;
    border:1px solid #000;
    width : 250px;
    left : 20px;
    top : 10px;
}

#admindiv .header
{
    padding:2px;
    background-color:#e32322;
    color:#FFF;
    font-weight:bold;
    background-image : url(/_images/generic/sitemanager.png);
    background-repeat : no-repeat;
    background-position : 232px 0px;
    height : 15px;
    border-bottom : 1px solid #000;
}

#admindiv .header SPAN A
{
    color:#FFF;
    font-weight:bold;
    text-decoration : none;
}

#admindiv .body
{
    padding:4px;
}

#admindiv .body A
{
    color : #000;
    font-weight : bold;
}


