/** 
	 stylesheet for sections
**/

	div#zone_login {
		position: relative;
		margin: 50px auto 0 auto;
		width: 260px;
		height: 90px;
		background-image: url('/images/login_form.jpg');
	}
	
	div#zone_login .left {
		position: relative;
		font-weight: bold;
		width: 60px;
		font-style: italic;
	}
	
	.text_input {
		width: 150px;
		margin: 0;
		padding: 0;
		height: 15px;
		font-size: 10px;
		border: solid 1px orange;
	}
	
	div#zone_login a {
		color: navy;
		text-decoration: none;
		font-weight: bold;
	}
	
	div#zone_login a:hover {
		color: #ff6600;
	}
	
	.list {
		margin: 0 0 20px 40px;
		padding: 0;
		list-style: none;
		width: 400px;
	}
	
	.list li {
		padding: 10px 0 10px 60px;
		text-align: justify;
		background-image: url('/images/list_bullet.gif');
		background-repeat: no-repeat;
		background-position: 0 9px;
		line-height: 20px;
	}
	
	.section_txt {
		margin: 5px;
		padding: 0;
		text-align: justify;
		line-height: 20px;
	}
    
    .note-box {
        position: relative;
        margin-top: 50px;
        padding: 5px 5px 15px 5px;
        border: solid 1px #A59BE1;
    }
    
    .note-box h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .note-box ul {
        list-style: none;
        margin: 0 0 0 20px;
        padding: 0;
    }
    
    .note-box ul li {
        padding: 5px 0 5px 0;
    }
    
    .note-box span.date {
        display: inline-block;
        font-weight: bold;
        width: 75px;
        font-size: 9px;
    }
    
    .oznam {
        line-height: 20px;
        text-align: justify;
        margin: 20px 0 40px 0;
        background: #f1f1f1;
        border: solid 1px silver;
        padding: 10px;
    }
    
    .oznam span.date {
        display: block;
        font-size: 9px;
        font-weight: bold;
        color: gray;
    }
    
    .oznam a {
        color: black;
    }
    
