#header {
    width: 100%;
    height: 105px;
    background: #098ccd;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    #header, #header div, #header a, #header span, #header input {
	font: 11px/12px Helvetica, Arial, Verdana, Tahoma;
    }

    #header .clear {
	clear: both;
	float: none;
    }

    #header .top {
	height: 70px;
	padding: 0 0 0 20px;
    }
    
	#header .th {
	    text-align: left;
	    padding: 18px 0 0 0;
	}
    
	#header .top .logo {
	    display: block;
	    width: 145px;
	    height: 34px;
	    background: url('http://pravnica.net/static/img/pravnica_logo.png') top left no-repeat;
	    float: left;
	}

	#header .info {
	    color: #ffffff;
	    float: right;
	    text-align: right;
	    margin: 0 20px 0 0;;
	}

	    #header .info a {
		color: #ffffff;
	    }

		#header .info a:hover {
		    text-decoration: none;
		}

	    #header .info input {
		border: 0px;
		padding: 2px;
		font-size: 12px;
		margin: 8px 0 0 0px;
		float: left;
	    }
	    
	    #header .info .sbut {
		background: #424242;
		color: #ffffff;
		display: block;
		width: 60px;
		text-decoration: none;
		float: left;
		text-align: center;
		padding: 2px;
		margin: 7px 0 0 8px;
		cursor: pointer;
	    }


    #header .menu {
	height: 35px;
    }
    
	#header .menu .menuline {
	    background: #0177b3;
	}
    
	#header .menu .list {
	    height: 35px;
	    padding: 0 0 0 20px;
	}
    
	    #header .menu .list a {
		display: block;
		float: left;
		border-right: 1px solid #ffffff;
		color: #ffffff;
		text-decoration: none;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px 0 10px;
		cursor: pointer;
	    }

	    #header .menu .list .f {
		border-left: 1px solid #ffffff;
	    }
	    
	    #header .menu .list .active, #header .menu .list a:hover {
		background: #ffffff;
		color: #4a4a4a;
	    }

