body {
	background:#ffffff url(images/bg.png) repeat-x;
    margin:0px;
    padding:0px;
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:12px;
    color:#535352;
    
}   
    #Base {
        width:914px;
        margin:0 auto;
    }
        
/*
 * HEAD
 */        
 #Head {
    background:url(images/header.jpg);
    width:914px;
    height:391px;
	overflow:hidden;
}
    #Menu {
        margin:0px;
        padding:0px;
        padding-top:144px;
        padding-left:10px;
        width:284px;
    }
        #Menu li {
            padding:0px;
            margin:0px;
            list-style:none;
            background:url(images/vdot.gif) bottom repeat-x;
        }    
            #Menu li a {
                padding-top:4px;
                padding-bottom:4px;
                cursor:pointer;
                display:block;
                font-size:14px;
                color:#fff;
                text-decoration:none;
                padding-left:25px;
                font-weight:normal;
				width:259px;
                background:url(images/menuIcon.gif) no-repeat 5px center;
            } 
                #Menu li a:hover {
                    color:#fff;
                    background:#12232e url(images/menuIcon.gif) no-repeat 5px center;
                }   
                #Menu li ul { 
                    display:none;
                    position:absolute;
                    margin-left:283px;
                    background:#F0EFE8;
                    border:#B6B1A7 1px solid;
                    padding-left:0px;
                    margin-top:-29px;
                }       
                #Menu li:hover ul { 
                    display:block;
                }  
                #Menu li ul a {
                    padding-top:4px;
                    padding-bottom:4px;
                    cursor:pointer;
                    display:block;
                    font-size:14px;
                    color:#373E5E;
                    text-decoration:none;
                    font-weight:normal;
                    background:none;
                    padding-left:10px;
                    padding-right:10px;
                }      
                    #Menu li ul a:hover {
                        background:#12232e;
                    }     
                    #Menu li:hover a {
                        background:#12232e url(images/menuIcon.gif) no-repeat 5px center;
                    }       
                    #Menu li:hover li a {
                        background:url(images/vdot.gif) bottom repeat-x;
                    }
                    #Menu li:hover li a:hover {
                        background:#12232e;
                    }
  
/*
 * CONTENT
 */   
#Content {
    border-left:2px solid #b8b4a4;
    border-right:2px solid #b8b4a4;
    background:#f9f8f3;
    padding:15px;
    width:880px;
}
    #Left {
        width:276px;
        float:left;
    }
/*
 * NEWS
 */    
        #newsTop {
            background:url(images/newsTop.gif) no-repeat;
            width:276px;
            height:6px;
            font-size:1px;
            overflow:hidden;
        }
        #newsBottom {
            background:url(images/newsBottom.gif) no-repeat;
            width:276px;
            height:6px;
            font-size:1px;
            overflow:hidden;
        }
        #newsCenter {
            background:#f0efe8;
            padding:5px;
        }
        #NewsLatest h2 {
            margin:0px;
        }
            #NewsLatest h2 a {
                color:#435a8b;
                font-size:12px;
                text-decoration:none;
            }
                #NewsLatest h2 a:hover {
                    text-decoration:underline;
                }
                #NewsLatest h2 span {
                    font-size:10px;
                    color:#535352;
                    line-height:12px;
                    font-weight:normal;
                }
                .newsLatestItem {
                    background:url(images/vdot2.gif) repeat-x bottom;
                    padding-bottom:5px;
                    margin-bottom:5px;    
                }
					.matchItem table  {
						width:100%;
						text-align:center;
						font-size:18px;
					}
                        
                #newsMore {
                    display:block;
                    margin-top:15px;
                    margin-bottom:10px;
                    padding-left:25px;
                    background:url(images/menuIcon.gif) no-repeat 5px center;
                }
    #NewsRead h1 span{
        font-size:14px;
        color:#b8b4a4;   
    }                
        #NewsList h2 {
            margin:0px;
        }
            #NewsList h2 a {
                color:#435a8b;
                font-size:12px;
                text-decoration:none;
            }                
    #NewsList h2 span{
        color:#535352;
        font-size:10px;
        font-weight:normal;
        line-height:12px;  
    }       
        #videoDoboz {
            background:url(images/videoDoboz.jpg) no-repeat;
            width:274px;
            height:130px;
            display:block;
        }
    .newsListItems {
        background:url(images/vdot2.gif) repeat-x bottom;
        margin-bottom:10px;
        padding-bottom:5px;        
    }        
/*
 * GALLERY
 */        
        #GalleryRead a {
            display:block;
            margin:5px;
            padding:2px;
            border:2px solid #B6B1A7;
            float:left;
        }
            #GalleryRead a img {
                border:none;
            }
        .galleryItems {
            
        }   
        .galleryItemsVdot {
            clear:both;
            background:url(images/vdot2.gif) repeat-x bottom;
            margin-bottom:10px;
            padding-bottom:5px;
        }         
        .galleryItems h1 {
            border:none;
            margin:0px;
            font-size:18px;
        }
            .galleryItems h1 a:hover {
                text-decoration:underline;
            }        
             .galleryItems h1 span {
                 font-size:14px;
                 color:#b8b4a4;
             }
             #GalleryRead h1 span {
                 font-size:14px;
                 color:#b8b4a4;
             }
        .galleryItemsTexts {
            float:left;
        }
            .galleryText {
                width:420px;
            }
        .galleryItems img {
            float:left;
            margin-right:10px;
            margin-bottom:10px;
            padding:2px;
            border:2px solid #B6B1A7;            
        }
/*
 * DOCUMENTS
 */       
 #DocumentList ul li {
     list-style:square;
     background:url(images/vdot2.gif) repeat-x bottom;
 }
     #DocumentList ul li a {
         text-decoration:none;
         display:block;
         padding-bottom:5px;
         padding-bottom:5px;         
     } 
        #DocumentList ul li a:hover {
            background-color:#F0EFE8;
        }   
    #DocumentList h2 span {
        color:#b8b4a4;
    } 
    #Right {
        float:right;
        width:574px;
    }
        #doboz1 {
            background:url(images/1.jpg) no-repeat;
            width:140px;
            height:191px;
            display:block;
            float:left;
            cursor:pointer;
        }  
            #doboz1:hover {
                background:url(images/1on.jpg) no-repeat;
            }
        #doboz2 {
            background:url(images/2.jpg) no-repeat;
            width:140px;
            height:191px;
            display:block;
            float:left;
            cursor:pointer;
        }  
            #doboz2:hover {
                background:url(images/2on.jpg) no-repeat;
            }
        #doboz3 {
            background:url(images/3.jpg) no-repeat;
            width:140px;
            height:191px;
            display:block;
            float:left;
            cursor:pointer;
        }  
            #doboz3:hover {
                background:url(images/3on.jpg) no-repeat;
            }
        #doboz4 {
            background:url(images/4.jpg) no-repeat;
            width:140px;
            height:191px;
            display:block;
            float:left;
            cursor:pointer;
        }    
            #doboz4:hover {
                background:url(images/4on.jpg) no-repeat;
            }
        #Connector {
            float:right;
            margin-top:0px;
            margin-right:0px;
            margin-left:10px;
            margin-bottom:10px;
            border:1px solid #B6B1A7;
            background:#e7e4de;
            padding:8px;
            padding-left:22px;
        } 
            #Connector li {
                list-style:square;
                background:url(images/vdot2.gif) repeat-x bottom;
                padding-bottom:2px;
                margin-bottom:3px;
            } 
                #Connector li a {
                    text-decoration:none;
                }
                #Connector li a:hover {
                    text-decoration:underline;
                }    
                                  
/*
 * ELEMENTS
 */
.clear {
    clear:both;
    font-size:1px;
    overflow:hidden;
}    
h1 {
    font-weight:normal;
    font-size:22px;
    color:#373e5e;
    border-bottom:2px solid #b6b1a7;
}
    h1 a {
        font-weight:normal;
        text-decoration:none;
    }
a {
    color:#373E5E;
    font-weight:bolder;
}
h2 {
    font-weight:normal;
    font-size:18px;
}
    
/*
 * FOOT
 */
#Foot {
    background:url(images/footer.gif) no-repeat;
    width:914px;
    height:48px;
    color:#fff;
    font-size:11px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    line-height:48px;
    margin-bottom:15px;
}  
    #Foot span {
        padding-left:6px;
        padding-right:6px;
    }
