#header {
	
	background:url("../slike/body-bg1.jpg") repeat;
	
	height:100;
	margin:0px auto;
	height:100px;
	color:#FF3333;
	white-space: nowrap;
	width:auto;
	border:1px solid #000000;
	}
#header_img {
	margin-left:30px;
	float:left;
	}

#header_img img {
		height:100px;
		
		}
		
#header_img2 {
	float:right;
	}
#header_img2 img {
		height:50px;
		}
	
@media (min-width:1380px) {
#header_img2 img {
	height:100px;
	}
	}
	
#header_txt {


	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	float:left;
	margin-left:50px;
	padding-top:20px;
	color:#ffffff;
	height:auto;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px #000000;	
	}	

