@CHARSET "UTF-8";

html, body {
	height: 90%;

}
body {
    	margin: 0px;
        padding: 0px;
        border: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center
}

a {text-decoration: none}

#center-panel {
    position: relative;
    margin: 10px auto;
    width: 964px;
}

#header {
    margin: 10px auto;
    float: left;
    height:215px;
    width: 964px;
    background-image: url('../clip/top_banner.png')
}
#holder {
    margin: 10px auto;
    float: left;
    width: 964px;
}

#subholder {
    margin: 0 auto;
    width: 740px;
}

#bottom {
    margin: 20px 0 0 0;
    float: left;
    height: 107px;
    width: 964px;
    background: url('../clip/bottom.png') no-repeat center;
}

a.sub {
    position: relative;
    float: left;
    margin: 10px;
    width: 225px;
    height: 40px;
    padding: 7px 0 0 0;
    background: url('../clip/mesiac.png') no-repeat left top;
    color: black;
    font-family: verdana;
    font-weight: bold
}
a:hover.sub {
    background: url('../clip/mesiac-h.png') no-repeat left top;
}

.nadpis_mesiac {
    position: relative;
    float: left;
    width: 964px;
    color: #1593B3;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold
}
a.text{
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: verdana;
    color: #1593B3;
    line-height: 25px;
    margin: 20px 0 0 20px;
    text-decoration: none
}

a:hover.text{
    color: crimson;
    font-size: 20px;
}

a.arrow {
    position: relative;
    margin-right: 20px;
    float: right;
    width: 48px;
    height: 35px;
    background: url('../clip/back.png') no-repeat left top;
}

a:hover.arrow {
    background: url('../clip/back-h.png') no-repeat left top;
}

