body, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #2A3944;
	min-width:950px;
}

body, p, td, div {
	font-family: Arial; 
	font-size: 12px; 
	color: #cccccc;
	line-height: 16px;
}

p { 
	text-align: left;
}

img { border: 0px;
}

#main {
	width: 950px;
	height:460px;
	background-image: url('http://www.grajskipark.net/img/cmn/bkg-pomlad.jpg');
	background-repeat: no-repeat;
	text-align: left;
	margin:0 auto;
	
}

	#header {
		width: 950px;
		height: 121px;
		margin-bottom: 0px;
		text-align: left;
	}
	
		.lang {
			float: right;
			margin-right:155px;
			width: 165px;
			color: #999999;
			font-size: 10px;
			margin-top:5px;
		}

	
#main-sub {
	width: 950px;
	height: 405px;
	background-image: url('http://www.grajskipark.net/img/cmn/bkg-pomlad_sub.jpg');
	background-repeat: no-repeat;
	text-align: left;
	margin:0 auto;
}
	
	#header-sub {
		width: 950px;
		height: 176px;
		text-align: left;
		margin:0 auto;
	}
	
		#kozolec {
			float: left;
			width: 200px;
			height: 175px;
			left: 162px;
			margin:0px;
			margin-right:1px;
		}		
		
		#menu-zgoraj {
			float: left;
			height: 95px;
			width: 450px;
			margin-top: 39px;
			background-color: #1B2228;
			background-image: url('http://www.grajskipark.net/img/cmn/menu_sub/menu_sub_bkg.jpg');
			background-repeat: no-repeat;
			border: 1px solid #919263;
			padding:10px;
		}
		
			.menu-btn {
				margin-right:15px;
				margin-bottom:10px;
			}
			
			.menu-btn1 {
				margin-right:15px;
			}
			
			.menu-headline {
				color: #CCCC99;
				font-size:18px;
				font-weight: bold;
				font-style: italic;
			}
			.menu-desc {
				display:none;
				float: right; 
				width:160px;
			}
			

			.menu-desc-headline {
				font-size: 18px;
				line-height: 22px;
				color:#CCCC99;
				text-transform: uppercase;
				font-weight: bold;
			}

	#side-menu {
		position: relative;
		left: 140px;
		top: 87px;
		width: 150px;
	}
	
	#side-menu-sub {
		position: relative;
		left: 140px;
		top: 32px;
		width: 150px;
	}
	
	#menu1 {
		position: relative;
		left: 340px;
		top: 5px;
		height: 47px;
		width: 150px;
		
	}
	
	#menu2 {
		position: relative;
		left: 340px;
		top: 5px;
		width:350px;
	}
	
	#display {
		position: relative;
		left: 505px;
		top: -80px;
		width: 85px;
		height: 85px;
		cursor: hand;
	}

	#event-banner-holder {
		position: relative;
		left: 610px;
		top: -82px;
		width: 215px;
		height: 215px;
		text-align: center;

	}
		
		#event-banner {
			position: relative;
			background-image: url('http://www.grajskipark.net/img/prva/event_banner_bkg.jpg');
			background-repeat: no-repeat;
			top: 1px;
			width: 215px;
			height: 215px;
			padding: 20px;
			padding-top:15px;
			text-align: center;
			display:none;

		}

			.event-date {
				font-size: 14px;
				line-height: 22px;
				color:#CCCCCC;
			}

			.event-headline {
				font-size: 18px;
				line-height: 22px;
				color:#ff3333;
				text-transform: uppercase;
				font-weight: bold;
			}
		
	#parking {
		position: relative;
		left: 330px;
		top: -300px;
		width: 260px;
		height: 65px;
		cursor: hand;
		z-index:1;
		
	}

	#parking-slider-holder {
		position: relative;
		left: 333px;
		top: -296px;
		width: 260px;
		height: 325px;
		text-align: center;
		
	}
	
		#parking-slider {
			position: relative;
			background-image: url('http://www.grajskipark.net/img/prva/parking_slider.jpg');
			background-repeat: no-repeat;
			width: 260px;
			height: 325px;
			text-align: center;
			display:none;
		}
		
	#vsebina {
		position: relative;
		left: 342px;
		top: -154px;
		width: 450px;
		background-color: #1B2228;
		filter:alpha(opacity=85);
		-moz-opacity:.85;
		opacity:.85;
		border: 1px solid #919263;
		padding: 20px;
		text-align: left;
	}
	
		.headline {
			font-size: 18px;
			line-height: 22px;
			color:#ff3333;
			font-weight: bold;
			
		}

ul {
	list-style-type: square; 
	color: #FFFFFF;
}


input.news-subscribe {
	width: 150px; 
	border: 0px;
	margin-top: 5px;
}

.footer-icon {
	margin-right: 5px;
	margin-left: 10px;
}

.knjige-btn-image {
	position: relative; 
	top: 5px; 
	margin-left: 10px; 
	margin-right: 3px;
}

a:link, a:visited, a:active {
	font-family: Arial; 
	font-size: 12px; 
	color: #CCCC99;
	text-decoration:none;
}

a:hover {
	font-family: Arial; 
	font-size: 12px; 
	color: #CCCC99;
	text-decoration: underline;
}

a:link.blue, a:visited.blue, a:active.blue {
	color: #26749F;
}

a:hover.blue {
	color: #26749F;
	text-decoration: underline;
}

a:link.darkblue, a:visited.darkblue, a:active.darkblue {
	color: #476D97;
	font-weight: bold;
}

a:hover.darkblue {
	color: #476D97;
	font-weight: bold;
	text-decoration: underline;
}

a:link.knjige-blue, a:visited.knjige-blue, a:active.knjige-blue {
	color: #508ACB;
}

a:hover.knjige-blue {
	color: #508ACB;
	text-decoration: underline;
}

a:link.knjige-violet, a:visited.knjige-violet, a:active.knjige-violet {
	color: #D289B6;
}

a:hover.knjige-violet {
	color: #D289B6;
	text-decoration: underline;
}

a:link.knjiga-violet, a:visited.knjiga-violet, a:active.knjiga-violet {
	font-weight: bold;
	color: #D289B6;
}

a:hover.knjiga-violet {
	font-weight: bold;
	color: #D289B6;
	text-decoration: underline;
}

a:link.prelistaj, a:visited.prelistaj {
	color: #333333;	
}

a:active.prelistaj {
	color: #D289B6;
}

a:hover.prelistaj {
	color: #D289B6;
	text-decoration: underline;
}

a:link.small-footer, a:visited.small-footer, a:active.small-footer {
	font-size: 10px; 
	color: #999999;
}

a:hover.small-footer {
	font-size: 10px; 
	color: #999999;
	text-decoration: underline;
}

a:link.unsubscribe, a:visited.small-unsubscribe, a:active.small-unsubscribe {
	font-size: 12px; 
	color:#476D97;
}

a:hover.unsubscribe {
	font-size: 10px; 
	color: #476D97;
	text-decoration: underline;
}

a:link.news-headline, a:visited.news-headline, a:active.news-headline {
	font-weight: bold;
	color: #444444;
}

a:hover.news-headline {
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}

.tip {position:absolute; z-index:10; display:none;}