	#nastavitve {
		width: 1000px;
		height: 300px;
		clear: both;
		float: left;
		border: 3px solid blue;
	}
	
		
	#orodnaVrstica {
		position: fixed;
		top: 100%;
		width: 950px;
		height: 60px; 
		left: 50%;
		margin-left: -475px;
		margin-top: -60px;
		background: lightblue;
		border: 1px solid gray;
	}
	 
	.seznamOrodnaVrstica li {
		float: left;
		list-style-type: none;
		padding-left: 10px;
	}
	
	#fleha {
		background-image: url("../../../images/reply_background.png");
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 2;
		display: none;
	}
		
		#administracija {
			width: 300px;
		}
			#login {
				position: absolute;
				left: 50%;
				width: 300px;
				margin-left: -150px;
				border: 0px solid black;
				margin-top: 50px;
				display: none; 
			}
			
			#cms {
				position: absolute;
				left: 50%;
				width: 300px;
				margin-left: -150px;
				border: 0px solid black;
				margin-top: 50px;
				display: none; 
			}
		
			.seznamLogin li {
				list-style-type: none;
				color: white;
				font-size: 20px;
				padding-top: 10px;
			}
			
			.seznamLogin li  input{
				font-size: 25px;
			}
			
			.seznamLogin li  input[type=submit]{
				margin-top: 5px;
				font-size: 20px;
			}
