@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  eca												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../../template/eca/images						 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #940f00										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/*********************************************************************************/

/**************************************/
/*** MAIN														***/
/**************************************/

.homeWrp {
	background: none;
	
}
.homeWrp h1 {}
.homeWrp h2 {}
.homeWrp h3 {}
.homeWrp div.box h3 { padding: 0 7px; padding-top: 10px; color: #ffffff; background: none; }

.homeWrp div.box {
	display: block;
	margin: 0 8px; padding-bottom: 5px;
	color: #e9cfcc;
	background: #940f00 url(../images/boxOverlayRepeat.png) repeat-x top;	
}
.homeWrp div.wrp { margin: 5px 8px; padding: 4px 12px; }
.homeWrp div.box div.wrp { margin: 0; padding: 0 12px; }

/********************************************
*********************************************
*************HOME DESIGN CSS ****************
*********************************************
********************************************/

.topHome {
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
}

.leftPlace {
    width: 640px;
    float: left;
}
    .events {
        width: 289px;
        height: 260px;
        float: left;
        border-right:1px solid black;
        background: url('../images/backgroundHome.png') repeat-x;
    }
/*****************************************
******************************************
***************  TABS  *******************
******************************************
*****************************************/



    #tabs {
        background: url('../images/backgroundHome.png') repeat-x;
        border:none;
        height:255px;
    }
    
    #tabs ul {
        margin: 0px;
        background: none;
        background-color: #b12213;
        border:none;
        border-bottom: 1px solid white;
        padding:  2px;
        padding-bottom: 0px;
        height:31px;
    }
    
    #tabs li {
        height: 29px;
        color:white;
    }
    
    .event {
        color: white;
        width:265px;
        margin-left: -10px;
        margin-bottom:5px;
        padding: 3px;
    }
    .event:hover {
        background-color: #5373d0;
        cursor: pointer;
    }
    .eventSep {
        height:3px;
        border-top: 1px dotted white;
        margin-bottom:3px;
        width:265px;
        margin-left: -10px;
    }
/*****************************************
******************************************
***************END TABS*******************
******************************************
*****************************************/    
    .video {
        width: 350px;
        height: 260px;
        float: left;
    }


.rightPlace {
    width: 309px;
    height: auto;
    float: left;
    margin-left:10px;
}
    .mail {
        height: 82px;
        padding: 10px;
        background: url('../images/mail.png');
        border:1px solid #c7c7c7;
        margin-bottom:10px;
    }
    
    .button {
        width: auto;
        color: white;
        padding: 5px 10px;
        height: 13px;
        background: url('../images/button.png');
        float:right;
        margin-top: 10px;
    }
    .button:hover {
        background: url('../images/buttonHover.png');
        cursor:pointer;
    }
    
    a.banner {
        width:100%;
        height:146px;
        background: url('../images/banner-cheer.jpg') no-repeat;
		display: block;
		cursor: pointer;
    }

.lineHome {
    width: 100%;
    height: 5px;
    background-color: #940f00;
    margin-bottom: 10px;
    margin-top: 10px;
}

/********************************************
*********************************************
*************HOME DESIGN BOTTOM CSS *********
*********************************************
********************************************/

.bottomHome {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
    
.bottomLeftHome {
    width: 640px;
    height: auto;
    float: left;
}
    
    .bottomNewsEca {
        width: 358px;
        height: auto;
        float: left;      
    }
    
    .newsTittle {
        width: auto;
        height: 23px;
        padding-top: 6px;
        padding-left:10px;
        background: url('../images/newsTittle.png') repeat-x;
        
        color: white;
        font-size: 15px;
        font-weight:bold;
    }
    
    .tittleLeft {
        width:auto;
        float:right;
    }

    .archive {
        color: #9fadd5;
        font-size: 13px;
        font-weight: normal;
        float: left;
    }
    .archive:hover {
        text-decoration: underline;
        color:white;
        cursor:pointer;
    }
    .rss {
        width: 16px;
        height: 16px;
        background: url('../images/rss.png');
        float: left;
        margin-left:10px;
        margin-right:10px;
    }
    .rss:hover {
        background: url('../images/rssHover.png');
        cursor:pointer;
    }
    
    .newsContent {
        height: auto;
        width: auto;
        border:1px solid #cccccc;
        border-top: none;
        border-bottom: none;
        
        background-color: #f0f2f5;
    }
    .news {
        padding: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #cccccc;
    }
    .news:hover {
        background-color: #fee7e4;
        cursor: pointer;
    }
    .imageNews {
        width: 88px;
        height: auto;
        background: url('../images/imageNews.png') no-repeat center;
        background-color: white;
        border: 1px solid #bcbcbc;
        float: left;
    }
    .newsText {
        height: auto;
        margin-left: 10px;
        width: 230px;
        
        color: #103397;
        font-weight: bold;
        font-size: 13px;
    }
    .datumNews {
        margin-left: 10px;
        color: #ababab;
        font-weight: normal;
        font-size: 12px;
    }
    .newsIcons {
        float: right;
        width: 55px;
        height: 24px;
    }
    
    .comment {
        width: 22px;
        height: 24px;
        background: url('../images/comment.png');
        float:left;
    }
    
    .comment:hover {
        background: url('../images/commentHover.png');
    }
    .commentNumb {
        width: 17px;
        height: 22px;
        background: url('../images/commentNumb.png');
        float:left;
        margin-left: 10px;
        padding-left: 5px;
        padding-top: 2px;
            
        font-size: 11px;
        color: white;
    }

    .flagNews {
        width: 24px;
        height: 19px;
        float:left;
 
        
    }
    
    .moreNews {
        border: 1px solid #cccccc;
        border-top: none;
        padding: 3px;
        text-align: right;
        background-color: #fbe3b2;
    }

    .adsHome {
        width: 620px;
        height: auto;
        padding: 10px;
        background-color: #940f00; 
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .leftAdHome {
        width: 320px;
        height: 263px;
        background-image: url('../images/adLeftHome.png');
        float: left;
    }
    
    .rightAdHome {
        width: 290px;
        height: auto;
        float: left;
        margin-left: 10px;
    }
    
    .adRightTop {
        width: 290px;
        height: 139px;
        background-image: url('../images/adRightTop.png');
    }
    .adRightBottom {
        width: 290px;
        height: 114px;
        margin-top: 10px;
        background-image: url('../images/adRightBottom.png');
    }

.bottomRightHome {
    width: 309px;
    height: auto;
    float: left;
    margin-left:10px;
}

    .youtube {
        width: 309px;
        height: auto;
        background:  url('../images/youtube.png');
    }

    .bigFlag {
        width: 65px;
        min-height: 80px;
        float: left;
        margin-top: 8px;
        padding: 5px;
        margin-left: 17px;
    }
    .bigFlag:hover {
        background-color: #103397;
        color: white;
        cursor: pointer;
    }
    
    .bigFlagImage {
        width: 64px;
        height: 70px;
        
    }
    
    .flagName {
        text-align: center;
        position: relative;
        top: 55px; 

    }





























