
	/* navigation */
	#nav {
		background:#F2E8CF;
		height:120px;	
		width:956px;
	}
	
	#nav ul {	
		width:710px;
		margin:0 auto;	
	}
	
	#nav li {	
		border-right:1px solid #fff;
		float:left;
		padding-left:1px;
		width:175px;
		list-style-type:none;
		text-align:center;
		margin-top:0px;
	}
	
	#nav a {
		color:#B23347;
		display:block;
		
		position:relative;
		
		font-size:11px;		
		height:120px;
		text-decoration:none;
	}	
	
	#nav a.current {
	color:#B23347;
		display:block;
		
		position:relative;
		font-size:11px;		
		height:120px;
		text-decoration:none;
		background:#fff url(images/bg_pomjeri_bottom.jpg) bottom left repeat-x;	
	}
	
	#nav img {
		border:none;
		margin:0 0 5px 42px;		
		display:block;
	}
	
	#nav strong {
		display:block;		
	}
	
	/* panes */
	#panes {
		background-color:#fff;
		width:956px;	
		height:300px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
	
	
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:1px;
		left:1px;
		width:930px; 
	}
	

	
	#panes img {
		float:left;
		margin-left:60px;	
	    margin-right:100px;
		
	}
	
	#tecaj{
	background-color:#fff;
		width:956px;	
		}
	
	
	#tecaj img{
		float:left;
		margin-left:40px;	
	    margin-right:10px;
	}
	
	#panes  p, #tecaj p{
		text-align:left;
		text-indent:30px;
		
	}
	
	#panes  p.more, #tecaj p.more{
	text-align:center;
	text-indent:0;
		color:#333;
		font-weight:bold;
		
	}
	
	#panes  h1, #tecaj h1, .contact h1{
	    color:#B23347;
		margin-top:30px;
		margin-bottom:20px;
		font-weight:bold;
	}
	
	#tecaj h1{
	margin-top:30px;
	}
	
	.contact h1{
	text-align:left;
	margin-top:1px;
	}
	
    #panes ul{
	text-align:left;
	margin-left:100px;
	}
	
	
	
	