html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	overflow-y: scroll;
}

img {
	border: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

body {
	background: #dadada url(images/bg.png) repeat-x;
	color: #484848;
}

.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}

#container {
	min-height: 100%;
	position: relative;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	padding-top: 95px;
	padding-bottom: 110px;
}

#logo {
	position: absolute;
	top: 30px;
	left: 10px;
}

#menu    { position: absolute; top: 50px; left: 200px; font-size: 10px; }
#menu li { float: left; margin-right: 35px; }
#menu li a { color: #555555 }
#menu li a:hover { color: #c12829; }

#search-form {
	position: absolute;
	right: 36px;
	top: 28px;
}

#search-form input#search {
	border: 0;
	background: url(images/search.png) no-repeat;
	width: 128px;
	height: 16px;
	padding: 6px 34px 6px 10px;
}

#language {
	position: absolute;
	/* top: 65px; */
	top: 40px;
	right: 35px;
	width: 94px;
	height: 23px;
	background: url(images/language.png) no-repeat;
	padding-left: 80px;
	padding-top: 8px;
}

#language.lang-tr { background-position: 0 -0px }
#language.lang-en { background-position: 0 -31px }
#language.lang-it { background-position: 0 -62px }
#language.lang-nl { background-position: 0 -93px }

#language li {
	width: 19px;
	height: 13px;
	float: left;
	margin-right: 2px;
}

#language li a,
#language li span {
	display: block;
	width: 18px;
	height: 13px;
	text-indent: -9999em;
	background: url(images/flags.png) no-repeat;
}

#language li#language-tr a { background-position:   0px -13px }
#language li#language-en a { background-position: -18px -13px }
#language li#language-it a { background-position: -36px -13px }
#language li#language-nl a { background-position: -54px -13px }

#language li#language-tr span { background-position:   0px 0px }
#language li#language-en span { background-position: -18px 0px }
#language li#language-it span { background-position: -36px 0px }
#language li#language-nl span { background-position: -54px 0px }

#news {
	width: 865px;
	height: 30px;
	background: url(images/news.png) no-repeat;
	margin-left: -3px;
	position: relative;
}

#news h1 {
	color: #e13838;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-top: 9px;
	text-align: right;
	width: 90px;
	padding-right: 10px;
}

#news p {
	display: none;
	position: absolute;
	top: 9px;
	left: 110px;
}

#news p.active {
	display: block;
}

#news p a {
	color: #333;
}

#news .news-buttons {
	position: absolute;
	top: 7px;
	right: 5px;
}

#news .archive {
	display: block;
	width: 59px;
	height: 11px;
	padding: 3px;
	background-image: url(images/news-buttons.png);
	float: left;
	margin-right: 3px;
	color: #bebec2;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

#news .archive:hover { background-position: 0 -17px; color: white; }

#news .prev,
#news .next {
	display: block;
	width: 18px;
	height: 17px;
	background-image: url(images/news-buttons.png);
	text-indent: -9999em;
	float: left;
	margin-right: 2px;
}

#news .prev { background-position: -66px 0; }
#news .next { background-position: -86px 0; }
#news .prev:hover { background-position: -66px -17px; }
#news .next:hover { background-position: -86px -17px; }

#footer {
	background: url(images/footer.png) repeat-x;
	height: 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 17px;
}

#footer-content {
	width: 900px;
	margin: 20px auto 0;
	padding-left: 15px;
	color: #cccccc;
	position: relative;
}

#footer a {
	color: #555;
}

#footer .finetext {
	font-size: 9px;
}

#footer #iso9001 {
	position: absolute;
	right: 20px;
	top: 0px;
}

#footer #artistanbul {
	margin-left: -32px;
	height: 31px;
	width: 150px;
	margin-top: 4px;
}

#app-buttons {
	float: right;
	margin-right: 30px;
}

#app-buttons a {
	display: block;
	width: 158px;
	height: 7px;
	padding: 17px 0;
	text-align: center;
	background: url(images/app-button.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #777;
	float: left;
}

#app-buttons a:hover { background-position: 0 -41px }
#app-buttons a:active { background-position: 0 -82px }

#app, #results {
	width: 878px;
	height: 441px;
	background: url(images/app-bg.png) no-repeat;
	margin-top: 5px;
	margin-left: -8px;
	position: relative;
}

#app h1.intro,
#results h1.intro {
	color: white;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 40px;
	left: 140px;
	letter-spacing: -1px;
	width: 670px;
}

#app .hr {
	position: absolute;
	top: 140px;
	left: 90px;
	width: 700px;
	height: 2px;
	background: url(images/hr.png) no-repeat;
}

#app label {
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 1em;
}

#app .step .header {
	position: absolute;
	top: 90px;
	padding-left: 61px;
}

#app #step1 .header { left: 80px; }
#app #step2 .header { left: 330px; }
#app #step3 .header { left: 600px; }

#app .step .header .number {
	display: block;
	width: 58px;
	height: 58px;
	background: url(images/numbers.png) no-repeat;
	text-indent: -9999em;
	float: left;
	margin-left: -61px;
	margin-top: -20px;
}

#app #step1 .header .number { background-position: 0 -58px; }
#app #step2 .header .number { background-position: -58px -58px; }
#app #step3 .header .number { background-position: -116px -58px; }

#app #step1.active .header .number { background-position: 0 0; }
#app #step2.active .header .number { background-position: -58px 0; }
#app #step3.active .header .number { background-position: -116px 0; }

#app .step .header h2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	opacity: 0.4;
	margin-bottom: 2px;
}

#app .step.active .header h2 {
	opacity: 1;
}

#app .step .header .value {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

#app #step1 .formpart {
	position: absolute;
	top: 172px;
	left: 75px;
	height: 220px;
	width: 700px;
}

#app #step1 .formpart br {
	display: none;
}

#app #step1 .formpart a {
	display: block;
	position: absolute;
	left: 130px;
	width: 322px;
	padding: 0 0 0 100px;
	font-size: 16px;
	color: white;
	letter-spacing: -1px;
	background: url(images/destination-buttons.png) no-repeat;
}

#app #step1 .formpart a#destination-it { background-position: 0 0; height: 42px; padding-top: 33px; top: 0; }
#app #step1 .formpart a#destination-it:hover { background-position: 0 -151px; }
#app #step1 .formpart a#destination-it:active { background-position: 0 -302px; }

#app #step1 .formpart a#destination-nl { background-position: 0 -75px; height: 44px; padding-top: 30px; top: 76px; }
#app #step1 .formpart a#destination-nl:hover { background-position: 0 -226px; }
#app #step1 .formpart a#destination-nl:active { background-position: 0 -377px; }

#app #step1 a.disabled {
	color: #a0a0ba;
	cursor: default !important;
}

#app #step1 a#destination-it.disabled { background-position: 0 -453px !important; }
#app #step1 a#destination-nl.disabled { background-position: 0 -528px !important; }

#app #step1 .formpart p.note {
	position: absolute;
	bottom: 0;
	line-height: 15px;
	font-size: 12px;
	opacity: 0.4;
	color: white;
	text-align: justify;
	width: 720px;
}

#app #step2 .formpart {
	position: absolute;
	top: 165px;
	left: 142px;
	height: 210px;
	width: 700px;
}

#app .step .formpart select {
	margin-top: 5px;
	margin-bottom: 1em;
}

#app #step2 .formpart p.note {
	opacity: 0.4;
	color: white;
	line-height: 15px;
	width: 190px;
}

#app #step2 .formpart #map-container {
	/* background: url(images/map.png); */
	width: 600px;
	height: 219px;
	position: absolute;
	right: -50px;
	top: -10px;
}

#app #step3 .formpart {
	position: absolute;
	top: 165px;
	left: 300px;
}

#app #step3 .formpart p.info {
	margin: 1em 0;
	width: 340px;
	height: 70px;
	color: white;
	font-weight: bold;
}

#app #step3 .formpart select {
	width: 30em;
}

#app #step2 .formpart a.next-step,
#app #step3 .formpart input.submit {
	margin-top: 1em;
	margin-left: -3px;
	border: 0;
	background: url(images/submit.png) no-repeat;
	width: 162px;
	height: 13px;
	padding: 13px 0 10px 20px;
	cursor: pointer;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #555;
}

#app #step3 .formpart input.submit {
	padding-top: 10px;
	width: 182px;
	height: 36px;
}

#app #step2 .formpart a.next-step:hover { background-position: 0 -36px; }
#app #step2 .formpart a.next-step:active { background-position: 0 -72px; }

#app #step3 .formpart input.submit:hover { background-position: 0 -36px; }
#app #step3 .formpart input.submit:active { background-position: 0 -72px; }

#app #step2 .formpart a.next-step.disabled,
#app #step3 .formpart input.submit.disabled {
	background-position: 0 0 !important;
	cursor: default;
}

body.nojs #app {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

p.jsnotice {
	background-color: #d90000;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
}

#app #step1 .formpart label { display: none; }
#app #step1 .formpart select { display: none; }

#results,
#results a {
	color: white;
}

#results h1 {
	font-size: 14px;
	margin-bottom: 6px;
}

#results h2 {
	font-size: 14px;
}

#results p {
	line-height: 13px;
}

#results div p a {
	display: block;
	float: left;
	margin-top: 5px;
	border-bottom: 1px solid #8080b0;
}

#results div p a:hover {
	border-bottom-color: white;
}

#results div {
	width: 140px;
	padding: 5px 0 0 85px;
	margin: 80px 120px 0 -85px;
	background: none top left no-repeat;
	min-height: 100px;
	float: left;
}

#results #formlist {
	margin-left: 60px;
	background-image: url(images/doc-list.png);
}

#results #appform {
	background-image: url(images/doc-pdf.png);
}

#results #invform {
	margin-right: 0;
	background-image: url(images/doc-pdf.png);
}

#results #appoffice {
	position: absolute;
	float: none;
	background-color: rgba(255, 255, 255, 0.05);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 400px;
	left: 50%;
	padding: 15px 50px;
	margin-left: -250px;
	top: auto;
	bottom: 60px;
	min-height: 0;
}

#results #appoffice h1,
#results #appoffice h2 {
	clear: left;
	float: left;
}

#results #appoffice h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-left: -25px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(images/arrow-right.png) top left no-repeat;
}

#results #appoffice h2 {
	font-size: 12px;
}

#results #appoffice p {
	margin-top: -1px;
	margin-left: 200px;
}

#results #appoffice a {
	margin-right: 20px;
	margin-top: 0;
}

#results #appoffice a.office-url {
    margin: 0;
    padding: 0;
    float: none;
    display: inline;
}

#results #appoffice label {
	display: block;
	font-size: 10px;
	color: #8080a0;
	clear: left;
	float: left;
	font-weight: bold;
	line-height: 12px;
}

#results #prevstep {
	display: block;
	position: absolute;
	right: 25px;
	bottom: 60px;
	color: #656580;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	padding-left: 16px;
	background: url(images/arrow-left.png) top left no-repeat;
}

#results #prevstep:hover {
	color: #f0f0f0;
}

#document {
	width: 563px;
	margin-left: -4px;
	padding: 60px 248px 30px 58px;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 17px;
}

#document h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 51px;
	margin-bottom: 17px;
	letter-spacing: -1px;
}

#document h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 17px;
	letter-spacing: -1px;
}

#document p,
#document ol,
#document ul {
	margin-bottom: 17px;
}

#document ul ul {
	margin-top: 17px;
	margin-left: 30px;
	list-style: none;
}

#document ul {
	list-style: disc;
}

#document li {
	margin-left: 0;
}

#document .infonote {
	color: #b9b9b9;
	font-size: 11px;
	margin-bottom: 2em;
	line-height: 14px;
}

#document .docutil {
	margin-left: 0px;
	padding: 4px 0 4px 25px;
}

#document .docutil.pdflink {
	margin-bottom: 0;
	background: url(images/mini-pdf.png) left center no-repeat;
}

#document .docutil.printlink {
	background: url(images/mini-print.png) left center no-repeat;
}

#document .docutil a {
	color: #999999;
	text-decoration: underline;
}

#document .toplink {
	margin-top: 50px;
	font-size: 9px;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 4px;
	background: url(images/arrow-up.png) left center no-repeat;
}

#document.plaindoc {
	margin-top: 10px;
	padding-top: 20px;
}

#document.plaindoc.offices h2 {
	margin-bottom: 4px;
	margin-top: 2em;
}

#document.plaindoc.offices p {
	margin-bottom: 8px;
}

#document.plaindoc.offices label {
	float: left;
	clear: left;
	margin-right: 1ex;
	font-weight: bold;
}

#document.plaindoc.offices span {
	display: block;
	padding-left: 10em;
}

#document.plaindoc.offices br {
	display: none;
}

#document.plaindoc a {
	border-bottom: 1px dotted #c0c0c0;
}

#document.plaindoc.news-archive {
	padding-top: 4em;
}

#document.plaindoc.news-archive h1 {
	margin-top: 0;
	margin-bottom: 0;
}

#document.plaindoc.news-archive h2 {
	margin-bottom: 1em;
	font-size: 12px;
	color: #909090;
}

#document.plaindoc.news-archive .news_item {
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 2em;
}

#document.plaindoc.forms h2 {
	margin-bottom: 5px;
}

#document.plaindoc.forms ul {
	margin-bottom: 30px;
}

.printlinkback {
	display: none;
}

#slimbox {
    margin-bottom: -10px;
    display: inline;
}

#slimbox a {
    margin: 0;
    padding: 0;
    border: none !important;
}

#slimbox img {
    height: 30px;
}
