/***********************
		CSS Ares
       spletko.com
***********************/

/* ------ BASIC ------ */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-size: .625em;
    color: #000;
    background: url(../img/bodyBack.gif) repeat-x left top;
}

a, img {
    outline: none;
}

img {
    border: none;
}


p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

/* ------ HEADER ------ */
#header {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    height: 134px;
    background: url(../img/headerBack.gif) no-repeat left top;
}

#header .login {
    float: right;
    font-size: 1.2em;
    line-height: 2em;
}

#header .login a {
    color: #000;
    text-decoration: none;
}

#header .login a:hover {
    text-decoration: underline;
}


/* ------ MAIN CONTENT ------ */
#main {
    width: 970px;
    margin: 0 auto 10px auto;
    padding: 0;
}

/* ------ LEFT MENU ------ */
#menuLeft {
    width: 224px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

#menuLeft .menuTop {
    background: #000 url(../img/menuLeftTop.jpg) no-repeat left top;
    width: 224px;
    font-size: 1.2em;
}

/* ikonca domov */
#menuLeft .menuTop a.home {
    width: 40px;
    height: 30px;
    display: block;
    text-decoration: none;
}

/* meni */
#menuLeft .menuTop ul {
    list-style: none;
    margin: 10px 0 0 0;
}

#menuLeft .menuTop ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 6px 20px;
    border-bottom: 1px solid #5F3300;
}

#menuLeft .menuTop ul li a:hover {
    color: #EE7F01;
    background: url(../img/menuLeftArrow.gif) no-repeat 205px center;
}

#menuLeft .menuTop ul li a.selected {
    color: #EE7F01;
    background: url(../img/menuLeftArrow.gif) no-repeat 205px center;
}

#menuLeft .menuTop ul li a.last {
    border: none;
}

/* noga menija */
#menuLeft .menuBottom {
    background: url(../img/menuLeftBottom.gif) no-repeat left top;
    width: 224px;
    height: 69px;
}

/* razno menu */
#menuLeft p {
    margin: 0 0 20px 20px;
    font-size: 1.2em;
    line-height: 2em;
}


/* ------ CONTENT ------ */
#content {
    float: right;
    margin: 20px 0 0 0;
    padding: 0;
    width: 725px;
}

#content p {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

#content ul {
    list-style: square;
    margin: 0 0 0 15px;
    font-size: 1.2em;
}

#content a {
    color: #EE7F01;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

/* headings */
#content h1 {
    font-size: 2.1em;
    color: #000;
    margin: 0 0 3px 0;
}

#content h2 {
    font-size: 1.7em;
    color: #04589D;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#content h3 {
    font-size: 1.5em;
    color: #666;
    margin: 0 0 10px 0;
    font-weight: normal;
}

/* forme */
#content form {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

#content form input {
    border: 1px solid #797979;
    padding: 3px;
    font-family: Arial;
    width: 150px;
}

#content form input.login {
    font-size: 1em;
    width: 60px;
}

#content form textarea {
    border: 1px solid #797979;
    padding: 3px;
    font-family: Arial;
}

#content form select {
    border: 1px solid #797979;
    padding: 3px;
    font-family: Arial;
    width: 150px;
}

/* razno */
.error {
    border: 1px solid red;
    color: red;
    padding: 10px;
    font-size: 1.2em;
}


/* ------ SUBPAGES ------ */

/* baloni */
.izpitiBaloon {
    background: url(../img/izpitiBaloonBack.jpg) no-repeat left top;
    width: 337px;
    height: 141px;
    float: left;
    margin: 0 10px 30px 0;
    padding: 10px;
}

.obvestilaBaloon {
    background: url(../img/obvestilaBaloonBack.jpg) no-repeat left top;
    width: 337px;
    height: 141px;
    float: left;
    margin: -12px 0 30px 0;
    padding: 10px;
    position: relative;
}

.izpitiBaloon div.text,
.obvestilaBaloon div.text {
    font-size: 1.2em;
    float: left;
    line-height: 2em;
}

.izpitiBaloon div.text span.title,
.obvestilaBaloon div.text span.title {
    font-size: 1.5em;
}

#content .izpitiBaloon div.text a,
#content .obvestilaBaloon div.text a {
    color: #fff;
    text-decoration: underline;
}

#content .izpitiBaloon div.text a:hover,
#content .obvestilaBaloon div.text a:hover {
    text-decoration: none;
}

.obvestilaBaloon .arhiv{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 1.2em;
}

#content .obvestilaBaloon .arhiv a {
    color: #D1E0B2;
    text-decoration: underline;
}

#content .obvestilaBaloon .arhiv a:hover {
    text-decoration: none;
}

/* izkaznica študenta */
table.student {
    border-collapse: collapse;
    width: 725px;
    font-size: 1.2em;
    color: #333;
    clear: both;
}

table.student tr td {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    padding: 3px 20px;
}

table.student tr td.image {
    border: none;
    vertical-align: top;
    padding: 0 0 0 10px;
    text-align: center;
    font-size: 0.9em;
    width: 120px;
}

table.student tr td.image img {
    padding: 2px;
    border: 1px solid;
}

/* aktualno */
.images img {
    border: 1px solid #ccc;
    margin: 5px 5px 5px 0;
    padding: 1px;
    width: 136px;
}


/* ------ FOOTER ------ */
#footer {
    margin: 20px auto 0 auto;
    padding: 10px 0;
    width: 970px;
    border-top: 8px solid #EE7F01;
    text-align: center;
    color: #666;
    clear: both;
}

#footer img {
    vertical-align: middle;
}

#footer a {
    color: #666;
    text-decoration: none;
}

/* ------ EASY CLEARING ------ */
#main:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}