body, html {
	margin: 0px;
	padding:0px;
	width: 100%;
	overflow:auto;/* only scrollbars when we need it */
}

body {
	background-color: #FDB813;
	font:11px Verdana,sans-serif;
}

body.Nieuws {
	background-color: #ED7804;
}
body.Winkelaanbod {
	background-color: #01A9CE;
}
body.Historie {
	background-color: #D40079;
}
body.Contact{
	background-color: #883664;
}
h2 {
	font-size:12px;
}

.OuterContainer {
	width: 100%;
	/*no height 100% because white bg of will go through below the footer */
	
	/* Ensure we will always be at least as big as our content, so the
	 * background still lines up */
	min-width: 980px; 
}

/* Because .InnerContainer is absolutely positioned, and IE6 doesn't do
 * .OuterContainer's min-width and min-height properties, we use an
 * extra, empty, container of the same size of .InnerContainer. IE6 will
 * stretch up .OuterContainer to make .MinSizeContainer fit in. */
.MinSizeContainer {
	display:none;/*Causes whitespace above header, so hide it*/
}

.InnerContainer {
	width: 980px;

	/* top center on the page */
	margin:auto;
	background-image: url('../../../html-req/javastraat/images/headerHome.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

body.Nieuws .InnerContainer {
	background-image: url('../../../html-req/javastraat/images/headerNieuws.jpg');
}
body.Winkelaanbod .InnerContainer {
	background-image: url('../../../html-req/javastraat/images/headerWinkels.jpg');
}
body.Historie .InnerContainer {
	background-image: url('../../../html-req/javastraat/images/headerHistorie.jpg');
}
body.Contact .InnerContainer {
	background-image: url('../../../html-req/javastraat/images/headerContact.jpg');
}


.Messages { /* All warnings or thank you messages */
	font-weight: bold;
	color:#f00;
}

/*
 * Content
 */
.Content {
	float:left;
	clear:both;
	/*width:846px;*/
	width:980px;
	padding:0px;
	padding-left:63px;
	/*Spacing between footer and content
	margin-bottom:10px;*/
	background-image: url('../../../html-req/javastraat/images/bgHome.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.Nieuws .Content {
	background-image: url('../../../html-req/javastraat/images/bgNieuws.jpg');	
}
.Winkelaanbod .Content {
	background-image: url('../../../html-req/javastraat/images/bgWinkels.jpg');	
}
.Historie .Content {
	background-image: url('../../../html-req/javastraat/images/bgHistorie.jpg');	
}
.Contact .Content {
	background-image: url('../../../html-req/javastraat/images/bgContact.jpg');	
}
/* Double IE6 hack:
 * margin instead of padding
 * display inline to prevent double margin bug */
* html .Content {
	margin-left:63px;
	display:inline;
}

body.TextOptionsDialog .Content {
	background-image:none;
	padding-left:0px;
}

.DialogPage_Winkeliers .Content {
	margin:0px;
	padding:0px;
	padding-left:63px;
	width:90%;
	height:100%;
}

.DialogPage_Winkeliers .CmsItem {
	margin:10px;
	padding:10px;
	width:90%;
	border-bottom:4px solid #CE0A18;
}

.DialogPage_Winkeliers .CmsItem h1 {
	background-color:#CE0A18;
	color:#fff;
	font-size:12px;
	height:18px;
	padding:2px 5px;
}

.DialogPage_Winkeliers .MainIntroText {
}

.DialogPage_Winkeliers .Image {
	float:right;
	margin:5px;
}

.DialogPage_Winkeliers .VideoThumbnail {
	width:35%;
	float:left;
	margin:5px;
}
/**
 * All Child items have fixed size and float next to each other
 */
.Child {
	width:387px;
	float:left;
	/*marbin between childs and their parents */
	margin-left:18px;
	margin-top:21px;
	background-position:top center;
	background-repeat:no-repeat;
	/* Disable double margin bug in IE6 */
	display:inline;
}

.Child_Sort2 {
	margin-left:36px;
}

.Child .CaptionImage {
	margin-top:36px;
}
.Child .Introtext {
	padding:5px;
	margin-top:5px;
}

.Child .Introtext p {
	margin:10px 0px;
}

.EmbeddedImage {
	margin:0px;
}
/** Menu ***************************************************************/

div.Menu {
	float:left;
	margin-top:78px;
	margin-left:222px;
	width:673px;
	height:43px;

}

/* Dobule IE 6 hack
 * different margin
 * display inline takes care of the double margin bug 
 */
* html div.Menu {
	margin-left:285px;
	display: inline;
}
.Menu ul {
	padding-left:0px;
	margin:0;
	list-style-type:none;
	list-style-position:outside;
}

/* Display inline doesn't work with block displayed a's,
 * so use display block and float to accomplisch horizontal list*/
.Menu li {
	height: 43px;
	width:105px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-left:36px;
}

.Menu li a {
	display:block;
	float:left;
	height:100%;
	width:100%;
}

.Menu li a span {
	display:none;
}

.Menu .MenuItem1 {
	background-image:url('../../../html-req/javastraat/images/butHome.gif');
	margin-left:0px;
}

.Menu .MenuItem2 {
	background-image:url('../../../html-req/javastraat/images/butNieuws.gif');
}

.Menu .MenuItem3 {
	background-image:url('../../../html-req/javastraat/images/butWinkelaanbod.gif');
}
.Menu .MenuItem4 {
	background-image:url('../../../html-req/javastraat/images/butHistorie.gif');
}
.Menu .MenuItem5 {
	background-image:url('../../../html-req/javastraat/images/butContact.gif');
}

.Menu li a:hover {
	background-repeat:no-repeat;
}

.Menu li.Selected a,  .Menu li.ParentSelected a{
	background-repeat:no-repeat;
}

.Menu .MenuItem1 a:hover,
.Menu .MenuItem1_Selected a {
	background-image:url('../../../html-req/javastraat/images/bhlHome.gif');
}

.Menu .MenuItem2 a:hover,
.Menu .MenuItem2_Selected a {
	background-image:url('../../../html-req/javastraat/images/bhlNieuws.gif');
}
.Menu .MenuItem3 a:hover,
.Menu .MenuItem3_Selected a {
	background-image:url('../../../html-req/javastraat/images/bhlWinkelaanbod.gif');
}
.Menu .MenuItem4 a:hover,
.Menu .MenuItem4_Selected a {
	background-image:url('../../../html-req/javastraat/images/bhlHistorie.gif');
}
.Menu .MenuItem5 a:hover,
.Menu .MenuItem5_Selected a {
	background-image:url('../../../html-req/javastraat/images/bhlContact.gif');
}

/** Home ***************************************************************/
.Home .CompetitionLink {
	margin-left:100px;
	display:block;
	width:160px;
	height:45px;
	background-image:url('../../../html-req/javastraat/images/but_wedstrijd_home.gif');
}
.Home .CompetitionLink:hover {
	background-image:url('../../../html-req/javastraat/images/bhl_wedstrijd_home.gif');
}

.Home .CompetitionLink span {
	display:none;
}
.Home .FlashView {
	float:left;
	clear:both;
	margin-top:12px;
	padding-left:64px;
	height:302px;
	width:980px;
	background-image: url('../../../html-req/javastraat/images/bgHome.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
/* IE6 hack
 * margin instead of padding 
 * display inline against double margin bug in IE6*/
* html .Home .FlashView {
	margin-left:64px;
	display: inline;
}
.Home .MainIntroText {
	width:367px;
	border-bottom:4px solid #CE0A18;
	padding:28px 10px 10px 10px;
	background-image:url('../../../html-req/javastraat/images/titHome.gif');
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:18px;
	margin-top:21px;
}

.Home .VideoPlayer {
	float:right;
	margin-right:160px;
	display: inline;/*Against double margin bug in IE6*/
}

/* IE7 needs this extra margin to line the video with the content */
*+html .Home .VideoPlayer {
	margin-top:21px;
}
/** Nieuws ***************************************************************/

.Nieuws .Child_Sort1 {
	border-bottom:4px solid #CE0A18;
	background-image:url('../../../html-req/javastraat/images/titNieuws.gif');
}

.Nieuws .Child_Sort2 {
	border-bottom:4px solid #00b5d4;
	background-image:url('../../../html-req/javastraat/images/titActiviteiten.gif');
}

/** Winkelaanbod **********************************************************/

.Winkelaanbod .Map,
.Winkelaanbod .Children {
	padding-top:21px;
	float:left;
	height:392px;
	/*marbin between childs and their parents */
	margin-left:18px;
	margin-top:21px;
	background-position:top center;
	background-repeat:no-repeat;	
	/* Disable double margin bug in IE6 */
	display:inline;
}

.Winkelaanbod .Map {
	width:528px;
	border-bottom:4px solid #377b88;
	background-image:url('../../../html-req/javastraat/images/titPlattegrond.gif');
}

.Winkelaanbod .Children {
	padding-top:0px;
	height:413px;
	margin-left:34px;
	width:248px;
	border-bottom:4px solid #883664;
}

.butAlfBg,
.butBraBg,
.buttonAlfabet,
.buttonBranche {
	display:block;
	width:248px;
	height:18px;
	margin-bottom:2px;
	background-repeat:no-repeat;
}

.buttonAlfabet span, .buttonBranche span {
	display:none;
}

.butAlfBg, a.buttonAlfabet, a.buttonAlfabet:visited {
	background-image:url('../../../html-req/javastraat/images/butSortAlfabet.jpg');
}

a.buttonAlfabet:hover, a.buttonAlfabet:visited:hover {
	background-image:url('../../../html-req/javastraat/images/bhlSortAlfabet.jpg');	
}
.butBraBg, a.buttonBranche, a.buttonBranche:visited {
	background-image:url('../../../html-req/javastraat/images/butSortBranche.jpg');	
}

a.buttonBranche:hover, a.buttonBranche:visited:hover {
	background-image:url('../../../html-req/javastraat/images/bhlSortBranche.jpg');	
}
.Winkelaanbod .ChildrenContainer {
	height:90%;/*Allow room for sort interface */
	overflow:auto;
}

.Winkelaanbod .Letter,
.Winkelaanbod .CategorySpacer {
	float:left;
	clear:both;
	width:20%;
	margin:5px 0px 0px 10px;
}

.Winkelaanbod .Child {
	width:60%;
	/*margin between children and their parents */
	margin:5px 10px 0px 0px;
}

.Winkelaanbod .Child a {
	text-decoration:none;
}
.Winkelaanbod .Child a:hover {
	text-decoration:underline;
}

/** Winkelpagina **********************************************************/

.Winkelpagina .CmsItem {
	background-color:yellow;
	margin-left:18px;
	margin-top:21px;
}

.Winkelpagina .Image {
	float:left;
	margin-right:0px;
}

.Winkelpagina .InfoBlock {
	float:left;
	width:367px;
	border-top:18px solid #367C88;
	border-bottom:4px solid #367C88;
	padding:0px 10px 10px 10px;
}

.Winkelpagina .ExternLink a {
	text-decoration:none;
}
.Winkelpagina .ExternLink a:hover {
	text-decoration:underline;
}

.Winkelpagina .Downloads {
	padding-top:10px;
	clear:both;
}
.VideoThumbnail {
	width:45%;
	float:left;
	margin:5px 5px 0px 5px;
}
.VideoThumbnail a {
	text-decoration:none;
}

.VideoThumbnail a img {
	border:2px solid #367C88;
	float:left;
	margin-right:5px;
}
.VideoThumbnail a:hover img {
	border:2px solid #626262;

}

.Winkelpagina .Paging {
	float:right;
	width:387px;
	padding-top:10px;
	/*Right margin to compensate for too wide content (because of bg img)*/
	margin-right:152px;
}

/* Disable double margin bug in IE6 */
* html .Winkelpagina .Paging {
	display:inline;
}

.Winkelpagina .Paging .Previous {
	float:left;
	margin-left:10px;
}
.Winkelpagina .Paging .Next {
	float:right;
	margin-right:10px;
}

.Winkelpagina .Paging .Previous a,
.Winkelpagina .Paging .Next a {
	text-decoration:none;
}

.Winkelpagina .Paging .Previous a:hover ,
.Winkelpagina .Paging .Next a:hover {
	text-decoration:underline;
}
/** Historie **************************************************************/

.Historie .Child_Sort1 {
	border-bottom:4px solid #D40079;
	background-image:url('../../../html-req/javastraat/images/titHistorie.gif');
}

.Historie .Child_Sort2 {
	border-bottom:4px solid #873563;
	background-image:url('../../../html-req/javastraat/images/titOntwikkeling.gif');
}

/** Contact ***************************************************************/

.Contact .Child_Sort1 {
	border-bottom:4px solid #873563;
	background-image:url('../../../html-req/javastraat/images/titContact.gif');
}

.Contact .Child_Sort2 {
	border-bottom:4px solid #D4AF00;
	background-image:url('../../../html-req/javastraat/images/titRoute.gif');
}

/** Footer ***************************************************************/

.Footer{
  	clear:both;
	height:80px;
	padding-top:95px;
	width:100%;
	text-align:right;
	background-image:url('../../../html-req/javastraat/images/footerHome.gif');
	background-repeat:no-repeat;
}

body.Nieuws .Footer {
	background-image: url('../../../html-req/javastraat/images/footerNieuws.gif');
}
body.Winkelaanbod .Footer {
	background-image: url('../../../html-req/javastraat/images/footerWinkels.gif');
}
body.Historie .Footer {
	background-image: url('../../../html-req/javastraat/images/footerHistorie.gif');
}
body.Contact .Footer {
	background-image: url('../../../html-req/javastraat/images/footerContact.gif');
}

/* IE6 hack:
 * margin instead of padding */
* html .Footer {
	margin-left:63px;
}

span.FooterLeft {
	display:block;
	float:left;
	margin-left:80px;
	color:#fff;
}

a.FooterRight {
	float:right;
	margin-right:90px;
	color:#fff;
	text-decoration:underline;
}

a.FooterRight:hover {
	color:#fff;
	text-decoration:none;
}

.EUlogo {
	clear:both;
	float:right;
	margin-right:90px;
	margin-top:10px;
	width:81px;
	height:54px;
}