* {
    /*border:0px;*/
    margin:0px;
    vertical-align:top;
}
body {
    font-family:Arial;
    font-size:11px;
    color:#92826d;/*color:#000000;*/
    text-align:center;
}

#searchBar  {
    width:350px;
}
#searchBar button  {
    font-size: 0px;
}
#searchBarLabel {
    width:64px;
    padding-left:30px;
}

#mainContainer #header a, #mainContainer #footer a {
    text-decoration:none;
    color:#92826d;/*color:#000000;*/
}
#mainContainer #header a:hover, #mainContainer #footer a:hover {
    text-decoration:underline;
}
#mainContainer {
    position: absolute;
    margin-left:-429px;
    left: 50%;
    
    text-align:left;
    width:858px;
}
#mainContainer #header {
    /*height:112px;*/
    height:100px;
}
#mainContainer #header table {
    width:100%;
    height:112px;
}
#mainContainer #header #logo {
    /*background-image:url('../../gfx/logo.jpg');
    background-repeat:no-repeat;
    background-position:center left;
    width:22%;*/
    
    background-image: url("../../gfx/logo2.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    width: 285px;
}
#mainContainer #header #logo .siteName {
    font-size: 0px;
}
#mainContainer #header #logo a.logoHomeLink  {
    display: block;
    width: 285px;
    height: 70px;
    margin-top: 20px;
    text-decoration: none;
    color: #ffffff;
}
#mainContainer #header #logo a.logoHomeLink:hover  {
    text-decoration: none;
}
#mainContainer #header #banner {
    vertical-align:middle;
    /*width:50%;*/
    width: 333px;
    text-align:center;
}
#mainContainer #header #banner .banner {
    position: absolute;
    width: 234px;
    height: 60px;
    left: 315px;
    /*top: 24px;*/
    top: 44px;
    
    overflow: hidden;
}
#mainContainer #header #banner .banner img {
    border: 0px;
}

#mainContainer #header #quicklinks {
    /*width:28%;*/
    width: 240px;
    
    vertical-align:middle;
    color:#c53830;/*color:#000000;*/
    text-align:right;
    /*font-size:12px;*/font-size:11px;
}
#mainContainer #header select   {
    color:#c53830;/*color:#000000;*/
    /*font-size:12px;*/font-size:11px;
    width: 100px;
    vertical-align:top;
}
#mainContainer #header select option   {
    padding: 0px 2px 0px 2px;
}
#mainContainer #header #quicklinks a {
    color:#92826d;/*color:#000000;*/
    margin-right:5px;
    margin-left:5px;
}
#mainContainer #search {
    background-image:url('../../gfx/bg_search.jpg');
    background-repeat: no-repeat;
    height:144px;
    overflow: hidden;
    position:relative;
    z-index:998;
}
#mainContainer #header_home #searchForm   {
    background-image:url('../../gfx/bg_search_bar_home.jpg');
    background-repeat: no-repeat;
    background-color: white;
}
#mainContainer #searchForm   {
    background-image:url('../../gfx/bg_search_bar.jpg');
    background-repeat: no-repeat;
    background-color: white;
}
#mainContainer #content {
    text-align:left;
    background-image:url('../../gfx/bg_gradient.jpg');
    background-repeat:repeat-x;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    
    line-height: 180%;
}
#mainContainer #content .loadingIndicatorPositioner {
    text-align: center;
}
#mainContainer .contentLeft {
    width:300px;
}
#mainContainer #content a {
    text-decoration:none;
    color:#c53830;/*color:#000000;*/
}
#mainContainer #content a:hover {
    text-decoration:underline;
}
#mainContainer #content h1  {
    color:#c63830;
    font-size:20px;
    margin-bottom:5px;
}
#mainContainer #content h1.arrow  {
    color:#c63830;
    font-size:16px;
    margin-bottom:0px;
}
#mainContainer #content h2 {
    color:#c63830;
    font-size:12px;
    margin-bottom:20px;
}
#mainContainer #content h3 {
    font-size:15px;
    color:#c63830;
}
#mainContainer #content h3 img {
    vertical-align: middle;
}
#mainContainer #footer {
    /*height:22px;*/
    height:60px;
    
    padding-top:40px;
    background-image:url('../../gfx/footer.jpg');
    background-repeat: no-repeat;
    text-align:center;
    margin-top:20px;
}
#mainContainer #footer span {
    color:#c53830;
}
#mainContainer #footer span.textNormal {
    color:#92826d;
}
#mainContainer #footer span.whiteSpace {
    padding-right:50px;
}

table.fullsize  {
    width: 100%;
}

.loadingIndicator   {
    visibility: hidden;
    margin-left: 7px;
}

.clubTable {
    width:100%;
}
.clubTable td {
    width:50%;
    padding-right:20px;
}
.clubTable td.borderleft {
    border-left:1px solid #dad5ce;
    padding-right:0px;
    padding-left:20px;
}
.linkTable {
    width:100%;
    
}
.linkTable th {
    padding-bottom:10px;
    vertical-align:top;
    width:50px;
}
.linkTable td {
    padding-bottom:10px;
    vertical-align:middle;
    width:auto;
}
.linkTable .fansite   {
    cursor:pointer; 
    margin-bottom:10px; 
    margin-top:10px;
}
.linkTable .suggest a,
.arrowLink
{
    display:block;
    float:right;
    position:relative;
    padding-left:15px;
    margin-left:10px;
    color:#c53830;
    /*font-size:12px;*/font-size:11px;
    cursor: pointer;
}
.arrowLink {
    float:left;
}
.linkTable .suggest img,
.arrowLink img {
    position:absolute;
    top:5px;
    left:0px;
}

h2.arrow {
    background-image:url('../../gfx/arrow.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:18px;
}
h1.arrow {
    background-image:url('../../gfx/arrow.gif');
    background-repeat:no-repeat;
    /*background-position:left center;*/
    background-position: 0px 4px;
    padding-left:18px;
    color:#c53830;
    font-size:16px;
}
.red {
    color:#c53830;
    font-weight: bold;
}
#search #steps3 {
    position:relative;
    height:auto;
    background-image:none;
}

.leftpanelBlock {
    margin-bottom: 40px;
}

.clubnewsrightcolumn    {
    background-image: url("../../gfx/clubnews_bg.gif");
    background-repeat: no-repeat;
    background-position: right;
    
    width: 291px;
}
.roundclubnews h3 .date    {
    color:#a79a89;
}
.club_rssfeed_list h3    {
    color: #ffffff;
}
.club_rssfeed_list  {
    padding-left: 10px;
}
.club_rssfeed_list ul  {
    list-style: url("../../gfx/newsarrowleft.gif");
    
    margin-left: 20px;
    margin-top: 5px;
}
.club_rssfeed_list li  {
    line-height: 20px;
}
.club_rssfeed_list .date    {
    color:#a79a89;
}
#mainContainer #content .club_rssfeed_list a    {
    color: #ffffff;
    text-decoration: none;
}
.club_rssfeed_list a:hover    {
    text-decoration: underline;
}
.roundclubnews table  {
    width: 100%;
}
.roundclubnews table td  {
    
}
.clubnewsleftcolumn {
    padding-right: 10px;
}


#step1, #step2, #step3   {
    height: 40px;
}
#step1 table, #step2 table, #step3 table   {
    margin-left: 15px;
    height: 40px;
}
#step1 table td, #step2 table td, #step3 table td   {
    vertical-align: middle;
}
#step1 table th, #step2 table th, #step3 table th   {
    color: #ffffff;
    font-size: 1.3em;
    padding-right: 5px;
    vertical-align: middle;
}
#step1 select, #step2 select, #step3 select   {
    /*width: 190px;*/
    width: 216px;
    height: 19px;
    /*margin: 15px 0px 0px 5px;*/
    
    color: #c53830;
    font-weight: bold;
    font-size: 11px;
}

.paging a.selected {
    font-weight: bold;
}

#mainContainer #content .clubAdres  {
    padding-top: 5px;
    font-size: 1.1em;
    line-height: 180%;
}
#mainContainer #content .clubAdres a    {
    text-decoration: underline;
    color: #92826d;
}
#mainContainer #content .clubAdres a:hover    {
    text-decoration: none;
}

#mainContainer #content .clubRssContainer   {
    background-image: url("../../gfx/bg.clubrss.gif");
    background-repeat: no-repeat;
    
    width: 800px;
    height: 220px;
}
#mainContainer #content #clubRssText   {
    height:130px; 
    overflow:auto;
}
#mainContainer #content .clubRssContainer .content   {
    float: left;
    
    width: 478px;
    height: 100%;
    
    padding: 20px 10px 10px 20px;
}
#mainContainer #content .clubRssContainer .list   {
    float:right;
    
    height: 100%;
    width: 262px;
    
    padding: 20px 10px 0px 20px;
}

#mainContainer #content .clubRssContainer .list h3    {
    color: #ffffff;
}
#mainContainer #content .clubRssContainer .list ul  {
    list-style: url("../../gfx/newsarrowleft.gif");
    
    margin-left: 15px;
    margin-top: 5px;
}
#mainContainer #content .clubRssContainer .list ul li  {
    line-height: 24px;
}
#mainContainer #content .clubRssContainer .list ul .date    {
    color:#a79a89;
}
#mainContainer #content .clubRssContainer .list ul a    {
    color: #ffffff;
    text-decoration: none;
}


#mainContainer .leftpanelContentBlock   {
    width: 245px;
}
#mainContainer .leftpanelContentBlock .top   {
    font-size: 1px;
    line-height: 1px;
    
    height: 10px;
    width: 100%;
    
    background-image: url("../../gfx/bg.content.small.gif");
    background-position: 0px 0px;
}
#mainContainer .leftpanelContentBlock .bottom   {
    font-size: 1px;
    line-height: 1px;
    
    height: 10px;
    width: 100%;
    
    background-image: url("../../gfx/bg.content.small.gif");
    background-position: 0px -10px;
}
#mainContainer .leftpanelContentBlock .content   {
    border-left: 1px solid #c7bfb5;
    border-right: 1px solid #c7bfb5;
    
    background-color: #ffffff;
}

#mainContainer #content .contentBlock   {
    width: 500px;
}
#mainContainer #content .contentBlock .top   {
    font-size: 1px;
    line-height: 1px;
    
    height: 10px;
    width: 100%;
    
    background-image: url("../../gfx/bg.content.gif");
    background-position: 0px 0px;
}
#mainContainer #content .contentBlock .bottom   {
    font-size: 1px;
    line-height: 1px;
    
    height: 10px;
    width: 100%;
    
    background-image: url("../../gfx/bg.content.gif");
    background-position: 0px -10px;
}
#mainContainer #content .contentBlock .content   {
    border-left: 1px solid #c7bfb5;
    border-right: 1px solid #c7bfb5;
    
    padding: 20px;
    
    background-color: #ffffff;
}

#mainContainer #content ul.sitemap  {
    list-style:none;
}

.floatLeft  {
    float: left;
}
.floatRight {
    float: right;
}

.clubInfo   {
    padding-left:20px;
    padding-top:10px;
}

#rssContent img {
    margin: 0px 10px 10px 0px;
}


fieldset {
    border: 1px solid #ebeae8;
    padding: 10px;
}




#content .faqitem {
    
}
#content .faqitem .title {
    font-weight: bold;
    padding-left: 20px;
    
    background-position: left;
    background-repeat: no-repeat;
}
#content .faqitem.collapsed .description {
    display: none;
}
#content .faqitem.expanded .description {
    display: block;
}
#content .faqitem.collapsed .title {
    background-image: url("../../gfx/faq_plus.gif");
}
#content .faqitem.expanded .title {
    background-image: url("../../gfx/faq_min.gif");
}
#content .faqitem .description {
    padding-left: 20px;
}



#newheader {
    /*height: 208px;*/
    height: 228px;
    
    background-image: url("../../gfx/bg.header.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

#newheader .logo {
    display: block;
    
    position: absolute;
    
    /*top: 20px;*/
    top: 40px;
    left: 0px;
    
    width: 285px;
    height: 70px;
    
    text-decoration: none;
}

#newheader .select select {
    position: absolute;
    /*top: 169px;*/
    top: 189px;
    
    width: 216px;
    height: 19px;
    
    color: #c53830;
    font-weight: bold;
    font-size: 11px;
}
#newheader .select #step1Input {
    left: 39px;
}
#newheader .select #step2Input {
    left: 328px;
}
#newheader .select #step3Input {
    left: 619px;
}

#newheader .slogan {
    color: #ffffff;
    font-weight: bold;
    
    position: absolute;
    /*top: 120px;*/
    top: 140px;
    
    padding: 0px 0px 0px 30px;
}
#newheader .banner {
    position: absolute;
    width: 234px;
    height: 60px;
    left: 315px;
    /*top: 24px;*/
    top: 44px;
    
    overflow: hidden;
}
#newheader .banner img {
    border: 0px;
}

#newheader .quicklinks {
    text-align: right;
    color:#c53830;
    
    line-height: 150%;
    
    padding-top: 4px;
}
#newheader .quicklinks a {
    text-decoration: none;
    color: #92826d;
    
    margin: 0px 5px 0px 5px;
}
#newheader .quicklinks a:hover {
    text-decoration: underline;
}
#newheader .quicklinks select {
    color:#c53830;
    font-size:11px;
    width: 100px;
    vertical-align:top;
}

#newheader .language {
    position: absolute;
    top: 111px;
    width: 100%;
    height: 32px;
    
    text-align: right;
}
#newheader .language select {
    color:#c53830;
    font-size:11px;
    width: 100px;
    vertical-align:top;
    
    margin: 7px 26px 0px 0px;
}





.linksperlanguage {
        
}

.linksperlanguage li {
    display: block;
    float: left;
    
    width: 100px;
    height: 40px;
    
    margin: 20px 5px 20px 5px;
    
    text-align: center;
}
.linksperlanguage li a,
.linksperlanguage li a:hover {
    text-decoration: none
}
.linksperlanguage li img {
    /*width: 140px;*/
}





