@charset "utf-8";
body {
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #E2E4E6;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b5358;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial;
	margin-top: 10px;
}
a {
	color: #EC008C;
	text-decoration: none;
}


h1 {
	margin: 0px;
	font-size: 28px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	font-size: 21px;
	color: #5C676D;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	font-size: 18px;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	font-size: 14px;
	color: #5C676D;
}


#wrapperOut {
	background-image: url(../images/wouter-img.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}
#wrapperInner {
	background-image: url(../images/winner-img.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container {
	margin: auto;
	width: 900px;
}
#container #header {
	height: 90px;
	width: 900px;
	padding-top: 18px;
}
#container #nav {
	height: 32px;
	width: 900px;
	padding-bottom: 14px;
}
#container #content {
	width: 900px;
}
#content #left {
	float: left;
	width: 263px;
	padding-top: 5px;
}
#content  #rightOut {
	float: left;
	width: 195px;
	background-image: url(../images/rightOuter.jpg);
	background-repeat: no-repeat;
	height: 456px;
	background-color: #E3E4E8;
}
#rightOut #rightInner {
	height: 456px;
	background-image: url(../images/rightInner.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-left: 12px;
}
#rightInner img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightInner #btn {
	height: 27px;
	padding-top: 7px;
	width: 180px;
	float: left;
	display: block;
}

#rightInner  #btn a {
	width: 163px;
	float: left;
	display: block;
	height: 27px;
	left: 5px;
	position: relative;
}
#rightInner  #btn a:hover {
	background-position: 0px -27px;
	}
.uslovi {
	background-image: url(../images/uslovi-putovanja.png);
}
.newyorkPDF {
	background-image: url(../images/new-york-btn.png);
}
#rightInner #genInfo {
	float: left;
	width: 170px;
	font-size: 11px;
	padding-left: 12px;
	padding-top: 24px;
}



#btn .hidden {
	display: none;
}




#content #center {
	float: left;
	width: 428px;
	padding-left: 14px;
	background-image: url(../images/price.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer  {
	background-repeat: repeat-x;
	width: 100%;
	height: 87px;
	background-image: url(../images/footer-bg.png);
}



.clearer {
	clear : both;
}

