/*********************************************************
 * 
 * Deze code is met veel plezier geschreven, getest en met trots 
 * opgeleverd door Vije Internetproducties.
 *
 * Informatie:
 * 
 * Opdrachtgever: Move2Market
 * 
 * Voor vragen kunt u contact opnemen per e-mail (team@vije.nl) of per telefoon (074-2673400).
 * Meer informatie over Vije Internetproducties vindt u op http://www.vije.nl
 *
 *********************************************************/


/*****( Reset )*******/

	* {
		margin: 0;
		padding: 0;
		border: 0;
		} 
		
	.spacer {
		clear: both;
		}

	body {
		text-align: center;
		background-color: #ababab;
		}

/*****( Layout )*******/

	body,td,th,input,select,textarea {
		font-family: Arial;
		font-size: 12px;
		color: #6c5e61;
		}
		
	#content_inner h1 {
		font-size: 40px; 
		color: #a90027;
		line-height: 48px;
		margin-bottom: 20px;
		}
		#content_inner {
			line-height: 20px;
			}

/*****( Flash BG trick )********/

	#flashbackground {
		position: absolute;
		width: 760px;
		height: 500px;
		top: 100px;
		}
	#container_main {
		position: absolute;
		}		
/*****( Structure )****/

	#container {
		width: 913px;
		height: 602px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		background-color: #fff;
		}
		#links {
			float: left;
			width: 760px;
			/*border-left: 1px solid #d0d1d1;*/
			}
			#head {
				width: 760px;
				height: 100px;
				position: relative;
				border-bottom: 1px solid #d0d1d1;
				}
				a#logo {
					display: block;
					width: 233px;
					height: 48px;
					text-indent: -3000px;
					background: transparent url(/img/logo.png) no-repeat;
					position: absolute;
					left: 20px;
					top: 40px;
					}
			#menucontainer {
				float: left;
				width: 310px;
				margin-top: 20px;
				}
				#menucontainer a {
					margin-left: 20px;
					display: block;
					color: #a90027;
					font-size: 16px;
					text-decoration: none;
					line-height: 20px;
					padding-top: 1px;
					}
					#menucontainer a:hover, #menucontainer a.active {
						font-size: 22px;
						border-bottom: 1px solid #D0D1D1;
						padding-top: 0px;
						}
						
				#menucontainer .item_container {
					/*background: transparent url(/img/menu_bg.png) no-repeat 20px 10px;*/
					padding-bottom: 15px;
					}
					#menucontainer .item_container_active {
						/*background-image: url(/img/menu_bg_over.png);*/
						}
					
					#menucontainer .submenu_container {
						margin-top: 0px;	
						margin-left: 30px;
						}
						#menucontainer .submenu_container_active {
							display: block;
							}
						#menucontainer .submenu_container a {
							height: auto;
							background: none;
							font-size: 12px;
							line-height: 20px;
							padding: 0;
							border-bottom: 0px;
							}
							#menucontainer .submenu_container a:hover {
								height: auto;
								background: none;
								font-size: 12px;
								border-bottom: 0px;
								}
			#visual, #content {
				position: absolute;
				top: 40px;
				left: 200px;
				z-index: 100;
				}
			#content {
				width: 577px;
				height: 577px;
				background: transparent url(/img/content_bg.png) no-repeat;
				}
				#content a#close {
					position: absolute;
					left: 440px;
					top: 79px;
					text-indent: -3000px;
					display: block;
					width: 19px;
					height: 20px;
					z-index: 200;
					background: transparent url(/img/close.jpg) no-repeat left top;
					}
				#content_inner {
					position: absolute;
					width: 420px;
					height: 390px;
					overflow-y: auto;
					overflow-x: hidden;
					left: 115px;
					top: 59px;
					z-index: 110;
					}
					#content_inner strong, #content_inner b{
						color: #A90027;
						}
		#rechts {
			float: right;
			width: 150px;
			border: 1px solid #ababab;
			border-top: 0px;
			border-right: 0px;
			}
			#rechts .foto {
				width: 150px;
				height: 200px;
				border-bottom: 1px solid #d0d1d1;
				}
			#rechts .foto.last {
				border-bottom: none;
				}

				
	#newscontrol {
		position: relative;
		height: 20px;
		}
		#newsprev {
			position: absolute;
			left: 0px;
			}
		#newsnext {
			position: absolute;
			right: 0px;
			}

				
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}				
