@charset "utf-8";
/* CSS Flow Amsterdam */

html, body {
	height: 100%;
	overflow: inherit;
	background: #ededed url('../images/bg.png') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	min-height:100%; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	background: url('../images/bg-wrapper.png') top center no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper {
		background-position: 49.999% 0;
	}
}
#inner {
	width: 100%;
	padding-bottom: 112px;
}
* html #wrapper {
	height: 100%;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 1;
	text-align: left;
	overflow: hidden;
	background: url('../images/bg-container.png') top left repeat-y;
}
#container p {
	padding: 0;
	margin-bottom: 1.5em;
}
#container-contact {
	padding: 20px;
	overflow: hidden;
}
#container, #container-contact {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	line-height: 20px;
}
#container a, #container a:visited {
	color: #ed2238;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
#container-header {
	height: 200px;
	margin: 0 10px;
	overflow: hidden;
}
#container-header img {
	float: left;
}
#container-logo {
	height: 104px;
	margin: 22px 10px 34px 10px;
	overflow: hidden;
}
#block1 {
	float: left;
	width: 252px;
	margin-right: 28px;
	height: 500px;
	padding: 10px 12px 0 12px;
	background: url('../images/bg-block1.png') top left no-repeat;
}
#block1.map {
	background: url('../images/bg-maps.png') top left no-repeat;
	height: 338px;
}

#block-contact {
	float: left;
	width: 252px;
	width: 470px;
	height: 350px;
	padding: 10px 0 0 12px;
	background: url('../images/bg-contact.png') top left no-repeat;
}

#container-content {
	width: 884px;
	overflow: hidden;
	padding: 0 28px 28px 28px;
	margin: 0 10px;
	font-size: 12px;
	line-height: 1.6em;
}
.block-header {
	height: 18px;
	width: 100%;
	padding: 7px 13px;
	background: url('../images/block-header.png') top left no-repeat;
}
h1, h2, h3 {
	color: #000;
	line-height: 1.1em;
	margin: 10px 0;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
}
h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	margin: 0 0 5px 0;
}
h2 span, h1 span {
	color: #ed2238;
}
h3 strong {
	color: #fff;
	font-weight: bold;
}
#block2 {
	float: left;
	width: 276px;
	margin-right: 28px;
}
.iframe-youtube img {
	border: 1px solid #c8c8c8;
	margin-bottom: 24px;
}
img.imgborder {
	border: 1px solid #c8c8c8;
}
#block3 {
	float: left;
	width: 276px;
}
#block-form {
	height: 220px;
	background: url('../images/bg-form.png') top left no-repeat;
	margin-bottom: 29px;
	padding: 3px 12px 0 12px;
}
#block-red {
	padding: 16px 12px 0 12px;
	height: 209px;
	line-height: 18px;
	background: #ed2238;
	color: #fff;
}
#block-red span {
	white-space: nowrap;
}
#form-table {
	text-transform: uppercase;
	font-size: 11px;
}
#form-table tr td {
	height: 23px;
}
#form-table .input-field,
#form-table .input-area,
#form-table .input-field-large,
#form-table .input-area-large  {
	width: 177px;
	background: #fff url('../images/bg-input.png') top left no-repeat;
	font-size: 10px;
	height: 12px;
	padding: 2px;
	border: 0;
	text-transform: none;
}
#form-table .input-area {
	height: 38px;
	width: 246px;
}
#form-table .input-field-large  {
	width: 303px;	
}
#form-table .input-area-large  {
	width: 372px;
	height: 100px;
}
#slider-noshow {
	width: 580px;
	height:  338px;
	overflow: hidden;
}


#form-table label.error {
	display: block;
	height: 0;
	visibility: hidden;
}
#form-table .input-field.error,
#form-table .input-field-large.error,
#form-table .input-area.error,
#form-table .input-area-large.error  {
	background: #fff url('../images/bg-input-error.png') top left no-repeat;
}
#form-table .send-btn,
#form-table .send-btn-large {
	width: 150px;
	height: 24px;
	margin: 10px 0 0 0;
	border: 0;
	background: url('../images/but-verstuur.png') top left no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	outline: none;
	overflow: hidden;
	float: right;
}
#form-table .send-btn-large {
	float: left;
	margin-left: 225px;
}
#container-footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	font-size: 10px;
	height: 35px;
	background: url('../images/bg-footer.png') top left no-repeat;
}
#container-footer a, #container-footer a:visited {
	color: #fff;
	text-decoration: none;
}
#container-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#container-header img {
	float: left;
}
#container-menu {
	height: 28px;
	background: url('../images/bg-menu.png') top left repeat-x;
	margin: 0 38px 27px 38px;
	overflow: hidden;
}
#container-addthis {
	float: left;
	width: 73px;
	height: 16px;
	margin-top: 12px;
	padding-left: 26px;
	background: #fff;
}
.addthis_default_style {
	overflow: hidden;
	width: 80px;
}
.contact1-logo {
	float: left;
	width: 200px;
}
.contact1-text {
	float: left;
	width: 240px;
}
.contact2-logo {
	float: left;
	width: 200px;
}
.contact2-text {
	float: left;
	width: 240px;
}
#endpage-slidesow {
	float: left;
	width: 580px;
	overflow: hidden;
	position: relative;
}

#slideshow-overlay,
#slideshow-overlay2,
#slideshow-overlay-link {
	position: absolute;
	z-index: 98;
	top: 0;
	left: 0;
	width: 580px;
	height: 338px;
	background: url('http://www.flow-amsterdam.nl/images/slider-overlay.png') top left no-repeat;
}
#slideshow-overlay2 {
	height: 453px;
	background: url('../images/slider-overlay2.png') top left no-repeat;
}

#slideshow-overlay-link a,
#slideshow-overlay-link a:visited,
#slideshow-overlay-link a:hover {
	display: block;
	text-decoration: none;
	width: 580px;
	height: 338px;	
}


.home-form-td {
	width: 70px;
}
#menu-container {
	position: relative;
	overflow: hidden;
	height: 28px;
	float: left;
	width: 775px;
}
#menu-container ul {
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
}
#menu-container ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	height: 28px;
	overflow: hidden;
}
#container #menu-container ul li a, #container #menu-container ul li a:visited {
	float:left;
	margin: 0;
	display: block;
	height: 22px;
	padding: 3px 23px;
	border-right: 1px solid #c8c8c8;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	color: #000;
}
#container #menu-container ul li a:hover, #container #menu-container ul li a.current {
	color: #fff;
	background: #ed2238;
}
#container #menu-container ul li a span {
	color: #ed2238;
}
#container #menu-container ul li a:hover span, #container #menu-container ul li a.current span {
	color: #000;
}
#container #menu-container ul li a.last {
	border-right: 0;
}


#submenu-container ul li {
	list-style-type: none;
	float: left;
	padding: 0;
	font-size: 23px;
	overflow: hidden;
	margin: 12px 0 0 0;
	font-weight: bold;
	width: 100%;
}
#submenu-container ul li a,
#submenu-container ul li a:visited,
#submenu-container ul li a:hover {
	text-decoration: none;	
	width: 100%;
	display: block;
}
#submenu-container ul li ul {
	padding-bottom: 70px;	
}


#submenu-container ul li ul li {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
#submenu-container ul li ul li a,
#submenu-container ul li ul li a:visited {
	color: #000;
	width: 100%;
	display: block;	
}

#submenu-container ul li ul li a.current, 
#submenu-container ul li ul li a:hover {
	text-decoration: none;
	color: #ed2238;
}

#download-pdf { text-align: right; font-size: 10px; width: 575px; }
#download-pdf a, #download-pdf a:visited { text-decoration: none; color: #000; } 
#download-pdf a:hover { text-decoration: none; color: #ed2238; }